#home.owl-carousel.owl-drag .owl-item{
	height:90vh;
}
#home .fullscreen, .owl-theme .hero-wrap .hero-bg{
	height: 90vh!important;
}
.banner-head{
	background: #00000080;
    width: 45%;
    padding: 2%;
}
p{
	text-align: justify;
    font-size: 14px;
    line-height: 1.6;
}
.head-boder::after {
    display: block;
    height: 2px;
    width: 150px;
    content: "";
    background: #d9e01f;
    background-size: 300% 300%;
    background-position: center center;
    margin-top: .75rem;
}
.mr-auto{
	margin: auto;
}
.pd-left-5{
	padding-left: 2%!important;
}
#services p{
	text-align: center;
    font-size: 15px!important;
    color: #000;
    line-height: 18px;
    padding: 4px;
    color: #ffffff;
}
#services{
	background: linear-gradient(
45deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)),url(../images/bg-amn.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.table .thead-dark th {
    color: #fff;
    background-color: transparent;
    border-color: #fdf8ef;
    text-align:center;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    color: #fff;
    text-align: center;
}
#configuration a{
  color: #d9e01f;
}
#configuration{
    background: linear-gradient(
45deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)),url(../images/bg-amn.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.clr-white{
	color: #ffffff;
}
#services img{
	border: 1px solid #d9e01f;
}
#floor-plans .hero-wrap .hero-bg{
	background-size: contain;
}
.bg-primary1{
    background-color: #3d4145 !important;
}
.text-light1 {
    color: #d47a37 !important;
}
#contact p{
	    margin-left: 14px;
}
#contact a, a:focus {
    color: #000000;
}
.owl-theme .owl-nav {
    display: none;
}
.quick-connect{
	position: fixed;
    right: 0;
    z-index: 99;
    top: 40%;
    background: rgb(36 31 57 / 90%);
}
.quick-connect ul{
	margin-bottom: 0px;
	padding-inline-start: 0;
	list-style-type: none;
}
.quick-connect ul li{
	padding: 7px 15px;
    border-bottom: 1px solid #fefefe;
    color: #fefefe;
    font-size: 14px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.modal-lg, .modal-xl {
    max-width: 650px;
}
iframe img{
    width: 100%;
}
.d-desk{
    display: block;
}
.d-mob{
    display: none;
}
.quick-connect a{
    color: #ffffff;
    font-size: 13px;
}
.quick-connect a:hover{
   color: #d9e01f!important;
}
#specification ul li{
    font-size: 14px;
    line-height: 1.6rem;
    margin-bottom: 10px;
}
#specification, #contact{
    background: #efefef;
}
#floor-plans p{
   text-align: center!important;
   margin-top:10px;
}
#location p{
   text-align: center!important;
   margin-top:00px;
   margin-bottom: 0;
}
#location img{
    background: #efefef;
    border-radius: 50%;
    padding: 18%;
    margin-bottom: 15px;
}
#footer .ccca{
    color: #d9e01f;
}
.cont{
    display: inline-flex;
    margin-top: 3%;
}
#contact h6{
    font-size: 14px;
    line-height: 22px;
}
.pd-left5{
    padding-left: 5%;
}
.float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 2.5%;
    left: 10px;
    background-color: #75b731;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #2f3825;
    z-index: 100;
    line-height: 55px;
}


/*Media Query for mobile view*/
@media only screen and (max-width: 600px) {
    #header .logo{
     width: 65%;
    }
    .navbar-expand-lg ul.navbar-nav > li > a:not(.btn) {
    height: auto;
    padding: 5px 0;
    position: relative;
    font-size: 13px;
   }
   .primary-menu ul.navbar-nav > li a.btn {
    padding: 0.2rem 1.4rem;
    font-size: 13px;
}
    .quick-connect ul li {
    padding: 5px 4px;
    font-size: 12px;
     }
     .quick-connect{
        top:20%;
     }
     .banner-head{
        width: 85%;
     }
     .lead {
    font-size: 0.9rem;
}
    .btn:not(.btn-sm) {
        padding: .4rem 1.5rem;
    }
    .head-boder, .headt{
        font-size: 20px!important;
    }
    .headt{
        margin-bottom: 0px!important;
    }
.head-boder::after {
   margin: auto;
   margin-top: 5px;}
.col-xs-6{
    width: 50%;
}
.d-desk{
    display: none;
}
.d-mob{
    display: block;
}
hr {
    margin-top: 5px;}
    .mb-5{
        margin-bottom: 1rem!important;
    }
    p{
        line-height: 1.5;
        font-size: 13px;
    }
    .pd-left5 {
        padding-left: 15px;
        padding-top: 12%;
    }
    #header .logo img {
    width: 60%;
  }
  #floor-plans .p-5{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }

}