h1,h2,h3,h4,h5,h6,p,a{
    font-family: 'Montserrat', sans-serif;
}

.txt-bold{
 font-weight:700;   
}

#rotate{
  vertical-align:top;
	transform:rotate(7deg);
  -ms-transform:rotate(90deg); /* IE 9 */
  -moz-transform:rotate(90deg); /* Firefox */
  -webkit-transform:rotate(90deg); /* Safari and Chrome */
  -o-transform:rotate(90deg); /* Opera */
    
}

 .vert input{
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(3,1fr);
	justify-items: center;
	width: 400px;	
	padding: 40px 0;
	margin: 0 auto;
}

section#pricing h4 span{
    background-color: #2ac0ce;
    box-shadow: 8px 8px 18px 0px rgb(81 192 206);
    -webkit-box-shadow: 8px 8px 18px 0px rgb(81 192 206);
    -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    padding: 10px 20px;
    border-color: #2ac0ce;
    font-weight: 700 !important;
    color: #fff;
    border-radius: 9px;
}

section#pricing .table th{
   padding-top:40px;
        border-top: 0;
}

.bg-primary{
    color:#fff;background-color:#000;
}

.mobile-am h4{
    color:#000 !important;
}

 .header-stick{
    position: relative;
    top: -36px;
}

.navbar{
    background-color:#101010 !important;
}

/*
.header-logo img.logo.img-fluid {
    height: 100px !important;
    width: auto;
    top: 0;
    position: absolute;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 0 0 10px 0 #000;
    border-radius: 0px 0px 10px 10px;
     padding: 2px 15px; 
}*/

.loc-highlight ul li {
    padding-top: 10px;
}

.img-cost{
    filter: blur(1px);
  -webkit-filter: blur(1px);
}

.content-box{
    padding:20px;
    text-align:right;
    color:#fff;
    background-color:#2ac0ce;
}

.btn-primary, .btn-primary:hover{
	background-color:#000;
	border:1px solid #000;
}

.scrolling-box {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.slider-content{
    
    color:#fff;
}

.big-space{
    padding:80px 0;
}

.fix-foot .col-sm-4.text-center.pt-3.border {
    width: 33.33%;
    font-size: 10px;
}

.fix-foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: #2ac0ce;
}

.top-gap{
    
    margin-top:100px;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    text-transform:uppercase;
}

.slider-bg{
    background-image:url('../img/mj/mpc.jpeg');
    background-size:cover;
    background-repeat:no-repeat;
    height:100vh;
    display:block;
}

.home-slider{
     background-image:url('../img/i6.png');
     background-repeat:no-repeat;
     background-size:cover;
     background-position:center center;
}

.bg-slider{
    margin-top:12%;
    margin-left:5%;
}

.bg-slider h4{
    color:#fff;
    line-height: 41px;
}

.bg-slider  .slide-title{
    color:#fff;
    font-weight:300;
}

.bg-slider .slide-extitle{
    color:#fff;
    margin-top:8px;
    font-size:40px;
    font-weight:900;
}

.ct-visibility-hidden { display : none;}


/*.bg-slider{
    background-image:url('../img/sp/slider2.jpg');
    background-size:cover;
    backgriund-repeat:no-repeat;
    height:100vh;
}*/

.specification .row ul{
    list-style: none;
}

.col-right{
    text-align:center;
}

.txt-white{
	color:#fff;
}

.txt-blue{
	color:#000;
}
.fix-foot .col-sm-4.text-center.pt-3.border {
    width: 33.33%;
    font-size: 10px;
}

.min-gap{
    margin-top:10px;
}

.fix-foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: #000;
}

.fix-foot a, .fix-foot a:hover{
    color:#fff;
}

.btn-custom{
	background-color:#000;
	color:#fff;
}

.icon img{
 height:50px;
 width:auto;
}

.sec-form{
	padding:0 20px;
}

.title-color{
	color:#0751a0;
	text-shadow: 5px 0px 2px rgba(150, 150, 150, 1);
}

.top-eighty{
	padding-top:40px;
}

.right-bg-clr{
	background-color: #c5c5c4;
}

.no-gap{
	padding:0 !important;
	margin:0 !important;
}

.slider-form{
	padding-top:30px;
}

.am-icon img{
	height:50px;
	width:auto;
}

.am-icon h4{
	margin-top:20px;
	color:#fff !important;
	font-size:14px;
}

.modal-body, .modal-header{
        background-color: #00000061;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgb(255 255 255);
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 1px solid #ffffff;
    border-radius: .25rem;
}

.main-box .am-icon{
	display:inline-block;
}

.main-floor{
	padding:10px;
	border:1px solid #000;
	width:auto;
	display:inline-block;
}

.main-floor img{
	height:200px;
	width:200px;
}

.text-align{
	text-align:justify;
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}

.location-map{
    height:400px;
}

.main-title {
    font-size: 25px !important;
}

.floor-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding:15px;
}

.floor-box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding:15px;
}

.floor-box img{
     filter: blur(1px);
  -webkit-filter: blur(1px);
}

.thumb1 a:hover{
    text-decoration:none;
}


.modal-header{
    padding: 5px;
    border:0px;
}



.modal-header .close {
    padding: 10px 20px 10px 10px;
    margin: -1rem -1rem -1rem auto;
    background-color: #0e51a0;
    color: #fff;
}

.gap{
        padding-top:30px;
        padding-bottom:30px;
    }


@media (max-width:480px){
    .break-line{
        display:block;
    }
    
    
    .slider-form {
    padding-top: 0;
        padding: 15px;
    margin-top:0;
}
    
    .gap{
        padding-top:30px;
        padding-bottom:30px;
    }
    
    .mb-font-size{
        font-size:20px;
    }
    
    .sec-form {
    padding: 0px;
}
 
     .slider-form{
    margin: 10px !important;
}

    .slider-bg{
        display:none !important;
        height:auto !important;
    }
    
    .am-icon h4 {
    color: #000 !important;
}
    
    .top-eighty{
        margin-top:100px !important;
        padding-top:0;
    }
    
    .launch-title{
        margin-top:100px !important;
    }
    
.specification .row ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.bg-cover{
    background-image:url('../img/mj/bg-mobile.jpg') !important;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    
}

section.icon.pt-5.pb-5 .col-sm-3 {
    width: 50%;
}
    
    .col-right{
    text-align:center;
}
    .min-gap, .top-eighty{
    margin-top:10px;
}

.text-align{
	text-align:center;
}

.am-icon{
	text-align:center;
	padding:5px;
}

.am-icon img{
	height:50px;
	width:auto;
}

.am-icon h4{
font-size:13px;

}

.location-map{
    height:200px;
}

.main-floor img {
    height: 100px;
    width: 100px;
}

}

#main_slider_hero .carousel-inner{
    height: 100vh;
}