@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;
}
html {
  scroll-behavior: smooth;
}
 .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: 'Americana XBd BT';
    src: url('../fonts/AmericanaBT-ExtraBold.eot');
    src: url('../fonts/AmericanaBT-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AmericanaBT-ExtraBold.woff') format('woff'),
        url('../fonts/AmericanaBT-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Book.eot');
    src: url('../fonts/Geomanist-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-Book.woff2') format('woff2'),
        url('../fonts/Geomanist-Book.woff') format('woff'),
        url('../fonts/Geomanist-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Medium.eot');
    src: url('../fonts/Geomanist-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-Medium.woff2') format('woff2'),
        url('../fonts/Geomanist-Medium.woff') format('woff'),
        url('../fonts/Geomanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.welcome-sub-title br{ display:none}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Bold.eot');
    src: url('../fonts/Geomanist-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-Bold.woff2') format('woff2'),
        url('../fonts/Geomanist-Bold.woff') format('woff'),
        url('../fonts/Geomanist-Bold.ttf') format('truetype');
    font-weight: bold;
    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-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: 'Geomanist';
    src: url('../fonts/Geomanist-Black.eot');
    src: url('../fonts/Geomanist-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geomanist-Black.woff2') format('woff2'),
        url('../fonts/Geomanist-Black.woff') format('woff'),
        url('../fonts/Geomanist-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa-Book';
    src: url('../fonts/Nexa-Book.eot');
    src: url('../fonts/Nexa-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Book.woff2') format('woff2'),
        url('../fonts/Nexa-Book.woff') format('woff'),
        url('../fonts/Nexa-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa-bold';
    src: url('../fonts/NexaBold.eot');
    src: url('../fonts/NexaBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NexaBold.woff2') format('woff2'),
        url('../fonts/NexaBold.woff') format('woff'),
        url('../fonts/NexaBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LovelyBoys';
    src: url('../fonts/LovelyBoys.eot');
    src: url('../fonts/LovelyBoys.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LovelyBoys.woff2') format('woff2'),
        url('../fonts/LovelyBoys.woff') format('woff'),
        url('../fonts/LovelyBoys.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AmericanaBT';
    src: url('../fonts/AmericanaBT-Bold.eot');
    src: url('../fonts/AmericanaBT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AmericanaBT-Bold.woff2') format('woff2'),
        url('../fonts/AmericanaBT-Bold.woff') format('woff'),
        url('../fonts/AmericanaBT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.welcome-strip {
    background: linear-gradient(to right, #ffec93 10%, #c2962e 100%);
    padding: 10px 20px;
        position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    
}

.apply
{
  background-image: url(../images/apply-bg.jpg);
  background-size: cover; text-transform: capitalize !important;
  padding: 11px 25px;margin: 10px 20px !important;
  color: #000000 !important;
}
.apply:hover{
  background-image: unset;
  background-color: #543613;
  color: #fff !important
}
.sexy-menu.detached .nav-brand img{
  margin-top: 5px;
}
.nav-menu>li>a{
    margin:22px 20px;
    display:inline-block;
    position:relative;
    color:#fff;
    -webkit-transition:color .3s,background .3s;
    font-size:0.824em;
    transition:all .4s ease-in-out;
    font-family: 'Nexa-Book';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
}

.center{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.resp-show{
  display: none !important;
}
.nav-menu>li>a:hover{
 color: #ffe491
}
.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 .nav-menu > li > a {
    margin: 22px 20px;
}
.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: #ffe491;
  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: #000;
}
#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;
}
.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:1;
}
.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: 45% !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: 1.5em !important;
      border: 1px solid #fff;
    border-radius: 100%;
    height: 60px;
    width: 60px !important;
    text-align: center;
    line-height: 60px !important;
}
a.left.carousel-control{
    left: 5% !important;cursor: pointer;color: #fff !important
}
.carousel-control.right{
    right:5%!important;cursor: pointer;color: #fff !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%;
}
div#owl-demo-1{
  margin-top: 2em;
}
.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%;
    display: flex;
    justify-content: center;
    position: relative;
}

/* Style the buttons inside the tab */
.tab button {
  position: relative;
    display: inline-block;
    padding: 8px 30px;
    font-size: 1em;
    cursor: pointer;
    margin: 15px 5px;
    background: transparent;
    color: #000;
    font-size: 1em;
    font-style: normal;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    text-transform: capitalize;
    width: fit-content;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.tab button.active{
    color: #fff;background-color: #1a1a1a;
}
.videos {
    position: relative;
}

.videos:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(177deg, #ffffff00, #000000b8 100%);
}
.playbtn {
    position: absolute;
    display: block;
    background: url(../images/playicon.png) no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    z-index: 9;
}
.testimonial_div.row h2{
      font-family: 'Outfit';
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.6em; line-height: 1.7;
}
.testimonial-content h4.name {
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    font-size: 1em;
}
p.description {
    margin-top: 20px;
        display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonial-content {
    position: relative; text-align: center;
    background-color: #f7f7f7;    padding: 100px 120px; z-index: 9;
}
img.img-google {
    width: unset !important;
    margin: 0 auto 3em;
}
img.qoute {
    position: absolute;
    left: 0;
    width: unset !important;
    bottom: 0;
    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;
}
/* Style the tab content */
.tabcontent {
    padding: 6px 12px;
    border-top: none; margin: 0;
    position: relative;
}
.tab-div{
    margin-top: 5em !important;
}
 .menu-container{
     width: auto;
     height: auto;
     float:right;
     margin-top:1em 
}
 .logo{
     width:auto;
     height:auto;
     float:left;
}

#popUp {
    position: fixed;
    width:22%;
    height: auto;
      background-color: #543613;
    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: capitalize;
    position: absolute;
    background-image: url(../images/apply-bg.jpg);
    background-size: cover;
    color: #000;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size:1em;
    display:inline-block;
    padding:13px 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg); transition: all 1.25s ease;
    right: -64px;    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
}
.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-3
{
    margin-top: 3em !important;
}
.mt-5
{
    margin-top: 5em;
}
.mb-2
{
    margin-bottom: 2em;
}
.mb-5
{
    margin-bottom: 5em;
}

 .top-quickwraper{
     width:100%;
     height:auto;
    
}

 .header-contact{
     width:auto;
     height:auto;
     float:right;
}
.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: 100%; 
}
.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;

}
 .copy-right {
     width:auto;
     height:auto;
     float:left;
     color:#ffe491;
     font-family:'Montserrat';
     font-size:0.875em;
     font-weight:300;
     line-height:60px 
}
 .copy-right span {
font-family:'Montserrat';
     font-size:0.875em;
     font-weight:300;
}
 .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:#ffe491;
      font-family:'Montserrat';
     font-size:0.875em;
     font-weight:300;
     line-height:60px;
     margin: 0
}
 .designed p a {
     text-decoration: none;
     color:#ffe491;
     font-family:Montserrat;
     font-weight:300 
}
 .designed p a:hover {
     text-decoration: none;
}
 .footer-top-wraper {
     width:100%;
     height:auto;
     background-image: url('../images/footer-bg.jpg');
     background-size: cover;
     padding: 40px 200px  0;
     margin-top: -20px;
     z-index: 1;
    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 {
     margin-right:8%;
    height: auto;
    float: left;
    width: auto;
    z-index: 9;
}

 .footer-content-details p {
     width:100%;
     height:auto;
     font-family:inherit;
     line-height:1.7;
     color:#333;text-transform: capitalize;
     font-size:1em 
}
 .footer-content-details p a {
     font-family:inherit;
     line-height:1.7;
     color:#333;
     font-size:1em 
}
 .footer-logo {
margin-bottom: 2em;
     height:auto ;  display: flex;
    align-items: center;
    justify-content: center;
}
.address p {
    color: #d2d2d2;
    font-size: 1em;
    font-family: 'Nexa-Book';
    font-weight: normal;margin: 0;    
}

.address {
    height: auto;
    display: flex;    
    align-items: center;
        margin-bottom: 25px;
}

.footer-quick-links ul li,.footer-cottage-links ul li {
    font-size: 1em
}
.footer-quick-links ul li a,.footer-cottage-links ul li a {
         color: #c6c2b5;
    font-size: 1em;
    font-family: 'Nexa-Book';
    font-weight: normal;
    line-height: 30px;
    text-transform: capitalize;
}
.footer-quick-links ul li a:hover{
  color: #fff;
}

.footer-social-links li a{
    font-size: 1.33em !important;color: #d9bb61 !important;
    margin-right: 20px;
    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: #fff !important;
}
.footer-social-links ul li {
   float: left;
    margin-right: 10px;    margin-top: 5px;
}

.bottom-wrapper {
    clear: both;    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 0;   margin-top: 1em;
    border-bottom: 1px solid #d9bb6138;
}
.footer-social-links{
   padding-left:8%;
    height: auto;
    float: left;
    width: 33%; 
}
.footer-quick-links{
    height: auto;
    float: left;
    width:40%;
}
.footer-quick-links ul+ul{
      width: 50%;
    float: left;
}
.footer-quick-links:nth-child(1) ul {
    width: 50%;
    float: left;
}


.footer-cottage-links{
    height: auto;
    float: left;
    width:52%
}
.footer-cottage-links ul {
    width: 50%;
    float: left;
}
.footer-cottage-links ul+ul{
      width: 50%;
    float: left;
}


.footer-content-title {
    width: 100%;
    height: auto;
    font-size: 1.125em;
    font-family: 'AmericanaBT';
    font-weight: bold;
    color: #ffe491;
    margin-bottom: 15px;
}

.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.read-more {
    font-weight: 500;
    font-family: 'Montserrat-Medium';
    font-size: 1em;
    line-height: 16px;
    text-transform: uppercase;
    
}

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 {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.abt-container2{
     padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-image: url(../images/body-bg.jpg);
}

/**/
.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-inner {
    font-size: 3.3em;
    font-style: normal;
    font-family: 'Geomanist';
    font-weight: 500;
    color: #fff;
    line-height: 55px;
}
.featured-text{
    font-size:2em;
    font-style: normal;
     font-family: 'LovelyBoys';
    font-weight: normal;
    text-align: center;
    color: #333;
    line-height: 45px;
    margin-top: 0;
    background: linear-gradient(to right, #000 10%, #543613 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.beuty-text-area{
  margin-bottom: 3em
}
.inner-text{
    font-size:5em;
    font-style: normal;
     font-family: 'LovelyBoys';
    font-weight: normal;
    text-align: center;
    line-height: 60px;
        color: #000;
    margin-top: 0;
    background: linear-gradient(to right, #000 10%, #543613 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.featured-text-inner{
    font-size:2em;
    font-style: normal;
     font-family: 'LovelyBoys';
    font-weight: normal;
    color: #fff;text-align: center;
    line-height: 45.01px; text-shadow: 2px 4px 4px #000;
}
.inner-text-inner{
    font-size:6em;
    font-style: normal;
     font-family: 'LovelyBoys';
    font-weight: normal;
    color: #fff; text-align: center;
    line-height: 60.01px;  text-shadow: 2px 4px 4px #000;
}

.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: 77%;
    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%;
  }
.welcome-detail-title2 {
    margin-bottom: 15px;
}
.welcome-detail-title2 span.toptxt{
    font-size: 1.11em;
        line-height: 40px;
      font-weight: bold;
    font-family: 'AmericanaBT'; color: #543613;
    font-style: normal;
}

.welcome-detail-title2 h1{
    width: 100%;
    height: auto;
    text-align: center;
    color: #543613;
    font-size:1.735em;
    text-transform: capitalize;
    line-height: 30px;
    font-weight:bold;
    font-family: 'AmericanaBT';
    font-style: normal;
    font-display: swap;
    margin-top:0px;
    margin-bottom: 0;
  }
  
  
.welcome-sub-title span.toptxt{
    font-size: 1.11em;
        line-height: 40px;
      font-weight: bold;
    font-family: 'AmericanaBT'; color: #543613;
    font-style: normal;
}

.welcome-sub-title{
    width: 100%;
    height: auto;
    text-align: left;
    color: #543613;
    font-size:1.735em;
    text-transform: capitalize;
    line-height: 30px;
    font-weight:bold;
    font-family: 'AmericanaBT';
    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;
}
.dark-bg .owl-nav {
    display: none;
}
/**/

/*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);

}
/**/
.room-content{
  padding: 8px 0px 20px 60px;
}
.room-content h3{
font-family: 'AmericanaBT';
    font-weight: bold;
    margin-top: 1em;
    font-size: 1.25em;
    color: #543613;
    text-transform: uppercase;
    }
.rooms-pic-section img{
  position: relative;
    left: 0px;
    z-index: 1;
    -webkit-mask-image: url(../images/maskimg1.png);
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}
.rooms-pic-section{
  position: relative;margin: 40px;z-index: 9;
}
.rooms-pic-section span{
  font-family: 'Nexa-bold';
    font-weight: bold;
}
.rooms-pic-section:after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 100%;
    height: 75%;
    border: 5px solid #fff;
    z-index: -1;
}
.rooms-pic-section .item {
    position: relative;
}
.rooms-pic-section .item:after, .rooms-pic-section .item:before {
    content: '';
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
}
.rooms-pic-section .item:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}
.rooms-pic-section .item:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}
/**/
.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; 
  margin-top: -30px;
  padding: 50px 0;
  overflow: hidden;
  background-image: url(../images/icon-bg.jpg);
  background-size: cover;
}
.icon-list {
    align-items: center; text-align: center;
    position: relative;
    z-index: 9;
}
.icon-img img {
    width: 90px;
}

.top-list {
    margin-bottom: 20px;  float: left;  
}

.i-img{
  text-align: center;
}
.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: 'Nexa-Book'; margin-bottom: 20px;
    font-weight: normal; margin-top: 0;
    font-size: 1em; text-align: center;
    line-height: 24px; color: #000000; text-transform: capitalize;
}
.icon-content {
    text-align: left;
}

.icon-content  span{
  font-family: 'Montserrat';margin-bottom: 0;
    font-weight: normal; margin-top: 0;
    font-size: 0.871em; color: #848484;
}
.fet-container .col-md-3{
  padding: 0 10px !important;
}
.dept{
 background: #f1f1f1;
    padding: 30px 50px;margin-bottom: 20px;
    border-radius: 15px;
    text-align: center;
}
.dept h2{
   font-family: 'Montserrat';
    font-weight: 500; color: #252525;
    font-size: 1.828em; 
}
.dept-item{
     position: relative;
    margin-bottom: 40px;
}
.dept-container2{
  position: relative;
  padding: 100px 0;
}
.dept-container2 .dept-item img{
    height: 300px;
    object-fit: cover;
}
.fly2 {
    position: absolute;
    top: 5%;
    left: 0;
}
.shape2 {
    position: absolute;
    top: 15%;
    left: 23%;
}
.shape3 {
    position: absolute;
       top: 15%;
  right: 19%;
}

.rooms-wrap{
  position: relative;
}


.fet-container {
    position: relative;
    padding: 0 100px;
    margin-top: -100px;
}
.fet-wrap.big-fc img {
    height: 560px; object-fit: cover;
}
.fet-img{
  position: relative;
      -webkit-mask-image: url(../images/maskimg1.png);
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}
.fet-txt {

    color: #fff;
    position: relative;
    font-family: 'AmericanaBT';
    font-weight: bold;
    font-size: 1.26em;
    text-align: center;
    position: absolute;
    bottom:8%;right: 5%;
    left: 5%; text-transform: capitalize;

}
.facilty-container {
    padding: 100px 0; position: relative;
    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 7.86%, rgba(14, 30, 42, 0) 43.23%);
    z-index: 1;
    opacity: 1;
}
.fetbg{
    background-image: url('../images/products-bg.png');
  background-size: cover; padding:50px 20px;
}
/*book-container*/
.book-container{
   background-image: url('../images/book-bg.png');
  background-size: cover; padding: 90px 20px;
    margin-top: -50px;
    z-index: 9;
    position: relative;
}
.book-txt h2{
    color: #0f0f0f;
    position: relative;
    font-family: 'AmericanaBT';
    font-weight: bold;
    font-size: 2.306em;
}
.book-txt p{
    color: #0f0f0f;
    position: relative;
    font-family: 'AmericanaBT';
    font-weight: bold;
    font-size: 1.5em;margin-bottom: 1em;
}
.book-txt{
  text-align: center;
}
.book-main{
  text-transform: uppercase;
}
/**/


/*explore-txt*/
.explore-container{
   background-image: url('../images/explore-bg.png');
  background-size: cover; padding:50px 20px;    margin-top: -50px;
}

.explore-txt h2{
   color: #ffe491;
    position: relative;
    font-family: 'AmericanaBT';
    font-weight: bold;
    font-size: 2.494em;
}
.explore-txt p{
   color: #adadad;
    position: relative;
    font-family: 'Nexa-Book';
    font-weight: normal;
    font-size: 1.25em;
}

/**/
.p-title{
    font-family: 'Geomanist';
    font-weight: 500; color: #c6c6c6;
    font-size: 1.313em; 
}
.dept-container{
      position: relative;
    padding: 25px 0px 80px;
    background-size: cover;
    background-image: url('../images/body-bg.jpg');
}
.dept-container .pro-col{
  padding-right: 7px;
    padding-left: 7px;    
    float: left;    position: relative;
}
.dept-item h4{
  font-family: 'AmericanaBT';
  font-weight: bold;
    margin-top: 1em;
  font-size: 1.25em;
  color: #543613;
  text-transform: uppercase;
  text-align: center;
}
.dept-item img{
  border: 5px solid #fff;
}
.dept-item:before{
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.dept-item:after{
top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
}
.dept-item:after, .dept-item:before {
    content: '';
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
}
.dept-item:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}
.dept-item:hover span{
  color: #000
}
.dept-item:hover i{
      transition: all 900ms linear;
  background: #ffe491; color: #000
}
.dept-item span,.rooms-pic-section a{
    text-align: center;
     font-family: 'Nexa-Book';
  font-weight: normal;
  font-size: 0.75em; text-transform: uppercase;
  color: #121212;
  margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dept-item i,.rooms-pic-section i{
  border-radius: 100%;text-align: center;
  color: #fff;
  background: #090c00;margin-left: 1em;
  height: 30px; width: 30px; line-height: 30px;
}

.welcome-imgs {position: relative; 
  display: flex;align-items: center;
}
.welcome-img1 ,.welcome-img2 {
    padding: 20px;
}
.welcome-img1{
  width: 45%; float: left; position: relative;    z-index: 9;
}
.welcome-img2{
  width: 50%; float: left; position: relative;    margin-top: 5em;
}
.img2 {
    padding-top: 40px;
}

.welcome-detail2 p{
  text-align: justify;
}
.talk-container{
  position: relative;
  padding: 30px 0;
  background-size: cover; overflow: hidden;
  background-image: url(../images/talk-bg.jpg);
}
.talk-container h2{
  font-family: 'Geomanist';
    font-weight: bold;  text-align: center;
    font-size: 2.5em; color: #fff;
}
.talk-container p{
font-family: 'Montserrat';
    font-weight: normal;
    font-size: 1em;
    color: #bdbebe;
    padding: 0 150px;
    text-align: center;
}
.talk-content{
  position: relative;
}

.talk-btn{
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 0.938em;
    color: #d2dcd7;     background: #12613f;
    text-transform: capitalize;
    position: relative;
    border-radius: 25px;
    display: block;
    padding: 10px 40px;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    letter-spacing: 1px;
}
.talk-btn:hover{
  background: #000; color: #fff;
}
.brand-container {
    padding: 50px 0 0; position: relative;
}

.brand-container2{
   padding: 80px 0; position: relative;
}
.brand-container2 .col-md-3{
  padding: 0;
}
.brand-container2 .col-md-3:nth-child(4n) .brand-item {
      border-right: 0;
}
.brand-container2 .col-md-3:nth-child(13) .brand-item,
.brand-container2 .col-md-3:nth-child(14) .brand-item,
.brand-container2 .col-md-3:nth-child(15) .brand-item,
.brand-container2 .col-md-3:nth-child(16) .brand-item {
      border-bottom: 0;
}
.br-txt{
      line-height: 65px;
    position: absolute;
    font-family: 'Geomanist';
    font-weight: 900;
    text-align: center;
    font-size: 15.636em;
    color: #f7f7f7;
        left: -261px;
    top: 50%;
    transform: rotate(-90deg);
}

.brand-item {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 50px;
}
.brand-item img{
  width: 80%; margin: 0 auto;
}

.know-more{
    color:#543613;
    font-family: 'Nexa-Book';
    font-weight: normal;
    font-size: 0.75em; letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;top: 15px;
}
.know-more i{
    border-radius: 100%;
    color: #fff;
    background: #543613;
    margin-left: 1em;
    height: 30px;
    width: 30px;    text-align: center;
    line-height: 30px;
}
.know-more:hover{
    color: #dcbc5f;
}
.know-more:hover i{
      background: #dcbc5f;
}
.about-section{
  position: relative;
}
.about-section {
    padding-top: 3em;
    padding-bottom: 3em;
}
.leaf{
  position: absolute;
  top: 12%;
    left: 5%;
}
.plant{
  position: absolute;
  top: 5%;
    right: 0;
}
.fly{
  position: absolute;
  bottom: 10%;
    right: 16%;
}
.shape1{
  position: absolute;
  bottom: 8%;
    left: 42%;
}
.text-center{
    text-align: center !important; 
}
.gallery-container{
     padding:50px 0 80px;
    position: relative; overflow: hidden;
}

 .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;
}
#fac-slider{
    margin-top: 50px;
    height: unset !important;
}

.facility-div{
    padding:40px 0px 100px;    position: relative;
}

.cta-div h3{
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 2.667em;
    color: #fff;text-align: center;
}
.cta-div span{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 1.333em;
    color: #fff; text-transform: uppercase;text-align: center;
    display: block;
}
.cta-btn {
    background-color: #025082;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 1em; text-transform: uppercase;
    padding: 5px 30px 5px 40px;text-align: center;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    position: absolute;
    bottom: -50px;
    transform: translate(-50%,-50%);
    left: 50%
    }
    .cta-btn:hover{
        background-color: #dc3636;
    color: #fff;
    }
.fac-content h3,.fac-content h3 a {
    color: #333;
       margin: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    font-size: 1em;
    position: relative;
}

.fac-content{
     /*background: #fff;*/
     padding-top: 20px;
     padding-bottom: 10px;
     text-align: center;
     position: relative;
}
img.fac-shape {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}


.min-ht img{
    height: 560px;
    object-fit: cover;
}

.lower-content h5{
font-size: 1.2em;
    line-height: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #3f3f3f;
}
.mobile-position{
  position: relative;
}
.mobile-container{
  position: relative;
}
.leaf3 {
    position: absolute;
    left: -155px;
    top: 20%;
}
.mobile-position .get-app{
background-color: #65a650;
font-family: 'Outfit';
font-weight: 500;
font-size: 0.706em;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
position: absolute;
  left: 69%;
    top: 57%;
    transform: translate(-50%,-50%);
   padding: 10px 40px;
   border-radius: 25px; 
}
  .welcome-detail p,.welcome-detail2 p{
    text-align: justify;
  }

.abt-sec-con{
     margin-top: 6em;
    padding-top: 6em;
    border-top: 1px solid #ccc;
}
.right-shape{
  position: absolute;
  right: -200px;
  top: 0;
}
.left-shape{
  position: absolute;
  top: 0;
      left: -116px
}
.welcome-detail{
  padding-left:2em
}
.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;
}
.owl-theme .owl-nav .owl-prev {
    position: absolute;
    margin-top: 10px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 0;
}
.fetbg .owl-theme .owl-nav .owl-prev{
left: -25px
}
.fetbg .owl-theme .owl-nav .owl-next{
  right: -55px;
}
.owl-theme .owl-nav .owl-next {
    position: absolute;
    margin-top: 10px;
    transform: translate(-50%,-50%);
    top: 50%;
    right: -35px;
}
.owl-theme .owl-nav [class*=owl-] {
    background: #212121 !important;line-height: 35px; padding: 0 !important;
    height: 35px; color: #fff !important;
    width: 35px; font-family: 'Poppins' !important;
    border-radius: 100% !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;
}

img.leaves_3 {
    position: absolute;
    left: 0;
    height: 240px;
    transform: rotate(20deg);
}
img.leaves_1_3 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.boxes{
    background: #181818;    min-height:280px;
   position: relative;  text-align: center;
    padding: 50px 40px 30px;    width: 100%;
}
.boxes .contact-title{
  color: #ffe491;
margin-bottom: 1em; text-align: center;
  }
  .contact-bg {
    margin-top: 3em;
}
.contact-box {
     
    display: inline-block;
    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{
}

.contact-box .content {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.icon {
    margin-bottom: 1em;
}
.contact-box .content p{
  color: #ffffff;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;    padding: 10px;
}
.middile-div .box-group img{
  height: 180px !important
}

.big-box,.third-div{
      width: 28%;float: left;
}
.middile-div{
   width: 43%;float: left;
}
.big-box2{
      width: 60%;float: left;
}
.small-box{
      width: 40%;float: left;
}
.small-box2{
      width: 15%;float: left;
}
.small-box2img .box-group img{
  height: 180px !important
}
.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;
      -webkit-mask-image: url(../images/maskimg1.png);
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
  height: 380px;
}
.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{
  font-family: 'LovelyBoys';
  font-weight: normal;
  font-size: 2.673em;
   background: linear-gradient(to right, #ffec93 10%, #c2962e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cta-txt h2{
  font-family: 'LovelyBoys';
  font-weight: normal;
  font-size: 6.211em;
 color: #dcbc5f;
    line-height: 65px;
    margin-top: 0;
    background: linear-gradient(to right, #ffec93 10%, #c2962e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.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;
}
.cta-txt {
    margin-bottom: 3em;
}
.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: 10px;
    padding-left: 10px;
}

.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%;
     height:auto;
     position:absolute;
     bottom:25%;
     right:0;
     left:0;
     display:flex;
     align-items:center;
     font-size: 0.65em
}
 .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-top: 20px;
     padding-bottom: 30px;
     text-align: center;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
 .bredcum-container{
     width:auto;
     height:auto;
     float:right;
}
 .bred-home{
     width:auto;
     height:auto;
     float:left;
      font-family:'Nexa-Book';
     font-weight: normal;
     font-size:1em;
     color:#070606;
     line-height:30px;
     text-transform: capitalize;
}
 .bred-home a{
     width:auto;
     height:auto;
     float:left;
     font-family:'Nexa-Book';
     font-weight: normal;
     font-size:1em;
     color:#070606;
     line-height:30px;
     text-transform:capitalize; 
}
 .bred-home a:hover{
     width:auto;
     height:auto;
     float:left;
     color:#070606;
     line-height:30px; text-transform:capitalize; 
}
 .bred-arrow{
     width:auto;
     height:auto;
     float:left;
     font-size:0.85em;
     color:#070606;
     line-height:30px;
     padding-left:8px;
     padding-right:8px;    transform: rotate(224deg);
}
 .bred-next{
     width:auto;
     height:auto;
     float:left;
         font-family:'Nexa-Bold';
     font-weight: bold;
     font-size:1em;
     color: #0b4834;
     line-height:30px;
     text-transform:capitalize;
}

/************************************************** START CONTACT **************************************************/
.hide-menu{ display: none;}

.striptitle{font-family: 'Americana XBd BT' !important; font-weight: bold !important;
    font-style: normal;
    font-display: swap;}

    .cott {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
}

 @media (min-width: 1023px) and (max-width: 1279px) {
     body {
         font-size:12px !important;
    }
     .d-container{
         width:100%;
         padding-left:10%;
         padding-right:10% 
    }
      .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
     .top-container {
         width: 100%;
         padding-left: 4%;
         padding-right:4%;
    }
    .welcome-strip .welcome-detail-title2 h1{
 
    font-size: 1.4em; line-height: 26px; margin-top: 0
}
   .welcome-strip .welcome-sub-title{
 
    font-size: 1.4em; line-height: 26px; margin-top: 0
}
.dept-item i{
  height: 25px;
    width: 25px;
    line-height: 25px;
}
.footer-cottage-links{
  width: 65%
}
.footer-top-wraper{
  padding: 40px 70px  0
}
.book-container{
  padding: 30px 20px  
}
.fet-wrap.big-fc img{
  height: 322px;
}

.whats-app
{
      bottom: 30vh;
}
    .trusted-detail {
    padding-left: 2em;
}
.trusted-img span{

    right: -133px;
    top: 60px;
 
}
  .service-item:nth-child(1n) .service-content:before{
    height: 240px;
    width: 240px;    top: -90px;
  }
  .service-item:nth-child(1n) .service-content {
    padding-left: 70px;
    padding-top: 30px;
}
.service-content h4{
  margin-bottom: 0
}
.service-detail span.num {
    font-size: 9.135em;
    margin-bottom: 0;
    line-height: 10px;
    }
.location-content iframe{
  height: 280px
}
    .br-txt
{
     font-size: 8em;
    left: -107px;
}
.brand-item{
  padding: 20px;
}
.brand-item img {
    width: 60%;
  }
  .brand-container2
  {
    padding: 30px 0 40px
  }
    .welcome-detail-title2 h1{
 
    font-size: 1.5em; line-height: 26px; margin-top: 0
}
   .welcome-sub-title{
 
    font-size: 1.5em; line-height: 26px; margin-top: 0
}

.mission-list{
  padding: 30px
}
.leaf,.plant,.fly{
  width: 150px;
}
.dept-container{
      padding: 20px 0 62px;
}

.footer-quick-links ul li a{
  line-height: 30px;
}
.cta-container2{
     padding: 150px 0;
}
.talk-container p{
  padding: 0 50px;
}
.brand-container {
    padding: 30px 0 0;
}
.cta-container
{
  padding: 110px 0
}
.icon-container
{
  padding: 30px 0
}
.dept-item span.caption3
{
  font-size: 3em;
}
.dept-item span.caption2{
  font-size: 1.7em; line-height: 27px;
}
.dept-item span.caption5{
  font-size: 1.8em; line-height: 25px
}


.fet-wrap {
    margin-top: 1em; margin-bottom: 10px;
}
.icon-list{
  padding: 5px
}
 .contact-wrapper2{
  padding: 15px 0px 50px 0px
 }
 .dept-container2 .dept-item img{
  height: 200px;
  object-fit: cover;
 }
    .fet-container{
      padding: 30px 0px 0px
    }
.file-upload,.cta-form input[type="date"], .cta-form input[type="text"], .cta-form select{
  height: 44px;
}
.about-two__thumb::after {
    width: 20px;left: -34px;
    height: 220px;
    }
.abt-container{
  padding-top: 40px; padding-bottom: 40px;
}


  .service-item
{
  margin-bottom: 20px;
}
.contact-box .content{
  padding-left: 5px;
}
.contact-bg{
  padding: 10px 20px
}
.halfbox {
    margin-right: 6px;
}
ul.social-ions li {
    margin-right: 5px;
    }
ul.social-ions li a{margin-right: 0}
    .contact-box
{
 margin-bottom: 10px;
}
.contact-side h2
{
  font-size: 2em;margin-bottom: 5px;
}
.contact-form{
padding:36px 40px 25px;margin: 0 auto;
}
.contact-box .icon{
  width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
}
.contact-box .icon img{
  height: 30px;
}
.contact-box figure{
      margin-right: 13px;
}

.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select, .contact-form input [type="date"]{
  height: 35px;
}

.featured-text-inner{
  font-size: 2.3em;
  line-height: 30.01px;
}
    .owl-carousel .owl-item:nth-child(2n) .inner-img img {
    height: 180px;
    object-fit: cover;
}
.bg-suqre{
  height: 350px;
  width: 340px;
}
img.abtimg{
  width: 45%;
}
.i-img img {
    height: 50px;
}
.line1 {
  top: -50px
}

#button{
        width: 40px;
    height: 40px;    right: 15px;
}
#button::after{
    line-height: 40px
}
.book-btn {
    margin: 18px 20px !important;padding: 7px 20px;
}
.talk-content:after{
    width: 150px;
    right: -100px
}

.talk-btn:after{
  width: 94px; right: 40px;
}

.gallery-container{
  padding: 10px 0 40px
}
.nav-menu>li>a{
    margin: 17px 10px;     font-size: .7em !important;
}
.book-btn{
  margin: 10px 10px !important;
}
li.header-phone a{
  margin: 10px 12px !important;
}
.apply{
  padding: 5px 16px; margin: 10px 5px !important;
}
.sexy-menu.detached .nav-menu > li > a{
    margin: 18px 10px;
}
.sexy-menu.detached  li.header-phone a{
  margin: 11px 10px !important;
}
.sexy-menu.detached .apply{
    margin: 10px 5px !important;
}
li.header-phone img{
  height: 30px;
}
img.cta-img {
    width: 443px;
}
img.cta-img2{
  height: 200px;
}
.box-group{
  padding: 5px;
}
.box-group img{
  height: 195px;
}
.middile-div .box-group img {
    height: 92px !important;
}
.small-box2img .box-group img {
    height: 92px !important;
}
.nav-brand img {
    width: 55% !important;
}
.footer-content {
    margin-right:5%
}

.footer-social-links ul li {
    margin-right: 5px;
}

.footer-quick-links li{
  margin-right: 14px
}
.leaf2{
  width: 200px;
}
.leaf3{
  width: 220px;    left: -85px;
}
img.leaf4{
   width: 220px;    right: -112px;
    top: 115px;
}
#plus span{
  padding: 8px 13px 8px 13px;
  right: -37px
}
.featured-text{
  font-size: 1.6em;    line-height: 25px;
}
.inner-text{
  font-size: 4em; line-height: 35px;
}
.welcome-detail-title2 h1{
      line-height: 15px; margin-top: 0
}
.welcome-sub-title{
      line-height: 15px; margin-top: 0
}

.welcome-detail-title2 {
    margin-bottom: 9px;
}
.team-container{
  padding-bottom: 40px;
}
img.img-next{
  width:60%
}
.why-container {
    padding-top: 50px;
    padding-bottom: 50px;
    }
.top-list {
    margin-bottom: 10px;
}
.icon-content h4{
  font-size: .9em;
}
.welcome-img1, .welcome-img2 {
    padding: 10px;
}
img.border-right {
    width: 60% !important;
}
.img2 {
    padding-top: 20px;
}
img.shape2,img.shape1,img.shape3,img.fac-shape1,img.fac-shape2{
  width: 100px
}
.fetbg{
  padding: 20px;
}
.video-bg{
padding: 50px 0;
}
.testimonial-content{
  padding: 46px 56px;
}
.owl-theme .owl-nav [class*=owl-]{
height: 28px;
    line-height: 28px;
    width: 28px;
}
img.qoute{
  width: 240px !important
}
.lets-talk{
  padding: 30px 30px 25px
}
.footer-logo img{
  width: 100px
}
.footer-social-links li a{
  font-size: 1em !important; margin-right: 15px;
}
.address img{
  height: 40px;
  width: 40px;
}
.footer-content ul li a{
  line-height: 30px;
}
.address{
      margin-bottom: 15px
}
}
 @media (min-width: 1280px) and (max-width: 1359px) {
     body {
         font-size:14px !important;
    }
     .d-container{
         width:100%;
         padding-left:12%;
         padding-right:12% 
    }
       .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
     .top-container {
         width: 100%;
         padding-left: 6%;
         padding-right:6%;
    }


.footer-cottage-links{
  width: 65%
}
.footer-top-wraper{
  padding: 40px 120px  0
}
.book-container{
  padding: 36px 20px  
}
.fet-wrap.big-fc img{
  height: 405px;
}
.dept-item i{
  height: 25px;
    width: 25px;
    line-height: 25px;
}
.footer-cottage-links{
  width: 65%
}
.footer-top-wraper{
  padding: 40px 70px  0
}
.book-container{
  padding: 30px 20px  
}
.cta-container
{
  padding: 155px 0
}
.icon-container
{
  padding: 30px 0
}
.nav-menu>li>a{
    margin: 17px 10px;     font-size: .7em !important;
}
.book-btn{
  margin: 10px 10px !important;
}
li.header-phone a{
  margin: 10px 12px !important;
}
.apply{
  padding: 5px 16px; margin: 10px 5px !important;
}
.sexy-menu.detached .nav-menu > li > a{
    margin: 17px 10px;
}
.sexy-menu.detached  li.header-phone a{
  margin: 10px 10px !important;
}
.sexy-menu.detached .apply{
    margin: 10px 5px !important;
}
li.header-phone img{
  height: 30px;
}

.talk-container p{
  padding: 0
}
.whats-app {
    bottom: 30vh;
  }
#button{
  right: 20px;width: 40px;
    height: 40px; line-height: 40px;
}
#button::after{
  line-height: 40px;
}

.service-content h4{
  margin-bottom: 0
}
.service-detail span.num {
    font-size: 9.135em;
    margin-bottom: 0;
    line-height: 10px;
    }
 .br-txt
{
     font-size: 8em;
    left: -107px;
}
.brand-item{
  padding: 40px;
}
.brand-item img {
    width: 60%;
  }
  .brand-container2
  {
    padding: 30px 0 40px
  }
    .welcome-detail-title2 h1{
 
    font-size: 1.6em; line-height: 26px; margin-top: 0
}
   .welcome-sub-title{
 
    font-size: 1.6em; line-height: 26px; margin-top: 0
}

.mission-list{
  padding: 30px
}
.left-shape, .right-shape {
    height: 600px;
}
.dept-container .pro-col:nth-child(2) .dept-item:nth-child(2) img,
.dept-container .pro-col:nth-child(3) img{
  height: 175px; object-fit: cover;
}
.footer-quick-links ul li a{
  line-height: 30px;
}
.cta-container2{
     padding: 200px 0;
}
.dept-item span.caption3
{
  font-size: 3em;
}
.dept-item span.caption2{
  font-size: 1.7em; line-height: 27px;
}
.dept-item span.caption5{
  font-size: 1.8em; line-height: 25px
}

  .fet-img {
    margin-bottom: 20px;
}
.fet-wrap {
    margin-top: 1em;
}
.icon-list{
  padding: 15px
}
 .gallery-container{
    padding: 50px 0
 }
 .shape-con{
  width: 150px;
 }
 .contact-wrapper2{
  padding: 40px 0px 50px 0px
 }
 .dept-container2 .dept-item img{
  height: 200px;
  object-fit: cover;
 }
    .fet-container{
      padding: 30px 0px 0px
    }
.file-upload,.cta-form input[type="date"], .cta-form input[type="text"], .cta-form select{
  height: 44px;
}
.about-two__thumb::after {
    width: 20px;left: -34px;
    height: 220px;
    }
.abt-container{
  padding-top: 40px; padding-bottom: 40px;
}


.featured-text-inner{
  font-size: 2.5em;
  line-height: 40.01px;
}

.contact-box .content
{
  padding-left: 13px
}
.halfbox {
    margin-right: 7px;
}
.contact-side h2
{
  font-size: 2em
}
.location-content iframe{
  height: 330px
}

 .contact-box
{
  padding: 6px 10px;
  margin-bottom: 10px;  
}
.contact-form{
padding:36px 40px 25px
}
.contact-box .icon{
  width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
}
.contact-box .icon img{
  height: 40px;
}
.contact-box figure{
      margin-right: 13px;
}
.contact-boxes {
    padding-right: 1em;
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select, .contact-form input [type="date"]{
  height: 50px;
}
section.contact-wrapper{
  padding: 50px 0;
}
  .service-item
{
  margin-bottom: 20px;
}
.bg-suqre{
  height: 440px;
  width: 450px;
}
img.abtimg{
  width: 45%;
}
.i-img img {
    height: 50px;
}
.line1 {
  top: -50px
}
.owl-carousel .owl-item:nth-child(2n) .inner-img img {
    height: 250px;
    object-fit: cover;
}
.fetbg .owl-theme .owl-nav .owl-prev{
left: -40px
}
.fetbg .owl-theme .owl-nav .owl-next{
  right: -75px;
}

.sexy-menu.detached .nav-brand img
{
  margin-top: 0;
    width: 50% !important;
}

.nav-brand img {
    width:70% !important;
}

.footer-content {
    margin-right:10%
}

.footer-social-links ul li {
    margin-right: 7px;
}

.footer-quick-links li{
  margin-right: 20px
}
.leaf2{
  width: 200px;
}
.leaf3{
  width: 220px;    left: -85px;
}
img.leaf4{
   width: 220px;    right: -112px;
    top: 115px;
}
#plus span{
  padding: 8px 13px 8px 13px;
  right: -45px
}
.featured-text{
  font-size: 2em;    line-height: 30px;
}
.inner-text{
  font-size: 5em; line-height: 50px;
}
.leaf, .plant, .fly {
    width: 150px;
}
.welcome-detail-title2 h1{
      line-height: 25px; margin-top: 0
}
.welcome-sub-title{
      line-height: 25px; margin-top: 0
}

.top-list {
    margin-bottom: 10px;
}
img.cta-img {
    width: 560px;
}
img.cta-img2{
  height: 230px;
}
.box-group{
  padding: 5px;
}
.box-group img{
  height: 230px;
}
.middile-div .box-group img {
    height: 110px !important;
}
.small-box2img .box-group img {
    height: 110px !important;
}
img.border-right {
    width: 66% !important;
}
.img2 {
    padding-top: 20px;
}
img.shape2,img.shape1,img.shape3,img.fac-shape1,img.fac-shape2{
  width: 100px
}
.fetbg{
  padding: 40px;
}
.video-bg{
 padding: 50px 0;
}
.testimonial-content{
  padding: 66px 56px;
}
.owl-theme .owl-nav [class*=owl-]{
  height: 35px; width: 35px; line-height: 35px
}
img.qoute{
  width: 240px !important
}
.lets-talk{
  padding: 30px 30px 25px
}
.footer-logo img{
  width: 150px
}
.footer-social-links li a{
  font-size: 1em !important
}
.address img{
  height: 40px;
  width: 40px;
}
.footer-content ul li a{
  line-height: 30px;
}
.address{
      margin-bottom: 15px
}
      
}
 @media (min-width: 1360px) and (max-width: 1399px) {
     body {
         font-size:14px !important;
    }
     .d-container{
         width:100%;
         padding-left:13%;
         padding-right:13% 
    }
      .inner-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}
     .top-container {
         width: 100%;
         padding-left: 6%;
         padding-right:6%;
    }
    .sexy-menu.detached .nav-brand img {
    width: 54% !important;
    }
    .fet-wrap.big-fc img{
  height: 420px;
}
    img.cta-img2{
  height: 300px;
}
.left-shape, .right-shape {
    height: 600px;
}
    img.cta-img {
    width: 625px;
}

    .icon-list{

    padding: 10px
    }
    .contact-boxes{
  padding-right: 0;
}
img.border-right {
    width: 60% !important;
}.owl-theme .owl-nav [class*=owl-] {
  height: 35px;
    line-height: 35px;
    width: 35px;
}
 
}
 @media (min-width: 1400px) and (max-width: 1441px) {
     body {
         font-size:15px !important;
    }
     .d-container{
         width:100%;
         padding-left:13%;
         padding-right:13% 
    }
      .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
.fet-wrap.big-fc img{
  height: 445px;
}
    img.cta-img {
    width: 634px;
}
img.border-right {
    width: 66% !important;
}
img.cta-img2{
  height: 300px;
}
.cta-container
{
  padding: 190px 0
}
}
 @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% 
    }
.fet-wrap.big-fc img{
  height: 480px;
}
    .cta-container
{
  padding: 190px 0
}
    img.cta-img2{
  height: 350px;
}
   img.cta-img {
    width: 705px;
}
.nav-brand img{
    width: 70%;
}
img.border-right {
    width: 60% !important;
}
img.qoute{
      width: 250px!important;
    bottom: 2em;
}

}
 @media (min-width:1600px) and (max-width:1680px) {
     body {
         font-size:16px !important;
    }
      .inner-container{
         width:100%;
         padding-left:4%;
         padding-right:4% 
    }
     .d-container{
         width:100%;
         padding-left:13%;
         padding-right:13% 
    }
  .fet-wrap.big-fc img{
  height: 490px;
}
    .cta-container
{
  padding: 210px 0
}
  img.cta-img {
    width: 708px;
}

img.cta-img2{
  height: 350px;
}
}
 @media (min-width:1681px){
     body {
         font-size:16px !important;
    }
   .d-container {
    width: 100%;
    padding-left: 14%;
    padding-right: 14%;
}

  .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
}
 @media (min-width:1360px) and (max-width:1680px) {


.featured-text{
  font-size: 1.8em;    line-height: 30px;
}
.inner-text{
  font-size: 4em; line-height: 50px;
}
.leaf, .plant, .fly {
  
  }
.footer-cottage-links{
  width: 65%
}
.footer-top-wraper{
  padding: 40px 120px  0
}
.book-container{
  padding: 36px 20px  
}
.cta-container{
  padding: 180px 0
}
.talk-container p{
  padding: 0
}
.whats-app
{
      bottom: 30vh;
}

.service-content h4{
  margin-bottom: 0
}
.service-detail span.num {
    font-size: 10.135em;
    margin-bottom: 0;
    line-height: 10px;
    }
.br-txt
{
  font-size: 10.636em; left: -160px;
}


.footer-quick-links ul li a{
  line-height: 30px;
}

.dept-item span.caption3
{
  font-size: 3em;
}
.dept-item span.caption2{
  font-size: 1.7em; line-height: 27px;
}
.dept-item span.caption4{
    line-height: 19px; font-size: 1.1em;
}
.dept-item span.caption5{
  font-size: 1.8em; line-height: 25px
}
  .fet-img {
    margin-bottom: 20px;
}
.fet-wrap {
    margin-top: 1em;
}
.icon-list{
  padding: 15px
}
  .contact-box img.shape-con{
    height: 200px
  }

 .about-two__left{
      margin: 0
    }
    .dept-container2 .dept-item img {
    height: 230px;
    object-fit: cover;
}
    .about-two__shape img {
    width: 100%;
}
.about-two__shape {
    top: 28px;
    left: -52px;
}
    .about-two__thumb::after{
      height: 270px;
    }
    .about-two__thumb__item.about-two__thumb__item--two img {
    width:85%;
}
 .about-two__thumb__item.about-two__thumb__item--two{
margin-top: -95px;
    margin-left: -74px;
 }
.talk-content:after{
      width: 320px;    right: -175px;
}
.dept-container .col-md-3:nth-child(4) .dept-item img,
.dept-container .col-md-3:nth-child(2) .dept-item img{
  height: 200px; object-fit: cover;
}
.dept-container .col-md-3:nth-child(1) .dept-item img{
height: 280px;
}
.dept-container .col-md-3:nth-child(3) .dept-item img{
height:420px;
}
.file-upload,.cta-form input[type="date"], .cta-form input[type="text"], .cta-form select{
  height: 55px
}
.abt-container {
    padding-top: 40px;
    padding-bottom: 80px;
  }
.mobile-position .get-app{
  top: 58%;
}
.inner-text-inner{
  font-size: 5em;line-height: 50px;
}
.contact-box .icon{
  width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
}
.location-content iframe{
  height: 340px
}
.contact-side h2{
  font-size: 1.9em
}
.contact-bg{
  padding: 1px 30px;
}
.contact-form{
padding:55px 40px 25px
}
.terms-lists{
  padding: 40px 60px
}
.terms-div h2{
  line-height: 23px
}
.contact-wrapper {
    padding: 50px 0;
}
.cta-container2{
     padding: 215px 0;
}
.bg-suqre{
  height: 450px;
  width: 440px;
}
img.abtimg{
  width: 45%;
}

.fetbg .owl-theme .owl-nav .owl-prev{
left: -40px
}
.owl-carousel .owl-item:nth-child(2n) .inner-img img {
    height: 250px;
    object-fit: cover;
}
.media-container {
    padding: 60px 0;
}
.fetbg .owl-theme .owl-nav .owl-next{
  right: -75px;
}
.nav-menu>li>a{
    margin: 18px 15px; 
}
.book-btn{
  margin: 10px 10px !important;
}
li.header-phone a{
  margin: 6px 12px !important;
}
.apply{
  padding: 7px 20px; margin: 10px 5px !important;
}
.sexy-menu.detached .nav-menu > li > a{
    margin: 17px 15px;
}
.sexy-menu.detached  li.header-phone a{
  margin: 5px 15px !important;
}
.sexy-menu.detached .apply{
    margin: 10px 5px !important;
}
li.header-phone img{
  height: 40px;
}
.line1{
  top: -50px;
  }
  .footer-logo img{
    width: 150px
  }
  .footer-content ul li a{
    line-height: 35px;
  }
  .top-list {
    margin-bottom: 10px;
  }
 
.img2 {
    padding-top: 25px;
}
  img.shape2{
    width: 120px;
        right: 11%;
    top: -40px;
  }
img.qoute{
      width: 250px!important;
    bottom: 2em;
}
.welcome-strip .welcome-detail-title2 h1{
 
    font-size: 1.4em; line-height: 26px; margin-top: 0
}
.welcome-strip .welcome-sub-title{
 
    font-size: 1.4em; line-height: 26px; margin-top: 0
}

.mission-list{
  padding: 30px
}
.testimonial-content{
  padding: 70px 75px
}
#button{
        width: 40px;
    height: 40px;
}
#button::after{
    line-height: 40px
}
.fetbg{
  padding: 40px;
}
.address{
  margin-bottom: 15px;
}
.video-bg{
  padding: 60px 0;
}
.footer-content {
    margin-right:7%
}
.leaf3{
  left: -90px;
    height: 250px;
}
img.leaf4 {
    right: -150px;
    top: 120px;
    height: 300px;
}
.nav-brand img {
    width: 80%;
}

.footer-social-links ul li {
    margin-right: 0px;
}

.footer-quick-links li{
      margin-right: 24px;
}
.sexy-menu.detached .nav-brand img{
  margin-top: 0;
    width: 65% !important;
}
.box-group img{
    height: 280px;
 }
 .small-box2img .box-group img{
   height: 130px !important  }

 .middile-div .box-group img {
    height: 130px !important;
}
    }

 @media (max-width:360px) {
    .init-text br {
    display: none;
}
.init-text {
    width: 317px;
}
.page-hero .hero-text-area {
    top: 48% !important;
    }
 }

 @media (max-width:420px) {

     body {
         font-size:14px !important;
    }
     .d-container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:4%;
         padding-right:4%;
    }
  .whats-app{
    right: 10px;
}
    
    .footer-container{ display: inherit;}
    .bottom-container{ width: 100%; padding: 0px; display: inherit;}
    
    .footer-content ul li{ width: 43%; float: left;line-height: 30px;}
    .footer-social-links ul li {width: 30px;height: 30px; margin-right: 10px;}
    .footer-content:nth-child(1){ width: 100%;}
    .banner-caption-mid{ letter-spacing: -1px;}
    .whats-app img {margin-left: 0px;      }
   
    
}
 @media (min-width:421px) and (max-width:460px){

     body {
         font-size:14px !important;
    }
     .d-container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .desk-view{
         display: none !important 
    }
     .mob-view{
         display: block !important 
    }

    .whats-app{
        right: 40px;
    }


    .footer-container{ display: inherit;}
    .bottom-container{ width: 100%; padding: 0px; display: inherit;}
  
    .footer-content:nth-child(1){ width: 100%;}
}

 @media  (max-width:460px){



}

 @media (min-width:461px) and (max-width:560px){

    .whats-app{
        right: 40px;
    }
   
}


@media (max-width:768px){

.footer-social-links li a{
  font-size: 1.1em !important
}
.footer-quick-links,.footer-cottage-links{
  display: none;
}
.book-container{
  padding: 30px 20px
}
.fet-wrap {
    margin-bottom: 10px;
}
.explore-txt h2{
  font-size: 1.33em; line-height: 25px;
}
.explore-txt p{
  font-size: 1.1em
}
.explore-container img{
  display: none;
}
.book-txt h2{
  font-size: 1.4em
}
.book-txt p{
  font-size: 1em
}
.fet-wrap.big-fc img{
  height: unset;
}
.view-all{
   font-size: 0.7em; right: 0; top: 60px;
}
.view-all img{
  width: 20px;
}
.facilty-container{
  padding: 40px 0
}
.icon-img img{
  width: 50px;
}
.cta-txt span
{
  font-size: 1.333em
}
.cta-txt h2{
  line-height: 20px; font-size: 1.1em
}
.dept-item{
  margin-bottom: 20px
}
.dept-item i, .rooms-pic-section i
{
  height: 25px;
    width: 25px;
    line-height: 25px;
}
.dept-item h4{
  font-size: 1em; margin-bottom: 5px
}
.about-section {
    padding-top: 1em;
    padding-bottom: 3em;
}

.welcome-strip .welcome-detail-title2 h1{
  font-size: 1em;
}
.welcome-strip .welcome-sub-title{
  font-size: 1em;
}

.welcome-strip{
  padding: 10px 12px
}
.shape1,.fly,.plant,.shape3,.shape2,.fly2{
  display: none;
}
.contact-box{
  padding: 25px 20px 18px 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;
}
body.gallery .box-group img{
height: 250px !important
}
.tab-btns{ margin: 0 auto 1em }
.mobile-text{
  margin-top: 2em; padding: 30px 23px;
}
img.leaf4{
  display: none;
}

.abt-imgs{
  display: none;
}
.mobileapp-container {
    padding: 20px 0 30px; overflow: hidden;
}

.copy-right,.designed{
  font-size: .9em
}
.g-play img{
  width: 110px;
}
.g-play{
      padding-left: 0;
}
.footer-quick-links ul li a{
      line-height: 36px;
}
.footer-quick-links li {
    margin-right: 40px;
}

.cta-txt h2 span{
  color: #2b2b2b
}

.cta-container {
    padding: 30px;
}
.box-group{
  padding: 5px;
}
.big-box2 {
    width: 100%;
  }
  .small-box,.big-box2 {
    width: 100%;    display: none;
  }
.big-box, .third-div,.middile-div,.small-box2{
  width: 50%; float: left;
}
.mobile-position{
  margin-top: 2em;
}
.welcome-detail-title2 span.toptxt{
  font-size: 1em;
}
img.leaf {
    height: 50px;
}
  .welcome-detail {
    padding-left: 0;
    padding-bottom:1.5em;
}
.footer-quick-links{
  width: 100%;    border-right: 0;
}
.footer-social-links{
  width: 66%;     padding-left: 0;
}
.g-play{
  width: 26%
}
.bottom-wrapper{
  display: block;
}
.abt-home,.leaf2,.leaf3{
  display: none;
}
.abt-container2 .welcome-detail-title2 h1 span,
.abt-container .welcome-detail-title2 h1 span{
display: block;
}
.carousel-indicators{
  display: none;
}
.contact-form h2, .location-content h2{
      font-size: 1.4em;margin-bottom: 10px
}
.location-content{
    margin-top: 10px;
}
.feature-block {
    margin-bottom: 19px;
}
.contactbg{
  padding: 30px 20px
}
.apply-form .contact-form
{
  padding: 30px
}
.playbtn{
      height: 40px;
    width: 40px;
}
.tab.gallery-tab2  {
    clear: both;
    display: flex; margin-top: 0;  

}
.tab.gallery-tab2 button {
  width: fit-content;
    padding: 5px 30px !important;
  }
.videos img{
  height: 160px; object-fit: cover;
}
.playbtn{
      height: 40px;
    width: 40px;
}
.tab.gallery-tab2 {
    clear: both;
    display: flex; margin-top: 0;
}
.videos img{
  height: 160px; object-fit: cover;
}


.service-detail h4{
  font-size: 1.4em; margin-top: 0
}
.service-lists .service-item:before{
  display: none !important;
}
.service-lists .service-item .service-detail{
  padding: 20px 15px !important
}
.service-lists .service-item{
  border: 1px solid #ebebeb;margin-bottom: 20px;
}
span.num{
display: none;
}
.service-lists .service-item img,.service-imgs .sicon{
  display: none;
}
.service-container2{
  padding: 40px 10px 0
}
.cta-container .gal-title p{
  color:#1a1a1a !important; font-size: .9em
}

.cta-container .cta-title{
  transform: unset;
    position: unset;
}
.img-pl2,.img-pl1{
  display: none;
}
.welcome-detail2:before{
  display: none;
}
.inner-text2{
  font-size: 1.337em;
  line-height:25px;
}

  .red-bg a.know-more {
    position: absolute;
    right: 30px;
    top: 40%;
    background: #fff;
    color: #000;
}
.red-bg img{
  display: none;
}
div#statistics .col-md-4{
width: 33%; float: left;
}
  li.header-phone img {
    height: 30px;
}
.footer-content ul li a{
      line-height: 30px;
}

.img-design {
    width: 300px;
  }
.red-bg{
  padding: 20px;     margin-left: 0;
}
.gal-title {
    position: unset;
    }
    .gal-title h2{
      font-size: 1.422em;
    }
    .gal-title p{
      color: #fff; font-size: 1em
    }
body.home .gallery-container .col-md-4{
    width: 50%;
    float: left;
}

  .tab button{
       padding: 5px 6px;
    margin: 2px 1px;
    width: 49%;    font-size: .9em;
    float: left;
  }
.tab{
  display: block;
}
.service-details h2{
  font-size: 1.422em; margin-bottom: 0
}
.service-details p {
    margin: 10px 0;
}
.service-details {
    padding-left: 0;
}
.service-container{
  padding: 30px 10px 30px
}
.count-container{
  padding: 20px 0; overflow: hidden;
}
  
  .banner-caption p{
      font-size: .9em;
  }
  .featured-text
    {
       letter-spacing: 0;
    font-size: 1.3em;
    line-height: 28px;
    }
  .inner-text{
    font-size: 2.6em; line-height: 35px;
  }
.featured-text-inner span {
   
    font-size: .7em !important;
}
.welcome-detail-title2 h4{
      font-size: .9em;      line-height: 23px;
  margin: 0;
}
.fet-container{
  margin-top: 10px;
}
.pb-resp{
  margin-bottom: 20px;
}
.bred-arrow{
  font-size: 0.75em;
    line-height: 30px;
    padding-left: 4px;
    padding-right: 2px
}
.apply-wrapper {
    padding: 40px 0; overflow: hidden;
}
.contact-form .col-md-6:nth-child(1), .contact-form .col-md-6:nth-child(3),
.contact-form .col-md-6.col-sm-12{
    padding-right: 15px !important;
}
.contact-wrapper{
padding: 30px 0px 40px !important 
}
.col-md-4.feature-block {
    margin-top: 3em;
}
.feature-block-three .inner-box .icon-box{
  width: 60px;
    height: 60px;
    line-height: 60px;   margin-bottom: 10px;
}
.feature-block-three .inner-box .icon-box img{
  height: 34px;
}

.sidebar .sidebar-item.recent-post li{
  margin-bottom: 10px;
}
  .blog-container .meta li{
    font-size: .9em
  }
  .sidebar .sidebar-item.recent-post li .info a{
    font-size: .9em
  }
  span.post-date{
    font-size: .8em
  }
.blog-style-one{
  margin-bottom: 20px;
}
.blog-container .info h2{
  font-size: 1.22em; margin-bottom: 0; margin-top: 0
}
.sidebar .sidebar-item{
  padding: 20px;margin-bottom: 10px;
}
.gallery-container,.blog-container {
    padding-top: 30px;
    padding-bottom: 20px; overflow: hidden;
  }
.faq-container{
  padding: 40px 0;
}
span.qs-mark{
  background: unset; color: #b09a60 !important
}
  .business-items {
    margin-top: 1em;
  }

  .business-item{
    margin: 9px 10px; padding: 25px 20px;
  }

  .business-container2{
    overflow: hidden; padding-bottom: 40px;
  }
  .exam.credit-uni{
    padding: 15px 30px;
    margin-left: 0; margin-top: 0;margin-bottom: 10px;
  }
  .exam p {
    margin: 0;
  }
  .attest-dv{
    padding: 10px 25px;
    margin-top: 2em
  }
  .distance-item2 .distance-bg{
    height: unset;
  }
  .distance-c {
    margin-top: 50px !important;
}
  .nios-bg{
    padding: 30px 20px 20px;    background: #fef9f3 !important;
  }
  .distance-bg{
    padding: 60px 20px 30px
  }

  .distance-title{
        padding: 25px;
  }
  .footer-logo{
    display: none;
  }
  
.exam {
    display: block;
    width: 100%; 
  }
  .exam:last-child{
  margin-bottom: 20px;
  }
  .ed-title {
    font-size: 1.3em !important;    margin-top: 0 !important;
}
.edu-li li{
  width: 100%;
}
.edu-li{
  padding:20px 20px 20px
}
.mt-5 {
    margin-top: 2em;
}
.mt-2 {
    margin-top: 1em !important;
}
.admission-container+.admission-container{
  padding-top: 0
}
.open-li2 ul li{
  width: 100% !important
}
.spec-pad{
  padding-top: 0 !important
}
.open-li{
  padding: 25px;
  margin-bottom: 10px;
}
.open-li.phd{
  min-height: unset;
}
.phd-title{
  height: 45px
}
.spec-title
{
  font-size: 1.4em!important
}
.open-li2{
  margin-top: 30px; padding: 40px 30px 20px;
}
.open-li2 span
{
  padding: 6px 19px;
  font-size: 1em; top: -14px;
}
.admission-container{
      padding: 30px 0 40px; overflow: hidden;
}
.admission-container img{
 display: none;
}
.value-item{
  width: 100%;
  min-height: unset;
}
.value-container
{
      padding: 30px 0;
}
.mission-div h3{
      font-size: 1.5em;
}
.abt-container2
{
      padding-top: 10px;
    padding-bottom: 30px;
}
.nav-menu>li>a{
  font-size: .9em !important
}
.support-container{
  overflow: hidden; padding: 30px 0px;
}
.address p{
  padding-left: 0
}
.footer-top-wraper{
  padding: 15px 10px 0px;
  padding-bottom: 82px;
}
.business-container{
  padding: 30px 10px 30px;
}

.i-img img{
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.couse-item span
{
  padding: 0px 13px;    font-size: .9em; line-height: 30px;
}
.couse-item{
  width: 100%;
  margin: 15px 30px;
    padding: 15px 10px 5px;
}
.couse-div
{
  padding: 40px 0px 130px
}
div#statistics{
  margin-bottom: 20px;
}
.count-up{
text-align: center;
    padding: 0;
}
.count-title h2{
  font-size: .7em; line-height: 15px;
}
.count-up h3{
      font-size: 2.377em;margin-bottom: 0;
}
.c-img img{
  height: 70px;
}
.welcome-detail h6{
      font-size: 1.1em;
}

a.left.carousel-control,.carousel-control.right{
  font-size: .8em !important;
}
a.left.carousel-control{
  right: 90px !important
}
.carousel-control.right{
  right: 15px !important;
}
.apply{
display: none;
}
.footer-social-links ul li svg {
    font-size: .9em;
}

.contact-box figure {
    margin-right: 15px;
}
.submit-btn
{
    padding: 6px 20px
}
.cont-social-links li a{
      width: 40px;
    height: 40px;
    line-height: 40px;font-size: 1em;
}
.contact-box .icon img{
    height: 40px
}
.contact-box .icon
{
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.contact-box .first{
  margin-bottom: 1em;
}
.contact-bg{
    padding:30px 10px 20px 20px;
}

.box-group img,.middile-div .box-group img,.small-box2img .box-group img{
    height: 160px !important;
}
.ser-img{
    display: none;
}
.ser-content h1{
    line-height: 20px
}
.ser-item
{
    margin-bottom: 15px
}
.in-portfolio-item
{
    margin-bottom: 5px;
}
.in-portfolio-item .inner-img img{
    height: 200px
}
.airc{
    padding: 5px 20px;
    background: #f8f7f7;
}

ul.fet.fivecol, .col2
{
    display: block;
}

 .ser-content {
padding: 10px 20px 15px
 }
.minht1 .ser-content,.minht .ser-content {
    min-height: unset;
}
.welcome-detail-title4 h1{
    font-size: 1.22em;
}
.welcome-detail-title4 {
    margin-bottom: 20px;
}
.welcome-imgs2{
    display: none;
}
.bredcum-wraper{
        padding-top: 0;

}
.featured-text-inner{
    font-size: 1.6em;
    line-height: 25px; }
.copy-right{
    line-height: 40px;
}
.designed p{
    line-height: 40px;
}
.footer-content ul li {
    width: 50%;
    float: left;
}
.address img{
    height: 40px;
    width: 40px;margin-right: 10px;
}
.cta-div h3{
    font-size: 1.333em;    margin-bottom: 6px;
}
.cta-div span{
    font-size: 1em;
}
.cta-btn{ 
 padding: 1px 4px 1px 20px;     bottom: -30px;
 }
 img.arrow-top {
    height: 30px!important;
    width: 30px!important;
}
.abt-container{
    padding-top: 30px;
    padding-bottom: 30px;
}

.ficon:after,.ticon:after{
display: none; 
}
ul.universities li{
    width: 100%;
}
.country-div {
    overflow: hidden;
}
section.study-container{
    padding-top: 20px; overflow: hidden;
}
.pic-txt2 {
    font-size: 1.3em;
}
.study-wrap .inner-img{
    margin-bottom: 15px
}
.study-wrap {
    margin-bottom: 50px;
}

.contact-box figure svg{
        width: 60px;
    height: 60px; padding: 15px;
}.sexy-menu.detached .nav-menu > li > a {
    margin: 12px 15px 12px 26px !important;
}
.sexy-menu.detached .header-call {
    padding: 0;
    margin-top: 0;
}
.contact-details-section .welcome-detail-title2 h1{
    font-size: 1.1em
}
.contact-box{
 margin-top: 10px;
}
.contact-details-section{
    padding: 40px 0 15px
}
.study-container2{
   padding: 40px 0;    overflow: hidden;
}

.testi-container .in-testimonial-item-3 {
    margin-bottom: 30px;
}
.testi-container {
    padding: 30px 10px;
}
.training-block{
    min-height: unset;
}
.training-block .lower-content{
    padding: 15px 20px 14px;
}

.featured-inner-text{
    font-size: 1.33em;line-height: 25.96px;
}
.hero-text-area-inner p{
    display: none;
}

.mission-container {overflow: hidden;    padding-bottom: 30px;
}
.vision-title h1{
    font-size: 1.323em;
}
.mission-div{
    display: block; min-height: unset; padding: 25px 25px 10px;margin-bottom: 10px;
}
.mis-img img {
    height: 100px;
}
.vision-title p {
    line-height: 26px;
}
.mission-div.bg1{
       background: #e9f8fd;margin-bottom: 20px;
}
.mission-div.bg2{
       background: #fff5df;
}

.facility-div .item {
    margin-top: 18px;
}

#popUp{
width: 300px;padding: 2% 5% 2%;    bottom: 25%;
}
#plus span{
    padding: 5px 16px 7px 14px;
    font-size: .9em;
    right:-43px
}
.side-form h1{
    font-size: 1.2em;margin-bottom: 6px;
}
.form-group {
    margin-bottom: 10px !important;
}
.side-form input[type="text"], .side-form textarea{
    padding: 10px 30px;
}
.f-links{
    display: block;padding: 25px 10px;
}
img.qleft,img.qright{
    display: none;
}
.cta-content h2{
    font-size: 2em; line-height: 30px;
    letter-spacing: 0
}

.cta-content h4{
    font-size: 1.8em; line-height: 15px;
    letter-spacing: 0
}

.cta-content h5{
    font-size: 1.5em; line-height: 10px;
    letter-spacing: 0
}

.cta-content h1{
    font-size: 2.3em; line-height: 30px;
    letter-spacing: 0; margin: 0 0 20px;
}

.cta-container img{
    display: none;
}

ul.fet li{
    width: 100%;    line-height: 30px;
    margin-bottom: 10px;
}
ul.fet li:before{
 height: 40px;
    width: 40px;
    background-size: cover;
    left: -7px;
}
.welcome-imgs{
    display: none;
}
.center{
    display: block;
}
.pic-txt{line-height:24px; 
}
.know-more{
padding: 6px 15px;
font-size: .9em; letter-spacing: 0;
}
.cta-div{
    padding: 20px 0 40px 0px;
}
 
.in-why-choose-feature-item{
    display: block;padding: 13px 20px;
}
.logo{margin-top: 0px !important; top: 0 !important}
.header-call img {
    height: 25px;
}
.header-call{
    padding: 3px 6px 3px 13px; margin-top: 10px;
}
.header-call a{
    font-size: .8em
}
.author-meta.headline h3{
    font-size: 1em
}
    .welcome-detail p{
        text-align: left; padding: 0
    }

.ser-div {
    padding-top: 25px !important;
}
#button{
    display: none;
}
.address{
    padding-right: 0; margin-bottom: 5px;
}
.footimg{
    height: 40px; width: 40px; line-height: 40px;
}
.footimg img{
    height: 30px;
}
.copy-right span{
    display: none;
}
.client-div{
    padding: 40px 20px 40px !important
}
.facility-div{
    padding: 10px 0px;
}

.in-testimonial-item-3 span{
    line-height: 25px;
}
.in-testimonial-item-3{
    min-height: unset;
    padding: 18px
}
#fac-slider {
    margin-top: 20px;}
    .in-testimonial-item-3 .inner-text{
        margin-bottom: 0;    font-size: 1em;
    }
.img-title img {
    height: 76px;
}

.icon-container .col-md-15{
  width: 50%;
   float: left;
}

.footer-address{
display: block;
}
.sexy-menu.detached .nav-brand img {
    display: none !important;
}
.sexy-menu.detached {
  background: unset !important;
}

.welcome-container .col-md-6{
    display: none;
}
.welcome-detail-title2 {
    margin-bottom: 10px;
    margin-top: 0;
}
span.wl{
    font-size: 1em;
}
.welcome-container
{
    padding: 40px 0;
}
.welcome-detail-title2 h1
{
    font-size: 1.3em; margin-top: 0;
    line-height: 25px; 
}

.welcome-sub-title
{
    font-size: 1.3em; margin-top: 0;
    line-height: 25px; 
}

a.book{
    padding: 10px 25px 10px;
}
   .nav-brand img {
    width: 60%;
    margin: 15px auto 0 !important
}
.navigation-portrait {
    height: 74px!important;
}

    
    span.btm-text{
        font-size: 1.2em;    line-height: 22px;
    }
    .init-text
    {
      font-size: .9em;    line-height: 22px;
      margin-top: 5px;
    }


.footer-content ul{
    display: block;
}

.footer-content{
    margin-bottom: 10px;
    width: 50%;
    margin-right: 0%;
}
   .tophead{
    display: none;
   }

}


 @media (min-width:561px) and (max-width:680px){

    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%;
   }
    .desk-view{
        display: none !important
   }
    .mob-view{
        display: block !important
   }

  .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
}
.sexy-menu.detached .nav-brand img {
    display: none !important;
}
.sexy-menu.detached {
  background: unset !important;
}
.img-wrapper.yt-video {
    margin-bottom: 1em;
}
.gallery-container{
  padding: 35px 0 40px
}
body.gallery .box-group img{
height: 250px !important
}
body.gallery .col-md-4{
width: 50%; float: left;
}
.mobile-text{
  margin-top: 2em; padding: 30px 23px;
}
img.leaf4{
  display: none;
}
.mobileapp-container {
    padding: 20px 0 50px;
}
.abt-imgs{
  display: none;
}
.abt-container2{
  padding-top: 20px;
  padding-bottom: 30px;
}
.featured-text-inner{
    font-size: 2em;
    line-height: 35px; }
  .center{
    display: block;
  }
#button{
  display: none;
}
.box-group img{
  height: 180px;
}
.welcome-detail-title2 h1{
  font-size: 1.5em
}
.welcome-sub-title{
  font-size: 1.5em
}

.abt-container{
  padding-top: 40px;
}
.copy-right,.designed{
  font-size: .9em
}
.g-play img{
  width: 130px;
}
.g-play{
     width: 50%
}
.whats-app{
  right: 32px;
}
.footer-social-links li a{
  font-size: 1.1em !important;     line-height: 55px;
}
.footer-quick-links {
    margin-bottom: 20px;
}
.footer-quick-links ul li a{
      line-height: 36px;
}
.footer-quick-links li {
    margin-right: 33px;
}
.cta-txt h2{
  font-size: 1.6em;
}
.cta-txt h2 span,.cta-txt h2{
    color: #fff;
}
.footer-logo{
  display: none;
}
.box-group{
  padding: 5px;
}
.big-box2 {
    width: 100%;
  }
  .small-box,.big-box2 {
    width: 100%;    display: none;
  }
.big-box, .third-div,.middile-div,.small-box2{
  width: 50%; float: left;
}
.mobile-position{
  margin-top: 2em;
}
.welcome-detail-title2 span.toptxt{
  font-size: 1em;
}
img.leaf {
    height: 50px;
}
  .welcome-detail {
    padding-left: 0;
}
.footer-quick-links{
  width: 100%
}
.footer-social-links{
  width: 50%
}
/*.footer-wraper{
  padding-bottom: 80px;
}*/
.bottom-wrapper{
  display: block;
}
.abt-home,.leaf2,.leaf3{
  display: none;
}
img.cta-img2{
  display: none;
}
img.cta-img {
    width: 473px;
}
.featured-text{
  font-size: 2.3em;    line-height: 30.01px;
}
.nav-brand img{
  width: 45%;     margin-top: 40px;
}
}

 @media (max-width: 680px){
.welcome-detail2{
  width: 100%;
  padding-left: 0;
}
.contact-wrapper3{
  padding: 30px 0; overflow: hidden;
}
.talk{
    padding: 8px 27px;
}
.mobile-position .get-app{
  padding: 5px 20px;     top: 60%;
}
     
      }


@media (min-width:600px) and (max-width:768px) and (orientation:landscape) {
 

}
 @media (min-width:681px) and (max-width: 768px){
 

    body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:4%;
        padding-right:4%;
   }
    .desk-view{
        display: none !important
   }
    .mob-view{
        display: block  !important
   }

   .copy-right{  line-height: 40px;}
   .designed p{ line-height: 40px;}
   
   .footer-container{ display: inherit;}
   .sexy-menu.detached{
    background: #fff !important
   }
  .footer-social-links ul li{
    margin-right: 0;
  }
  .sexy-menu.detached .header-phone a{
    margin: 12px 15px 12px 26px !important;
  }
.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 !important
}
body.gallery .col-md-4{
width: 50%; float: left;
}
.mobile-text{
  margin-top: 2em; padding: 30px 23px;
}
img.leaf4{
  display: none;
}
.mobileapp-container {
    padding: 20px 0 50px;
}
.mobile-container .center {
    display: flex;
}
  .abt-imgs{
  display: none;
}
.abt-container2{
  padding-top: 20px;
  padding-bottom: 30px;
}
     .center{
    display: block;
  }
#button{
  display: none;
}
.box-group img{
  height: 180px;
}
.welcome-detail-title2 h1{
  font-size: 1.5em
}
.welcome-sub-title{
  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;
}
.footer-social-links li a{
  font-size: 1.1em !important;  margin-right: 14px;   line-height: 55px;
}

.footer-quick-links ul li a{
      line-height: 35px;
}
.footer-quick-links li {
    margin-right: 33px;width: 32%;
    float: left;
}
.cta-txt h2{
  font-size: 1.8em;
}
.talk{
  padding: 7px 18px
}
.footer-logo{
  display: none;
}
.box-group{
  padding: 5px;
}
.big-box2 {
    width: 100%;
  }
  .small-box,.big-box2 {
    width: 100%;    display: none;
  }
.big-box, .third-div,.middile-div,.small-box2{
  width: 50%; float: left;
}
.mobile-position{
  margin-top: 2em;
}
.welcome-detail-title2 span.toptxt{
  font-size: 1em;
}
img.leaf {
    height: 50px;
}
  .welcome-detail {
    padding-left: 0;
}
.footer-quick-links{
  width: 40%; height: 120px;
    display: flex;
    align-items: center;
}
.footer-social-links {
      width: 25%;
    padding-right: 25px;
    height: 120px;
    display: flex;
    align-items: center;
}
.footer-wraper{
  padding-bottom: 80px;
}
.abt-home,.leaf2,.leaf3{
  display: none;
}
img.cta-img2{
  display: none;
}
img.cta-img {
    width: 354px;
}
.featured-text{
  font-size: 2.3em;    line-height: 30.01px;
}
.nav-brand img{
  width: 45%;     margin-top: 40px;
}
.sexy-menu.detached .nav-brand img {
    width: 35% !important;
}
.welcome-detail2{
  width: 340px; padding-left: 0;
}
.mobile-position .get-app{
     padding: 6px 19px; top: 62%;
}
 .mobile-container{
  padding-top: 50px
 }
 .mobile-container .col-md-8 {
    padding: 0;
}
.footer-content {
    margin-right: 2%;
    }
  
}

 @media (max-width: 768px){
.carousel-control{
      height: 36px;
    width: 36px !important;
    text-align: center; bottom: 38% !important;
    line-height: 36px !important;
}
  .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;
  }
 
.mob-view.home-img {
    width: 100%;
}
.nav-brand img {
    display: flex;
    align-items: center;
}

.logo {
    top: 50%!important;
    left: 50%;
    transform: translate(-50%, -50%);display: flex !important;
    align-items: center;
    justify-content: center;
}
.hide-menu a {
    width: 27%;
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    float: left;
    text-align: center;
}

.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 !important
}
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: .8em !important
}
.nav-menu>li>a{
  margin: 19px 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: 4px!important;
    width: 30%!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
}

.welcome-sub-title{
  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;
}
.footer-social-links li a{
  font-size: 1.1em !important;  margin-right: 14px;   line-height: 55px;
}

.footer-quick-links ul li a{
      line-height: 35px;
}
.footer-quick-links li {
    margin-right: 33px;width: 32%;
    float: left;
}
.cta-txt h2{
  font-size: 1.8em;
}
.talk{
  padding: 7px 18px
}
.footer-logo{
  display: none;
}
.box-group{
  padding: 5px;
}
.big-box2 {
    width: 100%;
  }
  .small-box,.big-box2 {
    width: 100%;    display: none;
  }
.big-box, .third-div,.middile-div,.small-box2{
  width: 50%; float: left;
}
.welcome-detail-title2 span.toptxt{
  font-size: 1em;
}
img.leaf {
    height: 50px;
}
  .welcome-detail {
    padding-left: 0;
}
.footer-quick-links{
  width: 40%; height: 120px;
    display: flex;
    align-items: center;
}
.footer-social-links {
      width: 25%;
    padding-right: 25px;
    height: 120px;
    display: flex;
    align-items: center;
}

.abt-home,.leaf2,.leaf3{
  display: none;
}
img.cta-img2{
  display: none;
}
img.cta-img {
    width: 354px;
}
.featured-text{
  font-size: 2.3em;    line-height: 30.01px;
}
.nav-brand img{
  width: 45%;     margin-top: 0px;
}
.sexy-menu.detached .nav-brand img {
    width: 35% !important;
}
.welcome-detail2{
  padding-left: 0;width: 290px;
}
.mobile-container .col-md-4{
  width: 40%
}
.mobile-container .col-md-8{
  width: 80%
}
.mobileapp-container .col-md-6:nth-child(1){
  width: 60%
}
.mobileapp-container .col-md-6:nth-child(2){
  width: 60%
}
.mobileapp-container {
    padding: 30px 0 50px;
}
.footer-content {
    margin-right: 1%;
    }
}
 @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%;
   }
  .contact-form{
    padding: 30px 30px 20px
  }
  .contact-wrapper3{
  padding: 70px 0; overflow: hidden;
}
.featured-text-inner{
  line-height: 35.01px;
  font-size: 2.2em;
}
 .contact-box .icon{
  width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .contact-box .first{
    margin-bottom: 1em
  }
  .contact-wrapper2:after {
    width: 300px;
    right: 60px;
    top: -60px;
    bottom: 0;
  }
img.abt3{
      left: -27px;
    bottom: -80px;width: 235px;
}
  .abt-container2{
  padding-top: 20px;
  padding-bottom: 50px;
}
.mobile-container{
  padding-top: 40px;
}
   .footer-logo img{
    width: 100%;
   }
  
.navigation{
height: unset !important; 
}
.tophead{
    padding-top: .3em !important
}

.whats-app{
        bottom: 25vh;
    right: 26px;
}
.footer-container{
    width: 100%;
    padding-bottom: 0
}
.footer-wraper{
    display: flex;
}
.back-to-top{
    display: none;
}

.nav-menu>li>a{
  font-size: .8em !important
}
.nav-menu>li>a{
  margin: 19px 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;
}
.welcome-title
 {
    font-size: 1.333em;
        line-height: 20px;
 }
 .welcome-title-middle{
    font-size: 2.6em
 }
.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: 250px;
}
.middile-div .box-group img ,.small-box2img .box-group img{
    height: 120px !important;
}
.welcome-detail-title2 h1{
  font-size: 1.5em
}
.welcome-sub-title{
  font-size: 1.5em
}

.abt-container{
  padding-top: 40px;
}

.g-play img{
  width: 130px;
}
.g-play{
     width:25%
}
.whats-app{
  right: 32px;
}
.footer-social-links li a{
  font-size: 1.1em !important;  margin-right: 14px;   line-height: 55px;
}

.footer-quick-links ul li a{
      line-height: 35px;
}
.footer-quick-links li {
    margin-right: 33px;width: 23%;
    float: left;
}
.cta-txt h2{
  font-size: 2.5em;
}
.talk{
  padding: 7px 18px
}
.box-group{
  padding: 5px;
}

.welcome-detail-title2 span.toptxt{
  font-size: 1em;
}
img.leaf {
    height: 50px;
}
  .welcome-detail {
    padding-left: 0;
}
.footer-quick-links{
  width: 40%; height: 120px;
    display: flex;
    align-items: center;
}
.footer-social-links {
      width: 25%;
    padding-right: 25px;
    height: 120px;
    display: flex;
    align-items: center;
}
.leaf2,.leaf3{
  display: none;
}
img.cta-img2{
  display: none;
}
img.cta-img {
    width: 450px;
}
.featured-text{
  font-size: 2.3em;    line-height: 30.01px;
}
.nav-brand img{
  width: 45%;     margin-top: 0px;
}
.sexy-menu.detached .nav-brand img {
    width: 35% !important;
}
.welcome-detail2{
  padding-left: 0;width: 330px;
}
.footer-content {
    margin-right: 4%;
    }
 .footer-content:nth-child(1) {
    width: 14%;
}
}
.view-all span{ display:initial}

@media (max-width:420px) { 
  .facilty-container .col-md-6:nth-child(2){ display: none;}
  .rooms-wrap .col-md-6{ display: none;} 
  .rooms-wrap .col-md-6:nth-child(1){ display: block;}
  .icon-container .col-md-15:nth-child(5){ display: none;} 
  .explore-txt h2 br{ display: none;}
  .explore-txt p br{ display: none;}
  .address p br{ display: none;}
  .address p{ text-align: center;}
  .address{ justify-content: center;}
  .footer-content-title{ text-align: center;}
  .footer-social-links{ width: 100%;}
  .footer-social-links ul{ width: 100%; display: flex; justify-content: center;}
  .explore-txt p{ text-align: center;}
  .explore{ width: 100%; display: flex; justify-content: center;}
  .explore-txt h2{ text-align: center;}
  .explore-container{padding: 50px 5px;}
  .row{ margin: 0px !important;}
  .d-container{ padding: 0px 1.5%;}
  .col-md-6{padding: 0px 1.5% !important;}
  .rooms-pic-section{ margin: 40px 0px;}
  .owl-theme .owl-nav .owl-next{ right: 0;}
  .half-li li{ width: 100%;}
  .pleft40{ padding-left: 0%;}
  .col-md-4{ padding: 0px 1.5% !important;}
  .boxes{ padding: 20px 40px 30px; min-height: auto;}
  .contact-box{padding: 5px 20px 5px 30px;}
  .boxes .contact-title{margin-bottom:0.25em;}
  .contact-form{ padding: 5px;}
  .col-md-10{ padding: 0px 1.5% !important;}
  .contact-bg {padding: 30px 10px 20px 10px;  }
  .footer-content:nth-child(1){ display: none;}
  .page-hero .hero-text-area{ font-size: 8px;}
  .footer-content{ width: 100%;}
  .footer-content-title{ margin-bottom: 0px;}
  ul.resort-det{ margin-top: 0px;}
  .about-section{ padding-bottom: 1.5em;}
  .welcome-detail-title2 h1 br{ display:block}
  .welcome-detail-title2 span.toptxt{ line-height:1.2}
  
  .welcome-sub-title br{ display:block}
.welcome-sub-title span.toptxt{ line-height:1.2}
  
  
  .view-all span{ display:none}
}
 @media (min-width:421px) and (max-width:460px){

  .facilty-container .col-md-6:nth-child(2){ display: none;}
  .rooms-wrap .col-md-6{ display: none;} 
  .rooms-wrap .col-md-6:nth-child(1){ display: block;}
  .icon-container .col-md-15:nth-child(5){ display: none;} 
  .explore-txt h2 br{ display: none;}
  .explore-txt p br{ display: none;}
  .address p br{ display: none;}
  .address p{ text-align: center;}
  .address{ justify-content: center;}
  .footer-content-title{ text-align: center;}
  .footer-social-links{ width: 100%;}
  .footer-social-links ul{ width: 100%; display: flex; justify-content: center;}
  .explore-txt p{ text-align: center;}
  .explore{ width: 100%; display: flex; justify-content: center;}
  .explore-txt h2{ text-align: center;}
  .explore-container{padding: 50px 5px;}
  .row{ margin: 0px !important;}
  .d-container{ padding: 0px 1.5%;}
  .col-md-6{padding: 0px 1.5% !important;}
  .rooms-pic-section{ margin: 40px 0px;}
  .owl-theme .owl-nav .owl-next{ right: 0;}
  .half-li li{ width: 100%;}
  .pleft40{ padding-left: 0%;}
  .col-md-4{ padding: 0px 1.5% !important;}
  .boxes{ padding: 20px 40px 30px; min-height: auto;}
  .contact-box{padding: 5px 20px 5px 30px;}
  .boxes .contact-title{margin-bottom:0.25em;}
  .contact-form{ padding: 5px;}
  .col-md-10{ padding: 0px 1.5% !important;}
  .contact-bg {padding: 30px 10px 20px 10px;  }
  .footer-content:nth-child(3) .address p br{ display: block;}
  .footer-content:nth-child(4) .address p br{ display: block;}
  .footer-content:nth-child(1){ display: none;}
  .page-hero .hero-text-area{ font-size: 8px;}
  .footer-content{ width: 100%;}
  .footer-content-title{ margin-bottom: 0px;}
  ul.resort-det{ margin-top: 0px;}
  .about-section{ padding-bottom: 1.5em;}
  .view-all span{ display:none}

}
 @media (min-width:461px) and (max-width:560px){
  .facilty-container .col-md-6:nth-child(2){ display: none;}
  .rooms-wrap .col-md-6{ display: none;} 
  .rooms-wrap .col-md-6:nth-child(1){ display: block;}
  .icon-container .col-md-15:nth-child(5){ display: none;} 
  .explore-txt h2 br{ display: none;}
  .explore-txt p br{ display: none;}
  .address p br{ display: none;}
  .address p{ text-align: center;}
  .address{ justify-content: center;}
  .footer-content-title{ text-align: center;}
  .footer-social-links{ width: 100%;}
  .footer-social-links ul{ width: 100%; display: flex; justify-content: center;}
  .explore-txt p{ text-align: center;}
  .explore{ width: 100%; display: flex; justify-content: center;}
  .explore-txt h2{ text-align: center;}
  .explore-container{padding: 50px 5px;}
  .row{ margin: 0px !important;}
  .d-container{ padding: 0px 1.5%;}
  .col-md-6{padding: 0px 1.5% !important;}
  .rooms-pic-section{ margin: 40px 0px;}
  .owl-theme .owl-nav .owl-next{ right: 0;}
  .half-li li{ width: 100%;}
  .pleft40{ padding-left: 0%;}
  .col-md-4{ padding: 0px 1.5% !important;}
  .boxes{ padding: 20px 40px 30px; min-height: auto;}
  .contact-box{padding: 5px 20px 5px 30px;}
  .boxes .contact-title{margin-bottom:0.25em;}
  .contact-form{ padding: 5px;}
  .col-md-10{ padding: 0px 1.5% !important;}
  .contact-bg {padding: 30px 10px 20px 10px;  }
  .footer-content:nth-child(3) .address p br{ display: block;}
  .footer-content:nth-child(4) .address p br{ display: block;}
  .footer-content:nth-child(1){ display: none;}
  .page-hero .hero-text-area{ font-size: 10px;}
  .footer-content{ width: 100%;}
  .footer-content-title{ margin-bottom: 0px;}
  ul.resort-det{ margin-top: 0px;}
  .about-section{ padding-bottom: 1.5em;}
}
 @media (min-width:561px) and (max-width:680px){

  .facilty-container .col-md-6:nth-child(2){ display: none;}
  .rooms-wrap .col-md-6{ display: none;} 
  .rooms-wrap .col-md-6:nth-child(1){ display: block;}
  .icon-container .col-md-15:nth-child(5){ display: none;} 
  .explore-txt h2 br{ display: none;}
  .explore-txt p br{ display: none;}
  .address p br{ display: block;}
  .address p{ text-align: center;}
  .address{ justify-content: center;}
  .footer-content-title{ text-align: center;}
  .footer-social-links{ width: 100%;}
  .footer-social-links ul{ width: 100%; display: flex; justify-content: center;}
  .explore-txt p{ text-align: center;}
  .explore{ width: 100%; display: flex; justify-content: center;}
  .explore-txt h2{ text-align: center;}
  .explore-container{padding: 50px 5px;}
  .row{ margin: 0px !important;}
  .d-container{ padding: 0px 1.5%;}
  .col-md-6{padding: 0px 1.5% !important;}
  .rooms-pic-section{ margin: 40px 0px;}
  .owl-theme .owl-nav .owl-next{ right: 0;}
  .half-li li{ width: 100%;}
  .pleft40{ padding-left: 0%;}
  .col-md-4{ padding: 0px 1.5% !important; width: 50%;    float: left;}
  .boxes{ padding: 20px 40px 30px; min-height: auto;}
  .contact-box{padding: 5px 20px 5px 30px;}
  .boxes .contact-title{margin-bottom:0.25em;}
  .contact-form{ padding: 5px;}
  .col-md-10{ padding: 0px 1.5% !important;}
  .contact-bg {padding: 30px 10px 20px 10px;  }
  .footer-content:nth-child(3) .address p br{ display: block;}
  .footer-content:nth-child(4) .address p br{ display: block;}
  .footer-content:nth-child(1){ display: none;}
  .page-hero .hero-text-area{ font-size: 10px;}
  .footer-content:nth-child(4) { position: relative;margin-top: -2em;  }
  .footer-content-title{ margin-bottom: 0px;}
  ul.resort-det{ margin-top: 0px;}
  .about-section{ padding-bottom: 1.5em;}

}
 @media (min-width:681px) and (max-width: 768px){ 
  .facilty-container .col-md-6:nth-child(2){ display: none;}
  .rooms-wrap .col-md-6{ display: none;} 
  .rooms-wrap .col-md-6:nth-child(1){ display: block;}
  .icon-container .col-md-15:nth-child(5){ display: none;} 
  .explore-txt h2 br{ display: none;}
  .explore-txt p br{ display: none;}
  .address p br{ display: block;}
  .address p{ text-align: center;}
  .address{ justify-content: center;}
  .footer-content-title{ text-align: center;}
  .footer-social-links{ width: 100%;}
  .footer-social-links ul{ width: 100%; display: flex; justify-content: center;}
  .explore-txt p{ text-align: center;}
  .explore{ width: 100%; display: flex; justify-content: center;}
  .explore-txt h2{ text-align: center;}
  .explore-container{padding: 50px 5px;}
  .row{ margin: 0px !important;}
  .d-container{ padding: 0px 1.5%;}
  .col-md-6{padding: 0px 1.5% !important;}
  .rooms-pic-section{ margin: 40px 0px;}
  .owl-theme .owl-nav .owl-next{ right: 0;}
  .half-li li{ width: 100%;}
  .pleft40{ padding-left: 0%;}
  .col-md-4{ padding: 0px 1.5% !important; width: 50%;    float: left;}
  .boxes{ padding: 20px 40px 30px; min-height: auto;}
  .contact-box{padding: 5px 20px 5px 30px;}
  .boxes .contact-title{margin-bottom:0.25em;}
  .contact-form{ padding: 5px;}
  .col-md-10{ padding: 0px 1.5% !important;}
  .contact-bg {padding: 30px 10px 20px 10px;  }
  .footer-content:nth-child(3) .address p br{ display: block;}
  .footer-content:nth-child(4) .address p br{ display: block;}
  .footer-content:nth-child(1){ display: none;}
  .page-hero .hero-text-area{ font-size: 10px;}
  .footer-content:nth-child(4) { position: relative;margin-top: -2em;  }
  .footer-content-title{ margin-bottom: 0px;}
  ul.resort-det{ margin-top: 0px;}
  .about-section{ padding-bottom: 1.5em;}
}
 @media (min-width:769px) and (max-width:991px){}

