html, body {
    height: 100%;
    font: 400 1rem "Rubik", sans-serif;
    font-family: 'Open sans', serif;
}

p {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Open sans', serif;
	color:#000 ;
}

h1, h2 ,h3 , h4, h5 {
    font-size: 34px;
    font-family: 'Open sans', serif;
}

h3 {
    font-family: 'Open sans', serif;
    font-size: 20px;
}
.justify{
    text-align: justify!important;
}
.mb-20{
    margin-bottom: 20px;
  }
  .m-t10{
    margin-top: 10px;
  }
a, a:hover {
    text-decoration: none !important;
}

.btn:focus {
    outline: 0;
    box-shadow: unset;
}




/*disclaimer*/
.modal-logo img{
    width: 120px;
    margin-bottom: 20px;
}
.modal-content {
    background: #fff;
    box-shadow: 0 8px 32px 0 rgba(0 0 0 / 20%);
    border-radius: 1rem;
}
.modal-content button.close {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    color: white;
    background-color:#1b191a;
    border-radius: 100%;
    opacity: 1;
}
 #disclaimer .modal-dialog {

   top:auto;
   right:0;
   left:auto;
   bottom:auto;
   z-index:9999999;
}

#disclaimer .modal-content {
    border: 1px solid #fff;
}
#disclaimer .modal-header {
    background-color: #16477a;
    color: #fff;
    border-bottom:unset;
}
#disclaimer .modal-footer {
    background-color: #16477a;
    color: #fff;
    border-top: unset;
    justify-content:center;
	padding:0 0 1em 0;
}
#disclaimer .modal-body {
    background-color: #16477a;
    color: #fff;
    padding: 0 0em;
    overflow: auto;
	
}
#disclaimer .modal-header .close {
    margin: -1rem -1rem -1rem auto ;
}


#disclaimer .modal-title {
	font-size:12px;
}

#disclaimer .modal-body p {
	font-size:9px;
	text-align:left;
	
	color:#fff !important;
}

    #disclaimer .modal-body::-webkit-scrollbar {
        width: 5px;
    }

    #disclaimer .modal-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    }

    #disclaimer .modal-body::-webkit-scrollbar-thumb {
        background-color:#e5c110;
        outline: unset;
    }
	
	.modal-dialog-slideout { margin: 12% 0 auto auto;}
	.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
    .modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;}
    .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}
	
    .disc{
        text-align: justify;
    }
    .disc input {
        display: inline-block;
        width: 10px;
        height: 10px;
        color: #a1a1a1;
        text-align: justify;
      }
      .disc label, .disc label a {
        display: contents;
        font-size: 12px;
        color: #a1a1a1;
      }


.btn-dis {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
    padding: 5px 15px;
    font-size: 8px;
}


.btn-dis:hover {
    background-color: #e5c110;
    color: #16477a;
}

@media (min-width: 576px){
 #disclaimer .modal-dialog {

	max-width:24%;
}
}


/*Navigation section*/
.navbar {
    padding: 0px 0 0px 0;
}
.topmarnew {
    margin: 0px 15px 0px 0px;
}

#primary-nav .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1b191a;
    background: transparent;
}

/* Underline From Left */
.call-icon{
    background-color: #16477a!important;
    color: white!important;
    border-radius: 100px;
}

#primary-nav {
	 transition:all 0.5s ease-in;
}
.bg-dark {
    background-color: #ffffff !important;
}

    #primary-nav .navbar-nav .nav-item:last-child .nav-link:hover {
       color: #706c6c !important;
    }


/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2px 0 3px 0 !important;
  transition:all 0.5s ease-in;
  z-index:2;
  background: #ffffff !important;
}

.carousel-indicators {
    z-index: 2;
}

#top-nav {
    background-color: #27427f !important;
}

    #top-nav .navbar-nav .nav-link {
        font-size: 11px;
        /*padding: 5px 25px;*/
        font-weight: 400;
        letter-spacing: 2px;
        color: #fff;
    }

    #top-nav .navbar-nav i {
        color: #fff;
        padding-right: 5px;
    }

    #top-nav .navbar-nav .btn-login {
        border: 1px solid #e5c110;
    }

    #top-nav .navbar-nav .active > .nav-link,
    #top-nav .navbar-nav .nav-link.active,
    #top-nav .navbar-nav .nav-link.show,
    #top-nav .navbar-nav .show > .nav-link,
    #top-nav .navbar-nav .nav-link:hover {
        color: #e5c110;
        font-weight: 600;
    }

.dropdown-slide > .dropdown-menu {
    opacity: .3;
    display: block;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    z-index: 99999 !important;
}

.show.dropdown-slide > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: #fff;
    /*border-color: #e5c110;*/
    margin-top: 6px;
    transition: 0.3s all;
    padding: 0;
}

.dropdown-item {
    font-size: 12px;
    padding: 6px 12px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #e5c110;
        text-decoration: none;
        background-color: #16477a;
        transition: 0.2s all;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #16477a;
    }

.isDisabled, .isDisabled:hover {
    color: #16477a;
    text-decoration: none;
    font-weight: bold;
    background-color: #e5c110;
}
	

	.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #16477a;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   right: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    right: 12px;
    top: 16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    right: 12px;
    top: 16px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
	
	
/*end Navigation*/
/*Banner*/
#myVideo {
    width: 100%;
    height: 86vh;
    object-fit: cover;
}


/*end banner*/
/*video banner*/
.home-banner {
    height: 84vh;
    padding: 0;
}

a {
    cursor: pointer;
}


/*Subfooter Section*/
.flex-parent {
    display: flex;
    flex-wrap: nowrap;
}

.flex-child {
    width: 100%;
}

    .flex-child a > i {
        font-size:14px;
        padding-right:5px;
    }

    .subfooter-area {
        padding: 2em 0 1em 0;
        background: #000000 ;
        color: #fff;
        text-align: justify;
    }

    .subfooter-area h5,.subfooter-area span {
        margin-bottom: 1em;
        font-size: 18px;
        line-height: 2.5;
    }

    .subfooter-area p {
        font-size: 10px;
		color: #fff !important;
        margin-bottom: 10px;
    }

    .font-16{
        font-size: 14px!important;
    }
    .subfooter-area a {
        color: #fff;
        font-size: 10px;
        transition: 0.3s ease-in;
    }

        .subfooter-area a:hover {
            color: #e5c110;
            font-size: 10px;
            padding-bottom: 5px;
            transition: 0.3s ease-in;
        }

.flex-padd {
    padding-left: 4em;
}
/*Subfooter Section*/
/*footer Section*/
.footer-area {
    background: #1d2126;
    color: #fff;
    padding: 8px 0;
}

    .footer-area p {
        margin: 0;
        font-size: 10px;
        text-transform:capitalize;
		color:#fff;
    }

.disclaimer-p {
    text-align: right;
}

    .footer-area p > a,
    .disclaimer-p a {
        color: #e5c110;
    }
/*footer Section*/

/*Banner section*/
.project-banner {
    padding: 0;
 /*   height: 84vh;*/
    position: relative;
}

.banner-list {
    list-style-type: none;
    padding: 0;
}

    .banner-list li {
        display: inline-block;
        padding: 1em 4em 1em 2em;
        color: #fff;
        font-size: 12px;
        margin: 0 1em;
        background-color: #16477a;
        border: 1px solid #e5c110;
        text-align: left;
    }

        .banner-list li > span {
            font-weight: 700;
            color: #e5c110;
        }

.banner-form {
    position: absolute;
    right: 40px;
    top: 20%;
    background-color: #fff;
    border: 1px solid #16477a;
    padding: 10px 10px;
    display: none;
    font-size: 12px;
}

    .banner-form .form-control {
        font-size: 12px;
    }
    .modal-dialog .form-field{
        color: #707376;
    }

a.closeX {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 15px;
    background-color: #e5c110;
    color: #16477a;
    margin-top: -23px;
    margin-right: -23px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    font-size: 18px;
    font-weight: bold;
}

/*plan section*/
.more-less {
    float: right;
    color: #212121;
}

.map1, .map2, .map3, .map4, .map5 {
    border: 1px solid #16477a;
    padding: 0px;
    height: 500px;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}


select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

    select.round:focus {
        background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
        background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
        background-repeat: no-repeat;
        border-color: #16477a;
        outline: 0;
    }
/*location page*/


/*Enquire Now Form*/
.enquire-now  {
    position: fixed;
    top: 24%;
    right: 0%;
    z-index: 99999;
   display:block;
   transition: transform .3s ease-in-out;
   opacity: 0;
}
.enquire-now.active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    
}

.enquire-now img {
    width: 60px;
}

        .enquire-now:hover img {
            transform: scale(0.7, 0.7);
            transition: 0.5s ease-in;
        }

.enquire-now span {
    text-orientation: upright;
    writing-mode: vertical-lr;
   display:block;
    text-align: center;
    vertical-align: middle;
    background-color:#16477a;
    color:#fff;
    padding: 5px;
    margin: 3px auto;
    font-size: 10px;
   /* visibility: hidden;
    opacity: 0;*/
    transition: visibility 0.6s linear,opacity 0.6s linear;
}


.enquire-now img:hover + span {
    visibility: visible;
    opacity: 1;
   
    transition: visibility 0.9s linear,opacity 0.9s linear,display 0.9s linear;
}

.btn-enquire-submit {
    padding: 9px 30px;
    color: #fff !important;
    background-color: #000000;
    font-size: 14px;
    border: 1px solid #000000;
}

.btn-enquire-submit:hover{
    background-color: #0d4fa5;
    border: 1px solid #0d4fa5;
}
.enquire-box {
    position: fixed;
    top: 78%;
    right: 9%;
    z-index: 99999;
    background-color: #000000;
    border: 1px solid #000000;
    padding: 10px;
}

.enquire i {
    padding: 5px;
    color: #fff;
}

.enquire span {
    display: block;
    color: #e5c110;
    font-size: 8px;
}

    .enquire span:hover {
        color: #fff;
    }

.enquire i:hover {
    color: #e5c110;
}

.intflag {
    padding-left: 90px !important;
}

#myModal .form-control, #myModal2 .form-control {
    color: #16477a;
    background-color: #fff;
    border: 1px solid #e5c110;
    padding: 5px 10px;
}

#myModal .modal-content, #myModal2 .modal-content {
    border: 1px solid #e5c110;
}

#myModal .modal-header, #myModal2 .modal-header {
    padding: 1rem;
    border-bottom: 1px solid #16477a;
}


/*directional aware*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.content-title2 {
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
}

.content-title3 {
    font-weight: normal;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
}

.carousel-control-next {
    position: absolute;
    top: 50%;
    bottom: unset; 
    color: #ffffff;
    text-align: center;
    opacity: .5;
    background-color: #16477a;
    border-radius: 50%;
    left: 95%;
}

.carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: unset;
    color: #ffffff;
    text-align: center;
    opacity: .5;
    background-color: #16477a;
    border-radius: 50%;
    left: 2%;
}

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
        color: #e5c110;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

    #primary-nav .navbar-nav .active > .nav-link{
        background: #000000;
        color: #ffffff !important;
        transition: transform .3s ease-in-out;
    }

@media screen and (max-width: 640px) {
    .contact-info {
        padding: 10px 5px;
    }
    .contact-info h4 {
        font-size: 13px!important;
    }
    .center {
        margin-bottom: 0px!important;
    }
    #home img{
        height: 360px;
        background-size: cover;
        object-fit: cover;
    }
    .contact-info {
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

@media (min-width: 776px){
    .contact-info {
        padding: 20px;
    }
    .modal-title {
        font-size: 25px;
    }
    .btn-enquire-submit {
        width: 300px;
        margin-bottom: 20px;
    }
    .flex{
        display: -webkit-box;
    }
    .form-field{
        width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #e0e0e1;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        background: none;
    }
    .modal-dialog {
        max-width: 600px;
        margin: 6.75rem auto;
    }
    .specification{
        margin-right: 0px;
        margin-left: 0px;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
   
    .m-banner{
        display: none;
    }
    .marker{
        font-size: 20px!important;
       }
       .contact-info h4 {
        font-size: 18px;
    }
    .cardslogo{
        width: 110px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .cardslogo1{
        width: 180px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .floor-plan-cnt {
        padding: 45px;
    }
    .navbar-expand-lg .navbar-collapse {
        display: contents;
        display: -ms-flexbox !important;
        display: contents;
        -ms-flex-preferred-size: auto;
    }
    .floor-plan-img img {
        height: 500px;
      
    }
    
    .navbar-expand-lg .navbar-collapse {
        display: inline-block!important;
        -ms-flex-preferred-size: auto;
        /* flex-basis: auto; */
        margin: 10px;
        
    }
    .navbar-expand-lg .navbar-nav {
        float: right;
        border: 1px solid;
        padding: 2px;
        border-radius: 100px;
        transition: transform .3s ease-in-out;
    }
    #primary-nav .navbar-nav .nav-link {
        border-radius: 100px;
        transition: transform .3s ease-in-out;
        /* margin-right: 20px; */
    }
   
  .navbar-brand .logo{
    width: 145px;
  }
  .navbar-brand .logo1{
    width: 74px;
    margin-top: 0px;
  }
  .navbar-brand .logo2{
    width: 60px;
  }
    
    .project-titles span{
        color: #16477a;
    }
    section{
        padding: 3em 0px;
    }
.pad50{
    padding: 3em 0px;
}
    .details{
        margin-top: 20px;
        text-align: justify;
        line-height: 25px;
    }

.proj-base .row .col-md-4 {
    border: 1px solid #333;
    padding: 14px 3px;
        text-align: center;
}

.proj-base .row .col-md-4:first-child,.proj-base .row .col-md-4:nth-child(2){
    border-right: 0px;
}
.proj-base .row .col-md-4:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.proj-base .row .col-md-4:nth-child(3){
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.proj-base{
    width: 100%;
            text-align: left;
            font-size: 16px;
            transition-delay: 5s;
            transition: all .10s ease;

}


.proj-base {
    color: white!important;
    
}
    .fa-2x{
        font-size: 25px;
        color: white;
    }
  
    .carousel-caption1 p{
        color: white;
    }
    .carousel-caption1 h2 span{
        color: #edac46;
    }
    .carousel-caption1 h3{
        background-color: #0000009e;
        font-size: 30px;
        padding: 20px;
        width: 40%;
        display: block;
        margin: 0 auto;
    }
    .carousel-caption1 h3 span{
        color: #edac46;
    }
    .carousel-caption1 {
       
        position: absolute;       
        width: 90%;
        top: 50%;
        left: 50%;
        padding: 80px 30px;
        transform: translate(-50%, -50%);

        z-index: 10;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
   
   }

   @media (max-width: 775px){
    #home img{
        height: 400px;
        background-size: cover;
        object-fit: cover;
    }
    .contact-info {
        padding: 20px 5px;
    }
    .collapse.show {
        display: block;
        z-index: 9999;
    }
    .listing-badges-1 {
        position: absolute;
        top: 9px;
        left: 25px;
        width: 100%;
        display: block;
        font-size: 15px;
        padding: 0;
        height: 50px;
    }
    .listing-badges-1 .launch {
        width: 80px;
        height: auto;
        background-size: contain;
        object-fit: contain;
        position: absolute;
        top: 1px;
        left: 10px;
    }
    .listing-badges-2 .launch {
        width: 100px;
        height: auto;
        background-size: contain;
        object-fit: contain;
        position: absolute;
        top: -5px;
        left: 3px;
    }
    .listing-badges-2 {
        position: absolute;
        top: 9px;
        left: 14px;
        width: 100%;
        display: block;
        font-size: 15px;
        padding: 0;
        height: 50px;
    }
    .mt10{
        margin-bottom: 10px;
    }
    .modal-logo{
        display: none;
    }
    .btn-enquire-submit {
        width: 200px;
    }
    .modal-body {
        padding: .5px 10px;
    }
    .flex{
        display: block;
    }
    .form-field{
        width: 100%;
       margin-bottom: 10px;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #e0e0e1;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        background: none;
    }
    .specification{
        margin-right: 0px;
        margin-left: 0px;
    }
    .order-1 {
        order: 1 !important;
    }
    .order-2 {
        order: 2 !important;
    }
    .d-banner{
        display: none;
    }
    .contact-info h4 {
        font-size: 14px;
    }
    .cardslogo{
        width: 100px;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .cardslogo1{
        width: 70px;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
   .mb-30{
    margin-bottom: 30px;
   }
    .floor-plan-cnt {
        padding: 25px 12px;
        border: 1px solid #e7e7e7;
    }
    .floor-plan-img img {
        height: 400px;
        background-size: cover;
    }
    .navbar-brand .logo{
        width: 145px;
      }
      .navbar-brand .logo1{
        width: 70px;
        margin-top: 0px;
      }
      .navbar-brand .logo2{
        width: 60px;
      }
     
    .project-titles {
        padding: 2em 0px;
    }
    .project-titles h1{
        line-height: 45px;
        font-size: 28px;
    }
    section{
        padding: 1em 0px;
    }
    .pad50{
        padding: 1em 0px;
    }
.proj-base{
    color: white!important;
    margin-top: 20px;
}

.details{
    margin-top: 20px;
    text-align: justify;
    line-height: 25px;
}

.proj-base{
    width: 100%;
            text-align: center;
            font-size: 16px;
            transition-delay: 5s;
            transition: all .3s ease;
}

.proj-base {
    text-align: left;
    color: white!important;
    
}

    .navbar-nav {
       
        background: #f1f1f1;
    }
	.navbar-nav li{
        margin-bottom: 3px;
        border-bottom: 2px solid white;
    }
		
    .call-icon {
            background-color: #16477a !important;
            color: white !important;
            border-radius: 10px;
            width: 38%!important;
        margin: 10px 25px;
        padding: 6px 10px!important;
    }
    .fa-2x{
        font-size: 12px!important;
        color: white;
    }
    .center{
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .mb20{
        margin-bottom: 20px;
    }
    .icon-sm i{
        font-size: 25px!important;
    }
    
    .carousel-caption1 p{
        color: white;
        margin-bottom: 5px;
    }
    .carousel-caption1 h2 {
        font-size: 20px;
    }
    .carousel-caption1 h4 {
        font-size: 18px;
    }
    .carousel-caption1 h3{
        background-color: #0000009e;
        font-size: 20px;
        padding: 10px;
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .carousel-caption1 h2 span{
        color: #edac46;
        display: block;
    }
    .carousel-caption1 h3 span{
        color: #edac46;
    }
    .carousel-caption1 {
        position: absolute;
        width: 100%;
        top: 40%;
        left: 50%;
        padding: 20px;
        transform: translate(-50%, -50%);
        z-index: 10;
        padding: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
    .contact-info {
        display: inline-block!important;
        width: 49%!important;
    }
    .proj-base .row .col-md-4:first-child{
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .proj-base .row .col-md-4:nth-child(3){
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
   }

@media screen and (min-width: 900px) {
   
    #home img{
        height: 650px;
        background-size: cover;
    }
   
    .carousel-control-next {
        width: 61px;
        height: 61px;
        left: 95%;
    }
    
    .carousel-control-prev {
      
        height: 61px;
        width: 61px;
        left: 2%;
    }
    .box-container {
        width: 25%;
    }
}


body::-webkit-scrollbar {
    width: 3px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
    outline: 1px solid #5483c0;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}


.bgpadd {
    padding: 2em 2em;
    background: #edeef2;
}

.fa-calendar-alt {
    color: #e5c110;
}

.regoffice {
    margin: 2em 0;
}

    .regoffice p {
        margin: 6px 0;
    }

/*Banner section*/
.project-banner1 {
    padding: 0;
    /*height: 79vh;*/
    position: relative;
}

    .project-banner1 img {
        width: 100%;
        height: 100%;
    }



select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

    select.round:focus {
        background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
        background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
        background-repeat: no-repeat;
        border-color: #16477a;
        outline: 0;
    }
.brown{
    background-color: #16477a !important;
}
.btn-pro-in {
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: #000000;
    color: white !important;
    font-size: 14px;
	display:inline-block !important;
    border-radius: 20px;
}
.btn-pro-in:hover{
    border-radius: 20px!important;
    background-color: #0d4fa5;
}
@media (min-width: 776px){
    .listing-badges-1 {
        position: absolute;
        top: 9px;
        left: 14px;
        width: 100%;
        display: block;
        font-size: 15px;
        padding: 0;
        height: 50px;
    }
    .listing-badges-1 .launch {
        width: 100px;
        height: auto;
        background-size: contain;
        object-fit: contain;
        position: absolute;
        top: 9px;
        left: 10px;
    }
    .listing-badges-2 .launch {
        width: 150px;
        height: auto;
        background-size: contain;
        object-fit: contain;
        position: absolute;
        top: 9px;
        left: -10px;
    }
    .listing-badges-2 {
        position: absolute;
        top: 9px;
        left: -23px;
        width: 100%;
        display: block;
        font-size: 15px;
        padding: 0;
        height: 50px;
    }
}

/* -------------Ribbons------------------- */


.ribbon-1 {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 10px; /* the top offset */
    
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: 
      polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f)/2));
    background: #BD1550;
    color: white;
    line-height: 35px;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  }


.ribbon-2 {
    width: 150px;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    position: absolute;
    left: -8px;
    top: 20px;
    background: #BD1550;
    color: white;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  }
  .ribbon-2:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}
.ribbon-2:after {
    height: 0;
    width: 0;
    right: -14px;
    border-top: 25px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 14px solid #BD1550;
}
.ribbon-2:before, .ribbon-2:after {
    content: "";
    position: absolute;
}


/* ------- */

.ribbon-3 {
    width: 150px;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    position: absolute;
    left: -8px;
    top: 20px;
    background: orange;
    color: white;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  }
  .ribbon-3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}
.ribbon-3:after {
    height: 0;
    width: 0;
    right: -14px;
    border-top: 25px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 14px solid orange;
}
.ribbon-3:before, .ribbon-3:after {
    content: "";
    position: absolute;
}

/* ------------- buttons ----------------- */
.btn-success {
    color: #fff;
    background-color: #16477a;
    border-color: #16477a;
    display: block;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 30px;
}
.btn-success:hover{
    color: #fff;
    background-color: #0c9748;
    border-color: #0c9748;
    
}
.m-btn {
    font-size: 12px;
    color: #000;
    padding: 3px 15px;
    cursor: pointer;
}

    .m-btn.active {
        border-radius: 50px;
        border: 1px solid grey;
        padding: 6px 24px;
        color: #16477a;
        font-weight: 700;
        background-color: #ccc;
    }


/* ----------------- video page ----------------- */
.video-b {
    text-align: center;
}

    .video-b h5 {
        text-transform: uppercase;
        padding: 10px 0 20px 0;
        font-size: 16px;
    }

    .video-b h6 {
        margin: 0.5em 0 3em 0;
    }


	
 /* Media Queries for Responsive */
    @media (max-width: 1024px) {

    }
.widdm{
    width:40%;
}
@media (max-width: 768px) {
    
    .pro-lo-btn-bx {
        padding: 0px!important;
        display: flex;
        margin: 10px;
    }
    .btn-pro-in {
        padding: 8px !important;
        font-size: 12px!important;
    }
    
    .carousel-control-next {
        width: 21px;
        height: 21px;
        left: 92% !important;
        top: 45% !important;
        background-color: #16477a;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 10px;
        height: 10px;
    }
    .carousel-indicators{
        display: none;
    }
    .carousel-control-prev {
      
        width: 21px;
        height: 21px;
        left: 3% !important;
        top: 45% !important;
        background-color: #16477a;
    }
    .bdisplay{display:block !important;}
    .topmarnew {
    margin: 0px 6px 0px 0px !important;
    font-size: 10px !important;
}
    .marg10{margin-top:10px !important;}
    .widdm{
    width:80% !important;
}
    .project-banner1 img, .project-banner1 {
        height: auto;
    }

    .btn-pro-in {
        width: 70%;
		display:inline-block !important;
    }
    .btn-pro-in:hover{
        border-radius: 0px;
    }


    .mobile-hider {
        display: none;
    }

    .farrok-div {
        width: 100%;
        margin-top: 2em;
    }

   
    #myVideo {
        height: 100vh;
    }

    .news-area, .services-area {
        padding: 2em;
    }

    .contact-div2 {
        padding: 2em 1em 0 1em;
    }

    .contact-div {
        padding: 1em;
    }

    .color-bx {
        margin: 1em 0;
    }

    .footer-area p {
        padding: 4px 0;
        text-align: center;
    }

    .disclaimer-p {
        text-align: left;
    }

    .flex-parent {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-child {
        width: 50%;
        margin-bottom: 2em;
    }

    .flex-padd {
        padding-left: 0;
    }

    .subfooter-area {
        padding: 3em 0 1em 0;
        text-align: justify;
    }

    .newsletter-area h5,.newsletter-area p{
        padding: 20px 0;
    }

    .subfooter-area i {
        font-size: 14px;
    }

    .client-area {
        padding: 3em 0;
    }

        .client-area iframe {
            position: initial;
        }

    .about-area img {
        position: initial;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .mt10{
        margin-bottom: 10px;
    }
    .floor-plan-img img {
        height: 350px;
        background-size: cover;
    }
}

@media (max-width: 480px) {

    p{
        font-size:12px !important;
    }

    #primary-nav {
        padding: 2px 0 3px 15px !important;
    }

        #primary-nav .navbar-brand {
            padding-top: unset;
            padding-bottom: .4335rem;
        }

    #top-nav .ml-auto {
        margin: 0 auto !important;
    }

    #top-nav .navbar-nav {
        flex-direction: row !important;
    }

    #primary-nav .navbar-nav .nav-link {
        font-size: 12px;
        padding: 6px 30px;
        font-weight: 600;
        letter-spacing: 1px;
       
    }

    .dropdown-slide > .dropdown-menu {
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        display: block !important;
        transition: 0.3s ease-in;
    }


   

    .enquire-now {
        position: fixed;
        top: unset;
        bottom: 0;
        right: 0px;
        z-index: 99999;
        width: 100%;
        transform: unset;
        border-radius: 0;
        height: 40px;
        text-align: center;
        padding: 10px;
        background-color: #16477a;
        border: 1px solid #e5c110;
    }

        .enquire-now img {
            display: none;
        }

        .enquire-now span {
            display: block;
            font-size: 11px;
            color: #fff !important;
            text-align: center;
			
			visibility: visible;
            opacity: 1;
            padding: unset;
            margin: unset;
			text-orientation: unset;
            writing-mode: unset;
        }

    .enquire i {
        padding: 5px;
        color: #fff;
        font-size: 20px;
    }

    .btn-call-mob {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50%;
        padding: 10px;
        background-color: #16477a;
        color: #fff !important;
        border: 1px solid #e5c110;
        border-radius: 0;
        height: 40px;
        text-align: center;
        font-size: 12px;
		z-index:9999;
    }

    .footer-area {
        padding-bottom: 50px;
    }

        .footer-area .row {
            margin-left: 0;
            margin-right: 0;
        }

    .flex-padd:nth-child(2n+0) {
        padding-left: 25px;
    }

    .flex-child a > i {
        font-size: 15px;
        padding-right: 8px;
    }

    .subfooter-area a {
        color: #fff;
        font-size: 12px;
        transition: 0.3s ease-in;
    }

    /* --------------- contact page --------------------- */

    .contact-sector {
        padding: 2em 0 0 0;
    }

    .contact-div {
        padding: 1em 0;
    }

    .address-div:nth-last-child(3) {
        padding: 1em 0em 0em 0em;
    }

    .address-div:nth-last-child(2) {
        padding: 0em 0em 0em 0em;
    }


    /*projects page*/
    .proj-base .row .col-md-4 {
        border: 1px solid #333;
            padding: 14px 5px;
            text-align: center;
    }
    .proj-base .row .col-md-4:first-child{
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .proj-base .row .col-md-4:nth-child(3){
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .proj-base .row .col-md-4:first-child{
        border-right: 0px;
    }
    .proj-base .row .col-md-4:nth-child(1){
        border-right: 0px;
    }
    .proj-base .row .col-md-4:nth-child(2){
        border-right: 0px;
    }
    .proj-base h2 {
        font-size: 29px;
    }
   .marker{
    font-size: 18px!important;
   }
    .proj-base .row .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #banner-form {
        display: none !important;
    }

	
}

@media (max-width: 360px) {
	


}
/* Media Queries for Responsive */

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: unset;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.marg10{margin-bottom: 35px;margin-top:0px;}
.homeplist h3{
    margin-top: 20px;
    color: #16477a;
    text-align: center;
}

.bdisplay{display:inline-block;}
.high{
    color: #16477a!important;
    
}
.captchaError{
    width: 100%;
}
/* -------------Contact------------------ */
.contactus{
    margin: 0px 0;
    background: url(../img/deansgatebanner.webp) fixed;
    background-size: cover;
}
.contactus .cont-box {
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.753);
}
.enquery-form h2 {
    color: white !important;
}
.contact-info {
    border: 2px solid #16477a;
    background: #000000;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 20px;
}
.contactus .enquery-form {
    color: #333;
    height: 100%;
    padding: 30px;
    background-size: cover;
    background-repeat: repeat;
}
.contact-info p {
    margin: 5px 0 !important;
    line-height: 30px !important;
    font-size: 13px;
    letter-spacing: 1px;
}
.icon-sm{
    text-align: center;
    margin-bottom: 10px;
    color: #16477a;
}

.dis p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
    margin-bottom: 10px;
    margin-bottom: 5px;
    text-align: center;
}

/* ---------------Cards---------------- */
.relative {
    position: relative;
}
        .proj-base .row .col-md-4 p {
            margin-bottom: 0;
        }

    .proj-base span {
        font-weight: bold;
        display: contents!important;
    }
    
        .pro-locations .container {
            
            margin-bottom: 1em;
        }
    
        .onw{
            color: #000!important;
            font-size: 13px;
            font-weight: 100!important;
        }
    
        .builder-section{
            background-color: #f3f3f3;
            color: #000000;
        }
        .builder-section p{
            color: #000000;
            font-size: 16px!important;
            text-align: justify;
            line-height: 28px;
        }
       
      
        .form-control{
            background: none;
        }
        .form-control:disabled, .form-control[readonly] {
            background: none;
            opacity: 1;
        }

        .floor-plan-cnt {
            height: 100%;
            align-items: center;
            color: black
        }
        .floor-plan {
            background-color: rgb(255, 255, 255);
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
           ;
        }
        .floor-plan-img {
            box-shadow: #d5d5d5 0px 0px 5px;
            text-align: center;
            width: 100%;
            position: relative;
            padding: 1px;
            background: #f9f9f9;
     
        }
        .floor-plan-img img {
            width: 100%;
            background-size: cover;
            object-fit: cover;
        
        }
        .gray-background {
            background-color: rgb(255 255 255);
            overflow-x: hidden;
        }
        .g-0{
            padding: 0px;
        }
        .proj-base p, .proj-base h2{
            color: black;
        }
       
        .bg-overlay{
            top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 0;
        position: absolute;
        background: #00000066;
        }
       
        .form-group {
            margin-bottom: 10px;
        }
        .project-titles {
            background: #00000025;
            color: #000000;
        }
        .project-titles span {
            color: #16477a;
        }
        .modal {
            background: #0000008e;
        }
        .marker i{
           font-size: 24px;
           color: red;
        }
        .specification,.marker{
                    font-weight: 800;
            
        }