@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: 'Poppins', sans-serif;
    color: var(--body);
    line-height: 1.7;
    background-color: #fee7e1;
}

.title-ak {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 47px;
    line-height: 61px;
}
.mragn-top170 {
    margin-top: 367px;
}
.clr-g2{color: #f1665d;}

.clr-g{color: #f1665d;}
.clr-grn{color: #016c66;}
.knw-more{}

.knw-more .kn-mb{background: transparent; color: #000; border:2.3px solid #016b66; border-radius: 5px;}


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 {
    font-weight: 700;

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

.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: 100px 0;
    position: absolute;
    top: 0%;
    left: auto;
    right: 10%;
    z-index: 99;
    bottom: auto;
}
.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: 36%;
    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; position: relative; }
.bg-image-sec p{text-align: justify; font-size: 16px; color: #f59687;}



  .bg-image-sec div img {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
/*.bg-image-sec div img {

  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.bg-image-sec div img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
   transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
*/

.roseimg{position: absolute;
    left: auto;
    right: 0px;
    width: 53%;}

.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    /* opacity: 0; */
    /* visibility: hidden; */
}
#categories-section{ position: relative;
background:#f2f1ef url(../img/cat.png) no-repeat left top;

 }
#categories-section p{  font-family: 'Poppins', sans-serif; font-size: 16px;}
#categories-section .border{border: 1px solid #434a50 !important}
#categories-section h5{font-weight: normal;}

#collection-section{ position: relative;
background:#f2f1ef url(../img/our-colbg.jpg) no-repeat right top;

 }
#collection-section p{  font-family: 'Poppins', sans-serif; font-size: 16px;}
#collection-section .border{border: 1px solid #434a50 !important}
#collection-section h5{font-weight: normal;}

.colb-main{border: 1px solid #f8b1ab;display: block;}
.our-colbox{ display: block; position: relative;    transition: all 2s ease;}

.our-colbox .hover-divcol{ 
 transition: all 2s ease;position: absolute; top: 0px; 
 display: none; width: 100%; height:100%; background:rgba(247, 215, 174, 0.8);}
.our-colbox:hover .hover-divcol{display: block; }
.learn-more{display: block;}
.lrn-b{margin: 0 auto;
    text-align: center;
    color: #fff !important;
    border-radius: 11px;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 23px;
    background-color: #f1675d;}
.mt-topln{margin-top: 45px;}

.our-colbox .hover-divcol2{ 
 transition: all 2s ease;position: absolute; top: 0px; 
 display: none; width: 100%; height:100%; 
 background:rgba(227, 85, 81, 0.8);}
.our-colbox:hover .hover-divcol2{display: block; }
.learn-more2{display: block;}
.lrn-b2{margin: 0 auto;
    text-align: center;
    color: #e05751 !important;
    border-radius: 11px;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 23px;
    background-color: #fbd3d1;}

.our-colbox .hover-divcol3{ 
 transition: all 2s ease;position: absolute; top: 0px; 
 display: none; width: 100%; height:100%; 
 background:rgba(241, 147, 135, 0.8);}
.our-colbox:hover .hover-divcol3{display: block; }

.ak-amenites{}

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

.ak-amenites .owl-prev {
    left: -53px;
}

.ak-amenites .owl-next {
    right: -53px;
}
.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-right: 1px solid #7d7d80;}
.ak-amenites h5{font-family: 'Poppins', sans-serif;color: #1e2138; font-size: 15px;}





.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: -53px;
}

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

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

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

.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: 30px;}
.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: #016b66;
    color: #fff;
    font-size: 13px;
}
.popup-btn a:hover{
text-decoration: none;
color:#fff;
}



.popup-btnnew a {
    top: 67%;
    position: fixed;
    right: -44px;
    z-index: 1000;
    text-decoration: none;
    transform: rotate(-90deg);
    background-color: red;
    padding: 3px 13px 28px;
    height: 0px;
    /* background-color: #000; */
    color: #fff;
    font-size: 13px;
}
.popup-btnnew a:hover{
text-decoration: none;
color:#fff;
}


#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;
}
#feedback-enquiry {
    position: fixed;
    top: 55%;
    right: 0;
    z-index: 9999;
    bottom: 0;
    /* height: 66px; */
    margin-left: -3px;
    margin-bottom: -3px;
    display: block;
}
#feedback-tab-enquiry {
    float: right;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
    /* background-color: #D63213; */
    margin-right: -51.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: #000;
    font-weight: bold;
    font-size: 2rem;
    animation: blinkingText 2s infinite;
}

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

@keyframes blinkingText{
    0%    { background: #016b66;}
    25%   { background: #016b66;}
    50%   { background: #0a413e;}
    75%   { background: #0a413e;}
    100%  { background: #0a413e;}
  }

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

.bg-infographic {
   /* background: url(../img/info.jpg) no-repeat;
   */
    background-color: #fddcc8;
    position: relative;
    background-size: cover;
}
.navbar .search-form {
     float: right;
     margin: 0;
     padding: 0;
     margin-top: 10px;
}
 .navbar .search-form .input-group {
     display: block;
     padding-right: 30px;
     width: 30px;
     overflow: hidden;
     border-left: 2px solid transparent;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
 .navbar .search-form.open .input-group {
     border-left: 2px solid #5F5F5F;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
 .navbar .search-form .form-control, .navbar .search-form .form-control:focus {
     height: 30px;
     padding: 6px 12px 0;
     border-radius: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
     font-size: 16px;
     background-color: transparent;
     border-color: transparent;
}
 .navbar .search-form .input-group-btn {
     display: block;
     position: absolute;
     right: 0;
     top: 0;
     width: 30px;
     height: 30px;
     z-index: 2;
}
 .navbar .search-form .input-group-btn .icon {
     position: relative;
     bottom: -3px;
     left: -1px;
     font-size: 16px;
}
 .navbar .search-form .btn {
     padding: 5px 8px;
     border-radius: 0;
     background-color: transparent;
     border: 1px solid transparent;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
 .navbar .search-form .btn:active, .navbar .search-form .btn:hover, .navbar .search-form .btn:focus, .navbar .search-form.open .btn {
     color: #fff;
     background-color: #5F5F5F;
     border: 1px solid #5F5F5F;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     outline: none;
     outline: 0px auto -webkit-focus-ring-color;
     outline-offset: 0;
}
 .navbar .search-form.open .input-group {
     width: 145px;
     -webkit-transition: width 0.3s ease-in-out;
     transition: width 0.3s ease-in-out;
}
 :-ms-input-placeholder {
     color: #555 !important;
}
 ::-moz-placeholder {
     color: #555 !important;
}
 :-moz-placeholder {
     color: #555 !important;
}
 ::-webkit-input-placeholder {
     color: #555 !important;
}
 @media (max-width: 767px) {
     .navbar .search-form {
         float: none;
         margin-top: 0px;
         padding: 14px 0;
    }
     .navbar .search-form .input-group, .navbar .search-form.open .input-group {
         width: auto;
         -webkit-transition: none;
         transition: none;
         border-left: 2px solid #5F5F5F;
    }
        .clr-g2{color: #000 !important;}

    .clr-g{color: #fff !important;}
     .navbar .search-form .btn {

         -webkit-transition: none;
         transition: none;
    }
     :-ms-input-placeholder {
         color: #555 !important;
         text-transform: uppercase;
    }
     ::-moz-placeholder {
         color: #555 !important;
         text-transform: uppercase;
    }
     :-moz-placeholder {
         color: #555 !important;
         text-transform: uppercase;
    }
     ::-webkit-input-placeholder {
         color: #555 !important;
         text-transform: uppercase;
    }
}
 @media (min-width: 768px) and (max-width: 780px) {
     .navbar .search-form.open .input-group {
         width: 135px;
    }
}
 @media (min-width: 980px) {
     .navbar .search-form.open .input-group {
         width: 230px;
    }
}
 @media (min-width: 1300px) {
     .navbar .search-form .input-group-btn {
         width: 32px;
         height: 32px;
    }
     .navbar .search-form .input-group-btn .icon {
         font-size: 18px;
    }
     .navbar .search-form .form-control, .navbar .search-form .form-control:focus {
         height: 32px;
    }
     .navbar .search-form .input-group {
         padding-right: 32px;
         width: 32px;
         margin-top: -13px;
    }
}
 
.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: #000000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #434343, #000000); /* 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);
    background-color: #f2f1f0;
}

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

.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: #f1675d;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
    font-size: 17px;
}

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

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

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

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

.btn {
    padding: 8px 26px;
}

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

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

.text-lf{text-align: left !important;}

.carousel-item {
   /* height: 100vh;*/
   /* min-height: 300px;*/
}
.carousel-caption {
    bottom:-73px;
}
.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    line-height: 57px;
    text-align: left;
}
.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}
.carousel-caption a {
    text-transform: uppercase;
    text-decoration: none;
    background: darkorange;
    padding: 10px 30px;
    display: inline-block;
    color: #000;
    margin-top: 15px;
}


.w-100 {
    height: auto !important;
    width: auto !important;
}

@media only screen and (max-width: 767px) {

    .ft-text{    background: rgba(0,0,0,0.5);
    padding: 16px 0px;}
    .carousel-caption h5{line-height: 31px;}
    .carousel-caption {
        bottom: 165px;
    }
    .carousel-caption h5 {
        font-size: 17px;
    }
    .carousel-caption a {
        padding: 10px 15px;
        font-size: 15px;
    }
}






.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 {
    font-weight: 500;

     font-size: 33px;
}

.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: #231f20;
    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-image: linear-gradient(to right top, #786f6f, #8f8a8a, #979798, #979191, #858585);
    border-color: #505254 #a6a7a9 #fff;


}

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



.gallery-section{background:#fff;
}

.gallery-section div img {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

.gallery-section div img {

  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.gallery-section div img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
   transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}


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

.ourpartner-section{display: block; background: #000000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}


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


.box-exp {
    position: relative;
    display: block;
  
    text-align: center;
}
.rect-box {display: block; }
.ft-wt {
    font-weight: normal;

    font-size: 23px;
}

.rect-box button {
    border: 0;
    position: relative;
}

.rect-box button::before,
.rect-box button::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.rect-box .spin {
    background-color: #f2f2f2;
    height: 151px;
    width: 151px;
    margin-top: -100px;
}

.rect-box .spin::before,
.rect-box .spin::after {
    top: 0;
    left: 0;
}

.rect-box .spin::before {
    border: 2px solid transparent;
}

.rect-box .spin:hover::before {
    border-top-color: #018381;
    border-right-color: #018381;
    border-bottom-color: #018381;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.10s, border-bottom-color 0.15s linear 0.20s;
}

.rect-box .spin::after {
    border: 0 solid transparent;
}

.rect-box .spin:hover::after {
    border-top: 2px solid #018381;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.rect-box .circle {
    border-radius: 100%;
    box-shadow: 0 0 11px #ccc;
}

.rect-box .circle::before,
.rect-box .circle::after {
    border-radius: 100%;
}


.mr-bplong{margin-bottom: 137px;}
.boxline {
    background-color: #018381;
    height: 19px;
    border-radius: 9px;
    display: block;
    margin: 0 auto;
    text-align: center;
    /* width: 0; */
    position: absolute;
    left: 34.3%;
    bottom: -9px;
    width: 29%;
    /* margin-top: -10px; */
}






/****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 {
    display: block;
 
    text-align: center;
    background: url(../img/footer-bg.jpg) no-repeat;
    background-size: cover;
}
.footer-links{display: block; margin-left: 28px;}
.footer-links ul{list-style: none; margin: 0px;padding: 0px;}
.footer-links ul li {
    list-style: none;
    font-size: 13.6px;
    margin-bottom: 4px;
}
.clr-ab{color: #038381;}

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

.flw{color: #038381;font-size: 13px; margin: 0px 0px 9px 28px;}
.flw2 {
    color: #898989;
    font-size: 13px;
    text-align: right;
    margin: 41px 0px 0px 0px;
}
footer .social-icons  {margin-left: 28px;}
footer .social-icons .fa{color: #fff; }

footer .social-icons a {
    width: 30px;
    height:30px;
    font-size: 17px;
    margin-left: 4px;
    background-color: #f1675d;
    border: 1px solid #f1675d;
    margin-right: 4px;
    border-radius: 100%;
}

.social-icons a:hover {

    color: #ccc;
}
.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);
}



@media all and (max-width: 767px) {
        .mob-line {width: 18%;
    display: inline-block;}
    .roseimg{position: relative; width: auto;}
   .flw2{text-align: center;}
    .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: 0px !important; display: block; width: 100%;}
.intro h1{margin-top: 0px !important;font-size: 25px;}
.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;}

    }


