@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&amp;display=swap');

:root {
    --brand: #ff4d29;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}



.ft{font-size: 14px;}

.border-none{border: none !important;}

body {
    font-family: 'gotham_boldregular';
    color: var(--body);
    line-height: 1.7;
}

.blue-color{color:#006cb7 !important ;}

.blue-color2 {
    color: #cadefb !important;
}

.title-ak {
 font-family: 'gotham_bookregular';
    font-weight: 400;
    font-size: 47px;
    color: #006cb7;
}

nav {
  display: none;
}
.hide {
  opacity: 0;
}

@font-face {
    font-family: 'romelio_sansregular';
    src: url('../fonts/romelio-webfont.woff2') format('woff2'),
         url('../fonts/romelio-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
   
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

p{font-size: 21px;}

.text-color{color: #a1720b !important;}
.text-color2 {
    color: #dfac3c !important;
}
section {
 /*   padding-top: 80px;
    padding-bottom: 80px;*/
}


.pgt-b{  padding-top: 80px !important;
    padding-bottom: 80px !important;}


.akbox {
    background-color: #221f1f;
    display: block;
    padding: 20px 46px;
    position: absolute;
    z-index: 99999;
    left: 34%;
    top: 40%;
}

.slider-section{position: relative;}

.slider-section .owl-dots{position: absolute;
    left: 45%;
    right: auto;
    top: auto;
    bottom: 6%;}
.slider-section .owl-theme .owl-nav{display: none;}
.slider-section .owl-theme .owl-dots .owl-dot span{background: none; border: 1px solid #D6D6D6 !important;}
.slider-section  .owl-dot.active span{background-color: #fff !important;}

.contact-form-wrapper {
    padding: 150px 0;
    position: absolute;
    top: 0%;
    left: auto;
    right: 10%;
    z-index: 99;
    bottom: auto;
}




.contact-form2 {
    padding: 60px 40px;
    background: rgba(35,34,34,.7);
    border-radius: 12px;
    width: 500px;
    border: 1px solid #ccc;
}

.contact-form2 textarea {
  resize: none;
}

.contact-form2 .form-input,
.form-text-area {
  background-color: transparent;
  height: 40px;
  padding-left: 16px;
}

.contact-form2 .form-text-area {
  background-color: transparent;
  height: auto;
  padding-left: 16px;
}
.contact-form2 .form-control{-webkit-appearance: auto; 
    -moz-appearance: auto; 
    appearance: auto; width: 100%;height: 60px;
    border-radius: 20px;background-color: transparent;
    color:#fff;padding-left: 20px;font-size: 12px;font-weight: bold;letter-spacing: 0.8px;border-color: lightgray;border: 1px solid lightgray;}

.contact-form2 .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form2 .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form2 .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form2 .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}

.contact-form2 .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #f5be45;
}

.contact-form2 .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form2 .submit-button-wrapper {
  text-align: center;
}

.contact-form2 .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color:#006cb7;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form2 .submit-button-wrapper input:hover {
  background-color: #052c47;
}
.contact-form {
    padding: 30px 40px;
    background: rgba(35,34,34,.6);
    border-radius: 12px;
    width: 400px;
    border: 1px solid #ccc;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: transparent;
  height: 40px;
  padding-left: 16px;
}

.contact-form .form-text-area {
  background-color: transparent;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}

.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #f5be45;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color:#a1720b;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #ff4d29;
}

#myModalpopup{}
#myModalpopup .carousel-item{height: auto !important;}
#myModalpopup  .modal-content{border: 0px !important; background: none !important;} 
#myModalpopup .modal-header{border: 0px !important;}
@media (min-width: 992px){
   #myModalpopup .modal-lg, #myModalpopup .modal-xl {
width: 482px;
display: block;
margin: 0 auto;
text-align: center;
}

}




@media(min-width:768px)
{
 .carousel-caption {
      left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
} 
}


.closebutton {
    position: absolute;
    right: 1px;
    color: #fff;
    opacity: unset;
    width: 20px;
    height: 20px;
    font-size: 12px;
    z-index: 999999;
    padding: 4px !important;
    top: -1px;
    border-radius: 100%;
    text-shadow: none;
    background-color: #ffffff !important;
}

.bg-image-sec{
padding: 0px; display: block; }
.bg-image-sec p{text-align: justify; font-size: 16px;}



  .bg-image-sec div img {
 
}
.bg-image-sec div img {

 
}
.bg-image-sec div img:hover {
  
}


.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    /* opacity: 0; */
    /* visibility: hidden; */
}
#amenities-section{ position: relative;
 }
#amenities-section p{  font-family: 'gotham_bookregular';font-size: 16px;}
#amenities-section .border{border: 1px solid #434a50 !important}
#amenities-section h5{font-weight: normal;}

.ak-amenites{}

.ak-amenites .owl-prev, .owl-next {
    position: absolute;
    top: 0;
    height: 100%;

}
.ak-amenites .owl-prev, .owl-next{width: auto !important;}
.ak-amenites .owl-prev {
    left: -11px;
}

.ak-amenites .owl-next {
    right: -11px;
}
.ak-amenites  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display: block ;}
.ak-amenites img{width: auto !important; display: block; text-align: center; margin: 0 auto;}
.ak-am {background: transparent; border-radius: 15px; border: 1px solid #006cb7; padding: 24px; min-height: 223px;}
.ak-amenites h5{ font-family: 'gotham_bookregular';color: #1e2138; font-size: 15px;}
.ak-am img{width: 107px !important;}
.wt-dtimg{width: auto !important;}
.ft-ic{font-size:37px !important; color: #fff; margin-bottom: 13px;}
.location-map{position: relative; display: block;}
.distance{position: absolute;
    left: auto;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;

    top: 0px;
    padding: 40px 76px;}

.distance h3{border-bottom: 1px solid #ccc; padding-bottom: 17px;}
.distance ul li{ color: #fff; }

.brochure-life {}
.brochure-life a{text-decoration: none; display: block;}
.brochure-life .fa {
    font-size: 45px;
    display: block;
    color:#ffe7e7;
}
.brochure-life h3{font-size:21px ; font-weight: normal;    font-family: 'gotham_mediumregular';}
.ml-4m {margin-left: 30px;}
.pr-mk{padding-right: 7px ;}

.ak-3d{}
.ak-3d .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display:none ;}
.ak-3d img{width: auto !important; display: block; text-align: center; margin: 0 auto;}


.ak-3d .owl-prev, .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}
.ak-3d .owl-prev {
    left: -11px;
}

.ak-3d .owl-next {
    right: -11px;
}

.new-top{margin-top: 190px;}

.dwn-b{background-color: transparent; border: 1px solid #ccc; color: #231f20;
 margin-top: 60px;       font-family: 'gotham_boldregular';}

.dwn-b:hover{background-color: #a76009; border-color: #a76009;}


.mt-top {
    margin:66px 0px 0px;
   /* width: 100% !important;   position: absolute;*/
 
    }
    
.vdo {
    border-bottom: 2px solid #ccc;
    padding-bottom: 12px;
    font-size: 27px;
    margin-top: -19px;
}



.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: $primary; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #204560;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite; }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #1A374D;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

.video-play-button:hover:after {
  background-color: #204560; }

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 22px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
/*
.popup-btn a {
    top: 270px;
    position: fixed;
    right: -89px;
    z-index: 1000;
    text-decoration: none;
    transform: rotate(-90deg);
    background-color: red;
    padding: 3px 23px 49px;
    height: 0px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
}
.popup-btn a:hover{
text-decoration: none;
color:#fff;
}
*/

#video-c {
    position: fixed;
    top: 19%;
    right: 0;
    z-index: 9999;
    bottom: auto;
    /* height: 66px; */
    margin-left: -3px;
    margin-bottom: -3px;
    display: block;
}
    #video-c {
    position: fixed;
    top: 19%;
    right: 0;
    z-index: 9999;
    bottom: auto;
    /* height: 66px; */
    margin-left: -3px;
    margin-bottom: -3px;
    display: block;
}
#video-c-sec {
    float: right;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    height: auto;
    z-index: 1;
    /* background-color: #D63213; */
    margin-right: -87px;
    padding-top: 10px;
    text-decoration: none;
    padding-bottom: 10px;
    padding-right: 16px;
    padding-left: 17px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    /* letter-spacing: 0px; */
    margin-top: 100px;
    border: 1px solid transparent;
   background: #052c47;
    font-weight: 700;
    text-transform: uppercase;
}
#video-c-sec a{text-decoration: none;}
#video-c-sec a:hover
{
    text-decoration: none;
}

#feedback-enquiry  {
    position:  fixed;
    top:  51%;
    right:  0;
    z-index:  9999;
    bottom:  auto;
    margin-left:  -3px;
    margin-bottom:  -3px;
    display:  block;
}
#feedback-tab-enquiry  {
    float: left;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    background-color: #2f2e30;
    margin-right: -59px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 18px;
    padding-left: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 1px;
    margin-top: 100px;
    /* border-radius: 15px 15px 0px 0px; */
    font-weight: 500;
  background: #052c47;

}

#feedback-tab-enquiry:hover  {
    text-decoration:  none;
}



#download-brochure {
    position: fixed;
    top: 22%;
    right: 0;
    z-index: 9999;
    bottom: 0;
    /* height: 66px; */
    margin-left: -3px;
    margin-bottom: -3px;
    display: block;
}
#download-brochure-tab {
    float: right;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    /* background-color: #D63213; */
    margin-right: -77.3px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px 5px 0px 0px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 0px;
    margin-top: 100px;
}

.blink-text {
    background: #193764;
    font-weight: bold;
    font-size: 2rem;
    animation: blinkingText 2s infinite;
}

.blink-text {
    background: #193764;
  animation: blinkingText 2s infinite;
}

@keyframes blinkingText{
    0%    { background: #000000;}
    25%   { background: #193764;}
    50%   { background: #434343;}
    75%   { background: #193764;}
    100%  { background: #434343;}
  }

.text-brand {
    color: var(--brand) !important;
}

.bg-infographic {
  
    position: relative;
    background-size: contain;
}

.hero-slider {position: relative;}
.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}

.txt-d{text-decoration: none;}
.lft{left: 26% !important;}
 /* slide */
 .slide {
  /*   min-height: 100vh;
     display: flex;*/
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
/*    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/banners/b1.jpg);
*/    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
/*    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/banners/desk-ak-b2.jpg);
*/    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
/*    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/banners/desk-ak-b3.jpg);
*/    background-position: center;
    background-repeat: no-repeat;
}
.slide4 {
/*    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/banners/desk-ak-b4.jpg);
*/    background-position: center;
    background-repeat: no-repeat;
}

.slide h6{padding-top: 24px; padding-bottom: 14px; border-bottom:1px solid #b2b2b4; ;}
.slide .display-3 {
    text-transform: uppercase;
    color: #b2b2b4;
    font-size: 39px;
    margin-bottom: 0px !important;
    font-weight: normal;
}

/* navbar */
.top-nav {
/*    background-color:#0F2027;*/
  background: #0F2027;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 position: fixed;
 width: 100%;
 z-index: 999;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 14px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}


.topnav{top: 35px !important;}
.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
/*    background-color: rgba(255, 255, 255, 0.25);
*/    text-decoration: none;
    align-items: center;
    margin-left: 5px;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: transparent;
    color: var(--brand);
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color:#006cb7;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    font-size: 17px;
}

.navbar .navbar-nav .nav-link:hover {
    color: #193764;
}

.navbar .navbar-nav .nav-link.active {
    color: #a76009;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
/*    width: 87px;*/
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: #a1720b;
    background-color: #a1720b;
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro .w-auto {
  width: auto !important;
}

.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.mtt-d{margin-top: 100px !important;}
.mtt-d170{margin-top: 170px !important;}



.intro h1 {
    margin-top: 60px ;
    margin-bottom: 15px;
    font-family: 'gotham_boldregular';
     font-weight: normal;
     color: #231f20;
     font-size: 33px;
     letter-spacing: -1px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}

.floorplan-section{
   background: #fff;


}

.floorplan-section .border{border: 1px solid #4d5152!importantt;}
.floor-plan-cont{display: block;}
.floor-plan-cont nav{}
.floor-plan-cont .nav-tabs .nav-link{    color: #fff;
    background: #006cb7;
    margin-right: 4px;}
.floor-plan-cont .card{border: none !important; background: transparent;}
.floor-plan-cont .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
       color: #ffffff;
background-color: #052c47;
    border-color: #052c47;


}

.floor-plan-cont h5{font-weight: normal;}



.gallery-section{background:#fff;
}

.gallery-section div img {
  
}

.gallery-section div img {

 
}

.gallery-section div img:hover {
 
}


.gallery-section .border {
    border: 1px solid #306376!important;
}

.ourpartner-section{display: block; background:#4096d3; }

.panWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    left: 0;
    top: 0;
    display: none;
    cursor: move;
}

    font-weight: normal;
    font-style: normal;

}