@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
      font-family: 'Montserrat';
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     background:#fff;
      font-family: 'Montserrat';
     font-size:16px;
     color:#000; padding-right: 0px !important
}
.select-box{background: #fff !important;
  color: #333;
  width: 100% !important;
  padding: 15px 30px;}


html {
  scroll-behavior: smooth;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
 .c1 {
     background-color:#fff !important;
     color:#333 !important;
}
 .fa-rotate-90 {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
     transform: rotate(90deg);
}
@font-face {
    font-family: 'JustImagine';
    src: url('../fonts/JustImagine.eot');
    src: url('../fonts/JustImagine.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JustImagine.woff2') format('woff2'),
        url('../fonts/JustImagine.woff') format('woff'),
        url('../fonts/JustImagine.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.sexy-menu.detached .nav-brand img.small{
  display: block !important;
}
.sexy-menu.detached .nav-brand img.large{
  display: none !important;
}
.sexy-menu.detached .nav-brand img{
  margin-top: -40px;
}
.nav-menu>li>a{
   letter-spacing: 1px;
    margin:10px 20px;
    display:inline-block;
    position:relative;
    color:#fff;
    -webkit-transition:color .3s,background .3s;
    font-size:1em;
    transition:all .4s ease-in-out;
    font-family: 'Philosopher';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
}

.center{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.resp-show{
  display: none !important;
}
.nav-menu>li>a:hover{
 color: #03f648
}
.sexy-menu.detached .nav-menu > li > a.book-btn{
margin: 28px 20px !important
}

li.header-phone img{
  height: 40px;     margin-right: 5px;
}
li.header-phone a{
    margin: 10px 12px !important;
    display: flex; 
    align-items: center;
}
li.header-phone a:hover {
    border: 0; color: #ffe491
}
.sexy-menu.detached .header-contact a{
  color: #333;
}
.sexy-menu.detached .nav-menu > li > a {
    margin: 10px 20px 15px; color: #333;
}
.sexy-menu.detached .header-phone a
{
   margin: 9px 6px !important; 
}
.book-btn{
  background: #eb2127; text-transform: uppercase !important;
  color: #fff !important;
  margin: 40px 20px !important;
  padding: 10px 30px; font-size: 0.889em !important;
}
.book-btn:hover{
  background: #333;
  }

#button {
  display: inline-block;
  background-color: #333;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 80px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

a.left.carousel-control{
    left: -60px;
}
.carousel-control.right
{
    right: -60px;
}

 .clear {
     clear: both 
}
 audio, ::selection {
     background:#8cc248;
     color: #fff;
}


.thankyou-msg {
    z-index: 99;
    padding: 50px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 6px;
    width: fit-content;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

/* Preloder */

#loading {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99999; background: #ffffff87}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #056d4d;      
        /* border: 4px solid #f44336; */
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #056d4d;
        /* border: 4px solid #673ab7; */
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #056d4d;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #056d4d;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #056d4d;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #056d4d;
        border-left-color: transparent;
    }
}

.cta-form input[type="date"],
.cta-form input[type="text"], 
.cta-form select {
    color: #333;
    width: 100%;
    height: 65px;
    padding: 0 30px;
    background: #fff;
   border-radius: 25px;
}

 .grecaptcha-badge{
     display:none !important;
}
 .img-full{
     width: 100%;
     height:auto;
     display: block 
}
 .img-responsive {
     max-width: 100%;
     height:auto;
}

 .logo1{
     display:none 
}
 .banner-wraper{
     width:100%;
     height:auto;
     position:relative;
     z-index:9;
}
.sexy-menu.detached .navigation{
  top: 0
}
 
 .footer-container{
     width:100%;
     height:auto;
     padding-top:2em;
     padding-bottom:2em;
}
.footer-top-for{ display: flex; align-items: center;}
.footer-top-for img{ max-width: 35px; margin-left: 10px;}
 .top-wraper{
     width:100%;
     height: auto;
}
 .top-container{
     width:100%;
     padding-left:5%;
     padding-right:5%;
}
.header-social-links {
    float: left;
}
 .tophead{
     width:100%;
     position:relative;
         padding: 0em;
    background: #252235;
        display: flex;
    justify-content: space-between;
}
 .top-header{
     width:100%;
     height:auto;
     position:relative;
     z-index:99 
}
 .top-contact{
     width: auto;
     height:40px;
     float:right;
     clear: both;
     padding-top:10px;
}
 .logo-container{
     width:auto;
     height:auto;
     position:absolute;
     left:0;
     top:0;
     padding-top:10px;
}

.carousel-control
{
    opacity: 1 !important;
    bottom: 6% !important; 
    color: #b3b1af !important;
    top: unset !important; width: unset !important;
    font-family: 'Montserrat'; text-shadow: unset !important;
    font-weight: normal; letter-spacing: 2px; font-size: .85em !important
}
a.left.carousel-control{
    left: unset !important;
    right: 200px !important;cursor: pointer;color: #b3b1af !important
}
.carousel-control.right{
    right:100px !important;cursor: pointer;color: #b3b1af !important
}
/*abouta*/
.facilities-bg{
  background-image: url(../images/pattern-12.png);
      background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #FAFAFA;
}
.welcome-img3{
  position: relative;z-index: 9;
}
img.abtimg{
  position: absolute;
    bottom: -17%;
    right: 32px;
    z-index: 2;
    filter: drop-shadow(0 10px 60px rgba(0,0,0,.07));
    border:5px solid #fff;
}
.abtimg1 {
    width:90%;
}
.bg-suqre {
  position: absolute;
    left: 0;
    top: -46px;
    height: 584px;
    width: 570px;
    border: 60px solid #eee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
/**/
.team-container{
  padding-top: 0px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
span.director{
      color: #11623f;
    font-size: 1.188em;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Geomanist';
    font-style: normal;
}
.why-container{
      padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
.next-imgs img{
  border-radius: 25px;
}
.next-lists {
    padding-top: 7em; position: relative;
}
.service-container{
padding: 70px 0;
position: relative;
}
.service-item {
    margin-top: 90px;
  position: relative;
}
.service-item .service-content{
  position: relative;
}
.img-next {
    position: absolute;
    bottom: -70px;
    left: -100px;
}
.next-imgs{
  position: relative;
}
.service-item:nth-child(1n) .service-content:before{
   position: absolute;
    left: 6%;
    top: -150px;
    height: 340px;
    width: 340px;
    z-index: -1;
    background: #f7f7f7;
    border-radius: 100%;
    content: "";
}
.service-item .service-content p{
  text-align: justify;
}
.service-item:nth-child(2n) .service-imgs
{
  padding-left: 30px;
}
.service-item:nth-child(1n) .service-imgs
{
  padding-right: 30px;
}
.service-item:nth-child(1n) .service-content {
   padding-left: 130px;
    padding-top: 50px;
}
.service-item:nth-child(2n) .service-content {
  padding-left: 130px;
    padding-top: 50px;
}
.service-imgs img{
  border-radius: 25px;
}
.service-detail span.num{
 font-size: 12.135em; margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: bold; color: #bababa;
      -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #bababa;
    font-family: 'Geomanist';
}
.service-content h4 {
    color: #414141;
    font-size: 1.5em; margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Geomanist';
    font-style: normal;
}

/**/
.activity-container{
position: relative;
background-image: url(../images/facilitybg.png);
background-size: cover;    padding-bottom: 120px;
}
img.fac-shape1 {
    position: absolute;
    bottom: 5%;
    right: 18%;
}
img.fac-shape2 {
    position: absolute;
        bottom:5%;
    left: 37%;
}

.pro-txt {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 1em;
    color: #211b1b;
    text-transform: uppercase;
    margin-top: 20px;
}
.in-portfolio-item2 span {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.875em;
    color: #211b1b; position: relative;
    text-transform: capitalize;    display: flex;
 align-items: center;
    width: 100%;
}

.bordertxt {
    display: flex; align-items: center;
}
.in-portfolio-item2{
  position: relative;
}
.in-portfolio-item2:hover .inner-img:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.in-portfolio-item2:hover .inner-img::before {
    transform: scaleY(1.0);
}
.in-portfolio-item2:hover span{
  color: #49813e; font-weight: 600;
}
.inner-img{
  position: relative;
}

/* Style the tab */
.tab-btns {
  display: flex;
  align-items: center;
  margin: 0 auto 2em;justify-content: center;
}
.tab-btns button {
    border: 1px solid #44832e;
    color: #000;
    background: #fff;
    border-radius: 25px;
    padding: 10px 40px;
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 0.794em;
    text-align: center;
   
    text-transform: uppercase;
    letter-spacing: 2px;     margin-right: 2em;
}
.tab-btns button.active{
 background: #44832e; color: #fff;
}
.video-img img{
border-radius: 15px;
}
.img-design{
position: absolute;bottom: 0;
    right: 0;
}
.box-group.gallery-box p {
    position: absolute;
    bottom: 0%; left: 3%;    width: 90%;
    font-family: 'Montserrat';
    font-weight: 600;    text-align: left;
    font-size: 0.778em; color: #f3f0f0;z-index: 9;
}
.box-group.gallery-box.dark-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(3.65deg,#000 5.86%,rgba(14,30,42,0) 82.23%);
    z-index: 1;
    opacity: 1;
}
.tab {
      width: 100%;
    position: relative; z-index: 99;
    margin-bottom: 40px;
}
.tablinks {
    color: #000000;
    font-weight: 500;
    font-family: 'Montserrat'; 
    font-size: 1.5em; background: transparent;
    text-transform: capitalize; margin-bottom: 40px;
    transition: .3s;display: block;
}
.tablinks.active{
  color: #0072bc;
}
/* Style the tab content */
.tabcontent {
   -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/**/
.fade.in{
    display: block !important;
}

/*modal*/

.modal
{
    top: 50% !important;
    right: unset!important;
    bottom: unset!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}
.test {
    overflow: hidden;
}
.modal-bg{
    width: unset !important;
    float: none  !important;
}
.modal-header {
    padding: 0 !important;
    border: 0 !important;
}
.modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    font-size: 35px;
    z-index: 99;
}
.modal-body{
  padding: 50px !important
}
a:focus, a:hover{
  color: #fff !important
}
/*modal*/

/**/
.room-item{
  position: relative;text-align: center;
  
}
.room-content{
  background: #fff;padding: 10px 100px;
  box-shadow: 0px 3px 8px 3px rgb(18 18 18 / 5%)
}
.room-bg1{
  position: absolute;
  bottom: -1px;    left: -1px;
}
.room-img{
  position: relative;
}
.enq-now{
  position: absolute;
  bottom: 8px;
  right: 0;
  text-transform: uppercase;
  background: #004b80;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 0.7675em;
  display: inline-block;
  padding: 8px 25px; z-index: 9;
}
.room-item h4{
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 1.375em;line-height: 35px;
  color: #464646;  margin-bottom: 5px;
}
.room-item .know-more{
  justify-content: center;    margin-top: 1em;
}

.videos:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(177deg, #ffffff00, #000000b8 100%);
}

.testimonial-content h4.name {
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 1em; color: #004b80
}
.testimonial-content .content {
    padding-left: 5%;
}
.testimonial-content span
{
    font-family: 'Montserrat';
    font-weight: 300;
    margin-bottom: 0;
    font-size: 1em; 
    }
p.description {
    margin-top: 20px;
}
.testimonial-content {
    position: relative; text-align: justify; display: flex;
z-index: 9;
    width: 55%;
    margin: 2em auto 0;
}
.client-img img {
    width: 130px !important;
    border-radius: 50px 10px 10px 10px;
}
.qoute {
    top: 60%;
    position: absolute;
    left: 50%;
    width: 300px !important;
    bottom: 0;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.lets-talk{
  background-image: url(../images/lets-talk-bg.png);
  background-size: cover;
  padding: 50px 50px 40px; position: relative;
  border:1px solid #d4d4d4;
}
.lets-talk-img{position: relative;}
.lets-talk h3{
position: absolute;
transform: translate(-50%,-50%);
left: 50%;
bottom: 0;
color: #fff;
font-family: 'Montserrat';
font-weight: 900;
font-size: 2.329em;

}
.lets-talk span
{
color: #000000;
font-family: 'Montserrat';
font-weight: 500;
font-size: 1.125em; text-transform: uppercase;
text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;margin: 20px 0;
}
.media-container {
    padding: 80px 0;
}
.lets-talk-btn{
  color: #fff;
font-family: 'Montserrat';
font-weight: 500;
font-size: 1em;
background-color: #1a1a1a;
padding: 10px 30px;
width: fit-content;
display: flex;
align-items: center; margin: 0 auto;
}
.submit-btn{
  color: #000;
font-family: 'Montserrat';
    font-weight: 600;
  font-size: 1em;
     background-image: url(../images/apply-bg.jpg);
    background-size: cover;
  padding:13px 40px;
  margin: 10px  0; 
}
.bg-yellow{
  background: #ffcc33;    color: #000;
}
.cta-form {
    width: 90%;
}
  .banner-form {
    width: 65%;
}
input[type="file"] { 
  z-index: -1;
  position: absolute;
  opacity: 0;
}
div#file-upload-filename {
    position: absolute;
    right: 0;
    bottom: -35px;
    color: #fff;
    font-size: .9em;
}
.file-upload{
    display: flex;
    align-items: center;
    color: #333;
    width: 100%;
    height: 65px;
    padding: 0 30px;
    background: #fff;
    border-radius: 25px;position: relative;
  }
  .file-upload label{
    width: 100%;    margin: 0;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 1em;
  }
  .file-upload button,.choosefile{
        color: #fff;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 1em;
    background-color: #c8393f;
    padding: 5px 20px;
    border-radius: 25px;
    width: 170px !important;
    cursor: pointer;
  }
.lets-talk-btn:hover{
  color: #fff;background-color: #49813e;
}

/*blog*/
.news-block-one {
    position: relative; margin-bottom: 20px;
}
.blog-container{
  position: relative;
z-index: 9;  padding: 70px 0 100px;
}
.news-block-one .inner-box .lower-content p{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog-deta .news-block-one .inner-box .lower-content p{
 display: block; 
}
.news-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}
 .inner-box .image-box {
    position: relative;
    display: block;
}
.news-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}
.news-block-one .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}
.news-block-one .inner-box .image-box .post-date {
    position: absolute;
    top: -20px;
    right: 20px;
}
.news-block-one .inner-box .image-box .post-date h3 {
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    background: #0a0807;
    width: 70px;
    padding: 10px 12px 8px 12px;
    text-align: center;
}
.news-block-one .inner-box .image-box .post-date h3:before {
    position: absolute;
    content: '';
    background: #0a0807;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: -3px;
}
.news-block-one .inner-box .image-box .post-date h3 span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 4px;
    border-bottom: 1px solid #3a3735;
}

.news-block-one .inner-box .image-box .post-date h3 {
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    background: #0a0807;
    width: 70px;
    padding: 10px 12px 8px 12px;
    text-align: center;
}

.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 26px 25px 24px 25px;
}
.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 1em; margin-top: 0;
    margin-bottom: 3px;
}
.news-block-one .inner-box .lower-content h3 a{
      font-family: 'Canela';
    font-weight: normal;
    font-size: 1.33em;
    line-height: 35px;
    color: #464646; text-transform: math-auto
}
.blog-container{
  position: relative;
}
.sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    background: #f1f4f8;
    padding: 40px; z-index: 9;
    position: relative;
}
.sidebar .title:before {
    position: absolute;
    content: '';
    background-image: url(../images/starr.png);
    width: 18px;
    height: 18px;
    left: 0px;
    top: 8px;
    background-repeat: no-repeat;
}
.post-info{
    
        position: relative;
display: flex;     margin-top: 20px;
    align-items: center;
    padding-left: 20px;
}
.post-info li+li {
    float: right;
    width: 50%;
    text-align: right;
    justify-content: right;
    display: flex;
}

.post-info li{
  font-family: 'Montserrat';    width: 50%; color: #0f8a50;
    font-weight: 500;font-size: .85em; text-transform: capitalize;
    }
.news-block-one .inner-box .lower-content .post-info:before {
    position: absolute;
    content: '';
    background-image: url(../images/starr.png);
    width: 12px;
    height: 12px;
    left: 0px;background-size: contain;
    top: auto;
    background-repeat: no-repeat;
}
span.post-date{
  font-size: .85em;
  color: #7d7c7c;
  font-family: 'Montserrat';
    font-weight: 500; text-transform: uppercase;
}
.sidebar .sidebar-item.recent-post li .info a {
    font-family: 'Canela';
    font-weight: normal;
    font-size: 1em;
}
.sidebar .title {
    display: block;
    font-family: 'Canela';
    font-weight: normal;
    margin-bottom: 30px; letter-spacing: 1px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 1.333em;
    border-bottom: 4px solid #229d66;
    width: 100%;padding-left: 30px;
}
.sidebar .sidebar-item.recent-post li {
    color: #cdd0d3;
    margin-bottom: 30px;border-bottom: 1px solid #cdd0d3;
    padding-bottom: 20px;
}
.sidebar .sidebar-item.recent-post li:last-child{
  border-bottom: 0;
}
.sidebar .sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding: 0;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}
.sidebar .sidebar-item.recent-post li .info {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-left: 25px;
    vertical-align: top;
}

/**/
/*reviews*/

.testi-item {
    background: #f9f3f0;
    padding: 60px;
    text-align: center; position: relative;z-index: 9; 
    margin-bottom: 30px;
}
.testi-item_img {
    position: relative;
    min-width: 120px;
    display: block;
    margin: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    margin-bottom: 30px;
}
.testi-item_img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testi-item .box-title {
    font-style: italic;   font-size: 1em;
    line-height: 1.417; letter-spacing: 1px;
    font-weight: normal;    font-family: 'Canela';
    margin-top: -0.32em;
}
.testi-item_profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testi-item_name {
  font-size: 1.1em; letter-spacing: 1px;
    margin-bottom: 5px;   font-weight: 500;    font-family: 'Canela';
}
.testi-item .rshape1,.testi-item .rshape2{
  opacity: .5;
}
.testi-item_desig {
    font-size: .85em;
    font-weight: 300;
    color: #229d66;
    margin-bottom: -0.3rem;
} 
.testi-item .testi-quote {
    position: absolute;opacity: .7;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

/**/

/* Style the tab content */
.tabcontent {
    border-top: none; margin: 0;
    position: relative;z-index: 9;
}
.tab-div{
    margin-top: 5em !important;
}
 .menu-container{
     width: auto;
     height: auto;
     float:right;
     margin-top:1em 
}
 
#popUp {
    position: fixed;
    width:350px;
    height: auto;
      background-color: #004b80;
    bottom: 8%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index:99999;
    padding:2% 2% 2%;
    right:0; opacity:0
  }
  #new span {
    background: #fff;
    position: absolute;
    color: #1c8dc4;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
  }
  #popUp .close {
    position: absolute;
    top: -40px;opacity: 1;
    left: -4%;
    color: #666;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.5em;
    cursor: pointer;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  a.button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 120px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #18729f;
    background: #1c8dc4;
    border-radius: 4px;
    padding: 8px 0;
  }
  #plus {
    position: fixed;
    color: #fff;
    bottom: 56%;
    font-size: 1em;
    margin-right: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 999;
    width: auto;
    right:0;
  }
  #plus span {
    text-transform: uppercase;
    position: absolute;
    background: #004b80;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size:0.7675em;
    display:inline-block;
    padding:15px 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg); transition: all 1.25s ease;
    right: -60px;    width: max-content;
  }
  #plus::after {
    display: block;
    display: relative;
  }

.submit-btn1{
    border: none;
        background-image: url(../images/apply-bg.jpg);
    background-size: cover;
    color: #000;
    font-weight: 600;
    padding: 5px 20px;
    font-family: 'Montserrat';
    font-size: 1em;
    text-transform: uppercase;
}
.submit-btn1:hover{
    background:#1a1a1a;color: #fff
}
.side-form input[type="text"],
.side-form textarea
{
    background: #fff;
    color: #936f59;
    width: 100%;
    padding: 15px 30px;
}
.side-form h1 {
    font-size: 1.333em;
        color: #fff;
    text-transform: uppercase;
    line-height: 30px;
 font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;margin-bottom: 20px;
}
.mt-1
{
    margin-top: 1em !important;
}
.mt-2
{
    margin-top: 2em !important;
}
.mt-5
{
    margin-top: 5em;
}
.mb-2
{
    margin-bottom: 2em;
}
.mb-5
{
    margin-bottom: 5em;
}

 .top-quickwraper{
     width:100%;
     height:auto;
    
}
.header-contact a
{
      font-size: 1em;
    color: #fff;
    margin-top: 16px;
    position: relative;
    font-family: 'Philosopher';
    font-weight: bold;
    margin-right: 15px;
}
.header-contact a:hover
{
      font-size: 1em;
    color: #03f648;
    font-family: 'Philosopher';
}
 .header-contact a.book{
    color: #03f648;
    padding-left: 15px;
    text-transform: uppercase;
    border-left: 1px solid #669aac;
 }

 .header-contact{
     width:auto;
     height:auto;
     float:right;    margin-top: 1em;
}
.css_prefix-btn-container {
    position: absolute;
    bottom: 25%;
}

.css_prefix-button2{
     background-color: #d10400;
}

span.text-btn {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
}
.css_prefix-button:hover{
   color:#0c4da2 !important;
}
.css_prefix-button2:hover{
   color:#d10400 !important;
}
.nav-brand img{
width: 350px;
    margin: 20px auto; 
}
.logo{
  display: flex; align-items: center;
}

.header-call li {
    padding: 12px 40px;
}
 .header-call i{
    color: #0163ea 
}
.header-call a {
    font-size: 1em;
    color: #333;
    position: relative;    font-family: 'Montserrat';
    font-weight: normal;    margin-right: 5px;
}
.header-call img {
    height: 30px;
}
.header-social-links li{
    float: left;
    margin-right: 3px;
}
.header-social-links ul li a{
    width: 40px;
    color: #0c4da2;
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-call a:first-child{
   display: flex;
    align-items: center;margin-right: 40px
}
.header-call a:last-child{
    margin-right: 0
}

 .header-call a:hover{
     color:#fbe003;
}
 
 .sexy-menu.detached  .header-call{
    margin-top: 8px;
 }
 .desk-view{
     display:block;
     width: 100%; 
}
 .mob-view{
     display:none !important
}

a.right.carousel-control i, a.left.carousel-control i {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.back-to-top {
    background: linear-gradient(to right, #0163ea, #00bcf9);
       border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    width: 5rem;
    height: 5rem;
    position: fixed;
      bottom: 75px;
    right: 30px;
    z-index: 20;
    box-shadow: 0px 3px 15px 0px rgb(18 18 18 / 25%);
}

/* Dropdown styles */
 .footer-wraper {
     width:100%;
     height:auto;
     background: #1476b6;
}
 .copy-right {
     width:auto;
     height:auto;
     float:left;
      color:#fff;
      font-family:'Montserrat';
     font-size:1em;
     font-weight:normal; 
     line-height:50px 
}
 .copy-right span {
 color:#fff;
      font-family:'Montserrat';
     font-size:1em;
     font-weight:normal; 
}
 .designed {
     width: auto;
     height: auto;
     float: right 
}
 .designed-ido {
     float: right;
     height: auto;
     padding-left: 8px;
     padding-top:15px;
     width: auto;
     color:#ffe491 
}
 .designed p {
     width: auto;
     height: auto;
     float: right;
     color:#fff;
      font-family:'Montserrat';
     font-size:1em;
     font-weight:normal;
     line-height:50px;
     margin: 0
}
 .designed p a {
     text-decoration: none;
   color:#fff;
      font-family:'Montserrat';
     font-size:1em;
     font-weight:normal; 
}
 .designed p a:hover {
     text-decoration: none;
}
 .footer-top-wraper {
     width:100%;
     height:auto;
     background-image: url('../images/footerbg.webp');
     background-size: cover;
     padding: 60px 0px  0;background-position: center;
     margin-top: -20px;
    position: relative;
}
.footer-bg {
    padding: 50px 50px 0;
}
.bottom-wraper{
    width: 100%;
    height: auto;
    position: relative;
    bottom: -2em;

    overflow: initial;
}
.bottom-pic{
    width: 100%;
    height: auto;
}
 .whats-app{
    position:fixed;
        bottom: 20vh;
    right:12px;
    margin-right:4%;
    width:30px;
    z-index:99
}
.whats-app img{
    animation-name:floating;
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    margin-left:30px;
    margin-top:5px;
    opacity:1;
    max-width:40px
}
.whats-app:hover img{
    opacity:1
}
@keyframes floating{
    from{
        transform:translate(0,0)
    }
    65%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}
 .footer-content {
    height: auto;
    float: left;
    z-index: 9;
}
.footer-content:nth-child(1)
{
  width: 40%
}
.footer-content:nth-child(2)
{
  width: 60%
}

.address p {
    color: #2a2a2a;
    font-size: 1em; text-align: left;
    font-family: 'Montserrat';
    font-weight: normal;margin: 0;    
}
.view-loc{
      background: #0072bc;
    color: #fff;
    z-index: 9;
    font-family: 'Montserrat';
    font-weight: normal;
    text-transform: capitalize;
    padding: 5px 12px;margin-left: 20%; 
  }

  .view-loc:hover, .submit-btn2:hover {
     background: #000;
    color: #fff;
  }

.address {
    height: auto;
    display: flex; 
    align-items: flex-start;
      
}
.footer-content .address{
  margin-bottom: 30px;    margin-top: 20px;
}

.footer-quick-links ul li,.footer-cottage-links ul li {
    font-size: 1em
}
.footer-cottage-links ul+ul li {
    text-align: right;
}
.footer-quick-links ul li a,.footer-cottage-links ul li a {
         color: #676463;
    font-size: 1em;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

.footer-quick-links ul li a:hover,
.footer-cottage-links ul li a:hover{
  color: #229d66;
}

.footer-social-links li a{
    font-size: 1.33em !important;color: #166146 !important;
    margin-right: 9px;
    display: block;
    text-align: center;
}

.footer-social-links li:last-child a{
  margin-right: 0
}
.footer-content:nth-child(4){
  margin-right: 0
}
.footer-content ul li a:hover {
    color: #49813e ;
}
.footer-social-links li a:hover{
 color: #229d66 !important;
}
.footer-social-links ul li {
   float: left;
    margin-right: 40px;    margin-top: 5px;
}

.bottom-wrapper {
    clear: both;    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 0 40px;   margin-top: 1em;
    border-bottom: 1px solid #d9bb6138;
}
.footer-cottage-links{
    height: auto;
    float: left;
    width:45%
}
.footer-cottage-links ul {
    width: 50%;
    float: left;
}
.footer-cottage-links ul+ul{
      width: 50%;
    float: left;
}


.footer-content-title {
    font-size:  1.2775em;
    font-family: 'Montserrat';
    font-weight: normal;
    margin-bottom: 15px;
}

/*slick*/

.slick-next, .slick-prev
{
    background: #fff !important;
    bottom: unset;
    height: 50px !important;
    width: 50px !important;
    line-height: 65px !important;
    border-radius: 100%;
}
.slick-wrapper{
 overflow: hidden;    margin-top: 1em;
}
.slick-slider {
    width: 145%;
    margin-left: -23%;
}
.slick-prev {
    margin-left: 32%;
    z-index: 1;
}

.slick-next {
    margin-right: 32%;
    z-index: 1;
}

/* Default slide */
.center-slider .slick-slide{
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.01);
}
.center-slider .slick-current.slick-active{
  transform: scale(1.01);
}
.slick-slide img{width: 100%}
.slick-next, .slick-prev{
  z-index: 5;    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 14%)
}
.slick-next{
  right: 32px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
      width: 50px;
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height:20px;

}
.slick-prev:before{
    content: "" !important;
    background-image: url(../images/arrow-left.png);
    background-size: cover;
}
.slick-next:before{
    content: "" !important;
    background-image: url(../images/arrow-right.png);
    background-size: cover;
}
.package-container{
  position: relative;
  z-index: 9;  padding: 100px 0 0;

}
.enq-now:hover{
    background:#000; color: #fff;
}
.package-item{position: relative;}
.package-content{
display: flex;
    position: absolute;
    bottom: -15px;
    width: 100%;
    justify-content: center;
    transform: translate(-50%, -50%);
    left: 58%;
    text-align: center;z-index: 9; align-items: flex-end 
}
.package-item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.13489145658263302) 75%, rgba(18, 18, 18, 0.896796218487395) 100%);
    z-index: 1;
}
.package-content .pfirst h3{
    font-weight: normal;
    font-family: 'Montserrat';
    font-size: 1.625em;
    margin-bottom: 5px; color: #fff;
    line-height: 50px;
    text-transform: capitalize;
}
.package-content .pfirst span{
     font-weight: normal;
    font-family: 'Montserrat';
    font-size: 1.125em;
    margin: 0; color: #fff;
    line-height: 16px;
    text-transform: capitalize;
    border:1px solid #fff;
    padding: 6px 15px;
}
.package-content .psec h3{
       font-weight: normal;
    font-family: 'Montserrat';
    font-size: 1.188em;
    margin: 0; color: #fff;
    line-height: 15px;
    text-transform: capitalize;
}
.package-content .psec h4{
       font-weight: normal;
    font-family: 'Montserrat';
    font-size: 1.542em;
    margin: 0; color: #1476b6;
    line-height: 30px;
    text-transform: capitalize;
}
.package-content .psec h5{
       font-weight: normal;
    font-family: 'Montserrat';
    font-size: 1.654em;
    margin: 0; color: #fff;
    line-height: 20px;
    text-transform: capitalize;
}
.package-content .pthird h3{
       font-weight: normal;
    font-family: 'Montserrat';
    font-size: 1.625em;
    margin: 0; color: #fff;
    line-height: 40px;
    text-transform: capitalize;
}
.package-content .enq-now{
    position: unset;
}
.pfirst,.psec,.pthird{
    width: 33%; float: left;text-align: left;
}
/**/
.main-container{
    width: 100%;
    height: auto;
    padding-top: 60px;
}
.welcome-container {
    position: relative;
    overflow: hidden;
    padding: 100px 0 60px;
}
.how-content{
    padding: 50px 
}

.welcome-detail.how-we p{
    margin-bottom: 5%;
}
section.client-div {
    background: #fff;
    padding: 80px 30px 90px;
    position: relative;
}
.enq-bg:before {
    position: absolute;
    left: -31px;
    bottom: -36px;
    width: 422px;
    height: 460px;
    border-bottom: 600px solid #49813e1c;
    border-right: 600px solid transparent;
    content: "";
    z-index: -1;
}
.enq-bg {
    z-index: 9;
    position: relative;
}

/**/

.ser-content .in-portfolio-item:before {
    background: linear-gradient(3.65deg,#00000042 5.86%,rgba(14,30,42,0) 82.23%);
    z-index: 1;
    opacity: 1;
}

.in-portfolio-item .inner-text {
    display: flex;
    align-items: center;    
}
.pic-txt {
    position: absolute;
    left: 3%;
    bottom: 2%;
    font-size: 1em;
    line-height: 25px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;text-transform: uppercase;
    display: flex;z-index: 9;
    align-items: center;
}
.pic-txt2 {
    font-size: 1.667em;
    line-height: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #3f3f3f; text-align: center;
    text-transform: uppercase;
}
.pt-0{
    padding-top: 0px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}
.apply-wrapper{
position: relative;
padding: 60px 0 0
}
.apply-form .contact-form{
  padding: 100px; position: relative;
  background-image: url(../images/shape-12.png); border: 0;
  background-size: cover;    background-color: #ededed;
}


.welcome-detail-title3 h1 {
    width: 100%;
    height: auto;
    text-align: left;
    color: #09395a;
    font-size: 1.308em;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Montserrat';
    font-style: normal;
    font-display: swap;
    margin-top: 10px;
}
img.arrow-top {
    height: 40px!important;
    width: 40px!important;
}
.p5{
    padding: 5px;
}

.in-portfolio-item:hover .inner-img img{
/*-webkit-transform: scale(1.1);
    transform: scale(1.1);*/
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.in-portfolio-item .inner-text span:hover{
     background:#fbe003;    
}
.in-portfolio-item .inner-text span {
    color: #fff;
    background-color: #104777;
    padding: 7px 25px;
    border-radius: 25px;
    /* margin-top: 5px; */
    font-size: 0.778em;
    font-family: 'Montserrat';
    font-style: normal;
    margin-left: 11px;
    margin-top: -5px;
}
.in-portfolio-item .inner-text h3 {
 font-size: 0.778em;
  color: #333;
    font-family: 'Montserrat';
    font-style: normal;
    background-color: #fbe003;
    padding: 10px 30px;    border-radius: 15px;margin-top: 5px;
}
.in-portfolio-item .inner-text h3 a {
   line-height: 35px;
    font-weight: 500;
    padding-top: 5px;
    color: #333;
    font-family: 'Montserrat';
    font-style: normal
}
.inner-text h3:hover {
    background-color:#0c385f;    color: #fff;
}
.how-container{
position: relative;
    overflow: hidden;
    padding: 100px 0;
}
.welcome-detail.how-we {
    margin-right: 10%;
}
.author-meta.headline img{
    width: unset !important; margin: 0 auto;
}
.facility-div .item {
    margin-top: 40px;
}

.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}

.view-all{
   color: #543613;
    font-size: 0.875em;
    font-family: 'Nexa-Book';
    font-weight: normal; letter-spacing: 1px; padding-bottom: 5px;
    text-transform: uppercase;
     float: right;
         position: absolute;
    right: 13%;
}
.view-all:hover{
  color: #000000
}


a.view-detail-btn.gal-btn {
    top: 50px;
    left: 35px;
}

.welcome-detail.abt-content{
    margin-right: 0px;
    text-align: center;
}
.welcome-detail.abt-content p{
    text-align: center;
}
.abt-container {
    position: relative;
    overflow: hidden;   
    padding: 100px 0; 
}
.welcome-detail p{
  border-left: 1px solid #d9d9d9; padding-left: 30px; margin-left: 30px; margin-bottom: 0;
  padding-bottom: 20px;
}
.welcome-detail h1
{
    font-weight: normal;
    font-family: 'Montserrat';
    font-size: 1.965em; margin: 0;
    line-height: 30px;
    text-transform: uppercase;  padding-bottom: 20px;
}
.welcome-txt {
    padding-left: 40px;
}
.welcome-detail span
{
  color: #0072bc;
}
.welcome-detail.sm h1{
  font-size: 1.84em
}
.welcome-txt h4{
    font-weight: normal;
    font-family: 'Montserrat';
    font-size: 0.875em; margin-bottom:20px; 
    line-height: 16px; letter-spacing: 10px;
}
.welcome-txt p{
  text-align: justify;
}
.mt-3{
  margin-top: 3em
}
.welcome-detail2 h2
{
    font-weight: normal;
    font-family: 'Montserrat';
    font-size: 1.84em; margin: 0;
    line-height: 16px; text-align: center; 
    text-transform: uppercase;  padding-bottom: 20px;
}
.welcome-detail2 span.topxt{
 font-family: 'Montserrat';
    font-weight: normal;
    letter-spacing: 10px;
    font-size: 0.875em;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
}
.p-title{
    font-size: 2.313em !important; line-height: 35px !important
}
.services-wrapper {
    padding: 100px 0;
    position: relative;
}

.welcome-detail2 span
{
  color: #0072bc;text-align: center; 
}
.welcome-detail2 p{
  text-align: center;
  padding: 0 300px;
    margin-bottom: 30px;
}
 body.book .abt-container{
      background-color: #fff;
    }
img.about-bg2 {
    position: absolute;
    z-index: 1; left: 0;
    width: 100%;
    }
    img.abt-home.img-full{
      z-index: 99;position: relative;
    }
    .abt-shapee{
      position: relative;
    }
    .abt1-shape{
     position: absolute;
    top: 51px;
    right: -45px;
    z-index: 9;
    height: 200px;
    }
.abt-container2{
     padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-image: url(../images/body-bg.jpg);
}
.abt-con .col-md-7{
width: 55%
}
.abt-con .col-md-5{
width: 42%
}

/*contact*/
.contact-container{
  position: relative;

}
.contact-row
{
  z-index: 9; position: relative;
 border-top: 1px solid #e2dfdd;
}
.contact-padding{
  padding: 60px 0 50px
}
.contact-row .col-md-4:last-child .single-info-box:before{
  display: none;
}
.single-info-box {
    padding-top: 40px; height: 100%;
}
 .single-info-box a {
    color: #a9774e;
    position: relative;
    display: inline-block;
    font-size: 1em;    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
 .single-info-box:before {
    position: absolute;
    content: '';
    background: #e2dfdd;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
}

 .single-info-box h3 {
    display: block;
    font-size: 1.333em;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 10px; letter-spacing: 2px;
    font-family: 'Canela';    text-align: center;
}
 .single-info-box p{
    color: #7c8083; text-align: center;
 }
 .write-padding{
  width: 100% !important;margin: 0 auto 6%!important;
    padding: 8em 8em 2em!important;background-image: url(../images/review-bg.webp);
    background-size: cover; background-color: unset !important;
 }
 .mb-45{
  margin-bottom: 45px !important
 }
.icon-box img{
  width: 100px
}
.icon-box {
    text-align: center;
}
/**/
.about-two__thumb {
    position: relative;
}
.about-two__thumb__item {
    position: absolute;
    z-index: 1; top: 80px;
}
.welcome-imgs2{
    position: relative;
}
img.abimg2 {
    position: absolute;
    bottom: -145px;
    right: -30px;
}
.about-two__thumb__item--two {
    float: right;
}
.eq-ht{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img-dot{
  position: absolute;right: -300px;
    top: -62px;
}
.carousel-control.left,.carousel-control.right{
    background: unset !important;
}
.hero-text-area-inner{
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    top: 75%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
}

.featured-text{
    font-size:6.06625em;
    font-style: normal;
     font-family: 'JustImagine';
    font-weight: normal;
    color: #fff;text-align: center;
    line-height: 65.01px; 
}
.inner-text{
    font-size:1.25em;
    font-style: normal;
     font-family: 'Montserrat';
    font-weight: normal; text-transform: uppercase;
    color: #fff;text-align: center; letter-spacing: 15px;
    line-height: 65.01px; 
}
.banner-caption p{
  color: #fff; text-align: center; font-family: 'Montserrat';
    font-weight: 300;  letter-spacing: 2px;
}
.view-btn{
  color: #fff; text-align: center; font-family: 'Montserrat';
    font-weight: 300;  letter-spacing: 1px; font-size: 0.73375em;
    text-transform: uppercase;
    background: #004b80; padding: 13px 30px;
    display: flex;
    width: fit-content;
    margin: 15px auto 0;
    align-items: center;
}
.view-btn i {
    margin-left: 10px;
    font-size: 1.8em; opacity: .6;
}
.view-btn:hover{
 background: #333; color: #fff; 
}
.br-mob{
  display: none;
}

.mtop-2{
  margin-top: 70px  !important;
}

.welcome-detail-title3 p{
    color: #1584aa;
    font-size: 1em;
    font-family: 'Montserrat';
    font-weight: 500
}
.page-hero .hero-text-area {
       position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: max-content;
  }
  .hero-book-area {
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    top: 25%;
    left: 8%;
    width: 100%;
  }
  img.abt-shape {
    margin-bottom: 1em;
}
.welcome-detail-title2 {
    margin-bottom: 15px;
}
.welcome-detail-title2 span.toptxt{
    font-size: 1.253em; letter-spacing: 3px;
        line-height: 40px;
      font-weight: 300;
    font-family: 'Canela'; color: #000;
    font-style: normal; display: block;
}
.welcome-detail-title2 span{
   font-size: 0.833em; 
        line-height: 40px;
      font-weight: normal;
    font-family: 'BarokahSignature'; color: #000;
    font-style: normal;
    display: flex;
    justify-content: center;
}
.welcome-detail-title2 h1{
    width: 100%;
    height: auto;
    text-align: center;
    color: #229d66;
    font-size:2.343em;
    line-height: 40px;
    font-weight:normal;
    font-family: 'Canela';
    font-style: normal;
    font-display: swap;
    margin-top:0px;
    margin-bottom: 0;
  }

.welcome-detail-title h1{
    width: 100%;
    height: auto;
    text-align: center;
    color:#414141;
    font-size:1.871em;
    text-transform: capitalize;
    line-height: 30px;
    font-weight:normal;
    font-family: 'Montserrat';
    font-style: normal;
    font-display: swap;
    margin-top:0px;
  }
.welcome-detail-title h1 span{
    font-weight: normal; font-size: 0.702em;
    font-family: 'Montserrat'; letter-spacing: .5px;
    font-style: normal; color: #252235;
}
img.projectbg {
    position: absolute;
    z-index: -1;   width: 100%;
    top: -300px;
}
.luxury-container{
  background-image: url(../images/bg-luxury.webp);
  background-size: cover;
  padding: 140px 0 700px; position: relative;
}
.lux-txt{
      color: #326f52;
    font-size: 1.313em;
    line-height: 40px;
    font-weight: normal;
    font-family: 'Canela';
    font-style: normal;
    text-align: center;  
     padding-top: 10px;
         z-index: 99;
    position: relative;
    letter-spacing: 1px
}
 .lux-img{
    position: relative;
}

@-webkit-keyframes shine {
100% {
  left: 125%;
}
}
@keyframes shine {
100% {
  left: 125%;
}
}
.lux-wrap {
    position: relative;
    overflow: hidden;
}
.lux-wrap:hover .lux-img:before {
    animation: shine 1.5s;
}
.lux-img:before{
  position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
img.lux-shape {
    position: absolute;
    bottom: -7px; z-index: 0;height: unset !important;
}
.lux-wrap .know-more{
  text-align: center;
    justify-content: center
}
.dark-bg .owl-nav {
    display: none;
}
.project-container{
position: relative; z-index: 8;margin-top: 1em;
}
.roombg{
  position: absolute;
  top: -200px;
  width: 100%
}

.consultation-wrap{
  padding: 100px 0;
}
.consultation-txt{
  text-align: center;
}
.consultation-txt h6{
  font-family: 'Montserrat';
  font-weight: normal;     letter-spacing: 4px;
  font-size: 0.66875em;    line-height: 18px;
  color: #000000; text-transform: uppercase;
}
.consultation-txt h5{
  font-family: 'Montserrat';
  font-weight: 300;    line-height: 40px;
  font-size: 1.876875em; margin: 0;
  color: #000000; text-transform: uppercase;
}
.consultation-txt h5 span,.consultation-txt h4 span,
.consultation-txt h3 span{
  color: #1971bf;
}
.proj-title{
  font-weight: normal;
    font-family: 'Montserrat';
    font-size: 1.438125em;
    margin: 0;
    line-height: 16px;
}
.proj-wrapper{
  padding-top: 4em;    padding-bottom: 4em;
}
.consultation-txt h4{
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 2.301875em; margin: 0;line-height: 45px;
  color: #000000; text-transform: uppercase;
}
.consultation-txt h3{
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 2.655625em; margin: 0;
  color: #003a6e; text-transform: uppercase;
}
.consultation-btn{
  text-transform: uppercase;
    background: #0072bc;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 0.875em;
    display: inline-block;
    padding: 8px 25px;
    margin-top: 20px;
    border: 1px solid #000;
}
.consultation-btn:hover{
    background: #000; color: #fff
}
/*gal*/
.gal-div1 {
    width: 37.5%;
    float: left;
}

.gal-div2 {
    width: 25%;
    float: left;
}

.gal-div3 {
    width: 37.5%;
    float: left;
}
.gal-item1,.gal-item7{
  width: 56%; float: left;padding: 4px;
}
.gal-item2,.gal-item6{
  width: 44%; float: left;padding: 4px;
}
.gal-item3,.gal-item5{
  width: 100%; padding: 4px;
}
.gal-item4{
  padding: 4px;
}
.gal-item1 img,.gal-item2 img,
.gal-item6 img,.gal-item7 img{
  height: 260px;
}
.gal-item3 img,.gal-item5 img{
  height: 450px;
}

.gal-div2 img{
  height: 718px
}
/**/

.abt-container3 {
    padding-bottom: 0px;
    position: relative;
}
.sheer-padding
{
  padding: 100px 0
}
.sheer h2 {
      line-height: 105px;
    font-family: 'BarokahSignature';
    font-weight: normal;
    font-size: 2.241em;
    color: #3b8797;padding-left: 50px;
    position: relative;
}
.video-btn:hover{
  background: #333; color: #fff;
}
/**/
#owl-demo-6 .owl-nav .owl-prev,
#owl-demo-5 .owl-nav .owl-prev {
   transform: translate(-50%, -50%); top: 50%;
    left: -35px;
    background: unset;
    border: 1px solid #333;
}
#owl-demo-6 .owl-nav .owl-next,
#owl-demo-5 .owl-nav .owl-next {
 transform: translate(-50%, -50%); top: 50%;
    right: -70px;
    left: unset;
    background: unset;
    border: 1px solid #333;
}
.room-left h2{
  color: #229d66;
    font-size: 2.093em;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Canela';
    font-style: normal;margin-bottom: 30px;
    letter-spacing: 1px;
}
.room-detail-content {
    display: flex;
    align-items: center;margin-top: 2em;
}
.room-left {
    width: 19%;
}
.room-right{
  width: 80%; border-left: 1px solid #299d77;padding-left: 40px;
}
.book-now2{
  background: #299d77;
    padding: 15px 40px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.875em;
}
.book-now2:hover{
  background: #333; color: #fff;
}
.book-now2 span{
  margin-left: 10px;
}
/**/
.welcome-detail-title2.room-title {
    position: relative;
    z-index: 9;
}
.room-container
{
  position: relative;
  padding: 0 0 60px;
}
.room-title h1{
  font-weight: 300;padding-bottom: 20px;
}
.room-title p {
    text-align: center;
}
/*testi2*/
.testimonials-container{
  position: relative;padding: 100px 0;
}
.testimonial-content .icon {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    color: #fff;
    background-color: #49813e;
    border: 2px solid #E3E3E3;
    font-size: 24px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-two__shape-1 {
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.testimonial-two__shape-1 img {
    width: auto;
}
.inner-test{
  margin-bottom: 50px;    padding: 70px 60px;
  background-color: #fff; box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

}
/**/
.color-title{
  text-align: left !important;
  color: #229d66 !important
}
.plus-li li {
    font-style: normal;
    height: auto;
    font-size: 1em;
    color: #212121;
    line-height: 1.8;
    font-family: 'Montserrat';
    font-weight: normal;
    margin-bottom: 1em;
    background: url(../images/arrow-right.png) no-repeat left 5px;
    padding-left: 43px;
}
.plus-li {
    padding-left: 50px;    padding-top: 40px;
}
.plus-li ul {
    width: 43%; padding-right: 50px;
    float: left; position: relative;
}
.plus-li ul:after{
    position: absolute;
    right: 0px;
    top: -100px;
    background: #299d7729;
    width: 1px;
    height: 116%;
    content: "";
    z-index: 9;
}
.plus-li ul+ul{
  padding-left: 50px;padding-right: 0;
}
.plus-li ul+ul:after{
  display: none;
}
.plusbg {
    position: absolute;
    top: -220px;width: 100%;
    z-index: -1;
}
.more-container div#owl-demo-7{
  z-index: 9;
}
.morebg{
     position: absolute;
    top: -45px;
    width: 100%;
    z-index: 2;
}
.plus-container{
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.more-container{
  padding-bottom: 60px;
  position: relative;
}
.more-wrap{
   margin-left: 6%;
    margin-right: 6%;
}
.room-logos img {
    width: 75% !important;margin: 0 auto;
}
.am-title{
      color: #cadcd4;
    font-size: 2.093em;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Canela';
    font-style: normal; letter-spacing: 2px; text-align: center; margin-bottom: 20px;
}
.amenity-container{
  position: relative;
  padding: 60px 0;
  background-image: url(../images/amenity-bg.jpg);
  background-size: cover;
}
.amenity-list{
  text-align: center;
}
.amenity-list h4{
    color: #fff;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 1em;
}

/**/
.cta-container2{
  background-image: url(../images/cta-container2.jpg);
  padding: 300px 0;
    background-size: cover;
    z-index: 9;
    position: relative;
}
img.bottom-img {
    position: absolute;
    bottom: 0;
    transform: translate(-50%,-50%);
    top: 90%;
    left: 50%;    width: 100%;
  }
.icon-container{
  position: relative; 
    box-shadow: 0px 0px 20px 16px rgb(0 0 0 / 4%);
    background: #fff;
}

.icon-container .col-md-7{
    width: 56.333333%;
    margin-right: 7%;
}
.icon-container .col-md-5{
  width: 35.666667%;
}
.icon-list {
    align-items: center; text-align: center;
    position: relative;
    z-index: 9; 
}
.iconimg{
position: absolute;
    bottom: -80px;
    }
.top-list {
    margin-bottom: 20px;  float: left;  
}

.i-img{
  text-align: center;
}
.explore-container{
  padding-top: 150px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    z-index: 99;
    background-image: url(../images/explore-bg.webp);
    background-size: cover;
    background-position: bottom;
}
.explore-title h2{
   font-family: 'BarokahSignature';
    font-weight: normal; margin-bottom: 15px;
    font-size: 1.401em; text-align: left;
    line-height: 50px; color: #229d66;
}

.explore-title {
    padding-bottom: 120px;
    position: relative;
    left: -190px;
}
.explore-video{
  position: relative;
}

.servicefor{
  font-family: 'Montserrat';
    font-weight: 500; margin-bottom: 15px;
    font-size: 1em; text-align: left;
    line-height: 24px; color: #000000;
}
.icon-content h4{
    font-family: 'Montserrat'; margin-bottom: 0;
    font-weight: normal; margin-top: 0;
    font-size: 1em; text-align: center;
    line-height: 24px;  text-transform: capitalize;
}
.icon-content {
    text-align: left;
}
.icon-img img{
  width: 70px !important;margin: 0 auto; filter: brightness(15.5);
  line-height: 70px;
}
.icon-img{    background: #004b80;
    width: 80px;
    border-radius: 100%;
    height: 80px;
    margin: 0 auto 20px;display: flex;
    align-items: center;
}
.icon-content  span{
  font-family: 'Montserrat';margin-bottom: 0;
    font-weight: normal; margin-top: 0;
    font-size: 0.871em; color: #848484;
}
.count-up {
    border-right: 1px solid #e0e0e0; margin-top: 2em;
}

#statistics .col-md-3 {
    padding: 0 !important;
}

.count-up h3 {
    font-weight: 600;     font-family: 'Montserrat';
    font-size: 2.111em;
    color: #004b80;
}
.count-title h2 {
    font-size: 1em;
    line-height: 23px;
    font-weight: normal;  text-transform: uppercase;   font-family: 'Montserrat';
    color: #989898;
    margin-top: 0; letter-spacing: 1px;
    padding-bottom: 15px;
}
.fet-container .col-md-3{
  padding: 0 10px !important;
}
.dept{
 background: #f1f1f1;
    padding: 30px 50px;margin-bottom: 20px;
    border-radius: 15px;
    text-align: center;
}

.rooms-wrap{
  position: relative;
}
.rooms-wrap .welcome-detail-title2 h1{
  padding-left: 3em
}

.fet-container {
    position: relative;
    padding: 0 100px;
    margin-top: -100px;
}
.fet-wrap.big-fc img {
    height: 560px; object-fit: cover;
}
.fet-img{
  position: relative;overflow: hidden;
}
.fet-txt {
    color: #333;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.875em;
    z-index: 9;
    background: #d6d6d6;
    padding: 10px 20px;
    margin-top: 5px;
    display: flex;
}
.actions{
   position: absolute;
    bottom:1%;
    left: 0%;
    width: 130px !important;
    z-index: 9;
}
.facilty-container {
    padding: 100px 0;
    background-image: url(../images/body-bg.jpg);
}

.fet-wrap {
    position: relative;margin-bottom: 30px
}
.fet-img:before{
  position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(4.65deg, #000000d6 2.86%, rgba(14, 30, 42, 0) 43.23%);
    z-index: 1;
    opacity: 1;
}
.fet-img:after{
  content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(0deg, #1F212D 2.13%, rgba(255, 143, 39, 0.00) 100%);
    transition: all 500ms ease;
}
.fet-img:hover:after {
    width: 100%;
    left: 0;
}
.fetbg{
    background-image: url('../images/products-bg.png');
  background-size: cover; padding:50px 20px;
}
.rest-div{
  position: relative;
}
.rest-title{
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;z-index: 9;
}
.rest-bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.rest-title a {
    display: flex;
    justify-content: center;
}
.rest-title h2{
    font-weight: normal;
    font-size:3.206em;
    font-family: 'Canela'; line-height: 70px;
  color: #fff; text-align: center; letter-spacing: 1px;
}
.rest-title span.btm{
    font-weight: normal;text-align: center;
    font-size:1.294em;
    font-family: 'BarokahSignature';
  color: #fff;line-height:60px;
}
.icon-content2 h4{
   font-weight: 600;text-align: center;
    font-size:1em;
    font-family: 'Montserrat';
  color: #6f7073;    margin-bottom: 2px;
}
.icon-content2 {
    padding-left: 4%;
    text-align: left;
}
.icon-content2 span{
  display: block; color: #6f7073;
      font-size:0.876em;    line-height: 23px;
    font-family: 'Montserrat';
    font-weight: 500;
}
section.icon-container2 {
    padding: 40px 0;
    background-image: url(../images/iconbg2.png);
    background-size: cover;
}
.restaurant-container{
  padding: 100px 0px 0;
  z-index: 9;
    position: relative;
    margin-top: -290px;
}
.review-container .welcome-detail-title2 h1{
color: #efede4; text-align: left;
}
.review-container .welcome-detail-title2 h1 img{
  height: 50px;
}
.review-container .welcome-detail-title2 span{
color: #efede4; text-align: left; display: block;line-height: 30px;
}
/*book*/
.book-container{
    padding: 170px 0 100px;
    background-image: url(../images/bookbg.webp);
    background-size: cover;
    margin-top: -115px
}
.book-txt {
    text-align: center;    padding-top: 3em;
}
.book-txt h2{
      font-size:2.349em;
   font-family: 'Canela';
    font-weight: 300; letter-spacing: 1px;
    color: #577d71; margin-bottom: 1em
}
.book-main{
  background: #1c9d66;
  padding: 12px 40px;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 0.875em;
}
.book-main:hover{
  background: #166146; color: #fff;
}
/**/
.icons-shadow{
  background: #fff;
  box-shadow: 1px 15px 15px 0px rgba(0, 0, 0, 0.02);
  padding: 30px
}

/*client*/
.review-container{
    padding: 80px 0 70px; margin-top: 3em;
    position: relative;
    z-index: 9;
    background-image: url(../images/review-bg.jpg);
    background-size: cover;
}


.brand-container {
    padding: 50px 0 0; position: relative;
}

.brand-item img{
  width: 80% !important; margin: 0 auto;
}
.brands-container{
 position: relative;
 padding: 50px 0; 
 background-color: #eef1f2;
}
.know-more{
    color:#0f8a50;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.875em; letter-spacing: 1px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.review-div .know-more img {
    filter: invert(1);
    opacity: .4;
}
.right-arrow{
  width: 20px !important ;
  margin-left: 10px;
}
.right-arrow1{
  width: 14px;
}
.know-more span{
  font-size: 1.333em; margin-left: 10px;
}
.know-more:hover{
    color: #333;
}
.rest-title .know-more:hover{
  color: #fff
}
.know-more:hover i{
      background: #333;
}
.about-section{
  position: relative;
}
.about-section {
    padding-top: 5em;
    padding-bottom: 3em;
}

.text-center{
    text-align: center !important; 
}
.gallery-container{
     padding:50px 0 80px;
    position: relative; 
}

.img-wrapper {
    z-index: 99;
    position: relative;
}

 .box-link img{
     width: 100%;
     height: auto;
     display:block;
     transform: scale(1);
     transition: all 0.5s ease 0s;
     mix-blend-mode: multiply;
     top: 5%;
    position: relative;
    margin: 26px 0px 0
}

 .box-link:hover img{
     transform: scale(1.1);padding: 20px;
}
 .box-link .box-content{
     width: 100%;
     height: 100%;
     background:rgb(56 53 53 / 89%);
     text-align: center;
     position: absolute;
     top: 0;
     left: 0;
     opacity: 0;
     transform: rotateY(180deg) scale(0.5);
     transition: all 0.45s ease-out 0s;
     display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
 .box-link:hover .box-content{
     opacity: 1; transition: all 0.45s ease-out 0s;
     transform: rotateY(0deg) scale(1);
}

 .box-content h3, .box-content span{
    color: #fff !important;
    margin: 3px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    font-size: 1.1em;
 }
 .box-content span{
    font-weight: 300 !important;
    color: #c9c4c4 !important

 }

   .box-link:hover .view-det{
        background: #298601;    border: 0;
    }
.box-link:hover .price-for, .box-link:hover .fac-content 
{
  opacity: 0;
  max-height: 0;
  transition: max-height 300ms, opacity 200ms;
}
 .box-link {
    height: 330px;
}
 .box-link .icon{
     display: inline-block;
     padding: 0;
     margin: 0;
     list-style: none;
     position: relative;
    /*top: 40%;
    */
}
 .box-link .icon li{
     display: inline-block;
}
  .box-link .icon li i{
     display: block;
     width: 50px;
     height: 50px;
     line-height: 50px;
     border-radius: 50%;
     font-size: 1.5em;
     transition: all 0.5s ease 0s;
     background:#fff;
     color:#000;
}
.box-link .icon li i:hover{
     background:#8a0000;
     color:#fff;
}
 .box-link .content{
     padding: 10px;
     text-align: left;
     position: absolute;
     bottom: 5%;
     left: 5%;
}
 .box-link .title{
     font-size: 20px;
     font-weight: bold;
     color: #fff;
     text-transform: uppercase;
     margin: 0 0 5px;
}
 .box-link .post{
     display: block;
     font-size: 14px;
     color: #fff;
}
 .box-title {
     font-size:1em;
     font-family: inherit;
     font-weight:normal;
     width:100%;
     text-align: center;
     z-index:2;
     color:#333;
     padding-top:0.5em;
}

.welcome-detail{z-index: 99;
    position: relative;    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.welcome-detail ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.welcome-detail ul li {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #212121;
  line-height: 1.8;
  font-family: 'Montserrat';
  font-weight: normal;
  margin-bottom: 1em;
  background: url(../images/check-mark.png) no-repeat left 5px ;
  padding-left: 30px;
}
.welcome-detail h6{
  font-family: 'Geomanist';
  font-weight: normal;
  font-size: 1.188em;    padding: 5px 0;
}
.best-top{
  margin-top: 5em
}
.long-short h2{
  font-family: 'Geomanist';
    font-weight: normal;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
}
.long-short{
  border-radius: 25px;
}
.trusted-img{
  position: relative;
}
.trusted-img span{
line-height: 65px;
    position: absolute;
    font-family: 'Geomanist';
    font-weight: 900;
    text-align: center;
    font-size: 5.23em;
    color: #f7f7f7;
    right: -187px;
    top: 145px;
    transform: rotate(-90deg);
}
.trusted-detail{
padding-left: 4em;
}
.mission-container{
  padding-top: 20px;
  padding-bottom: 30px;
}
.mission-list {
    display: flex;
    align-items: center;
    background-image: url(../images/mission-bg.png);
    background-size: cover;
    padding: 50px;
    border-radius: 25px;margin-bottom: 1em;
}
.mission-title {
    display: flex;
    align-items: center;padding-right:5em;
}
.mission-title h4{
 font-family: 'Geomanist';
    font-weight: normal;
    text-align: center;
    font-size: 1.5em;padding-left: 2em
}
.welcome-detail2{
    padding-right:2em
}
.mb-3{
    margin-bottom: 3em
}

.d-flex{
    display: flex;
}
.activity-container .owl-theme .owl-nav {
  display: none !important;
}
.review-div .know-more{
    color: #ffffffa1;
    float: right;padding-top: 3em;
}
div#owl-demo-1  .owl-next,div#owl-demo-1 .owl-nav .owl-prev{
  bottom:-40% !important; background: #f9f7ed !important;
}
.review-div .know-more:hover{
  color: #000
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    margin-top: 10px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 0;
}
#owl-demo-3 .owl-nav .owl-prev {
  bottom: 30%;left: -60px; right: unset;background: unset;
}
#owl-demo-3 .owl-nav .owl-next {
  bottom: 30%;  right: -90px;  background: unset; left: unset;
}
#owl-demo-3 .owl-nav .owl-next:before, #owl-demo-3 .owl-nav .owl-prev:before
{
    width: 30px !important;     height: 10px !important;
}
#owl-demo-2  .owl-nav .owl-prev{
left: 0;
top: 50%; bottom: unset;
background: #fff !important; height: 50px !important; width: 50px !important;  line-height: 50px !important
}
#owl-demo-2 .owl-nav .owl-next{
  left: unset; right: -55px; top: 50%; background: #fff !important;
 bottom: unset; height: 50px !important; width: 50px !important; line-height: 50px !important
}
.room-item .owl-theme .owl-nav [class*=owl-]{
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
}
   .owl-nav .owl-next:before, .owl-nav .owl-prev:before{
        color: #000;
     width: 50px;
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: 20px

   }
 .owl-nav .owl-next:before{
    content: '';
    background-image: url(../images/arrow-right.png);
    background-size: cover;
}
 .owl-nav .owl-prev:before{
    content: '';
    position: absolute;
       background-image: url(../images/arrow-left.png);
    background-size: cover;

}
/*services*/
.ser-item:before{
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.13489145658263302) 80%, rgba(18, 18, 18, 0.896796218487395) 100%);
    z-index: 1;
}
.ser-title {
    position: absolute;
    bottom: 2%;
    color: #fff;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat';
    font-weight: normal; text-align: center;
    font-size: 1.125em; width: 100%; text-transform: uppercase;
}


/**/



.story-shape{
  position: absolute;
  top: 20px;
  right: 7%;
}
.review-div{
  position: relative;    padding-right: 4%;
}
img.quote {
    width: 100px !important;
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 45px;
}
.user-shape{
  position: absolute;top: 3em;
    left: -40px;
}
div#owl-demo-1{
  margin-top: 4em;    border-right: 1px solid #3f9175;    padding-right: 10%;

}
.owl-theme .owl-nav .owl-next {
    position: absolute;
    margin-top: 10px;
    transform: translate(-50%,-50%);
    top: 50%;
    right: -53px;
}
.owl-theme .owl-nav [class*=owl-] {
    background: #fff !important;line-height: 35px; padding: 0 !important;
    height: 35px; color: #229d66 !important;
    width: 35px; font-family: 'Poppins' !important;
    border-radius: 100% !important;font-size: 0 !important;
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 14%);
}


#owl-demo-4.owl-theme .owl-nav .owl-next{
     left: unset;
    right: 11%;
    top: 50%;
    background: #fff !important;
    bottom: unset;
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
}
#owl-demo-4.owl-theme .owl-nav .owl-prev{
     left: 13%;
    top: 50%;
    bottom: unset;
    background: #fff !important;
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    justify-content: center;
}
.mar0{
    margin: 0
}
/*end*/
.facility-wraper {
    padding: 60px 0;
}

/*contact*/
.contactbg{
   background-image: url(../images/bg-4.png);
  background-position: 30% 1%;
  background-repeat: no-repeat;
  background-size: cover;
}
.enquirybg{
  background-image: url(../images/contactbg.png);
  background-position: 30% 1%;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-wrapper2{
  position: relative;
  padding: 0px 0px 80px 0px;
}
.contact-side img {
    width: 80%;
}
.contact-title{
font-weight: bold;
    font-family: 'AmericanaBT';
font-size: 1.333em;
text-transform: uppercase;
color: #543613; margin-bottom: 2em;
}

.contact-form {
  padding: 40px 40px 10px 10px;
}

.location-content iframe{
  border-radius: 25px;
      -webkit-mask-image: url(../images/maskimg1.png);
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

.contact-form .form-group {
    margin-bottom: 15px;
}
option {
    color: #000;
}
  ::placeholder {
  color: #333 !important;
  opacity: 1;
}
 .bookbg ::placeholder,.bookbg  select,.bookbg textarea {
  color: #fff !important;
  opacity: 1;
}
.contact-form input[type="date"],.contact-form input[type="text"],.contact-form select,.contact-form input [type="date"]{
    color: #333;
    width: 100%;
    height: 65px;
    background:transparent;
    border-bottom:1px solid #ccc; 
    font-family: 'Nexa-Book';
    font-weight: normal;
}
option {
    font-size: 13px;
}
.contact-form textarea {
    color: #333;
    width: 100%;font-family: 'Nexa-Book';
    font-weight: normal;
    background:transparent; border-bottom:1px solid #ccc;
}

.submit-btn:hover{
    background: #333;
    color: #fff;
}
.book-now{
  padding: 60px 0
}

.contact-form h2,.location-content h2{
      width: 100%;
    height: auto;
    text-align: center;
    color: #3f802a;
    font-size: 1.781em;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Outfit';
    font-style: normal;
    font-display: swap;
    margin-top: 0px; margin-bottom: 30px; 
}
.contact-form h2 span,.location-content h2 span{
  color: #1a1a1a;  font-family: 'Montserrat';
  font-weight: 600;
}
.in-contact-page-content {
}
.contact-box .first {
    display: flex;    align-items: center;
}

.contact-side h2{
      font-family: 'Geomanist';
    font-weight: 500;
    color: #ffffff;
    font-size: 2.81em;
}
.contact-side p{
  color: #ffffff;
}
.contact-side h2 span{
  color: #e62626;
}
.contact-wrapper3 {
    padding: 100px 0;
}
.contact-side {
    margin-bottom: 2em;
}
.contact-wrapper {
    padding: 39px 0 60px;
}

.contact-boxes{
     background: #181818;
    display: inline-block;
    margin-top: -100px;
    padding: 50px 40px;    width: 100%;
}
img.leaves_3 {
    position: absolute;
    left: 0;
    height: 240px;
    transform: rotate(20deg);
}
img.leaves_1_3 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.contact-box {
       border-bottom: 1px solid #ffffff1a;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.social-ions li a{
  background: #333;
    color: #ffe491;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
ul.social-ions li {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.contact-box .icon {
    text-align: center;
    position: relative;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.contact-bg input,.contact-bg select,.contact-bg textarea {
    color: #2a2a2a;
    width: 100%;
    padding: 20px 30px;
    background: #e9e9e9;
    text-transform: capitalize;
    font-weight: normal; font-family: 'Montserrat';
    font-size: 0.875em;
    z-index: 9;
    position: relative;
}
.contact-bg {
    width: 93%;
    float: right;
}
.contact-bg input,.contact-bg select{
    height: 55px;
}
.contact-bg h2{
  font-family: 'Montserrat';
    font-weight: normal;
    font-size: 2.491875em;
    margin: 0;
    color: #f3f3f3;
    text-transform: uppercase;
}
.appointment-wrapper{
  background-image: url(../images/appointmentbg.jpg);
  background-size: cover; padding: 40px 30px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px
}
#contact-form {
    padding: 30px;
    background: #fff;
}
.contact-bg p{
  color:  #f3f3f3;
}
.submit-btn2 {
    background: #0072bc;
    color: #fff;
    z-index: 9;
    font-family: 'Montserrat';
    font-weight: normal;
    text-transform: capitalize;
    padding: 8px 45px;
}

.contact-box .content {
    display: inline-block;
    text-align: left;
    width: 100%;padding-left: 30px;
}
.contact-box .content p{
  font-size: 0.875em;
  color: #ffffff;
   text-align: left;margin: 0;
}
/*about*/
img.flower_1_1 {
    position: absolute;
    left: 0;
    top: 0;
}
.contact-form.bookbg {
    background: #b19371;
    padding: 60px 100px;
}
ul.resort-det {
    margin-top: 3em;
}
.half-li li{
  margin-right: 5%;
  width: 45%; float: left;
}
.pleft40{
  padding-left: 40px;
}
.resort-det li{
 font-family: 'Montserrat';
    font-weight: 600;
    font-size: 1em;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    line-height: 30px;    padding-left: 40px;
    border-bottom: 1px solid #ddd;padding-bottom: 10px;
}
.resort-det li:before{
      position: absolute;
    content: "";
    width: 20px;  height: 15px;
    background-image: url(../images/title_left.svg);
    background-size: cover;
    left: 0;
}

/**/
img.banner-border {
    margin-top: 1em;
}
.feature-block-three .inner-box p{
    text-align: center;
    color: #adadad;
}
 .about-content-img {
    position: relative;
}
 .about-section-f1 {
    position: absolute;
    top: 125px;
}
.about-content-img h2 {
    margin-bottom: 0px;
    font-family: 'Montserrat';
    text-transform: capitalize;
    font-weight: 600; color: #0e82aa;
    line-height: 60px;    font-size: 2em;
}
.about-content-img h2 span{
    color: #6e8767; font-family: 'Montserrat';
    text-transform: capitalize;
}
.about-content-img p {
    font-size: 1.33em;
    font-family: 'Montserrat';
    line-height: 40px;
    font-weight: 300;
    color: #777777;
    padding-right: 0px;
    margin-bottom: 28px;
}
.about-content-img h6 {
    margin-bottom: 16px;
   font-family: 'Montserrat';
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.33em;
}


/**/
.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
}
.box-group.gallery-box h4 {
  position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: 0;
    font-family: 'Montserrat';
    z-index: 9;
    font-weight: 600;
    font-size: 1em;
    color: #333;
    padding: 6px 25px;
    background: #fff;
    border-radius: 10px;width: max-content;

}
.box-group:hover .img-overlay{
  opacity: 1 !important
}
.img-overlay i {
    color: #fff;
    font-size: 2em;
}
.box-group{
    text-align: center;
    overflow: hidden;
    position: relative;    
}
.box-group img{
    max-width: 100%;
    max-height: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    display:block;
    width: 100%;
    object-fit: cover;
}
.box-group:hover img{
    transform: scale3d(1.04, 1.04, 1);
}
.box-group .box-content{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    padding-top: 35%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box-group:hover .box-content{
    opacity: 1;
}
.box-group .box-content:before, .box-group .box-content:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.box-group .box-content:before{
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}
.box-group .box-content:after{
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}
.box-group:hover .box-content:before, .box-group:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box-group .content-inner{
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.box-group:hover .content-inner{
    opacity: 1;
    transform: scale(1);
}
.box-group .title{
    font-size: 22px;
    font-weight: 700;
    color:#ffcc00;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.box-group .post{
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}
.box-group-icon {
    position: absolute;
    bottom: 0;
    left: 0px;
    color: rgba(255,255,255,1) !important;
    font-size: 1.5em;
    font-family: inherit;
    width: 100%;
    text-align: left;
    z-index: 2;
    font-weight:500;
    padding-left: 2%;
    padding-right: 2%;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
a:hover .box-group-icon{
    display:none !important;
}
.group-link{
    position: absolute;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-group .icon{
    list-style: none;
    padding: 0;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease 0s;
    bottom:0;
    right:0;
    margin:auto;
}
.box-group:hover .icon{
    left: 0px;
    opacity: 1;
    transition-delay: 0.3s;
}

a:hover .box-title{
    color:#3aaa35;
}
a:hover .box-title-sub{
    color:#3aaa35;
}
.cs-post_overlay2{
        position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(3 3 3 / 100%));
    opacity: .7;
}
.container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
.cta-container {
  margin-top: -50px;
    position: relative;    z-index: 9;
    background-image: url(../images/cta-bg.png);
    background-size: cover;padding: 280px 0;
}
.cta-txt span{
      line-height: 50px;
    font-family: 'BarokahSignature';
    font-weight: normal;
    font-size: 2.033em;
    color: #fff;
    position: relative;
    left: 133px;
    top: 30px;
}
.cta-txt h2{
  font-family: 'BarokahSignature';
  font-weight: normal;
  font-size: 4.076em;
  color: #fff;
    line-height: 130px;
    margin-top: 0;
}
.luxury-icon {
   top: 72%;
    position: absolute;
    left: 47%;
  }
  .luxury-icon:hover .playbtn2{
    background: #229d66
  }
.cta-txt {
    top: 63%;
    position: absolute;
}
.playbtn2 {
    position: relative;
    display: block;

    z-index: 9;
    border: 1px solid #fff;
    border-radius: 100%;
        padding: 10px;
        background: rgb(0 0 0 / 30%);
}
div#owl-demo-3 {
    margin-top: 2em;
}
.mob-only{
  display: none;
}
.playbtn2 img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.playbtn2:before{
    position: absolute;
    content: "";
    width: 140px; height: 1px;
    background: #fff;
        top: 52%;
    left: -72px;
    transform: translate(-50%, -50%);
}
.explore{
   font-family: 'Nexa-Book';
  font-weight: normal;
  font-size: 0.75em; text-transform: uppercase;
  color: #fff; line-height: 20px; 
}
.explore:hover{
  color: #ffe491
}
.explore:hover  i{
  background: #ffe491; color: #000;
}

.explore i{
  border: 1px solid #d9bb61;
  border-radius: 100%;
  height: 30px; width: 30px; line-height: 30px; text-align: center;
  margin-left: 2em
}
.welcome-detail3 p{
  color: #c1c0c1;
  text-align: justify;
}
.welcome-detail3 {
    padding-left: 15%;
}
.talk{
      background: #44832e;
    border-radius: 25px;
    padding: 10px 40px;
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 0.794em;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: fit-content;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.talk:hover{
  background: #333;
  color: #fff;
}
/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/************************************************** START LOCATION **************************************************/
 .inner-wraper-main{
     width:100%;
     height:auto;
     background-color:#ebede5;
     padding-bottom:90px;
}
 .inner-banner-caption-wrap{
     width:100%;
     bottom:18%;
     top: inherit !important;
}
 .inner-banner{
     width:100%;
     height:auto;
}
 .inner-banner-wrap{
     width:100%;
     height:auto;
     position:relative;
}
 .inner-caption{
     width:100%;
     height:auto;
     position:absolute;
     left:0;
     bottom:25%;
}
 .bredcum-wraper{
     width:100%;
     height:auto;
     padding-bottom: 30px;
     text-align: center;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;

}
 .bredcum-container{
     width:auto;
     height:auto;
     float:right;
}
 .bred-home{
     width:auto;
     height:auto;
     float:left;
      font-family: inherit;
     font-weight: normal;
     font-size:1em; letter-spacing: 1px;
     color:#070606;
     line-height:30px;
     text-transform: capitalize;
}
 .bred-home a{
     width:auto;
     height:auto;
     float:left;
     font-family: 'Montserrat';
     font-weight: normal;
     font-size:1em; letter-spacing: 1px;
     color:#333;
     line-height:30px;
     text-transform:uppercase; 
}
 .bred-home a:hover{
     width:auto;
     height:auto;
     float:left;
     color:#070606;
     line-height:30px; 
}
 .bred-arrow{
     width:auto;
     height:auto;
     float:left;
     font-size:0.85em;
     color:#333;
     line-height:30px;
     padding-left:8px;
     padding-right:8px; 
}
 .bred-next{
     width:auto;
     height:auto;
     float:left;
         font-family: 'Montserrat';
     font-weight: 500; letter-spacing: 1px;
     font-size:1em;
     color: #000;
     line-height:30px;
     text-transform:uppercase;
}

/************************************************** START CONTACT **************************************************/
.hide-menu{ display: none;}

.enquiry{

  width:55%;

  height:auto;

  margin:2% auto;
  padding: 2em;
  background-color: #fdfcf8;

}

.enquiry-box{

  width:49%;

  height:auto;

  float:left;

  margin-bottom:20px

}

.enquiry-box-2{

  width:100%;

  height:auto;

  float:left;

  margin-bottom:20px

}

.enquiry-box:nth-child(2n){

  width:49%;

  height:auto;

  float:right;

  margin-bottom:20px

}

.enquiry-box-txt{
  width:100%;
  height:65px;
  line-height:65px;
  padding-left:20px;
  background-color: #fff;
  border: 1px solid #ededea;
}

.enquiry-box-1{

  width:100%;

  height:auto;

  float:left;

  margin-bottom:20px

}

.enquiry-box-txt-1{

  width:100%;

  height:110px;


  line-height:25px;

  padding-left:20px;
  padding-top: 1em;

  padding-right:5px;

  font-size:1em;
  border: 1px solid #ededea;


}

.enquiry-submit{

  width:100%;

  height:auto;

  text-align:right

}

.enq-txtbox_captche{

  float:right;

  height:30px;

  width:45%!important

}

.enquiry-sub{

  width:55%;

  height:40px;

  border:1px solid #c2329e;

  padding-left:5px;

  padding-right:5px;

  line-height:40px;

  color:#888;

  font-size:20px;

  float:right

}



.package-book{
  width: 100%;
  height: auto;
  margin: 1em 0 2em 0;
}
.package-booking{
  width: auto;
  height: auto;
  float: left;
  padding: 0px 1em;
  background-color: #657e64;
}

.package-booking button{
  width: auto;
  height: auto;
  font-weight: normal;
font-style: normal;
font-display: swap;
font-size: 0.75em;
line-height: 1.7;
color: #fff;
margin: 0.5em 0em;
text-transform: none;
background-color: transparent;
cursor:pointer;
}




 

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.callender{

  width:100%;

  height:auto;

  background:url(../images/callender.png) no-repeat 97% center;

  background-color:#fff

}


textarea.enquiry-box-txt-1::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
}
textarea.enquiry-box-txt-1::-moz-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
}
textarea.enquiry-box-txt-1:-ms-input-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
}
textarea.enquiry-box-txt-1:-moz-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
}
input.enquiry-box-txt::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
}
input.enquiry-box-txt::-moz-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
}
input.enquiry-box-txt:-ms-input-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
}
input.enquiry-box-txt:-moz-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
}
.enquiry-box-txt{ background color:#fff;}
.desk-thank{ height: 100%; display: block;}
.thank-banner{height: calc(100vh - 163px) !important; overflow: hidden;}

 @media (min-width: 1023px) and (max-width: 1279px) {
     body {
         font-size:12px !important;
    }
     .d-container{
         width:100%;
         padding-left:7%;
         padding-right:7% 
    }
      .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
     .top-container {
         width: 100%;
         padding-left: 4%;
         padding-right:4%;
    }
    .slick-next, .slick-prev{
      height: 40px !important;
    width: 40px !important;
    line-height: 45px !important;
    }
    .package-content{
      left: 54%
    }
    .view-loc{
      padding: 5px 12px;
    margin-left: 16%;
    }
    .inner-text{
      line-height: 30.01px;
    }


div#statistics .col-md-4 {
    width: 50%;
    float: left;
}
.count-up h3{
  font-size: 2em;
}

.icon-img{
  width: 60px;
    height: 60px;margin: 0 auto 10px;
}
.icon-content h4{
      font-size: .8em; line-height: 17px;
}
.welcome-detail2 p{
    padding: 0 100px
}
.review-container{
    padding:50px 0 40px
}
.qoute{
    width: 250px !important
}
     .package-content .pfirst h3{
    font-size: 1.3em
}
.contact-bg input, .contact-bg select {
    height: 45px;
}
.abt-container{
    padding: 50px 0
}
.package-container{
     padding: 50px 0 0
}
#plus span{
    right: -45px; padding: 11px 20px
}
.welcome-txt {
    padding-left: 15px;
}
.gal-item3 img, .gal-item5 img {
    height: 260px;
}
.icon-img img {
    width: 55px !important;
}
.form-group {
    margin-bottom: 7px !important;
}
.contact-bg input, .contact-bg select, .contact-bg textarea{
    padding: 10px 15px
}
.gal-div2 img {
    height: 438px;
}
.gal-item1 img, .gal-item2 img, .gal-item6 img, .gal-item7 img{
    height: 170px
}
.testimonial-content{
    width: 65%
}
#owl-demo-4.owl-theme .owl-nav .owl-next{
    right: 6%
}
.footer-content:nth-child(2) {
    width: 55%;
    margin-left: 5%;
}
 .nav-brand img{
    width: 230px; margin: 10px auto
 }
 .featured-text {
    font-size: 4.06625em; line-height: 50.01px
}
     
   
}
 @media (min-width: 1280px) and (max-width: 1359px) {
     body {
         font-size:14px !important;
    }
     .d-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
       .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
     .top-container {
         width: 100%;
         padding-left: 6%;
         padding-right:6%;
    }
.gal-item1 img, .gal-item2 img, .gal-item6 img, .gal-item7 img {
    height: 200px;
}

#button{
  bottom: 50px;
}
.whats-app{
  bottom: 25vh;
}
     .package-content .pfirst h3{
    font-size: 1.3em
}
.gal-div2 img {
    height: 508px;
}
.gal-item3 img, .gal-item5 img {
    height: 300px;
}
.testimonial-content{
    width: 65%
}
#owl-demo-4.owl-theme .owl-nav .owl-next{
    right: 6%
}
.footer-content:nth-child(2) {
    width: 55%;
    margin-left: 5%;
}
 .nav-brand img{
    width: 250px;
 }
 .featured-text {
    font-size: 5.06625em;
}
      
      
}
 @media (min-width: 1360px) and (max-width: 1399px) {
     body {
         font-size:14px !important;
    }
    li{font-size:14px !important;}
    .nav-menu > li > a{ margin:10px 12px !important}
     .d-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
      .inner-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}
     .top-container {
         width: 100%;
         padding-left: 6%;
         padding-right:6%;
    }
    .nav-brand img{
  width: 250px;
}

    .gal-item1 img, .gal-item2 img, .gal-item6 img, .gal-item7 img {
    height: 240px;
}


   .package-content .pfirst h3{
    font-size: 1.3em
}
.gal-div2 img {
    height: 548px;
}
.gal-item3 img, .gal-item5 img {
    height: 300px;
}
.testimonial-content{
    width: 65%
}
#owl-demo-4.owl-theme .owl-nav .owl-next{
    right: 6%
}
.footer-content:nth-child(2) {
    width: 55%;
    margin-left: 5%;
}
 
}
 @media (min-width: 1400px) and (max-width: 1441px) {
     body {
         font-size:15px !important;
    }
    li{font-size:15px !important;}
    .nav-menu > li > a{ margin:10px 15px !important}
     .d-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
      .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
.nav-brand img{
  width: 250px;
}
.package-content .pfirst h3{
    font-size: 1.3em
}
.gal-div2 img {
    height: 618px;
}
.gal-item3 img,.gal-item5 img{
  height: 350px;
}
.testimonial-content{
    width: 65%
}
#owl-demo-4.owl-theme .owl-nav .owl-next{
    right: 6%
}
}
 @media (min-width: 1441px) and (max-width: 1599px) {
     body {
         font-size:15px !important;
    }
    .inner-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
     .d-container{
         width:100%;
         padding-left:10%;
         padding-right:10% 
    }
    .nav-brand img{
      width: 250px
    }
    .featured-text {
    font-size: 5.06625em;
  }
.package-content .pfirst h3{
    font-size: 1.4em
}
.gal-div2 img {
    height: 618px;
}
.gal-item3 img,.gal-item5 img{
  height: 350px;
}

}
 @media (min-width:1600px) and (max-width:1680px) {
     body {
         font-size:15px !important;
    }
    li{font-size:15px !important;}
         img.banner-bg1{
              bottom: -400px !important;
        }
        .gal-div2 img {
    height: 670px;
}
.gal-item3 img, .gal-item5 img {
    height: 400px;
}
    .nav-menu > li > a{ margin:10px 15px !important}
      .inner-container{
         width:100%;
         padding-left:4%;
         padding-right:4% 
    }
     .d-container{
         width:100%;
         padding-left:10%;
         padding-right:10% 
    }
      
}
 @media (min-width:1681px){
     body {
         font-size:16px !important;
    }
   .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

  .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
}
 
 @media (max-width: 768px){
    .mob-view.home-img {
        width: 100%;
        /*height: 86vh!important;*/
        object-fit: cover;
    }

  .submenu-indicator-chevron{
    border-color:transparent #fff #fff transparent !important;
  }
    .sexy-menu.detached {
    opacity: 1 !important;
}

.eq-ht{
  display: block !important;
}
.resp-show{
    display: block !important;
  }
 

.nav-brand img {
    display: flex;
    align-items: center;
}
.hide-menu a {
    width: 27%;
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    float: left;
    text-align: center;
        font-weight: normal;
    font-family: 'Canela';
}

.nav-toggle:before {
    position: absolute;
    content: "";
    width: 40px;
    border-bottom: 3px solid #000;
    right: 0;
}
.nav-toggle:after {
    content: "";
    width: 33px;
    border-bottom: 3px solid #000;
    position: absolute;
    top: -2px;
    right: 0;
}
.owl-theme .owl-nav [class*=owl-]{
height: 30px;
    width: 30px;
}
.owl-theme .owl-nav button.owl-next{
  right: -36px !important;
}
.facility-div .lSAction{
    display: none !important;
}
.modal-header {
    padding: 10px 20px !important;
}
.contact-form input[type="text"], .contact-form select, .contact-form input [type="date"]{
    height: 50px;
}
.contact-form {
    padding: 30px;
}
.contact-form .form-group {
    margin-bottom: 9px;
}
   .desk-view{
         display: none !important 
    }
     .mob-view{
         display: block !important 
    }

    .nav-menu>li>a
    {
        color: #fff !important
    }

     .nav-toggle, .navigation-hidden .nav-header {display: block !important;}

    
    .banner-wrp{height: calc(100vh - 75px) !important; overflow: hidden !important }
    .carousel-inner {height: 100% !important;}
   

 .nav-header{ width: 100%; }
 
 .bottom-menu{ width: 45px; height:45px; border-radius: 50%; display: flex !important; justify-content: center; align-items: center; border:1px solid #e7e7e7}
 .fine-arts-bg{ display: none;}
 .fine-arts-container{ padding-top: 0px;}

 .job-opportunity{ float: left;}
 #quick_view_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  background-color: #fff ;
 }

.hide-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
        padding: 15px 20px;
        display: block;
}
   
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px
}

.nav-toggle{

display: flex!important;
    align-items: center;
    width: 25px;
    height: 20px;
    cursor: pointer;
    /* border-top: 3px solid #000; */
    border-bottom: 3px solid #000;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    right: 23px !important;
    }
  

body.contact .mob-view{
    object-position: top;
}
.sexy-menu{
    position: fixed;
}
    }
 @media (min-width:769px) and (max-width:991px){
.row.eq-ht.center {
    display: block;
}
img.leaf4{
  display: none;
}
.featured-text-inner {
    font-size: 2em; line-height: 30px
  }
.contact-wrapper3{
  padding: 50px 0; overflow: hidden;
}
  .contact-box .icon{
  width: 50px;
    height: 50px;
    line-height: 50px;
  }
.contact-box{
  padding: 25px 20px 18px 30px; margin-top: 1em
}
.contact-wrapper{
  padding: 30px
}
.contact-wrapper2:after{
  display: none;
}
.contact-wrapper2{
  overflow: hidden;
  padding: 40px 0px 50px 0px
}
.in-contact-page-content{
  padding-right: 0
}
.img-wrapper.yt-video {
    margin-bottom: 1em;
}
.gallery-container{
  padding: 35px 0 40px
}
body.gallery .box-group img{
height: 250px
}
body.gallery .col-md-4{
width: 50%; float: left;
}
.abt-imgs{
  display: none;
}
.abt-container2{
  padding-top: 20px;
  padding-bottom: 30px;
}
.nav-menu>li>a{
  font-size: .7em !important
}
.nav-menu>li>a{
  margin: 30px 10px !important;
}
li.header-phone a{
  margin: 8px 12px !important;
}
.sexy-menu.detached .header-phone a{
   margin: 8px 12px !important;
}
.mobile-position .get-app{
  padding: 3px 26px
}
.nav-menu2>li>a{
  margin: 7px 5px !important;
}
 body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:3%;
        padding-right:3%;
   }

   
.navigation{
height: unset !important; 
}
.tophead{
    padding-top: .3em !important
}

.sexy-menu.detached .nav-brand img {
margin-top: 15px!important;
}
.whats-app{
        bottom: 25vh;
    right: 26px;
}
.footer-container{
    width: 100%;    padding-bottom: 0;    align-items: center;
    justify-content: center;
}

.footer-social-links ul li {
    float: left;
    margin-right: 0;
}

.box-title
{
    font-size: 1em;
}
.box-title-sub{
    font-size: 1em;
}
.box-group img{
  height: 180px;
}
.welcome-detail-title2 h1{
  font-size: 1.5em
}
.abt-container{
  padding-top: 40px;
}
.copy-right,.designed{
  font-size: .9em
}
.g-play img{
  width: 130px;
}
.g-play{
     width:25%
}
.whats-app{
  right: 32px;
}
  
.nav-brand img{
 width: 57%;
        margin-top: 14px;
}
.sexy-menu.detached .nav-brand img {
    width: 50% !important;
}

}
 @media (min-width:992px) and (max-width:1022px){

    body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:5%;
        padding-right:5%;
   }
   


div#statistics .col-md-4 {
    width: 50%;
    float: left;
}
.count-up h3{
  font-size: 2em;
}

.icon-img{
  width: 60px;
    height: 60px;margin: 0 auto 10px;
}
.whats-app{
        bottom: 25vh;
    right: 26px;
}
.footer-container{
    width: 100%;
    padding-bottom: 0
}
 .footer-wraper{clear: both;}
    .whats-app{
      bottom: 40vh
    }
  
.side-form input[type="text"], .side-form textarea{
  padding: 12px 20px
}
#popUp {
    width: 320px;
  }

.center-slider .slick-slide{margin: 0}
.contact-bg {
    margin-bottom: 2em;
}
.view-loc{
      margin-left: 14px;
}
.address img{
  width: 35px;
}
.footer-content:nth-child(2) {
    width: 50%;
}
.footer-content:nth-child(1) {
    width: 50%;
}
.brand-item img{
  width: 70% !important
}
.brands-container {
    padding: 15px 0
  }
  .footer-top-wraper{ overflow: hidden; }
.review-container {
    padding: 35px 0 20px; overflow: hidden;
    margin-top: 2em;        background-position: top;
   }
   .testimonial-content{
    width: 80%; 
   } 
   .client-img img {
    width: 90px !important;
    border-radius: 30px 5px 5px 5px;
}

.qoute{
  width: 160px !important; top: 50%;
}
.gal-item1 img, .gal-item2 img, .gal-item6 img, .gal-item7 img{
  height: 160px;
}
.gal-item3 img, .gal-item5 img{
  height: 200px
}
.gal-div2 img{
  height: 368px
}
#contact-form {
    padding: 20px
}
.submit-btn2{
padding: 5px 20px;
}
.form-group {
    margin-bottom: 8px !important;
}
.contact-bg input, .contact-bg select {
    height: 45px;
}
.contact-bg input, .contact-bg select, .contact-bg textarea{
  padding: 10px 17px
}
.contact-bg p br{display: none;}

.appointment-wrapper{
background-position: right;
padding: 24px 24px 0
}
.contact-bg h2{
  font-size:1.4em;
}
.proj-wrapper{
  padding-top: 2em; padding-bottom: 2em;
}
.proj-wrapper .welcome-detail p{
  text-align: center;
}
.proj-title
{
  font-size: 1.2em; line-height: 26px; text-align: center;
}
.consultation-txt h6{margin-bottom: 5px}
.consultation-txt h5{
  font-size: 1.1em; line-height: 25px;
}
.consultation-txt h4{
  font-size: 1.4em; line-height: 27px;
}
.consultation-txt h3{
  font-size: 1.6em; line-height: 30px;
}

.consultation-wrap {
    padding: 30px 0;
}
.room-item h4{
  font-size: 1.1em; line-height: 23px;
}
.modal{width: 100%;}
.room-content{
    padding: 10px 20px;
}
.tabcontent{
  clear: both;
}
.tablinks{
 font-size: 1em;

}
.ser-title{font-size: 1em;}
.roombg {
    top: -90px;
}
.welcome-detail2 h2{
  font-size: 1.2em; line-height: 25px; padding-bottom: 8px
}
.welcome-detail2 p{
  padding: 0;
}
.services-wrapper
{
  padding: 40px 0
}
.icon-content h4{
  font-size: .85em; line-height: 20px;
}
.icon-img img{
  width: 50px !important; 
}
.icon-container .col-md-7 {
    width: 60.333333%;
    margin-right: 3%;
}
.iconimg {
    bottom: -75px;
}
.mt-3 {
    margin-top: 1.3em;
}
.welcome-detail h1
{
  font-size: 1.4em;
padding-bottom: 8px;    line-height: 16px;
}
.welcome-detail.sm h1{
  font-size: 1.3em; line-height: 22px;
}
.abt-container{
  padding: 30px 0
}

.slick-next {
    right: 17px;
}
.slick-prev {
    left: 7px;
}
.slick-next:before, .slick-prev:before{
      width: 30px;
height: 12px;
}
.package-content .pfirst h3{
  font-size: 1.1em; line-height: 19px;
}
.package-content .pfirst span{
  font-size: .9em;padding: 2px 6px;
}
.package-content .psec h3{
  font-size: 1em; line-height: 12px;
}
.package-content .psec h4{
  font-size: 1.1em; line-height: 20px;
}
.package-content .psec h5{
  font-size: 1em; line-height: 12px;
}
.package-content .pthird h3
{
  font-size: 1.1em; line-height: 25px;
}
.enq-now{
  padding: 5px 8px;
  font-size: .7em
}
.slick-next,.slick-prev{
  height: 30px !important;
  width: 30px !important;
  line-height: 30px!important
}
.p-title{
font-size: 1.3em !important; line-height: 20px !important
}
.package-container
{
  padding: 30px 0 0;
}

.view-btn{
  padding: 7px 12px;
}
.nav-brand img{
  width: 190px;
    margin: 10px auto
}
.banner-caption p{
  letter-spacing: 1px;line-height: 20px;       
}
  .featured-text{ font-size: 3.1em; line-height: 37.01px;}
  .inner-text{font-size: 1.2em;letter-spacing: 10px; line-height: 33.01px}
}
@media (max-width:992px) {
  .modal-body {
    padding: 20px !important;
}
  body {font-size: 14px !important;}
  .header-contact{ display: none;}

  #plus span{         font-size: .8em;    padding: 8px 12px;

        right:-47px;}
        .icon-box img {
    width: 50px;
}
  .shape1 {bottom: -3.5em;left: 0%;}
  .shape2{top: -3.5em;right: 0%;}
  .abt-con .col-md-5{ width: 100%;}
  img.abt-shape{ display: none;}
  ul#wheel-tab{ display: none;}
  
  .spa-container{ padding-top: 0px;}
  .explore-title{ width: 100%; left: 0; text-align: center;}

  .explore-title{ padding-bottom: 0px;}
  .vector3{ display: none;}
  .owl-controls{ display: none !important;}
  .lux-txt{ font-size: 1em;    line-height: 22px;}
  .explore-container{ padding-top: 0px;}
  .fet-txt{ padding: 10px 10px;}
  .sexy-menu.detached{ background: #fff !important;}
 
  .room-item{ padding-top: 0px;}
  .luxury-container{padding: 40px 0 400px}
  .cta-txt span{ left: 91px;
        font-size: .8em;
        top: 17px;
        margin-right: 0;}
  
  .spa-title{font-size: 0.75em;}
  .icon-list{ padding-bottom: 10px;}
  .book-container{padding: 70px 0 40px;}
  .rest-title span.btm{ font-size: 0.9em;}
  .playbtn{width: 50px;
        height: 50px;
        line-height: 50px;}
  .luxury-container{background: url(../images/bg-luxury.webp) no-repeat center center;}
  .cta-txt h2{ font-size: 1.33em;}
  .cta-txt{ display: flex; justify-content: center;}
  .icon-container{ margin-top: 0px;padding-top: 15px;
        padding-bottom: 5px;}
  
  .bottom-wrapper{ margin: 0px; padding: 0px;}
  .welcome-detail-title2{ margin-top: 1.5em;}
  .review-div .know-more{ padding-top: 0px;}
  .mob-story{ float: left; width: 100%;}
  .shape1{ display: none;}
  .about-bg2{ display: none;}
  .abt-container .center{ display: inherit;}
  .spa-container .center{ display: inherit;}
  .footer-top-wraper .center{ display: inherit;}
  .abt-shapee{ display: none;}
  .banner-bg1{ display: none;}
  .luxury-container,.icon-container2,.review-container,.tab-content{
    overflow: hidden;
    }
    .playbtn2 img{ width: 40px; height: 40px;}
    .d-container{ width: 100%; padding: 0px 3%;}
    .whats-app img{ margin-left: 0%;}
    .footer-social-links ul li{ margin-right: 0; margin-left: 20px;}
    .icon-img { background: #ffb821;}

    .thank-banner{height: calc(100vh - 109px) !important; overflow: hidden;}
    .mob-thank{ height: 100vh; display: block;}

  
}
@media (max-width:420px) { 
  .enquiry{ width: 90%;}
  .enquiry-box{ width: 100%;}
  .enquiry-box:nth-child(2n){ width: 100%;}
  .copy-right span{ display: none;}
  #button{ display: none;}
  .whats-app{ bottom: 30vh;}
  
}
@media (max-width:560px) {

.thankyou-msg{width: 95%; padding: 20px}
div#statistics .col-md-4 {
    width: 50%;
    float: left;
}
.count-up h3{
  font-size: 1.8em;
}
.count-title h2{
  font-size: .8em
}
.icon-img{
  width: 80px;
    height: 80px;margin: 0 auto 10px;
}
div#owl-demo-3{
  display: none;
}
.mob-only{
  display: block;
}
.pfirst{
  width: 40%
}
.psec, .pthird{
  width: 30%
}
.side-form input[type="text"], .side-form textarea{
  padding: 12px 20px
}
#popUp {
    width: 320px;
  }
.testimonial-content span,.client-img,.testimonial-content h4.name{
  display: flex; align-items: center;justify-content: center;
}
.center-slider .slick-slide{margin: 0}
.contact-bg {
    margin-bottom: 2em;
}
.view-loc{
      margin-left: 14px;
}
.address img{
  width: 35px;
}
    .footer-content{ width: 100% !important;}

.brand-item img{
  width: 70% !important
}
.brands-container {
    padding: 15px 0
  }
  .footer-top-wraper{ overflow: hidden; }
.review-container {
    padding: 35px 0 20px; overflow: hidden;
    margin-top: 2em;        background-position: top;
   }
   .testimonial-content{
    width: 100%; display: block;
   } 
   .client-img img {
    width: 90px !important;
    border-radius: 30px 5px 5px 5px;
}
.testimonial-content .content {
    padding-left: 0;
}
.qoute{
  width: 160px !important; top: 50%;
}
.gal-div2 img,.gal-item1 img, .gal-item2 img, .gal-item6 img, .gal-item7 img,
.gal-item3 img, .gal-item5 img{
  height: 200px;
}

.gal-item2, .gal-item5,.gal-item4,.gal-item1{
  width: 100%
}
.gal-div1,.gal-div2{
  width: 50%; 
}
.gal-div3,.gal-item3,.gal-item6,.gal-item7{
  display: none;
}
#contact-form {
    padding: 20px
}
.submit-btn2{
padding: 5px 20px;
}
.form-group {
    margin-bottom: 8px !important;
}
.contact-bg input, .contact-bg select {
    height: 45px;
}
.contact-bg input, .contact-bg select, .contact-bg textarea{
  padding: 10px 17px
}
.contact-bg p br{display: none;}
.contact-bg{
  width: 100%
}
.appointment-wrapper{
background-position: right;
padding: 40px 25px
}
.contact-bg h2{
  font-size:1.4em;
}
.proj-wrapper{
  padding-top: 2em; padding-bottom: 2em;
}
.proj-wrapper .welcome-detail p{
  text-align: center;
}
.proj-title
{
  font-size: 1.2em; line-height: 26px; text-align: center;
}
.consultation-txt h6{margin-bottom: 5px}
.consultation-txt h5{
  font-size: 1.1em; line-height: 25px;
}
.consultation-txt h4{
  font-size: 1.4em; line-height: 27px;
}
.consultation-txt h3{
  font-size: 1.6em; line-height: 30px;
}
.consultation-wrap img{
  display: none;
}
.consultation-wrap {
    padding: 30px 0;
}
.room-item h4{
  font-size: 1.1em; line-height: 23px;
}
.modal{width: 100%;}
.room-content{
    padding: 10px 20px;
}
.tabcontent{
  clear: both;
}
.tablinks{
 font-size: 1em;
margin-bottom: 13px;
width: 50%;
float: left;
}
.ser-title{font-size: 1em;}
.roombg {
    top: -55px;
}
.welcome-detail2 h2{
  font-size: 1.2em; line-height: 25px; padding-bottom: 8px
}
.welcome-detail2 p{
  padding: 0;
}
.services-wrapper
{
  padding: 40px 0
}
.icon-content h4{
  font-size: .85em; line-height: 20px;
}
.icon-img img{
  width: 70px !important; 
}
.icon-container .col-md-7{
  width: 100%;margin-right: 0 !important
}
.iconimg{
  display: none;
}
.mt-3 {
    margin-top: 1.3em;
}
.center{display: block;}
.welcome-detail h1
{
  font-size: 1.4em;
padding-bottom: 8px;    line-height: 16px;
}
.welcome-detail.sm h1{
  font-size: 1.3em; line-height: 22px;
}
.welcome-detail
{
  display: block;
}
.welcome-detail p{
  border:0;padding-left: 0;
    margin-left: 0;
}
.welcome-txt {
    padding-left: 0;
}
.abt-container{
  padding: 30px 0
}
.abt-img{
  display: none;
}
.package-content{
  bottom: -20px; left:51%
}
.slick-next {
    right: 6px;
}
.slick-prev {
    left: 7px;
}
.slick-next:before, .slick-prev:before{
      width: 30px;
height: 12px;
}
.package-content .pfirst h3{
  font-size: .9em; line-height: 19px;
}
.package-content .pfirst span{
  font-size: .9em;padding: 2px 6px;
}
.package-content .psec h3{
  font-size: .9em; line-height: 12px;
}
.package-content .psec h4{
  font-size: .9em; line-height: 20px;
}
.package-content .psec h5{
  font-size: .9em; line-height: 12px;
}
.package-content .pthird h3
{
  font-size: .9em; line-height: 22px;
}
.enq-now{
  padding: 5px 8px;
  font-size: .7em
}
.slick-slider{
  width: unset; margin: unset;
}
.slick-next,.slick-prev{
  margin: 0;
  height: 30px !important;
  width: 30px !important;
  line-height: 30px!important
}
.p-title{
font-size: 1.3em !important; line-height: 20px !important
}
.package-container
{
  padding: 30px 0 0;
}
.page-hero .hero-text-area{
  top: 66%;
}
.view-btn{
  padding: 7px 12px;
}
.nav-brand img{
  width: 190px;
    margin: 10px auto
}
.banner-caption p{
  letter-spacing: 1px;line-height: 20px;   font-size: .9em;      width: 300px;
}
  .featured-text{ font-size: 2.2em; line-height: 34.01px;}
  .inner-text{font-size: 1em;letter-spacing: 4px; line-height: 30.01px}
}
 @media (min-width:421px) and (max-width:460px){
  .enquiry{ width: 90%;}
  .enquiry-box{ width: 100%;}
  .enquiry-box:nth-child(2n){ width: 100%;}
}
 @media (min-width:461px) and (max-width:560px){
  .enquiry{ width: 80%;}
  .enquiry-box{ width: 100%;}
  .enquiry-box:nth-child(2n){ width: 100%;}
}
 @media (min-width:561px) and (max-width:680px){
 .thankyou-msg{ padding: 20px}
.whats-app{
  bottom: 47vh
}

div#statistics .col-md-4 {
    width: 50%;
    float: left;
}
.count-up h3{
  font-size: 1.8em;
}
.count-title h2{
  font-size: .8em
}
.icon-img{
  width: 50px;
    height: 50px;margin: 0 auto 10px;
}

.side-form input[type="text"], .side-form textarea{
  padding: 12px 20px
}
#popUp {
    width: 320px;
  }
.testimonial-content span,.client-img,.testimonial-content h4.name{
  display: flex; align-items: center;justify-content: center;
}
.center-slider .slick-slide{margin: 0}
.contact-bg {
    margin-bottom: 2em;
}
.view-loc{
      margin-left: 14px;
}
.address img{
  width: 35px;
}
    .footer-content{ width: 100% !important;}

.brand-item img{
  width: 70% !important
}
.brands-container {
    padding: 15px 0
  }
  .footer-top-wraper{ overflow: hidden; }
.review-container {
    padding: 35px 0 20px; overflow: hidden;
    margin-top: 2em;        background-position: top;
   }
   .testimonial-content{
    width: 100%; display: block;
   } 
   .client-img img {
    width: 90px !important;
    border-radius: 30px 5px 5px 5px;
}
.testimonial-content .content {
    padding-left: 0;
}
.qoute{
  width: 160px !important; top: 50%;
}
.gal-div2 img,.gal-item1 img, .gal-item2 img, .gal-item6 img, .gal-item7 img,
.gal-item3 img, .gal-item5 img{
  height: 200px;
}

.gal-item2, .gal-item5,.gal-item4,.gal-item1{
  width: 100%
}
.gal-div1,.gal-div2{
  width: 50%; 
}
.gal-div3,.gal-item3,.gal-item6,.gal-item7{
  display: none;
}
#contact-form {
    padding: 20px
}
.submit-btn2{
padding: 5px 20px;
}
.form-group {
    margin-bottom: 8px !important;
}
.contact-bg input, .contact-bg select {
    height: 45px;
}
.contact-bg input, .contact-bg select, .contact-bg textarea{
  padding: 10px 17px
}
.contact-bg p br{display: none;}
.contact-bg{
  width: 100%
}
.appointment-wrapper{
background-position: right;
padding: 40px 25px
}
.contact-bg h2{
  font-size:1.4em;
}
.proj-wrapper{
  padding-top: 2em; padding-bottom: 2em;
}
.proj-wrapper .welcome-detail p{
  text-align: center;
}
.proj-title
{
  font-size: 1.2em; line-height: 26px; text-align: center;
}
.consultation-txt h6{margin-bottom: 5px}
.consultation-txt h5{
  font-size: 1.1em; line-height: 25px;
}
.consultation-txt h4{
  font-size: 1.4em; line-height: 27px;
}
.consultation-txt h3{
  font-size: 1.6em; line-height: 30px;
}
.consultation-wrap img{
  display: none;
}
.consultation-wrap {
    padding: 30px 0;
}
.room-item h4{
  font-size: 1.1em; line-height: 23px;
}
.modal{width: 100%;}
.room-content{
    padding: 10px 20px;
}
.tabcontent{
  clear: both;
}
.tablinks{
 font-size: 1em;
margin-bottom: 13px;
width: 50%;
float: left;
}
.ser-title{font-size: 1em;}
.roombg {
    top: -55px;
}
.welcome-detail2 h2{
  font-size: 1.2em; line-height: 25px; padding-bottom: 8px
}
.welcome-detail2 p{
  padding: 0;
}
.services-wrapper
{
  padding: 40px 0
}
.icon-content h4{
  font-size: .85em; line-height: 20px;
}
.icon-img img{
  width: 40px !important; 
}
.icon-container .col-md-7{
  width: 100%;margin-right: 0 !important
}
.iconimg{
  display: none;
}
.mt-3 {
    margin-top: 1.3em;
}
.center{display: block;}
.welcome-detail h1
{
  font-size: 1.4em;
padding-bottom: 8px;    line-height: 16px;
}
.welcome-detail.sm h1{
  font-size: 1.3em; line-height: 22px;
}
.welcome-detail
{
  display: block;
}
.welcome-detail p{
  border:0;padding-left: 0;
    margin-left: 0;
}
.welcome-txt {
    padding-left: 0;
}
.abt-container{
  padding: 30px 0
}
.abt-img{
  display: none;
}

.slick-next {
    right: 17px;
}
.slick-prev {
    left: 7px;
}
.slick-next:before, .slick-prev:before{
      width: 30px;
height: 12px;
}
.package-content .pfirst h3{
  font-size: 1.1em; line-height: 19px;
}
.package-content .pfirst span{
  font-size: .9em;padding: 2px 6px;
}
.package-content .psec h3{
  font-size: 1em; line-height: 12px;
}
.package-content .psec h4{
  font-size: 1.1em; line-height: 20px;
}
.package-content .psec h5{
  font-size: 1em; line-height: 12px;
}
.package-content .pthird h3
{
  font-size: 1.1em; line-height: 25px;
}
.enq-now{
  padding: 5px 8px;
  font-size: .7em
}
.slick-slider{
  width: unset; margin: unset;
}
.slick-next,.slick-prev{
  margin: 0;
  height: 30px !important;
  width: 30px !important;
  line-height: 30px!important
}
.p-title{
font-size: 1.3em !important; line-height: 20px !important
}
.package-container
{
  padding: 30px 0 0;
}
.page-hero .hero-text-area{
  top: 66%;
}
.view-btn{
  padding: 7px 12px;
}
.nav-brand img{
  width: 190px;
    margin: 10px auto
}
.banner-caption p{
  letter-spacing: 1px;line-height: 20px;         width: 440px;
}
  .featured-text{ font-size: 2.6em; line-height: 39.01px;}
  .inner-text{font-size: 1em;letter-spacing: 7px; line-height: 30.01px}
}
 @media  (max-width: 680px){ 
    .explore-title h2{ font-size: .8em;    line-height: 20px;}
.rest-div .col-md-15{ display: none;}
.rest-div .col-md-15:nth-child(3){
  display: block;
}
}
 @media  (max-width: 768px){ 



/* Chrome, Safari */
::-webkit-scrollbar {
width: 1px;
}
::-webkit-scrollbar-track-piece  {
background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical {
background-color: #fff;
}
 .testi-item{
  padding: 25px
 } 

    .footer-wraper{ clear: both;}
.enquiry-box-txt {
    height: 55px;
}
.enquiry-box,
.enquiry-box:nth-child(2n)
{
  margin-bottom: 10px;
}
.bredcum-wraper,.tab{
  z-index: 9; 
}

.abt-bg
{
  display: none;
}
.bredcum-wraper{
  padding-top: 10px;
  padding-bottom: 10px;
}
.sexy-menu.detached{
  position: unset !important;
}

}

 @media (min-width:681px) and (max-width: 768px){ 
 

div#statistics .col-md-4 {
    width: 50%;
    float: left;
}
.count-up h3{
  font-size: 2em;
}

.icon-img{
  width: 50px;
    height: 50px;margin: 0 auto 10px;
}

.package-content{
  left: 52%;    bottom: -25px;
}
    .whats-app{
      bottom: 40vh
    }
  
.side-form input[type="text"], .side-form textarea{
  padding: 12px 20px
}
#popUp {
    width: 320px;
  }

.center-slider .slick-slide{margin: 0}
.contact-bg {
    margin-bottom: 2em;
}
.view-loc{
      margin-left: 14px;font-size: .9em;
}
.address img{
  width: 35px;
}
.footer-content:nth-child(2) {
    width: 40%;
}
.footer-content:nth-child(1) {
    width: 60%;
}
.brand-item img{
  width: 70% !important
}
.brands-container {
    padding: 15px 0
  }
  .footer-top-wraper{ overflow: hidden; }
.review-container {
    padding: 35px 0 20px; overflow: hidden;
    margin-top: 2em;        background-position: top;
   }
   .testimonial-content{
    width: 80%; 
   } 
   .client-img img {
    width: 90px !important;
    border-radius: 30px 5px 5px 5px;
}

.qoute{
  width: 160px !important; top: 50%;
}
.gal-item1 img, .gal-item2 img, .gal-item6 img, .gal-item7 img{
  height: 160px;
}
.gal-item3 img, .gal-item5 img{
  height: 200px
}
.gal-div2 img{
  height: 368px
}
#contact-form {
    padding: 20px
}
.submit-btn2{
padding: 5px 20px;
}
.form-group {
    margin-bottom: 8px !important;
}
.contact-bg input, .contact-bg select {
    height: 45px;
}
.contact-bg input, .contact-bg select, .contact-bg textarea{
  padding: 10px 17px
}
.contact-bg p br{display: none;}
.contact-bg{
  width: 50%
}
.appointment-wrapper{
background-position: right;
padding: 24px 24px 0
}
.contact-bg h2{
  font-size:1.4em;
}
.proj-wrapper{
  padding-top: 2em; padding-bottom: 2em;
}
.proj-wrapper .welcome-detail p{
  text-align: center;
}
.proj-title
{
  font-size: 1.2em; line-height: 26px; text-align: center;
}
.consultation-txt h6{margin-bottom: 5px}
.consultation-txt h5{
  font-size: 1.1em; line-height: 25px;
}
.consultation-txt h4{
  font-size: 1.4em; line-height: 27px;
}
.consultation-txt h3{
  font-size: 1.6em; line-height: 30px;
}
.consultation-wrap img{
  display: none;
}
.consultation-wrap {
    padding: 30px 0;
}
.room-item h4{
  font-size: 1.1em; line-height: 23px;
}
.modal{width: 100%;}
.room-content{
    padding: 10px 20px;
}
.tabcontent{
  clear: both;
}
.tablinks{
 font-size: 1em;
margin-bottom: 13px;
width: 25%;
float: left;
}
.ser-title{font-size: 1em;}
.roombg {
    top: -90px;
}
.welcome-detail2 h2{
  font-size: 1.2em; line-height: 25px; padding-bottom: 8px
}
.welcome-detail2 p{
  padding: 0;
}
.services-wrapper
{
  padding: 40px 0
}
.icon-content h4{
  font-size: .85em; line-height: 20px;
}
.icon-img img{
  width: 40px !important; 
}
.icon-container .col-md-7{
  width: 100%;margin-right: 0 !important
}
.iconimg{
  display: none;
}
.mt-3 {
    margin-top: 1.3em;
}
.center{display: block;}
.welcome-detail h1
{
  font-size: 1.4em;
padding-bottom: 8px;    line-height: 16px;
}
.welcome-detail.sm h1{
  font-size: 1.3em; line-height: 22px;
}
.welcome-detail
{
  display: block;
}
.welcome-detail p{
  border:0;padding-left: 0;
    margin-left: 0;
}
.welcome-txt {
    padding-left: 0;
}
.abt-container{
  padding: 30px 0
}
.abt-img{
  display: none;
}
.address p{font-size: .9em;}
.slick-next {
    right: 3px;
}
.slick-prev {
    left: 7px;
}
.slick-next:before, .slick-prev:before{
      width: 30px;
height: 12px;
}
.package-content .pfirst h3{
  font-size: 1.1em; line-height: 19px;
}
.package-content .pfirst span{
  font-size: .9em;padding: 2px 6px;
}
.package-content .psec h3{
  font-size: 1em; line-height: 12px;
}
.package-content .psec h4{
  font-size: 1.1em; line-height: 20px;
}
.package-content .psec h5{
  font-size: 1em; line-height: 12px;
}
.package-content .pthird h3
{
  font-size: 1.1em; line-height: 25px;
}
.enq-now{
  padding: 5px 8px;
  font-size: .7em
}
.slick-next,.slick-prev{
  height: 30px !important;
  width: 30px !important;
  line-height: 30px!important
}
.p-title{
font-size: 1.3em !important; line-height: 20px !important
}
.package-container
{
  padding: 30px 0 0;
}

.view-btn{
  padding: 7px 12px;
}
.nav-brand img{
  width: 190px;
    margin: 10px auto
}
.banner-caption p{
  letter-spacing: 1px;line-height: 20px;       
}
  .featured-text{ font-size: 3.6em; line-height: 49.01px;}
  .inner-text{font-size: 1.2em;letter-spacing: 10px; line-height: 33.01px}
}
 @media (min-width:769px) and (max-width:991px){



div#statistics .col-md-4 {
    width: 50%;
    float: left;
}
.count-up h3{
  font-size: 2em;
}

.icon-img{
  width: 60px;
    height: 60px;margin: 0 auto 10px;
}

  .footer-wraper{clear: both;}
    .whats-app{
      bottom: 40vh
    }
  
.side-form input[type="text"], .side-form textarea{
  padding: 12px 20px
}
#popUp {
    width: 320px;
  }

.center-slider .slick-slide{margin: 0}
.contact-bg {
    margin-bottom: 2em;
}
.view-loc{
      margin-left: 14px;
}
.address img{
  width: 35px;
}
.footer-content:nth-child(2) {
    width: 40%;
}
.footer-content:nth-child(1) {
    width: 60%;
}
.brand-item img{
  width: 70% !important
}
.brands-container {
    padding: 15px 0
  }
  .footer-top-wraper{ overflow: hidden; }
.review-container {
    padding: 35px 0 20px; overflow: hidden;
    margin-top: 2em;        background-position: top;
   }
   .testimonial-content{
    width: 80%; 
   } 
   .client-img img {
    width: 90px !important;
    border-radius: 30px 5px 5px 5px;
}

.qoute{
  width: 160px !important; top: 50%;
}
.gal-item1 img, .gal-item2 img, .gal-item6 img, .gal-item7 img{
  height: 160px;
}
.gal-item3 img, .gal-item5 img{
  height: 200px
}
.gal-div2 img{
  height: 368px
}
#contact-form {
    padding: 20px
}
.submit-btn2{
padding: 5px 20px;
}
.form-group {
    margin-bottom: 8px !important;
}
.contact-bg input, .contact-bg select {
    height: 45px;
}
.contact-bg input, .contact-bg select, .contact-bg textarea{
  padding: 10px 17px
}
.contact-bg p br{display: none;}
.contact-bg{
  width: 50%
}
.appointment-wrapper{
background-position: right;
padding: 24px 24px 0
}
.contact-bg h2{
  font-size:1.4em;
}
.proj-wrapper{
  padding-top: 2em; padding-bottom: 2em;
}
.proj-wrapper .welcome-detail p{
  text-align: center;
}
.proj-title
{
  font-size: 1.2em; line-height: 26px; text-align: center;
}
.consultation-txt h6{margin-bottom: 5px}
.consultation-txt h5{
  font-size: 1.1em; line-height: 25px;
}
.consultation-txt h4{
  font-size: 1.4em; line-height: 27px;
}
.consultation-txt h3{
  font-size: 1.6em; line-height: 30px;
}
.consultation-wrap img{
  display: none;
}
.consultation-wrap {
    padding: 30px 0;
}
.room-item h4{
  font-size: 1.1em; line-height: 23px;
}
.modal{width: 100%;}
.room-content{
    padding: 10px 20px;
}
.tabcontent{
  clear: both;
}
.tablinks{
 font-size: 1em;
margin-bottom: 13px;
width: 25%;
float: left;
}
.ser-title{font-size: 1em;}
.roombg {
    top: -90px;
}
.welcome-detail2 h2{
  font-size: 1.2em; line-height: 25px; padding-bottom: 8px
}
.welcome-detail2 p{
  padding: 0;
}
.services-wrapper
{
  padding: 40px 0
}
.icon-content h4{
  font-size: .85em; line-height: 20px;
}
.icon-img img{
  width: 50px !important; 
}
.icon-container .col-md-7{
  width: 100%;margin-right: 0 !important
}
.iconimg{
  display: none;
}
.mt-3 {
    margin-top: 1.3em;
}
.center{display: block;}
.welcome-detail h1
{
  font-size: 1.4em;
padding-bottom: 8px;    line-height: 16px;
}
.welcome-detail.sm h1{
  font-size: 1.3em; line-height: 22px;
}
.welcome-detail
{
  display: block;
}
.welcome-detail p{
  border:0;padding-left: 0;
    margin-left: 0;
}
.welcome-txt {
    padding-left: 0;
}
.abt-container{
  padding: 30px 0
}
.abt-img{
  display: none;
}

.slick-next {
    right: 17px;
}
.slick-prev {
    left: 7px;
}
.slick-next:before, .slick-prev:before{
      width: 30px;
height: 12px;
}
.package-content .pfirst h3{
  font-size: 1.1em; line-height: 19px;
}
.package-content .pfirst span{
  font-size: .9em;padding: 2px 6px;
}
.package-content .psec h3{
  font-size: 1em; line-height: 12px;
}
.package-content .psec h4{
  font-size: 1.1em; line-height: 20px;
}
.package-content .psec h5{
  font-size: 1em; line-height: 12px;
}
.package-content .pthird h3
{
  font-size: 1.1em; line-height: 25px;
}
.enq-now{
  padding: 5px 8px;
  font-size: .7em
}
.slick-next,.slick-prev{
  height: 30px !important;
  width: 30px !important;
  line-height: 30px!important
}
.p-title{
font-size: 1.3em !important; line-height: 20px !important
}
.package-container
{
  padding: 30px 0 0;
}

.view-btn{
  padding: 7px 12px;
}
.nav-brand img{
  width: 190px;
    margin: 10px auto
}
.banner-caption p{
  letter-spacing: 1px;line-height: 20px;       
}
  .featured-text{ font-size: 3.1em; line-height: 37.01px;}
  .inner-text{font-size: 1.2em;letter-spacing: 10px; line-height: 33.01px}
}



