@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:#5854a1 !important ;}

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

.title-ak {
 font-family: "Playfair Display",serif;;
    font-weight: 400;
    font-size: 47px;
    color: #5854a1;
}

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 !important;
    padding-bottom: 80px !important;
}*/


.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: 118px 0;
    position: absolute;
    top: 0%;
    left: auto;
    right: 10%;
    z-index: 99;
    bottom: auto;
}




.contact-form2 {
    padding: 20px 40px;
    background: rgba(35,34,34,.7);
    border-radius: 12px;
    width: 400px;
    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: 41px;
    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: #5854a1;
  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;
    color: #787676;
    line-height: 25px;
}

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

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


#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}






.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; font-family: 'Playfair Display';}
.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:19px ; 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:117px 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: 9;
    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: #5854a1; */
   background-image: url(../img/info3.jpg);
    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:  9;
    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: #5854a1;*/
    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: #5854a1;
  background-image: url(../img/info3.jpg);

}

#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: #5854a1;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-size: 13.6px;
}

.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: #5653a2;
    background-color: #5653a2;
    color: #fff;
}

.btn-brand:hover {
    background-color:#6764ab;
    border-color: #6764ab;
    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: "Playfair Display",serif;;
     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:#5854a1;
    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:#5854a1; }

.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;
}

.panWrapper * {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.panWrapper a.controls {
    background-size: 100%;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 50%;
    z-index: 2;
    bottom: 30px;
    cursor: pointer;
}

.panWrapper a.controls.in {
    background-image: url('../img/zoomIn.png');
    margin-left: -30px;
}

.panWrapper a.controls.out {
    background-image: url('../img/zoomOut.png');
    margin-left: 30px;
}

.panWrapper a.controls.close {
    background-image: url('../img/close.png');
    left: auto;
    right: 30px;
    top: 30px;
}

.panWrapper .loading {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}

.panWrapper img {
    max-width: unset !important;
}

/****thankyou****/

.thank-u {
  padding: 60px 0;
  border-top: 120px solid #dcdada;
  border-bottom: 120px solid #dcdada
}

.thank-u h2 {
  font-size: 68px;
  font-weight: bolder;
     color: #342b7c;
  letter-spacing: 4px;
  margin-bottom: 40px
}

.thank-u img {
  display: block;
  margin: 0 auto
}

.thank-u h4 {
  color: #162E55;
  margin: 6px 0 20px;
  font-size: 22px;
}

.thank-u a {
  margin: 40px 0;
  letter-spacing: 2px;
  padding: 4px 12px;
  color: #fff;
}


@media(min-width: 768px){
  .five-cloum .col-1-5{
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.five-cloum .col-1-5 {
  border-right: 1px solid #306376 !important;
}

.partner-cont{}
.partner-cont h6{color: #dfac3c !important;}
.partner-cont p{color: #fff; line-height:22px; font-size: 15px;}

#milestone {
    background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.service {
    padding: 32px;
   /* background-color: #fff;*/
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
    color: #fff;
}

.service img {
    background: #2323237a;
    width: 109px;
    padding: 30px;
    border-radius: 100%;
    border: 1px solid #5b747c;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

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

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: #5653a2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 39px;
    padding-bottom: 19px;
}
.social-lnk{}
.social-lnk .fa{font-size: 33px; margin-top: 13px;    margin-right: 13px;}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
    font-size: 15px;
}

footer p a {font-weight: normal;text-decoration: none;}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}
.clr-d{color: #b7b6d5;}
.clr-e{color: #5854a1;}
.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color:#c1b5b5;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #c1b5b5;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

.form-label {
    margin-bottom: 0.5rem;
    color: #939393;
    font-weight: 100;
}


@media all and (max-width: 767px) {
.navbar-nav{margin-top: 9px;}
    .nav-link{padding-bottom: 0.1rem;padding-top: 0.1rem;}

    .pgt-b {
    padding-top: 20px !important;
    padding-bottom: 20px !important;}
    .ak-amenites .owl-prev{left: 38px;}
    .ak-amenites .owl-next{right: 42px;}
    .distance{position: relative;padding: 33px 46px 45px;}
    .floor-plan-cont .nav-tabs .nav-link{    margin-bottom: 13px;}
    .ak-3d img{display: none;}
    .mt-top{margin: 71px 0px 41px;}
    .navbar-brand{width: 124px;}
    .social-icons a{margin: 0px;}
.ak-am {min-height: auto !important;}
       .popup-btnnew a{   top: 69% !important;}
    .topnav { top: 64px !important;}
    .top-nav{text-align: center ; display: block;}
    .top-nav .pull-right{float: none !important;}
.new-top{margin-top: 180px;}
.flormb .nav-tabs .nav-link{margin-right: 3px !important;}
.intro h1{margin-top: 39px; font-size: 23px !important;}
.mtt-d{margin-top: 0px !important;}
.mtt-d170{margin-top: 0px !important;}
.title-ak{font-size: 37px;}
.title-ak br{display: none;}
    .video-play-button     {position: relative;}
 .akbox{display: none;}
    .top-nav p{font-size: 13px;}
.contact-form-wrapper {
    width: 80%;
    position: relative;
    left: 0px;
    margin: 0 auto;}
.ak-3d .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled
{display: none;}
.five-cloum .col-1-5{border-right: none;padding-top: 14px;padding-bottom: 14px;   
  border-bottom: 1px solid #306376 !important;}

    }


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

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

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

}

@media(min-width: 360px){
  .brochure-life h3{
   font-size: 19px;
  }
}