@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
     font-family: 'Poppins-Regular';
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     font-family: 'Poppins-Regular';
     font-size:18px;
     color:#505050;
     
}
 .c1 {
     background-color:#fff !important;
     color:#333 !important;
}
 .fa-rotate-90 {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
     transform: rotate(90deg);
}
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
 @font-face {
     font-family: 'Poppins-semibold';
     src: url('../fonts/Poppins-SemiBold.eot');
     src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
     font-weight: 600;
     font-style: normal;
}


 @font-face {
     font-family: 'Poppins-Regular';
     src: url('../fonts/Poppins-Regular.eot');
     src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'Poppins-Medium';
     src: url('../fonts/Poppins-Medium.eot');
     src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
     font-weight: 500;
     font-style: normal;
}
@font-face {
    font-family: 'Poppins-light';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins-bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('../fonts/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff'),
        url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UberMove';
    src: url('../fonts/UberMove-Medium.eot');
    src: url('../fonts/UberMove-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UberMove-Medium.woff2') format('woff2'),
        url('../fonts/UberMove-Medium.woff') format('woff'),
        url('../fonts/UberMove-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UberMove-bold';
    src: url('../fonts/UberMove-Bold.eot');
    src: url('../fonts/UberMove-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UberMove-Bold.woff2') format('woff2'),
        url('../fonts/UberMove-Bold.woff') format('woff'),
        url('../fonts/UberMove-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SegoePrint';
    src: url('../fonts/SegoePrint.eot');
    src: url('../fonts/SegoePrint.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoePrint.woff2') format('woff2'),
        url('../fonts/SegoePrint.woff') format('woff'),
        url('../fonts/SegoePrint.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


 .clear {
     clear: both 
}
 audio, ::selection {
     background:#8cc248;
     color: #fff;
}
 .effect-shine:hover {
     -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.8) 30%, #000 50%, rgba(0,0,0,.6) 70%);
     -webkit-mask-size: 200%;
     -webkit-animation: shine 2s infinite;
     animation: shine 2s infinite;
}
 .grecaptcha-badge{
     display:none !important;
}
 .whats-app{
     width:30px;
     z-index:99;
     position: fixed;
         float: right;
         top: 68vh;
    right: 40px;
}
 .whats-app img {
     animation-name: floating;
     animation-duration: 3s;
     animation-iteration-count: infinite;
     animation-timing-function: ease-in-out;
     margin-left: 0px;
     margin-top: 5px;
     opacity:1;
     max-width:50px;
}
.modal-title{
  display: none;
}
.Welcome-block-two {
    position: relative;
     margin-bottom: 40px;
    margin-top: 40px;
        padding: 0 70px !important;
}
.welcome-section-two .image-three {
    margin-top: 0px;
}
.Welcome-block-two .image {
    width: 100%;
}

.key-content p{
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 10px;
    font-family: 'Poppins-Medium';
}

.video-one__video-link {
    position: absolute;
    z-index: 3;
     right: 40px;
    bottom: 12%;
}
.video-one__video-icon {
    position: relative;
    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;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color:#64bb46;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-one__video-icon:before {
    position: absolute;
    top: -17px;
    left: -17px;
    right: -17px;
    bottom: -17px;
    content: "";
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 1;
}
.video-one__video-link .ripple, .video-one__video-icon .ripple:before, .video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}



@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}



.welcome-section-two .img-wrapper{
  margin: 0;
  position: unset;
}
.welcome-section-two .image-two {
    position: absolute;
    right: 60px;
    top: 305px;
    width: 45%;
    border: 20px solid #ffff;border-bottom: 0;
}
.image-three img {
   
        height: auto;
    width: 315px;
        border: 20px solid #ffff;border-bottom: 0;
        border-left: 0;
}
.key-content{
      position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    padding: 30px 30px 5px;
}
.Welcome-block-two:last-child{
}

.single-blog-item .content {
    padding: 10px;
}

.blg{position: relative;}
.viewall{
      position: absolute;
    right: 10px;
    bottom: 78%;
}
.viewall2 {
 color: #8e8e8e;
    font-family: 'OratorStd';
    font-weight: 500;
    margin-top: 30px;
}
.viewall2 i{
  margin-left: 15px;
}
a.cource-btn:hover{
  color: #bf9e5f
}
.service-wrapper .col-md-3,
.service-wrapper .col-md-4{

}

.service-wrapper .col-md-5 img{
  padding-left: 0px; 
   padding-right: 0px; 
       border: 10px solid #fff;
           height: 100%;

}
.single-blog-item .content h3 {
    margin-bottom: 5px; 
    margin-top: 35px;
    text-align: left; 
     font-family: 'Merienda-Regular';
     font-weight: normal;
        font-size: 1em;  
        color: #fff;
}
.single-blog-item .content span.vip {
    font-size: 3.278em;
    position: absolute;
    right: -34%;
    top: 36%;
}
.single-cta-item .content {
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.single-cta-item .content h3 {
    margin-bottom: 5px; 
    margin-top: 35px;
    text-align: left; 
     font-family: 'Merienda-Regular';
     font-weight: normal;
        font-size: 1em;  
        color: #fff;
}

 .content.vip-c {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.5s;
    text-align: center;
}

.content.inner-tre{
  background: #157c7dc2;
    width: 100%;
    text-align: left;
    transition: 0.5s;
}
.content.inner-tre p{
  color: #fff;
}
.single-blog-item:hover .btn-area {
    display: block !important;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: 0.5s;
    margin-top: 50px;
}
.single-blog-item.inner-treat:hover .content
{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.single-blog-item.inner-treat .post-featured-thumb.bg-cover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(#2e279d), color-stop(60%, rgba(46, 39, 157, 0.57)), to(rgba(46, 39, 157, 0.14902)));
    background: -o-linear-gradient(bottom, #2e279d 0%, rgba(46, 39, 157, 0.57) 60%, rgba(46, 39, 157, 0.14902) 100%);
    background: linear-gradient(0deg, #64bb46 0%, rgb(46 39 157 / 0%) 60%, rgba(46, 39, 157, 0.14902) 100%);
}
.single-blog-item.inner-treat .content p{
  color: #fff;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.single-blog-item.inner-treat .content {
    padding: 25px;
    }
.single-blog-item.inner-treat  .content.vip-c{
  background: transparent;z-index: 3;
}
.single-blog-item.inner-treat
{
transition: 0.5s;
  text-align: left;

}
a.read-more-btn:hover {
    border-color: #64bb46;
    color: #64bb46;
}


.btn-area{
  transition: 0.5s;
}
 .read-more-btn {
    font-size: 1em;
    line-height: 1;
    color: #fff;
    border: 2px solid #fff;;
    padding: 15px 30px;
    border-radius: 30px;
    margin-top: 25px;
}
 .read-more-btn i {
    font-size: 15px;
    margin-left: 6px;
}

img.arrow-img {
    height: 100% !important;
}

a.v-d {
    display: flex;
    align-items: center;
}
.single-blog-item .content span,.v-d{
  font-weight: normal;
  font-size: 1em;
  color: #fff;
 font-family: 'geomanistregular';
}
.single-blog-item h3 {
    
    text-shadow:
   -1px -1px 0 #8e8e8e,  
    1px -1px 0 #8e8e8e,
    -1px 1px 0 #8e8e8e,
     1px 1px 0 #8e8e8e;
}
.single-blog-item img {
    position: relative;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  background-color: var(--alipes-primary);
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-two__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: .15;
  z-index: -1;
}

.testimonial-two__top {
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.testimonial-two__top-left {
  position: relative;
  display: block;
}

.testimonial-two__top-left .section-title {
  margin-bottom: 0;
}

.testimonial-two__top-right {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-top: 7px;
}

.testimonial-two__bottom {
  position: relative;
  display: block;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  border-top-right-radius: 45px;
  border-bottom-left-radius: 45px;
  margin-left: 75px;
  z-index: 1;
  padding-left: 95px;
  padding-right: 68px;
  padding-top: 88px;
  padding-bottom: 46px;
}
.testimonial-two__single:hover:before {
  background-color: #e5e3df;
}
.get-know {
    padding-bottom: 150px !important;
    padding-top: 100px !important;
}
.testimonial-two__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 57px;
  width: 10px;
  background-color: #e4e1dd;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
.img-full{ width: 100%; display: block; height: auto;}

.testimonial-two__client-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.testimonial-two__client-details {
  position: relative;
  display: block;
}

.testimonial-two__client-rating {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__client-rating i {
  font-size: 15px;
  color: var(--alipes-base);
}

.testimonial-two__client-rating i+i {
  margin-left: 1px;
}

.testimonial-two__client-name {
  font-size: 1.333em;
 font-family: 'Poppins-Regular';
      font-weight: normal;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: 11px;
  margin-bottom: 12px;
}

.testimonial-two__client-sub-title {
 font-family: 'Poppins-light';
 font-weight: 300;
  text-transform: uppercase;
  line-height: 16px;
}

.testimonial-two__quote {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__quote span {
      transform: rotate(180deg);
    top: 0 !important;
}

.testimonial-two__client-img-box {
  position: absolute;
  top: 50px;
  left: -75px;
  height: 141px;
  width: 141px;
  background-color: #e5e3df;
  border-radius: 50%;
  padding: 12px;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__client-img-box {
  background-color: var(--alipes-base);
}

.testimonial-two__client-img img {
  height: 117px;
  width: 117px;
  border-radius: 50%;
}

.testimonial-two__client-img img {
  width: 100% !important;
  border: 7px solid #fff;
  border-radius: 50%;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*ISOTOP*/

.grid-item {
    display: inline-block;
    height: 259px;
    overflow: hidden;
    text-align: center;
    width: 400px;
    padding: 5px 3px;
}
.grid-item img {
    width: 100%;
    height: auto;
    transition: 0.9s;
    webkit-filter: grayscale(1);
}
.grid-item img:hover {
    filter: none;
}
.grid-item:hover .goverlay {
    opacity: 1;
}
.goverlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}
.isotope-pager{display: none;}
.filters ul {
    list-style: none;
    padding: 20px 10px;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
}
.filters li{
    display: inline-block;
}
.filters li a{
    display: inline-block;
    padding: 6px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #126088;
    border: 1px solid #12608857;
}
.filters li.active a {
    color: #fff;
    background: #126088;
    box-shadow: -1px 1px 11px rgb(0 0 0 / 40%);
}
.filters li.active>a{  color: #fff;}

/*.grid-item:hover .img-overlay{
  opacity: 1;
}
*/

/*tab*/
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
 color: #fff;
    background: #64bb46;
    box-shadow: -1px 1px 11px rgb(0 0 0 / 40%);
    position: relative;
}


/*.tab button.active:hover:after,
.tab button.active:hover:before {
  width: 50px;
    border-color: #64bb46;
}*/

/*.tab button.active:after {
    position: absolute;
    content: '';
    height: calc(100% - 10px);
    width: 13px;
    background: 0 0;
    border: 1px solid #fff;
    border-right: 0;
    top: 5px;
    left: 5px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;

    -webkit-transition: all ease 300ms;
}
.tab button.active:before {
    position: absolute;
    content: '';
    height: calc(100% - 10px);
    width: 13px;
    background: 0 0;
    border: 1px solid #fff;
    border-left: 0;
    top: 5px;
    right: 5px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}*/

/* Style the buttons inside the tab */
.tab button,.tab2 button {
  position: relative;
      display: inline-block;
    padding: 6px 25px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    margin: 10px 10px;
    background:#8e8e8e;
        font-family: 'Poppins-light';
    font-size: 1em;
    font-weight: 300;
}

.tab button:hover{
  background: #64bb46;
    color: #fff;
}
.tab button:hover:after {
    border: 1px solid #64bb46
}

.tab button.active:after 
{
  border: 1px solid #64bb46
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
      position: relative;
}
/* Style the tab */
.tab,.tab2 {
     width: 100%;
    justify-content: center;
        margin-bottom: 40px;
            position: relative;text-align: center;
}
.tabcontent .col-md-4{
  padding: 0
}
div#image-gallery .image{
  margin-left: unset !important;
}
.Videos{
  position: relative;    padding: 3px !important;
}

/*testimonials*/
.testimonial-block:after {
    content: '';
    position: absolute;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 30px 10px -20px rgb(0 0 0 / 3%);
    box-shadow: 0 30px 10px -20px rgb(0 0 0 / 3%);
    right: 0;
    left: 0;
    opacity: .70;
    height: 50%;
    bottom: -40px;
    left: 0;
    right: 0;
    border-radius: 3px;
    margin-left: 40px ;
    margin-right: 40px;
}

.testimonial-block {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 55px 5px rgb(137 173 255 / 20%);
    box-shadow: 0 10px 55px 5px rgb(137 173 255 / 20%);
    position: relative;
    padding: 75px 90px 10px 90px;
    border-radius: 5px;
    z-index: 1;
    margin-bottom: 65px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.testimonial-block h3 {
    font-size: 30px;
    line-height: 21px;
    color: #0e2a4e;
    font-weight: 700;
    position: relative;
    padding-left: 74px;
    padding-top: 10px;
    margin-bottom: 35px;
}

.testimonial-block h3 .quote {
    font-size: 150px;
    letter-spacing: 15px;
    line-height: 135px;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #64bb46;
    color: transparent;
     font-family: 'Merienda-Regular';
    position: absolute;
    top: -40px;
    left: 0;
}
.video-story {
    margin-top: 150px;
}
.testimonial-block .text {
    font-size: 1em;
    line-height: 28px;
    color: #797979;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.testimonial-block .author-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.testimonial-block .author-thumb {
    margin-right: 20px;
}

.testimonial-block .name {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 47px;
    color: #64bb46;
    font-weight: 700;
     font-family: 'Poppins-Regular';
    text-transform: uppercase;
}

.testimonial-block.light-text h3 {
    color: #fff;
}

.testimonial-block.light-text .text {
    color: #9b9faa;
    border-color: #3b424a;
}

span.qoute {
    
    font-family: fantasy;
    font-family: 'Playfair Display';
        position: relative;
    top: -50px;
}
span.qoute i {
    font-size: 2em;
    background: #64bb46;
    color: #fff;
    line-height: 80px;
    width: 80px;
    height: 80px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
    transform: rotate(180deg);
}





/* Certificate Section */

.certificate-section {
    position: relative;
    padding: 120px 0 90px;
}

.certificate-block {
    position: relative;    margin-top: 30px;
}

.certificate-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    margin-right: 20px;
}

.certificate-block .inner-box:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 10px;
    top: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}



.certificate-block .image {
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    z-index: 9;
}

.certificate-block .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 4px solid transparent;
    transition: .5s;
}

.certificate-block .content {
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
    z-index: 9;
}

.certificate-block h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.certificate-block .text {
    margin-bottom: 0;
}

.places-item .box-content {
    width: 100%;
    height: 100%;
   
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    
   
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.places-item:hover .places-content {
   opacity: 1;
    transition: all 0.45s ease-out 0s;
}
.places-item:hover .box-content {
    height: 100%;
     transition: all 0.45s ease-out 0s;
    transform: rotateY(180deg) scale(0.5);
    transform: rotateY(0deg) scale(1);
     background: rgba(0,0,0,0.6);
}
.places-item:hover img {
   transition: all 0.5s ease 0s;
}
.places-item img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease 0s;
}
.box-link .icon {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    /* top: 40%; */
}
.group-link .icon h3 {
    font-size: 1em;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    background: #64bb46;
    color: #fff;
    transition: all 0.5s ease 0s;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
        padding: 5px 20px;
}
.places-item.interior h3 span {
    font-family: 'Poppins-light';
    font-weight: 300;
}
.offer-text h4 {
    font-size: 1.101em;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    color: #fff;
}
.offer-text h5 {
    font-size: 1.047em;
    font-family: 'Poppins-light';
    font-weight: 300;
    color: #fff;
}
.group-link {
    position: absolute;
    bottom: 0;
    height: 60px;
    right: 0;
}
.box-content{
 
}
.offer-title1 {
     position: absolute;
    top: 50px;
    right: 0;
    
}
.offer-title2 {
     position: absolute;
    top: 80px;
    right: 0;
    
}
.offer-title1 h3,.offer-title2 h3{
      font-size: 1em;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    background: #64bb46ad;
    color: #fff;
    transition: all 0.5s ease 0s;
    /* margin: auto; */
       text-align: right;
    width: max-content;
    padding: 5px 20px;
}
.offer-title2 h3
{
 background: #e3a40ca8;
}
.box-content-down.group-link.interior-abs {
    left: 0;
    right: unset;
    background: #6d5120e0;
    width: 100%;
    bottom: 0;
    text-align: left;
    padding: 20px;
    height: unset;
}

/*comparison*/


#comparison {
  width: 100%;
  padding-bottom: 74%;
  overflow: hidden;
  position: relative;
}

#comparison figure {
  position: absolute;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
span.drag-text {
    position: absolute;
    top: 48%;
    z-index: 99;
    color: #000;
    left: 55%;
    font-family: 'OratorStd';
    font-weight: 500;
}
#divisor {
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
      background-position: center;
}
#divisor::before, #divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
#divisor::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
#divisor::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
#handle::before, #handle::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
#handle::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
#handle::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
input[type=range]:focus, input[type=range]:active {
  border: none;
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  background: transparent;
  border: 4px solid white;
  border-left: 4px dashed #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}


/*rooms*/
.rooms2 .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 4% 4% 4% 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.rooms2 {
    position: relative;
    margin-bottom: 1em;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    /*margin-top: -25px !important;*/
    z-index: 9999;
}
.rooms2.right-r {
      margin-left: 0px;
        margin-right: -82px;
}

.rooms2.left .ccaption {
    left: auto;
    right: 0;
    background: #fff;
    padding: 4% 4% 4% 4%;
}
.rooms2 figure img:hover {
    transform: scale(0.98);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.room-wrapper {
    padding-top: 40px;
}
.rooms2 .ccaption {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px -90px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 60px 60px 60px 60px;
    background: #fff;
    min-height: 95%;


}
.icon-box-wrapper {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;display: block;
     width:22%;
    float: left;
    
    margin-bottom: 20px;
    margin-top: 20px;

}
.box-icon img {
    height: 70px;
}
.icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    align-items: center;
    display: flex;

}
.icon-box-title {
    color: #19130B;
    font-size: 1.2em;
}

.rooms2 .ccaption h3, .rooms2 .ccaption h3 a {
    font-size: 24px;
    color: #ab8a62;
    margin-bottom: 0px;
     font-family: 'Poppins-light';
     font-weight: 300;
}
.rooms2 .ccaption h4, .rooms2 .ccaption h4 a {
       font-size: 1.5em;
    color: #333;
    font-family: 'UberMove';
    font-weight: 500;
    text-align: left;
    line-height: 34px;
    margin-right: 25px;
        text-transform: uppercase;

}
.rooms2 .ccaption h4 span{
  display: block;    line-height: 2;
  position: relative;
    padding-left: 60px;
    color: #64bb46;
    font-size: 1em;
}
.rooms2 .ccaption h4 span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 2px;
    border-bottom: 1px solid #64bb46;
}
.pt-room-price:before {
    content: "|";
    position: absolute;
    left: 50%;
    top: -29px;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    /* border-bottom: 1px solid #64bb46; */
    color: #64bb46;
}
.pt-room-price {
    position: absolute;
    content: "";
    right: 30px;
    top: 25px;
    width: 110px;
    height: 110px;
    text-align: center;
    background: #64bb46;
    border-radius: 100%;
    padding-top: 26px;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.pt-room-price  span {
  font-size: .9em
}
.pt-room-price .pt-room-day {
    display: block;
    font-size: .6em;
    color: #fff;
    text-transform: capitalize;
    line-height: 24px;
}
.room-facilities ul li {
    color: #666;
    font-size: 15px;
    padding-bottom: 10px;
}
.room-facilities ul li i {
    margin-right: 10px;
    color: #aa8453;
    font-size: 20px;
}

.page-list {
    position: relative;
    display: block;
}
.page-list li {
    position: relative;
    display: flex;
    align-items: baseline;
}
.page-list-icon span {
    font-size: 1em;
    color: #aa8453;
}
.page-list-icon {
    display: flex;
    align-items: center;
}
.page-list-text {
    margin-left: 15px;
}
.rest-img img {
    padding-right:25px;
    margin-top: 20px;
        padding-bottom: 40px;
        transition: all 0.3s ease;
}

.rest-img:hover:nth-child(odd) img{
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.rest-img:hover:nth-child(even) img {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

.booking-box {
    position: relative;
    background: #f8f5f0 !important;
    padding: 60px 45px;
    margin-top: 0 !important;
}
.services .content .cont  .text {
    margin-bottom: 30px !important;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
img.res1 {
    position: absolute;
    left: 0;
    opacity: .1;
}

img.res2 {
    position: absolute;
    right: 0;
     opacity: .1;
}
.booking-box input, .booking-box select, .booking-box textarea {
    border: none !important;
}
hr.border-2 {
    border-top: 1px solid #ececec;margin-bottom: 30px;
}
hr {
    margin-top: 15px;
    margin-bottom: 35px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.25);
}
.butn-dark a:hover{
  background: #000;
  color: #fff;
}

.facility{
      padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    background: #fff;
}
h5.jkit-post-title{
font-size:1.2em;
}
.jkit-postblock-content {
    padding: 10px 5px;
}
.services .img {
    position: relative;
    overflow: hidden;
}
.services .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.bg-cream {
    background: #f8f5f0;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.services .content {
    width: 100%;
    padding: 30px;
}
.services .content p {
    margin-bottom: 20px;
}
.services .content .cont {
}
.services .content .info h6 {
    font-size: .8em;
    letter-spacing: 3px;
    color: #ceaa68;
    font-family: 'Poppins-light';
    text-transform: uppercase;
}
.services .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.bg-white{
  background: #fff;
}
.services .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 2em;
      font-family: 'Merienda-Regular';
    font-weight: normal;
    color: #64bb46;
    line-height: 1.2em;
}




/*about*/

.about-sec{
    max-width: 1000px;
    margin:0 auto;
}
.slide-image-wrap {
    overflow: hidden;
    transform: translate(0);
    position: relative;
}
.project-item__img-link {
    display: block;
    
}
.bg-light2{
    background: #f5f5f5;
}
.project-item__img {
    width: 100%;
    transition: opacity .3s;
}

.project-item__img-link:hover .project-item__img {
    opacity: .8;background: radial-gradient(1453.82px at 0 100%,#333 0,#2b2b2b 100%);
}
.process-effects-layer {
  background-image: url(../images/steps.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1140px auto;
  margin-top: -80px;
  margin-bottom: 0px;
  padding: 60px 0px 0px 0px;
}
.process-effects-layer .rs-addon-number .number-part .number-image {
  background: #fff;
  padding: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 160px;    text-align: center;
    justify-content: center;
    display: flex;
}
.process-effects-layer .rs-addon-number .number-part .number-image img {
  width: 60px;
  display: block;
}
.process-effects-layer .rs-addon-number .number-part .number-text {
  position: relative;
  text-align: center;
}
.process-effects-layer .rs-addon-number .number-part .number-text .number-area {
  position: relative;
  transition: all .3s ease 0s;
  text-align: center;
  width: 50px;
  height: 50px;
  left: -50px;
  top: -36px;
  margin: -13px 0px 0px 0px;
  display: inline-block;
  border-radius: 50px 50px 50px 50px;
  background: #186db8;
}
.process-effects-layer .rs-addon-number .number-part .number-text .number-area .number-prefix {
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
}
.process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
  font-size: 1em;
    font-weight: normal;
    font-family: 'Poppins-Regular';
  color: #333;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
  margin: 0 24px 0 24px;
  color: #FFFFFF;
}
.rs-process.style1.careers-style .process-effects-layer {
  background-image: unset;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  margin-top: -110px;
  margin-bottom: 0px;
  padding: 160px 0px 0px 0px;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-image {
  background: #0a0a0a;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
  color: #0a0a0a;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
  margin: 0 17px 0 17px;
  color: #454545;
}
.rs-addon-number .number-part {
  padding: 70px 45px 40px 30px;
  /*background-color: #FFFFFF;*/
  margin: 0 3px 0 3px;
}
.about-p{
    margin-top: 20px;
}
.test-title2 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    color: #0057a6;
    line-height: 1.2;
    margin-top: 20px;
    text-transform: capitalize;
}
.ser-content {
    margin-left: 35px;
    width: 100%;
    height: auto;
    text-align: justify;
    box-shadow: 5px 3px 30px rgb(0 0 0 / 10%);
    padding: 30px;
}
ul#grid .image {
    margin: 10px;
}
.ser-wrapper{
  padding-top: 60px;
    padding-bottom: 90px;
}
.about-content{
        padding: 30px;
    border: 1px solid rgba(45,45,45,.1);
}
.about-wrapper{
  position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 90px;
}
.about-triangle {
    position: absolute;
         right: 10%;
    top: -27px;
    z-index: 1;
    -webkit-animation: rotate 8s linear infinite;
    animation: rotate 8s linear infinite;
}
.about-first{
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 100px;
}
.position-relative{
  position: relative;
}

.about-images .about12 {
    border-radius: 0 100px 100px 0;
    margin-left: 15px;
    margin-bottom: 15px;
}
.about-images .about13 {
    margin-left: -20%;
    max-width: 120%;
}
.about-dot {
    position: absolute;
    right: 0px;
    bottom: -80px;
    z-index: -1;
    -webkit-animation: jump 4s linear infinite;
    animation: jump 4s linear infinite;
}

.welcome-title.about-main {
    font-family: 'Poppins-Medium';
    line-height: 55px;
    color: #18212e;
}
.about-wrapper .section-bg1 {
    position: absolute;
    right: -70px;
    bottom: -70px;
    z-index: -1;
}
.about-wrapper .abt-content span {
    font-size: .8em;
    color: #64bb46;
    font-family: 'Poppins-Regular';
    background: #e6004c1a;
    padding: 5px 10px;
    margin-bottom: 15px;
    display: inline-block;
}

-webkit-animation:jump 4s linear infinite;animation:jump 4s linear infinite}@media (max-width:991px){.about-dot{display:none;visibility:hidden}}@-webkit-keyframes jump{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.about-wrapper .abt-content{
}
.img-wrapper img {
    object-fit: cover;
    height: 250px;
    width: 100%;
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}
.about-images .about13 {
    margin-left: -20%;
    max-width: 120%;
}
.about-wrapper .about2-vector{
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
.rs-addon-number .number-part .number-area .number-prefix {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #00000021;
  display: block;
  margin-bottom: 22px;
}
.rs-addon-number .number-part .number-txt {
  margin-bottom: 27px;
}
.rs-addon-number .number-part .number-txt .loac-text {
  padding-top: 12px;
}
.rs-addon-number .number-part .number-txt .loac-text strong {
  font-weight: 700;
}

   .social-share li a.fb i{
      background: rgba(40,93,161,.1);
    color: #285da1;
    }
    .social-share li a.tw i{
     background: rgba(3,169,244,.1);
    color: #03a9f4;
    }
    .social-share li a.in i{
      background: rgba(216,22,63,.1);
    color: #d8163f;
    }
.contact-icon svg {
    fill: none;
    stroke: #2b4eff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    height: 40px;
}
.contact-us-info {
  position: relative; 
     z-index: 1;    background: #fff;
}


.address-list svg {
    fill: none;
    stroke: #aa8453;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
        height: 30px !important;
}
.contact__shape img {
    position: absolute;
}
.contact__info {
    margin-bottom: 50px;    
}
.location {
    padding: 0 !important;
}
.contact__shape img.contact-shape-1 {
    bottom: 75px;
    left: -30px;
    z-index: -1;
}
.contact__shape img.contact-shape-2 {
    right: -30px;
    top: 30px;
}
.contact__shape img.contact-shape-3 {
    right: -7%;
    top: 50%;
}
.tit.follow {
    padding-left: 38px;
}
.hse-content {
    background: #fff;
    box-shadow: 3px 4px 30px hsl(0deg 0% 53% / 10%);
    border-radius: 5px;
    padding: 40px 25px 25px;
    border-left: 3px solid #0057a6;
}
.hse-content.quality{
  border-left: 0;
  border-right: 3px solid #64bb46;
}
.hse-content .title-wraper {
    margin-bottom: 20px;
}
.hse-content h4 {
    text-transform: uppercase;
    margin-top: 20px;   
     margin-bottom: 10px;
}
.scope-item li:before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7496 15.4594C12.4954 15.4594 12.2385 15.41 11.9928 15.3082C11.2572 15.0038 10.7819 14.2953 10.7819 13.5034V11.8225C10.7819 11.3909 11.1316 11.0411 11.5631 11.0411C11.9946 11.0411 12.3445 11.3909 12.3445 11.8225V13.5034C12.3445 13.7374 12.5165 13.8337 12.5903 13.8644C12.6656 13.8955 12.8587 13.9497 13.0272 13.7811L18.2094 8.59248C18.5147 8.28685 18.5147 7.78956 18.2094 7.48393L13.0272 2.29548C12.8587 2.12687 12.6656 2.18088 12.5905 2.21201C12.5165 2.24268 12.3445 2.33912 12.3445 2.57319V7.29594C12.3445 8.1576 11.6435 8.85859 10.7819 8.85859H0.781251C0.349732 8.85859 0 8.50886 0 8.07734C0 7.64582 0.349732 7.29594 0.781251 7.29594H10.7819V2.57319C10.7819 1.78126 11.2572 1.07264 11.9928 0.768223C12.731 0.462742 13.571 0.628758 14.1327 1.1912L19.3149 6.37965C20.2283 7.29426 20.2283 8.7823 19.3149 9.69691L14.1327 14.8854C13.7579 15.2606 13.2593 15.4592 12.7496 15.4594Z'%3E%3C/path%3E%3C/svg%3E");
    width: 30px;
    height: auto;
    font-size: 16px;
    text-rendering: auto;
    color: #009bb3;
    cursor: pointer;
    float: left;
    margin-left: -30px;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    filter: invert(50%) sepia() saturate(10000%) hue-rotate(0deg);
}
 .scope-item {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 7px 30px;
}
.scope-item li{
      padding-bottom: 5px;
  font-size: 1.1em; 
     display: flex;
    align-items: center;
}
.martop{
  margin-top: 50px;
}
.md-wrapper{
  position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(95.58deg,#f3dbff,#fff);
}
.md-wrapper .web-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}
.md-wrapper .web-top {
    position: absolute;
    top: 0;
    right: 0;
}
.testimonial-single3.style-2 {
    padding: 30px 25px;
    box-shadow: 3px 0 20px hsl(0deg 0% 53% / 10%);
    background: #fff;
    margin-top: 30px;
}
.testimonial-single3 .author-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.gap-3 {
    gap: 1rem!important;
}
.testimonial-single3 .author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial-single3 .author .author-desig h5 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.testimonial-single3 .author .author-desig h5 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
.testimonial-single3.style-2 p.para {
    margin-bottom: 0;
    font-size: 1.111em;
}
.author-img img {
    width: 100px;
}

/*......................*/
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    justify-content: center;
    display: flex;
    margin: 0 auto;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
 .whats-app:hover img {
     opacity:1 
}
 @keyframes floating {
     from {
         transform: translate(0, 0px);
    }
     65% {
         transform: translate(0, 15px);
    }
     to {
         transform: translate(0, -0px);
    }
}
 .img-full{
     width: 100%;
     height:auto;
     display: block 
}
 .img-responsive {
     max-width: 100%;
     height:auto;
}
 .container{
     width:100%;
     padding-left:5%;
     padding-right:5% 
}
.img-wrapper.cert img.img-responsive{
    max-width: 100%;
    height: 460px;
}
.img-wrapper.cert
{
    margin-bottom: 50px;
}

 .logo1{
     display:none 
}

.certificate-content-wraper {
    position: absolute;
    z-index: 999;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}
 .banner-wraper{
     width:100%;
     height:auto;
     z-index:1;
     position: relative;
}
.mt--40 {
    margin-top: -40px;
    }

    /*loader*/
    #loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    z-index: 100
}

#loading:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-image: var(--icon_loading);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px #00000029, 0 2px 10px #0000001f
}


.bodyPreLoading {
    opacity: 0;
    filter: alpha(opacity=0)
}

#velaPreLoading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff
}

#velaPreLoading>span {
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #77523d
}

.velaLoading {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.velaLoadingIcon {
    position: absolute;
    border-top: 5px solid #429542;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #429542;
    border-right: 5px solid transparent;
    border-radius: 50%;
    -webkit-animation: velaLoading 2s infinite;
    -o-animation: velaLoading 2s infinite;
    animation: velaLoading 2s infinite
}

.velaLoadingIcon.one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px
}

.velaLoadingIcon.two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.velaLoadingIcon.three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.velaLoadingIcon.four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes velaLoading {
    50% {
        -webkit-transform: rotate(360deg) scale(.8);
        -moz-transform: rotate(360deg) scale(.8);
        -ms-transform: rotate(360deg) scale(.8);
        -o-transform: rotate(360deg) scale(.8)
    }
}

@-moz-keyframes velaLoading {
    50% {
        -webkit-transform: rotate(360deg) scale(.8);
        -moz-transform: rotate(360deg) scale(.8);
        -ms-transform: rotate(360deg) scale(.8);
        -o-transform: rotate(360deg) scale(.8)
    }
}

@-ms-keyframes velaLoading {
    50% {
        -webkit-transform: rotate(360deg) scale(.8);
        -moz-transform: rotate(360deg) scale(.8);
        -ms-transform: rotate(360deg) scale(.8);
        -o-transform: rotate(360deg) scale(.8)
    }
}

@keyframes velaLoading {
    50% {
        -webkit-transform: rotate(360deg) scale(.8);
        -moz-transform: rotate(360deg) scale(.8);
        -ms-transform: rotate(360deg) scale(.8);
        -o-transform: rotate(360deg) scale(.8)
    }
}


 .swiper-slide-caption {
    position: absolute;
    z-index: 999;
    display: inline-block;
       max-height: 100%;
    white-space: normal;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    background-image: url(../images/text-bg.png);
    background-size: 100% 100%; 
}


 .caption {
     font-size:3.559em;
     color: #fff;
    font-family: 'UberMove';
     font-weight: 500;
     text-align:center;
     line-height:58px;
      z-index: 1;
      letter-spacing: -2px;
   
}

 .caption-bottom{
      font-size: 1.281em;
     color:#fff;
     font-family: 'Poppins-Regular';
     font-weight: normal;
     line-height:25px;
     z-index: -1;
    width: 100%;
    text-align: left;
    letter-spacing: -1px;
        position: relative;
    left: 115px;
}
.certificate-content-wraper {
    position: absolute;
    bottom: 0;
}



.f-contact-form.home-page {
    position: absolute;
    right: 7%;
    top: 30%;
    width: 28%;
    padding: 60px;
    background: #fff;

}
.f-contact-form.home-page h4{
   font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 1.559em;
    color: #5135c0;
}

.or-box{
    width: 100%;
}


img.b-shape {
    position: absolute;
    top: 180px;
    left: 75px;
}
.caption:after{
   background-repeat: no-repeat;
    position: absolute;
        left: 96%;
    top: -12px;
    width: 100%;
    height: 100px;
    z-index: 9;
    background-image: url(../images/text-img.png);
    content: "";
}
.swiper-slide-caption.change {
    bottom: 15%;
}
.caption.size-change {
    font-size: 39px;
    line-height: 20px;
}
.caption-bottom.size-change {
    font-size: 24px;margin-bottom: 30px;
}
 .top-wraper{
     width:100%;
     height: auto;
}
 .top-container{
     width:100%;
     padding-left:6%;
     padding-right:6%;
}
 .tophead{
     width:100%;
     height:40px;
     position:relative;
     padding-top:1em;
}
 .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;
}
 .menu-container{
     width: auto;
     height: auto;
     float:right;
     margin-top:1em 
}
 .logo{
     width:auto;
     height:auto;
     float:left;
}
 .effect-shine:hover {
     -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.8) 30%, #000 50%, rgba(0,0,0,.6) 70%);
     -webkit-mask-size: 200%;
     -webkit-animation: shine 2s infinite;
     animation: shine 2s infinite;
}

.or-box h4{
font-size:1.337em !important;
color:#7f7f7f !important;
    margin-bottom: 20px;
    font-size: 2.2em;
    line-height: 60px;
    position: relative;
    justify-content: center;
    display: flex;
    margin-bottom: 50px;
    padding-left: 53px;
    padding-right: 53px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }

  .or-box h4:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: #646464;
    left: 0;
    bottom: 25px;
}

.or-box h4:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: #646464;
    right: 0;
    bottom: 25px;
}

 @-webkit-keyframes shine {
     from {
         -webkit-mask-position: 150%;
    }
     to {
         -webkit-mask-position: -50%;
    }
}
 .effect-shine1:hover {
     -webkit-mask-image: linear-gradient(-75deg, rgba(255,172,0,1) 30%, #000 50%, rgba(255,172,0,.6) 70%);
     -webkit-mask-size: 200%;
     -webkit-animation: shine 2s infinite;
     animation: shine 2s infinite;
}
 @-webkit-keyframes shine1 {
     from {
         -webkit-mask-position: 150%;
    }
     to {
         -webkit-mask-position: -50%;
    }
}
 .top-quickwraper{
     width:100%;
     height:auto;
}
 .header-contact{
     width:auto;
     height:auto;
     float:right;
         
}

.sexy-menu.detached .nav-menu{
    border: none;
}

 .header-call{
     width:auto;
     height:auto;
     float:left;
     line-height:40px;
     font-family: 'Poppins-Regular';
     font-size:1em;
     font-weight:400;
     margin:35px 15px;
     color:#fff;
         position: relative;
}

.language-div a:nth-child(1):before {
    content: "|";
    position: absolute;
    display: inline-table;
    width: 2em;
    height: 37px;
    color: #000;
    left: 0px;
    top: 0;
}
 .header-call a:nth-child(1){
    padding: 0px;
     margin: 0px;
     border: none
}
.header-call img {
    height: 25px;filter: invert(1);

}
 .header-call a{
    display: flex;
    align-items: center;
        transition: .3s;
     line-height:1.7;
    font-family: 'Poppins-light';
    font-weight: 300;
   color: #000;
  font-size: 0.889em;
     margin-left:15px;
     /*border-left: 1px solid #ccc;*/
}
.language-div {
    width: auto;
    height: auto;
    float: left;
    font-family: 'Poppins-Regular';
    margin-left: 10px;
    color: #fff;
        position: relative;
}

.btn-l{
    transition: .3s;
    line-height: 1.7;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    color: #333;
    font-size: 1em;
    margin-left: 20px;}
span.num {
 font-family: 'Poppins-Regular';
 font-weight: normal;
   color: #333;
  font-size: 0.889em;

}
#more,#more2,#more3,#more4,#more5,#more6 {display: none;}
#myBtn,#myBtn2,#myBtn3,#myBtn4,#myBtn5,#myBtn6{
  cursor: pointer;
  color: #64bb46;
  background: transparent;
  font-size: 1em;
  font-family: 'Poppins-light';
}
 .header-call a:hover{
     /*font-family: inherit;*/
     /*font-weight:400;*/
     color:#64bb46;
}
 .header-call a:hover span{
     color:#64bb46;
 }
 .desk-view{
     display:block ;
     width: 100%;
}
 .mob-view{
     display:none 
}
 .nav-menu > li:nth-last-child(1) a{
     padding-right:0%;
}
 .banner-caption{
     width:auto;
     height:auto;
     text-align: center;
         position: relative;
    width: 100%;
    /* background: radial-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,0.3),rgba(0,0,0,0.4),rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    */
}

.product-logos.slider.resort-slider {
 
}


.triangle-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 30px solid #fff;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 33.3%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.triangle-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 30px solid #fff;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: 31.3%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.quick li {
    margin-bottom: 2px;
    font-size: 1em;
    display: inline-block;
}
 .footer-bottom-wrap{
     width:100%;
     height:auto;
     background: #3a4646;
     position: relative;
     z-index: 1;
}
.footer-bottom-wrap a {
    color: #fff;
    padding: 0 10px;
}
.footer-bottom-container {
/*    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;*/
}
.footer-bottom-last .text-q{

  font-family: 'Playball', cursive;
  font-weight: 400;
  font-size: 1.222em;
  color: #7b7b7b;
}
section.footer-bottom-last {
    padding: 20px;
    justify-content: center;
    display: flex;
    text-align: center;
}

.copy-right img {
    display: flex;
}
 .copy-right{
     width: auto;
     height: auto;
     line-height:60px;
     float: left;
    font-family: 'Poppins-light';
     font-weight: 300;
     font-size:1em;
     color:#bbbfbf;
     display: flex;
     align-items: center;
}
 .designed {
     width: auto;
     height: auto;
     float: right;
}
 .designed p {
     width: auto;
     height: auto;
     float: right;
     font-family: inherit;
     font-size:1em;
     font-weight:300;
     color:#bbbfbf;
     line-height:60px;
    /* color:#00a8e8;
    */
}
 .designed p a {
     text-decoration: none;
     font-family: inherit;
     font-size:1em;
     font-weight:300;
     color:#bbbfbf;
     margin-left:5px;
}
 .designed p a:hover {
     text-decoration: none;
     color:#fff;
     border-bottom:1px solid #333;
}
 .designed-ido {
     float: right;
     height: auto;
     padding-left: 8px;
     width: auto;
     line-height:46px;
}
 .footer-wraper{
     width:100%;
     height:auto;
     padding: 50px 0 25px;
}
.footer-content-title.wh {
    align-items: center;
    display: flex;
    padding-left: 80px;
}

.arrow-left:before{

    content: "\2190";
    position:absolute;
}
.arrow-right:before{

    content: "\2192";
    position:absolute;
}
img.wh  {
    margin-left: 20px;
    height: 41px;
}
 .footer-top-wraper{
     width:100%;
     justify-content: center;
     height:auto;
     padding-top:60px;
         display: flex;
     padding-bottom:0px;
    border-top: 1px solid #ccc;
}
.quick li {
    position: relative;
}
.quick li:before {
    content: "|";
    color: #2a3891;
    padding: 0;
    margin: 0;
    top: 0px;
    line-height: inherit;
    position: absolute;
    left: -2px;
    width: 5px;
    height: 9px;
}
.quick li:nth-child(1):before {
    display: none;
}
.quick li a {
    padding: 0 10px;
}
.quick li a:hover{
  color: #64bb46;
}

 .footer-content{
     float:left;
}
.footer-content span {
    font-size: 1.222em;
    font-family: 'Poppins-light';
    font-weight: 300;
    color: #7e7e7e;
}

a.btn1.login_btn {
    padding: 0 1px;
    position: relative;
    top: -90px;
    left: 221px;
    padding: 3px 21px;
}

.position_relative
{
    position: relative !important;
}

 .footer-content:nth-child(1){
     /*margin-top:75px;*/
     width: 100%;
}

.footer-logo img {
    /*height: 68px;*/
}
.footer-content:nth-child(5) {
    margin-right: 0;
    margin-left: 80px;
}
 .footer-content:nth-child(2){
     width:19%
}
 .footer-content:nth-child(3){
     width:20%;
}
 .footer-content:nth-child(4){
     margin-right: 0 !important
}
 .footer-social{
     width:100%;
     height:auto;
}
 .footer-logo{
     width:100%;
     height:auto;
     text-align:left;
     margin-bottom:1em;
     justify-content: left;
    margin: 0 auto;
    display: flex;
}
 .footer-address-wrap{
     width:100%;
     height:auto;
}
 .footer-content ul{
     margin:0px;
     padding:0px;
     list-style-type:none;
}
 .footer-content ul li{
     font-family: 'Poppins-Regular';
     font-size:1em;
     line-height:1.7;
     width:100%;
}
 .footer-content ul li a{
    line-height: 2;
      font-family: 'Poppins-Regular';
     font-size:1em;
     color:#333;
     -webkit-transition: padding .2s;
     -moz-transition: padding .2s;
     -o-transition: padding .2s;
     transition: padding .2s;
         font-weight: normal;
}
 .footer-content ul li a:hover{
     color:#64bb46;
     padding-left:3px;
     font-weight: normal 
}
 .footer-content-title{
     width:100%;
     height:auto;
     font-size:1.333em;
    font-family: 'Poppins-Regular';
     color:#000000;
     margin-bottom:15px;
     margin-top: 40px;
}
 .footer-address{
     width:100%;
     height:auto;
     margin-top:1em;
}
 .footer-address:nth-child(1){
     margin-top:0px;
}
 .footer-icon{
     width:13%;
     height:auto;
     float:left;
     text-align:right;
}
.address img {
    /*height: 40px;*/
    margin-right: 20px;
}
 .address{
     height:auto;
     font-size:1em;
     color:#333;
     font-weight: 300;
    font-family: 'Poppins-Regular';
     line-height:1.7;
     display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.address span{
    color: #333;
    font-family: 'Poppins-Regular';
}
 .footer-address-container {
     width: 100%;
     height: auto;
     padding-bottom:5px;
     padding-top:5px;
}
 .footer-details-icon{
     width:auto;
     height:auto;
     float:left;
     display:table-cell;
     text-align:left;
     color:#05431b;
     font-size:1.75em;
     margin-right:10px;
     margin-top:-3px;
}
 .footer-details {
     width:100%;
     height: auto;
     float: left;
     font-size:1em;
         align-items: center;
}
 .footer-details p {
     width: 100%;
     height: auto;
     font-family: 'Poppins-Regular';
     font-size: 1em;
     color:#333;
     line-height:1.9;
    font-weight: normal;
     padding-right:0% 
}
 .footer-quick-contact{
     width:100%;
     height:auto;
}
 .footer-social-links {
    justify-content: center;
    margin: 0 10px;
}
 .footer-social-links ul {
     margin:0px;
     padding:0px;
     list-style-type:none;
     width:auto;
}
 .footer-social-links ul li {
     list-style:none;
     height:50px;
     width:35px !important;
     float:left;
}
 .footer-social-links ul li a {
     height:50px;
     width:50px;
     display:block;
     text-align:left;
     font-size:1.3em;
     color:#64bb46;
     line-height:50px;
}
 .footer-social-links ul li a:hover {
     color:#64bb46;
}
.specialist.certificate-content img {
    margin: -26px;
}
 .partnerd-wrap{
     width: 100%;
     height: auto;
     
   /*  padding-top: 2em;
     padding-bottom: 2em;*/
}
.bg-slides{
        background-color: #eff0f1;
}
.b-0{
    border: 0 !important
}

.customer-logos .slick-slide img,.customer-logos1 .slick-slide img{
}

.customer-logos .slick-slide {
    padding: 0px 0px;
}
.customer-logos .slick-slide{
    width: 240px;
   }


/*faq*/
.faqimg {
   position: absolute;
    right: 0%;
    top: 15%;
    width: 40%;
}
.faq-block {
    position: relative;
    padding: 70px 49px 164px 60px;
    background: #fff;
    margin-right: -82px;
    z-index: 5;
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button span {
    font-size: 1.2em;
    color: #0c203b;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem;
    font-size: 1em;
    color: #0d203a;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ebe8e4;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    cursor: pointer;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}


.accordion-button:not(.collapsed)  span{
  color: #64bb46;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    /*background-color: #e7f1ff;*/
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    font-family: Font Awesome\ 5 Free;
    right: 20px;
    top: 16px;
    content: "\f077";
    font-size: 16px;
     color: #64bb46;
      font-weight: 900;
}

.accordion-button::after {
   
    margin-left: auto;
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
        font-weight: 900;
    transition: transform .2s ease-in-out;
      color: #0c203b;
    padding: 10px;
    background-position: center;
}
.faq-wrapper{
  padding: 70px 0;
  position: relative;
}

section.faq-wrapper:after {
    /*content: "";
    position: absolute;
    top: 0px;
    width: 50%;
    height: 100%;
    right: 0px;
    background-color: #f1efe1;
    z-index: -1;*/
}
.booking-padding {
    padding-left: 50px;
}
@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
  /*  z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)*/
}

.accordion-header {
    margin-bottom: 0;

}

.accordion-item {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    /*border-top: 0*/
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
/*    border-right: 0;
    border-left: 0;*/
    border-radius: 0;
        margin-bottom: 15px;
       

}
 box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}


.trigger.section {
    /*min-height: 260px;*/
    align-items: center;
        border-left: 2px solid #fff;  
          position: relative;

}

/*treatments*/
.section-padding3{
padding: 150px 0
}
.departments-items {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 30px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 1px 30px 0px rgb(0 0 0 / 8%);
    margin-top: 50px;
        position: relative;
}
.mb-0{
  margin-bottom: 0px !important;
}
.departments-items .departments-content {
    padding: 60px 30px 40px;
}
body.treatments .title-box {
    margin-bottom: 20px;
}
.departments-items .departments-content .departments-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    border: 1px solid #64bb46;
    margin-bottom: 25px;
    position: absolute;
    top: -30px;
}
.departments-items .departments-content .departments-icon img {
    /* width: 49px; */
    padding: 10px;
}
.departments-items .departments-content p,.about-block .inner-box .content-column .content-inner p{
  margin-bottom: 15px;
}
.text-primary {
      margin-bottom: 10px;
  text-transform: uppercase;
    color: #64bb46;
}
h4.treat-h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

img.abtimg {
    /*margin-top: -50px;position: relative;*/
}
img.abtimg
{
    width: 100%; 
}

.abt-content p {
    margin-bottom: 30px;
}
.martop2 {
    margin-top: 30px;
}
 .abt-content
{
    width: 100%;
    height: auto;
    padding-left: 30px;
   
}
.abt-content h4 {
  margin-bottom: 10px;
    font-size: 1.667em;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    color: #64bb46;
}

.first-img img {
    position: absolute !important;
    left: -51px;
    top: -100px;
    width: 150px !important;
    height: auto;
    z-index: -1;
}


.abt-wrapper img {
    position: relative;
    max-width: 100%;

}
.about-img {
display: flex;
    position: relative;

}


.about-img:before{
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 14px;
    z-index: 9;
    background-image: url(../images/top-bg.png);
    content: "";
    background-size: cover;
}
.about-img:after{
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 97.8%;
    width: 100%;
    height: 14px;
    z-index: 9;
    background-image: url(../images/top-bg.png);
    content: "";
    background-size: cover;
}

section.benefit-wrapper,section.blog{
    background-image: url(../images/bg.png);
    background-size: cover;
}
.abotu-page-content .welcome-title span {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.abotu-page-content {
    text-align: justify;
    padding-left: 50px;
}

.about-section .about-features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 35px;
}
.about-section .about-features li a {
    background: #fff;
    padding: 55px 25px 45px;
    -webkit-box-shadow: 0px 14px 24px 0px rgb(184 184 184 / 10%);
    box-shadow: 0px 14px 24px 0px rgb(184 184 184 / 10%);
    text-align: center;
    display: block;
    color: #bead8e;
    position: relative;
    z-index: 1;
}
.about-section .about-features.masonry-layout li:nth-child(2) {
    margin-top: 100px;
}
.mtp{
  margin-top: 60px;
}
.about-section .about-features.masonry-layout li:nth-child(3) {
    /*margin-top: 200px;*/
    margin-top: 0;
}
.about-section .about-features.masonry-layout li:nth-child(4) {
    margin-top: 100px;
}
.about-section .about-features.masonry-layout li {
    margin-top: 0;
}



.sh-images{
  position: relative;
}
.sh-images img{
  width: 50%;
  border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: #fff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);

}
img.pic1 {
    margin: 15px -50px -20px 0px;
    transform: rotate(-15deg);
}
img.pic2 {
  /*width: 40%;*/
    margin: 15px -50px -20px 0px;
    transform: rotate(30deg);
        position: absolute;
}
img.pic3 {
    margin: 15px -50px -20px 0px;
    transform: rotate(7deg);
    position: absolute;
    left: 10%;
    top: 90%;
    width: 60%
}
.with-pattern {
    position: relative;
    z-index: 1;
    background-color: #eaeaea;
    margin: 50px 100px;
        padding: 50px 0;
}
.trend-content h3 {
    font-size: 1.4em;
}

.with-pattern .pattern-wrap {
    position: absolute;
    background: #bead8e;
    right: 0;
    height: 100%;
    z-index: -1;
    width: 30%;
    top: 0;
}
.with-pattern .pattern-wrap .pattern {
    position: relative;
    width: 100%;
    height: 100%;
}
.with-pattern .pattern-wrap .pattern:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../images/pattern.png);
    content: "";
    background-size: cover;
    background-position: 100%;
}
.with-pattern .pattern-wrap2 .pattern2:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../images/pattern.png);
    content: "";
    background-size: cover;
    background-position: 100%;
}
.with-pattern2 .pattern-wrap2 {
    position: absolute;
    background: #bead8e;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 30%;
    top: 0;
}
.with-pattern .pattern-wrap2 {
    position: absolute;
    background: #bead8e;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 30%;
    top: 0;
}
.with-pattern .pattern-wrap2 .pattern2 {
    position: relative;
    width: 100%;
    height: 100%;
}

section.abt-wrapper

{    
      position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
      z-index: 9;
}
.abt-inner{
  margin-bottom: 50px;
}
.about-section .about-features li a .title {
    font-size: 1em;
     font-family: 'geomanist-medium';
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 10px;
    display: block;
}
.section-title span.title-tag {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 20px;
}
.section-title h2 {
    font-size: 2.3em;
    line-height: 1.125;
    font-family: 'PlusJakartaSans-semibold';
    font-weight: 600;
}
.col.col-md-3.animate-box.top{
  margin-top: 90px;
}
.about-section{
      padding: 50px;

}
.about-section{
  background-image: url(../images/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-section .about-features li a:hover {
    background: #bead8e;
    color: #fff;
}
.about-section .about-features li a:hover img {
    filter: brightness(5);
}
.about-section .about-features li a, .about-section .about-features li a i, .about-section .about-features li a span {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.about-section .about-features li a:hover .title {
    color: #fff;
}


.trending .trend-item {
    position: relative;
    transition: all ease-in-out 0.5s;
    height: 100%;
    overflow: hidden;
}
.color-overlay {
    top: inherit;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #000000);
    height: 50%;
    opacity: 0.6;
}
.trend-full{
  /*border-radius: 10px;
      box-shadow: 0 0 15px #cccccc37;
      background: #fff;*/
      margin-bottom: 20px;
      cursor: pointer;
}

.trend-content {
    padding: 10px 20px;
}

.trend-content  h3{
  margin-bottom: 7px;
}
.trending .trend-item:hover {
    transition: all ease-in-out 0.5s;
}
.trending .trend-item:hover .color-overlay{
    height: 100%;
    transition: all ease-in-out 0.5s;
}

.trending .trend-item:hover .trend-image img{
    transform: scale(1.1);
    transition: all ease-in-out 0.5s;
}


.project-block {
    position: relative;
}
.project-block .image-box {
    position: relative;
}

.project-block .image {
    position: relative;
    display: block;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.project-block .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #181818;
    opacity: .75;
    z-index: 1;
}
.project-block .caption-box {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    padding: 0 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-block .caption-box h3 {
    position: relative;
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-block .caption-box h3 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-block .caption-box .text {
    position: relative;
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.project-block .caption-box p {
    position: relative;
    font-size: 1em;
    line-height: 24px;
    color: #f9f9f9;
    font-weight: 400;
    margin-bottom: 25px;
}
.project-block .caption-box .read-more {
    position: relative;
    font-size: 15px;
    color: #a0d405;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block:hover .caption-box .text {
    max-height: 200px;
}

.project-block:hover .image {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.trend-full{
  position: relative;
}

/*.trend-full:before{
  position: absolute;
    left: 0;
    top: 50%;
    height: 0%;
    width: 100%;
    background-color: #cfa865;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trend-full:hover:before {
    top: 0;
    height: 100%;
}
.trend-full:hover .trend-content a,.trend-full:hover .trend-content p{
  color: #fff;
}*/
.abt{
         padding: 90px 0 90px;  
    background-color: #fff;
}
.blg{
         padding: 30px;  
    background-color: #fff;
}
 .services-pad {
    padding: 50px 0;
}

 .welcome-wraper{
     width: 100%;
     height: auto;
     background-size: cover;position: relative;
}
 .welcome-container{
     width: 60%;
     height: auto;
     float: left;
}
 .welcome-container p{
        text-align: justify;
     width: 100%;
     height: auto;
     font-family: 'Poppins-Regular';
     line-height: 1.7;
     font-size: 1em;
     color: #333;
     margin-bottom: 10px;
    font-weight: normal;
}

.welcome-title span {
    color: #808080;
     font-family: 'Poppins-Regular';
      font-weight: normal;
      font-size: 0.611em;
}
.datruck-title
    {
         width: 100%;
     height: auto;
     float: left;
     text-align: left;
     font-size: 4em;
     color:#0057a6;
     letter-spacing: -4px;
     line-height: 72px;
      font-weight: 200;
     font-family: 'geomanist-light';

    }
    .datruck-title span {
    font-family: 'geomanist-medium';
    }
    .datruck-title.sub-title {
    line-height: 60px;
    font-size: 2.667em;
    letter-spacing: -3px;
}
.key-f {
    background: rgb(255 255 255 / 80%);
    padding: 20px 0 20px 20px;
}
.box-div {
    background: #fff;
    padding: 30px 45px 60px 50px;
}
.cta-contents h2{
    font-family: 'MrEavesXLModOT-Book';
      font-weight: normal;
      font-size: 5.333em;
      color: #fff;
      text-transform: uppercase;
        line-height: 72px;
}
.cta-contents h4{
    font-family: 'Poppins-Regular';
   font-weight: normal;
   color: #f3bc25;
   font-size: 2.000em;
   position: relative;
}
.cta-contents h4:after {
    background-repeat: no-repeat;
    position: absolute;
    left: 20%;
    top: 20px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-image: url(../images/shape1.png);
    content: "";
    background-size: contain;
}

.grid-images> .images {
    width: auto;
    height: auto;
    float: left;
    margin-left: 30px;
    margin-top: 0px;
}
.grid-images {
    float: right;
    display: flex;
        margin-top: 50px;
}
.images:nth-child(2) {
    margin-top: -85px;
}
.features h3 a{
    color: #fff;
    font-size: 1em;
        font-weight: normal;
    font-family: 'Poppins-Regular';
}
.features
{
    display: flex;
    margin-top: -20px;
    position: relative;
}
.feature:hover
{

}

.feature {
       min-width: 170px;
    padding: 12px 36px;

    background: #64bb46;
    cursor: pointer;
    text-align: center;
}

.feature:nth-child(2),.feature:nth-child(4),.feature:nth-child(6){
        background: #e5e5e5;
}
.feature:nth-child(2) h3 a,.feature:nth-child(4) h3 a,.feature:nth-child(2) h3 a,
.feature:nth-child(6) h3 a,.feature:nth-child(8) h3 a{
    color: #333;

}
.feature:nth-child(6),.feature:nth-child(8) {
    background: #fff;
}

.reportbg {
    /*background: linear-gradient(90deg, #ffffff 50%, #eff0f2 50%);*/
    background-color: #ededed;
    background-size: cover;
    background-image: url(../images/bg.png);
}


.bg2 {
    background: #f9f5e9;
}
img.report-icon {
    float: right;
    position: relative;
    right: -36px;
    bottom: -54px;

}
.product-wrapper .col-md-4{
        padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
}
.product-wrapper{
    background: #fff;
    padding: 50px;
}
span.qty {
    font-size: 0.778em;
    color: #333;
    position: relative;
  bottom: 14px;
}
.box:hover  {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #fff;
    z-index: 9999;
}
.box:hover .view-btn,.box:hover .leaf-part{
    display: none;
}

.box {
    padding: 50px;
    position: relative;
    color: #fff;
    height: 100%;
    display: flex;
    cursor: pointer;
}
.box .content{
    position: relative;
        width: 80%;
}
.img-part {
    width: 20%;
}
.box p {
    font-family: 'Poppins-Regular';
    color: #429542;
    font-size: 1em;
    margin-top: 10px;
}
.box h3 {
    font-family: 'Poppins-light';
    color: #666;
    font-size: 1.333em;
        margin-top: 20px;
    font-weight: 300;
}
.view-btn {
    -webkit-transition: all 300ms ease;
    float: right;
    text-align: center;
    font-size: 1em;
    color: #fff;
    font-family: 'Poppins-Regular';
    margin-top: 20px;
        position: relative;

}
.view-btn:hover{
    color: #2cab2c
}

.view-btn img {
    filter: invert(1);
}
/*.view-btn:before{
    position: absolute;
    padding: 0;
    margin: 0;
    top: 9px;
    left: -20px;
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    border-right: 0.2em solid #429542;
    border-top: 0.2em solid #429542;
    transform: rotate(45deg);
    margin-right: 0.5em;
}
*/
/*footer*/
.footer-images{
    position: relative;
}
.f-img1{
    position: absolute;
    bottom: 0
}
.f-img2{
    position: absolute;
    bottom: 0;
    right: 0

}
/*...........*/

.benefit-images{
    position: relative;
}
.b-img1{
    position: absolute;
    bottom: -215px;
    left: 0
}
ul.points li img {
    height: 30px;
}
a.btn1 img {
    height: 20px;
}


.b-img2{
    position: absolute;
    bottom: -160px;
    right: 0

}

.bg1{
    background: #e6f6e6;

}
.bg3{
    background: #f7ede9;
}
.leaf-part {
    position: absolute;
   top: 0;
    left: 0;
}
.box ul{
    width: 100% !important;;
}
.box li,.box li i{
    color: #fff !important;
    border-color: #fff !important
}
.datruck-title.sub-title.text-center:before{
left: 50%;
}
.datruck-title.sub-title.text-center:after{
left: 47%;
}
.datruck-title:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 6px;
    background-color: #0057a5;
    margin: 0;
    position: absolute;
    bottom: -23px;
    left: 0;
}

.datruck-title:before {
    content: "";
    display: inline-block;
    width: 2.5em;
    height: 1px;
    background-color: #9e9e9e;
    margin: 0;
    position: absolute;
    bottom: -24px;
    left: 51px;
}


 .welcome-title{
     width: 100%;
     height: auto;
     float: left;
     text-align: left;
     font-size:2.000em;
     color:#000;
     margin-bottom: 20px;
 font-family: 'PlusJakartaSans-semibold';
    font-weight: 600;
     line-height: 30px;
}
.abotu-page-content  .welcome-title{
   line-height: 45px;
}
.welcome-title2 span{
     color:#429542;
     font-family: 'Raleway-Medium';
    font-size: 2.833em;
}
.welcome-title2 h4.sub-title
{
    font-size:1.722em;

}
/*testimonial*/

.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}


.owl-theme .owl-controls{margin-top:10px;text-align:center}
.owl-theme .owl-controls .owl-buttons div{
    color:#64bb46;
    display:inline-block;
    margin:15px;
    -webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;
    background:transparent;filter:Alpha(Opacity=50);opacity:1
  color: #64bb46;
    border: 1px solid #64bb46;
    width: 40px;
    height: 40px;
    font-size: 25px;
}
a.cource-btn.viewall2.review-btn {
    position: absolute;
    bottom: 17%;
    right: 10%;
}
.owl-next {
    margin-top: 10px !important;
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons div i{
    line-height: 30px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#186db8}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}
 
.owl-theme .owl-controls .owl-page span{

}
.owl-prev {
    position: relative;
    top: -7px;
    left: 10px;
}
.owl-theme .owl-controls .owl-page.active span
{

}
.test-padding{
    padding: 80px 0px 80px;
}
.testimonial {
    /* background: #fff; */
        margin-top: 50px;
    position: relative;
}

.test-bg{
  background: url(../images/testimonial-1.png);
}
/*.container.testi:before {
    background: #64bb46;
    position: absolute;
    left: 0;
    top: 29%;
    bottom: 0;
    width: 100%;
    height: 59%;
    z-index: 0;
    content: "";
    background-size: cover;
}*/
.testimonial .pic img {
   /* width: 100%;
    height: auto;*/
    position: absolute;
    width: 85px;
    height: 95px;
    border-radius: 50%;
    margin: 0 auto;
}
img.right-q {
    right: 0;
    position: absolute;
        bottom: 35px;
        right: 40px;
}
img.left-q {
        top: 0;
        left: -35px;
    position: absolute;
}

a.test-view-btn {
    z-index: 99;
    display: block;
    justify-content: center;
    margin: 0px auto;
    display: flex;
    margin-top: 46px;
    padding: 4px 20px;
}

.testimonial .post {
    font-size: 18px;
    color: #555;
    line-height: 24px;
}
.testimonial .name{
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
   font-family: 'Poppins-Medium';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2em;
    
}
.pt-testimonial-meta {
    margin-left: 35px;
}
.video-top{
  margin-top: 100px;
}
.testimonial-content .content.customer-info {
    padding: 30px;
    border: 10px solid #E4E4E4;
    position: relative;
    min-height: 540px;
    text-align: justify;
}
.testimonial-content .content.customer-info.mt-2 {
    border: 10px solid #f8f8f8;
    padding: 23px;
}
.customer-header {
    display: flex;
    color: #484848;
        width: 100%;
    margin-bottom: 25px;
}
.testimonial-content .author-thumb {
    position: relative;
    z-index: 9;

}
 .customer-header .customer-thumb {
    float: left;
    border: 10px solid #E4E4E4;
    border-radius: 50%;
       width: 150px;
    height: 160px;
    margin-right: 20px;
}
.testimonial-content .author-thumb img {
   position: absolute;
    width: 110px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
}
.customer-det{
        margin: auto 0;
    align-items: center;
}
.customer-info:before {
    content: "";
    border-top: 45px solid transparent;
    border-left: 45px solid #E4E4E4;
    position: absolute;
    left: 120px;
    z-index: 99;
    top: -53px;
}
.testimonial-content {
    /*box-shadow: 0px 5px 90px 0px rgb(2 24 93 / 15%);*/
    /* margin: 20px; */
    display: flex;
    padding: 10px 50px 70px;
    align-items: center;
    background: #fff;
        position: relative;

}
.testimonial-content:before{
  content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    left: 30px;
    bottom: -8px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(225deg);
    background: #fff;
}
 .pt-testimonial-media {
    margin-top: 45px;
    display: flex;
    position: relative;
    align-items: center;
}
.pt-testimonial-media span{
  display: block;
  font-size: 1.2em;
    line-height: 2;
  color: #64bb46;
}
.testimonial .pic {
    display: inline-block;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.home-testimonial p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonial .description {
    font-size: 1em;
    color: #333;
    line-height: 1.7;
    margin-bottom:1em;
    margin-top: 1em;
    display: inline-block;
     display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;text-align: justify;    margin-top: 0;
    }

.testimonial .content {
    padding: 0 30px;
    float: right;
}

/*............*/
.cta-contents p {
  text-align: justify;
    line-height: 1.889;
}

.login-img{
    border: 7px solid #fff;
    transform: translate(0, -24%);
}

.home-login .shape-1 {
    width: 401px;
    height: 391px;
    background: #076e9eba;
    position: absolute;
    left: -45px;
    top: -44px;
    z-index: -1;
}

.home-login{
        z-index: 1;
}

a.btn1.login {
     position: absolute;
    top: 58%;
    right: 20px;
    padding: 5px 20px;
    left: unset;
    webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #1d9432; -webkit- }
  50% { background-color: #069de9;  }
  100% { background-color: #1d9432; -webkit- }
}

@-moz-keyframes glowing {
  0% { background-color: #1d9432; -moz- }
  50% { background-color: #069de9; -moz- }
  100% { background-color: #1d9432; -moz- }
}

@-o-keyframes glowing {
  0% { background-color: #1d9432;  }
  50% { background-color: #069de9;  }
  100% { background-color: #1d9432;  }
}

@keyframes glowing {
  0% { background-color: #1d9432;  }
  50% { background-color: #069de9; }
  100% { background-color: #1d9432;  }
}
.enq-div {
    margin-left: 60px 
}
img.enq-img.img-full {
    z-index: 999;
    position: relative;
}
.section-padding2
{
    padding: 230px 0px;
}
.section-padding {
    padding: 70px 0px 70px;
}
.bg-overlay::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    background-color: #1f425d;
    z-index: -1;
}
.cta-contents h1 {
    font-size: 2.167em;
    letter-spacing: -1px;
    font-weight: normal;
    font-family: 'Poppins-Regular';

}
.cta-contents.pricing h1 {
    font-size: 2em;
}
.cta-contents a:hover{
    color: #bf9e5f;
}
.abt-imgs{ position: relative;  }

.cta-wrapper:before{ 
background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    height: 30px;
    z-index: -1;
    background-image: url(../images/top-bg.png);
    content: "";
    background-size: cover;
}

.cta-wrapper:after{ 
background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(../images/bottom-bg.png);
    content: "";
    background-size: cover;
    top: 99%;
    z-index: -1
}


.cta-wrapper {
    background-position: center;   
    background-size: cover;
    min-height: 800px;
    z-index: 9;
    position: relative;
}
.test-div {
 
        width: 100%;

}
.test-wrapper {
    position: relative;
    overflow: hidden;
}
section.resort-div {
    margin-top: -125px;
    z-index: 9;
}
.resort-div{

}
.single-cta-item.mtop {
    margin-top: 20px;
}
.facility-div {
    position: relative;
    top: 573px;
}

.text-capitalize{
    text-transform: capitalize;
}
 .promise-title {
    font-size: 1.389em;
    font-family: 'League Spartan', sans-serif;
   
}
.pr-8{
    padding-right:8%;
}
h4.sub-title {
    color: #0057a6;
        letter-spacing: 0;
    font-size: 0.838em;
    font-weight: normal;
    font-family: 'geomanistregular';
}
h4.sub-title2 {
    color: #000;
    font-size: 1.444em;
    font-weight: 100;
    font-family: 'geomanistregular';
}
 .welcome-pic{
     width: 35%;
     height: auto;
     float: left;
}
 .home-service{
     width: 100%;
     height: auto;
     padding-top: 100px;
     position: relative;
}
 .title-wraper {
     width: 100%;
     height: auto;
    margin: 0 auto;
    text-align: center;
     justify-content: center;
         margin-bottom: 25px;
}
 .title {
     width: auto;
     height: auto;
     font-size: 1.389em;
     font-family: 'geomanistregular';
     font-weight: normal;
     /*color:#868686;*/
     color: #186db8 ;
}
 .title span{
    font-size: 1em;
     color:#e8b70d;
}
.tech {
    margin-top: -110px;
    justify-content: center;
}
.tech img {

    margin: 20px auto;
    display: flex;
}
section.client-wrapper {
    padding: 60px 0 60px;
}
/* .title::after {
     content: "";
     display: inline-block;
     width: 1em;
     height: 1px;
     background-color:#e8b70d;
     margin: 0px 0px 10px 20px;
}
 */

 .title-wrap h2 {
    text-align: center;
    font-size: 45px;
    color: #fff;
        font-weight: 100;
}
 .title-wrap{
     width:100%;
     padding: 20px;
     background-color:#211248;
}

/*.coming-soon*/
.coming-soon-area {
    position: relative;
    height: 50vh;
    overflow: hidden;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table .d-table-cell {
    vertical-align: middle;
}
.d-table-cell {
    display: table-cell!important;
}
.coming-soon-contant h1 {
    color: #333;
    font-size: 3em;
}

.theme-btn:hover {
    border-color: #64bb46;
    color: #64bb46;
    background: transparent;
}

.theme-btn {
    padding: 13px 20px;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
    background: #64bb46;
    position: relative;
    z-index: 111;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
}
 .eror-button {
    margin-top: 20px;
}
.coming-soon-area .coming-soon-contant {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
 
    background-color: #fff;
     position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  animation: fadeIn 1000ms ease;
  -webkit-animation: fadeIn 1000ms ease;
}
/*////////////*/

/*service*/
.service-item5 {
    background: #fff;
    box-shadow: 3px 4px 20px hsl(0deg 0% 53% / 10%);
    border-radius: 5px;
    /*padding: 30px;*/
    /*margin-bottom: 25px;*/
    transition: transform .6s ease 0s;
    transform: perspective(3000px) rotateY(5deg);
}
.serv-con {
    padding: 0px 20px;
}
.service-item5 .icon-area img {
    /*background: rgba(255,115,66,.1);*/
    /*filter: brightness(7.5);*/
    /*width: 90px;*/
    box-shadow: 3px 4px 30px hsl(0deg 0% 53% / 10%);
    /*border-radius: 100%;*/
        width: 100%;
}
.service-item5 .icon-area {
    display: flex;
    justify-content: space-between;
    align-items: start;
    transition: transform .6s ease 0s;
    transition-delay: .4s;
}
.service-item5 .icon-area .arrow.style-1 {
    background: rgba(255,115,66,.1);
}
.service-item5 .icon-area .arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.service-item5 .service-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 21px;
}
.service-item5 .service-title:before {
    content: "";
    width: 75%;
    height: 1px;
    background-color: #eee;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    transition: all .45s ease;
    right: 0;
}
.service-item5 .service-title h4 a {
       font-family: 'Poppins-Regular';
    font-size: 1.222em;
    font-weight: normal;
    color: #000;text-transform: uppercase;
}
.service-item5:hover {
    transform: perspective(1500px) rotateY(8deg);
    box-shadow: 0 0 30px hsl(0deg 0% 53% / 10%);
}
.service-item5:hover .service-title:before {
    width: 100%; background-color: #64bb46;
}
.service-item5 .icon-area .arrow.style-1 svg {
    fill:#ff7342;
    transition: all .45s ease;
}

.icon-p {
    background: #fff;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    padding: 10px;
}
.blog-content .icon-p{
   height: 50px;
    width: 50px;
}

 .appointment-shape {
    position: absolute;
    bottom: -60px;
    left: -74px;
    width: 310px;
    -webkit-animation: a-six 5s infinite linear;
    animation: a-six 5s infinite linear;
}
.appointment-shape img {
    width: 200px;
}

img.book-side-img {
       opacity: .8;
    position: absolute;
    right: 0;
    width: 20%;
}
.image-text h2{
  font-size: 1.691em;
  color: #fff;
  font-family: 'SegoePrint';
  position: absolute;
      top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        width: 100%;
    justify-content: center;
    display: flex;
}
.image-text{
  position: relative;
}

img.f-shape {
    position: absolute;
    right: 0;
    bottom: 0;    z-index: -1;
}

-webkit-animation:a-six 5s infinite linear;animation:a-six 5s infinite linear}@-webkit-keyframes a-six{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}50%{-webkit-transform:translate(0,40px);transform:translate(0,40px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes a-six{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}50%{-webkit-transform:translate(0,40px);transform:translate(0,40px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}
/*blog*/

 .blog-title   {
        text-align: left;
}

 .blog-title h1{
    width: 100%;
    height: 100%;
    font-size:2.629em;
   font-family: 'UberMove';
    font-weight: 500;
    color: #63bc46;
    text-align: left;
    line-height: 40px;
    margin: 0;
}
.book-title h1{
font-size: 1.444em;
    line-height: 1.5;
    color: #64bb46
        line-height: 30px;
}
.blog-title span {
    color: #323f3f;
    font-size: 1.726em;
    font-family: 'UberMove';
    font-weight: 500;line-height: 30px;
}
.about-section .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

/*contact*/
.contact-form-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.08;
    z-index: -1;
}


.curve-text {
    position: absolute;
    top: 130px;
    left: -100px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 1;
}
.curve-text .text{
  position: absolute;
  left: 48px;
  top: 48px;
  width: 256px;
  height: 256px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.curve-text .text h2{
  display: block;
  font-size: 5em;
  line-height: 72px;
  font-family: 'Poppins-semibold';
    font-weight: bold;
  color: #64bb46;
}
.counter-one__bg {
    position: absolute;
    bottom: -19px;
    right: 0px;
    width: 600px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    z-index: 9;
}

.cta-one__right:before {
        content: "";
    width: 100%;
    height: 100%;
    background: #037677;
    position: absolute;
    right: -75px;
    top: 54px;
    bottom: 141px;
}

.cta-one__right {
    position: relative;width: 90%;
}
img.conult-img {
    width: 80%;
}
/*services*/
.services .title-wraper{
  margin-bottom: 15px;
}
ul.list li span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: #64bb46;
    border-radius: 50%;
    font-size: 10px;
    color: #FFF;margin-right: 15px;
}

.about-two__year {
    position: absolute;
        bottom: 23px;
    left: -89px;
    background-color: #333;
    max-width: 242px;
    width: 100%;
    padding: 0px 32px 0px;
    z-index: 9;
}
.about-two__year:hover {

background-color:#64bb46;
}

.about-two__year:hover .service-row a{
  color: #fff;
}
.service-row a:hover{
   color: #fff;
}
.about-two__year::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 4px solid  #64bb46;
    z-index: -1;
}
.about-two__shape-1 {
    position: absolute;
    left: 29px;
    bottom:-76px;
}
.service-row a {
    font-size: 1.4em;
    color: #fff;
    line-height: 60px;text-transform: uppercase;
}
.about-two__year::after {
    content: "";
    position: absolute;
    top: -19px;
    left: -19px;
    right: -19px;
    bottom: -19px;
    border: 15px solid #f5f5f5;
    z-index: -1;
}
.about-two__shape-1 img {
    width: auto;
}
/*blog*/
.news-details__left {
    position: relative;
    display: block;
}
.news-details__img {
    position: relative;
    display: block;
}


.news-details__content {
  position: relative;
  display: block;
  margin-top: 21px;
  padding: 35px 30px;
    margin-left: 40px;
    background-color: #ffffff;
    margin-top: -55px;
    position: relative;
    border: 1px solid #e4e4e4;
}

.news-details__date {
    position: absolute;
    top: 20px;
    right: -10px;
    background-color: #64bb46;
    padding: 6px 23px 3px 25px;
    z-index: 1;
}
.news-details__date:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #64bb46;
}
.news-details__date p {
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
   
}
p.news-details__text-1 {
    margin-bottom: 15px;
}
.news-details__title {
  font-size: 1.889em;
  line-height: 44px;
  margin-top: 4px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.news-details__text-2 {
  padding-top: 30px;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 45px 30px 29px;
    background-color: #f2ede4;
    overflow: hidden;
    z-index: 1;
}

.sidebar__post .sidebar__title {
    margin-left: 20px;margin-bottom: 20px;
}
.sidebar__title {
    margin: 0;
    font-size: 1.333em;
    text-transform: uppercase;
}
.sidebar__post-list {
    margin: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 20px 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}.sidebar__post-image>img {
    width: 70px;
}
.sidebar__post-image {
    margin-right: 20px;
}
.sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post-list li:hover {
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}

.sidebar__post-content h3 a {
    color: #333;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: .6em;
}

/*endd*/
/*products*/
.black{
  color: #333 !important;
}
.products-section .content-block .time {
    font-size: 1em;
    line-height: 30px;
    color: #8a8b96;
    margin-bottom: 39px;
    position: relative;
}
.products-section .image-block {
      margin-top: 100px;
    padding-bottom: 50px;
    padding-right: 70px;
    position: relative;
    z-index: 1;
}
.products-section .image-block img{
  width: 100%;
}
.products-section  .image {
    position: relative;
}
.products-section .content-block:before {
    position: absolute;
    content: '';
    left: -250px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f1f3f6;
}
.products-section .image-p {
    text-align: right;
    margin-top: -218px;
    z-index: 1;
       position: absolute;
    right: 0;
    bottom: 0;
}
.products-section .image-p img {
    border: 18px solid #f1f3f6;
}
.text-end {
    text-align: right !important;
}

.products-section .content-block{
       z-index: 0;
       position: relative;
    background: #f1f3f6;
    padding: 107px 30px;
    margin-top: 0px;
}

.products-section:nth-child(odd) .text-one {
    top: 30%;
    left: unset;
}
.products-section .text-one {
    font-size: .8em;
    letter-spacing: 8px;
    line-height: 47px;
    color: rgb(112 112 112 / 50%);
    font-weight: 300;
     font-family: 'Poppins-light';
    text-transform: uppercase;
    position: absolute;
    left: 100%;
    top: 30%;
    transform: rotate( -90deg) translateX(0) translateY(0);
    transform-origin: bottom left;
    width: max-content;
    margin-left: -20px;
    margin-bottom: 20px;
}

.btn-style-two {
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    overflow: hidden;
    vertical-align: middle;
    transition: .5s;
    z-index: 1;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
   font-family: 'Poppins-light';
    text-transform: uppercase;
}
.products-section{
  margin-bottom: 100px;
}
.products-section:nth-child(odd) .image-block{
  padding-right: 0;
  padding-left: 70px;
}
.products-section:nth-child(odd) .content-block:before{
  right: -250px;
    left: 0;
}

.products-section:nth-child(odd) .image-p{
right: unset;
left: 0;
}

.room-title.product-det{
margin-bottom:10px !important;
text-align: left;
    text-transform: uppercase;
    padding-left: 53px;
    padding-right: 53px;
    position: relative;
    margin-bottom: 15px;
    color: #64bb46;
}

.kitchen-gallery{
  margin-top: 50px;
}
/*projectss*/


.tit h3 {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 1.944em;text-transform: uppercase;
}
.tit h4 {
    font-family: 'Poppins-light';
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 1.6em;
    text-transform: capitalize; color:#64bb46;
}
.tit h4 span {
    color:#64bb46;
   font-family: 'Poppins-light';
    font-weight: 300;
    font-size: .8em;
        display: block;
        color: #333;
    margin-bottom: 10px;
}

 .team-container:after {
    content: '';
    position: absolute;
    top: -130px;
    bottom: -133px;
    right: 0px;
    width: 80%;
    background: #f2ede4;
    z-index: -1;
}
 .team-container {
    width: 100%;
    position: relative;
}
.team-container img{
    width:70%;
}
.p-content{
  padding-left:12%;
  padding-right: 50px;
}
.single-project {
    margin-bottom: 220px;
    position: relative;
}

.single-project:nth-child(2n) .team-container:after
{

  right: unset;
  left: 0

}

.single-project:nth-child(2n) .team-container img {
    width: 70%;
    position: relative;
    left: 30%;
}

.gallery-three__title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 36px;
    line-height: 14px;
}
.gallery-three__title h3:before {
    position: absolute;
    top: 5px;
    left: -167px;
    width: 120px;
    height: 1px;
    background-color: #64bb46;
    content: "";
}
.gallery-three__title h3:after {
    position: absolute;
    top: 5px;
    right: -167px;
    width: 120px;
    height: 1px;
    background-color: #64bb46;
    content: "";
}

.pro-gallery {
  padding-top: 80px
}
.gallery-three__title h3 {
    font-size: 1em;
    line-height: 14px;
    font-family: 'Poppins-light';
    font-weight: 300;
    color: #827e78;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.2em;
}
.apartment-three__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    top: -151px;
    z-index: -1;
}
.single-project:nth-child(2n) .apartment-three__shape-1{
  right: 0
}

.single-project:last-child{
margin-bottom: 50px
}

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  overflow: hidden;
  z-index: 1;
}

.news-one__shape-1 {
  position: absolute;
  top: -20px;
  right: -30px;
  z-index: -1;
}

.news-one__shape-1 img {
  width: auto;
}

.news-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-one__img-box {
  position: relative;
  display: block;
}

.news-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.news-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(34, 28, 19, 0.8);
  opacity: 0;
  z-index: 1;
  content: "";
}

.news-one__single:hover .news-one__img:before {
  opacity: 1;
  opacity: 0.8;
}

.news-one__img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.news-one__single:hover .news-one__img img {
  transform: scale(1);
}

.news-one__date {
  position: absolute;
  top: 20px;
  right: -10px;
  background-color: #64bb46;
  padding: 6px 23px 3px 25px;
  z-index: 2;
}

.news-one__date:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--alipes-base);
}

.news-one__date p {
  font-size: 1em;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
font-weight: normal;
    font-family: 'Poppins-Regular';
}
.news-one__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 9px;
    box-shadow: 0px -1px 0px 0px rgb(235 232 228 / 40%);
}
.news-one__title {
    font-size: 1.2em;
    line-height: 28px;
    margin-top: 7px;
    margin-bottom: 22px;
}

.news-one__content {
  position: relative;
  margin-top: -70px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 21px 40px 12px;
  z-index: 2;
}




/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.mission-wrapper .item {
    padding: 40px 20px;
    position: relative;background: #fff;
}
.mission-wrapper .item .numb {
    font-size: 75px;
    line-height: 75px;
    font-weight: 400;
  font-family: 'Playfair Display';
    color: transparent;
    -webkit-text-stroke: 1px #9c5451;
    opacity: .9;
    margin-bottom: 20px;
}
.mission-wrapper .item h5 {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #191919;
     font-family: 'Playfair Display';
}
.p_relative {
    position: relative;
}
.curve-text .text h2 span{
  font-size: 0.4em;
  line-height: 30px;
  font-weight: 400;
}

.curve-text .text h3{
  display: block;
  font-size: 1.7em;
  color: #64bb46;
  line-height: 40px;
}

.curve-text .shape{
  position: absolute;
  left: 56px;
  bottom: 26px;
  width: 239px;
  height: 62px;
  background-repeat: no-repeat;
}

.curve-text .curved-circle{
  top: 10px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  color: #323232;
  letter-spacing: 13px;
  font-family: 'Oswald', sans-serif;
}












img.t-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
}
.cat-btn {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-style: normal;
    font-size: 1em;
    color: #fff;
    position: absolute;
    transform: rotate(270deg);
    bottom: 90px;
    left: -5px;
}
.cat-btn:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: #fff;
    right: -60px;
    bottom: 8px;
}
.stay-btn {
    display: block;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    color: #fff;
    font-size: 1.222em;
    text-align: right;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    padding-left: 53px;
    float: right;
}
.stay-btn:before {
            position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: #fff;
    left: 0;
    bottom: 7px;

}

.stay-btn img {
    width: 15px !important;
    height: 15px !important;
    border: none !important;
}
.stay-btn img{
  width: 100%;
}

.places-content h3 {
    font-size: 1.111em;
    font-family: 'geomanistregular';
     font-weight: normal;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    margin-top: 20px;
}
.places-item:hover{
/*  -webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);*/
transition: 1s ease;
-webkit-filter: brightness(80%);
}
.places-item:hover .places-content h3{
color: #fff ;   opacity: 0;transition: 1s ease; 

}
.post-featured-thumb.bg-cover{
 -webkit-filter: brightness(100%);
transition: 1s ease; 
}

.post-featured-thumb.bg-cover img:hover{
-webkit-filter: brightness(80%);

transition: 1s ease; 
}
/*.post-featured-thumb.bg-cover:after{
 content: "";
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: 0;
  transition: 500ms;
  transform: scaleX(0);
}*/

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '•';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 1;
    color: #fade93;
}
.slick-dots li.active button:before {
  background: #f9d881
}

ul.slick-dots {
    display: flex !important;
    justify-content: center;
}
.single-blog-item:hover .post-featured-thumb.bg-cover:after{

   transform: scaleY(1);
}
.single-blog-item {
  position: relative;
  overflow: hidden;
      width: 100%;
}
.single-blog-item:hover .content {
    z-index: 999;
}

.post-featured-thumb.bg-cover:hover .single-blog-item .content h3,
.post-featured-thumb.bg-cover:hover  .v-d {
color: #64bb46
}
section.places-wrapper {
    padding-bottom: 90px;
    position: relative;
}
.places-item {
  position: relative;
  padding:2px;
}
.footer-content .quick-links ul+ul {
    float: right;
}
.quick-links {
    display: flex;
}
.quick-links ul {
    margin-right: auto;
}

.test-title span {
    color: #64bb46;
}
.serv-title h4 {
  font-family: 'Poppins-light';
    font-size: 1em;
         font-weight: 300;
    color: #000;
    text-transform: capitalize;
}
section.service-wrapper {
    padding: 50px 0 90px;
    z-index: 999;
}

.resort-wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: -315px;
    z-index: 9;
}

.service-div:hover .serv-img img{
  opacity: .6;
      transition: 0.6s linear;
  transform: rotateY(360deg);
}

.service-div:hover .serv-title h4 {
    color: #64bb46;
}
.serv-img {
    /*padding-bottom: 15px;*/
}
.service-div {
    justify-content: center;
    text-align: center;
    padding-bottom: 70px;
        padding-top: 70px;
    width: 20%;
    background: #fff;
    position: relative;
}
.service-div:nth-child(2n){
   background: #64bb46;
}
.service-div:nth-child(2n) .serv-title h4{
  color: #fff
}
.service-div:nth-child(2n) #triangle-left{
    border-left: 30px solid #64bb46;
  }

.service-div:nth-child(2n) span.darrow {
   color: #fff;
  }


span.darrow {
    position: absolute;
    right: 13px;
    top: -12px;
    color: #64bb46;
}

.border-bottom{
    border-bottom: 1px solid #d8d8d8;
}
/* 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;
    }
}
.view-all-blog {
    text-align: left;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    color: #e8b70d;
    letter-spacing: 0px;
    line-height: 26px;
    float: right;
    font-size: 1.056em;
    position: relative;
    margin-right: 10px;
    top: 53px;
}
.single-blog-item {
        position: relative;
        padding: 1px;
            z-index: 9;
            box-shadow: 3px 4px 20px hsl(0deg 0% 53% / 23%);
}
.card-grid-3:hover {
    box-shadow: 0px 10px 20px -5px rgb(10 42 105 / 6%);
    border-color: #B4C0E0;transform: translateY(-3px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
  .card-grid-3{ 
   margin-top: 50px;
    border-radius: 16px;
    border: 1px solid rgb(43 52 59 / 6%);
    overflow: hidden;
    margin-bottom: 0px;
    background: #ffffff;} 
/*..............*/
 .service-content-wraper{
     width: 100%;
     height: auto;
     padding-top: 1em;
     padding: 80px 50px 80px 110px;
     margin-bottom: 50px;
     background: #fff;
}
.home-service:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0%;
    width: 100%;
    height: 500px;
    display: block;
    background-color: #0057a6;
    z-index: -1;
}

.home-service:after {
        position: absolute;
    content: '';
    left: 40px;
    bottom: -115px;
    width: 97%;
    height: 510px;
    display: block;
    background-color: #0057a6;
    z-index: -1;
}
.w_31{
     width:31.9% !important;
}
.w_75{
     width: 75%;
}
.mr-15{
     margin-right: 15px !important;
}

.mr-25{
     margin-right: 25px !important;
}
 .service-content{
     width:31.9%;
     margin-right:0.59%;
     float: left;
     margin-bottom: 1.5em;
}
 .service-content:nth-child(5){
    margin-right: 0%;
}
 .service-content:nth-child(1){
     width:49.68%;
     margin-right: 0.625% 
}
 .service-content:nth-child(2){
    margin-right: 0%;
     width:49.68%;
}
 .box-link{
     overflow: hidden;
    /*box-shadow: 0 0 3px rgba(0,0,0,0.3);
    */
     position: relative;
}
 .box-link img{
     width: 100%;
     height: auto;
     display:block;
     transform: scale(1);
     transition: all 0.5s ease 0s;
}
 .box-link:hover img{
     transform: scale(1.1);
}
 .box-link .box-content{
     width: 100%;
     height: 100%;
     background:rgba(0,0,0,0.6);
     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;
}
 .box-link:hover .box-content{
     opacity: 1;
     transform: rotateY(0deg) scale(1);
}
 .box-link .box-content:before{
     content: "";
     width: 90%;
     height: 90%;
    /*border: 1px solid #fff;
    */
     position: absolute;
     top: 5%;
     left: 5%;
}
 .box-link .icon{
     display: inline-block;
     padding: 0;
     margin: 0;
     list-style: none;
     position: relative;
    /*top: 40%;
    */
}
 .box-link .icon li{
     display: inline-block;
}
 a .box-link .icon li i{
     display: block;
     width: 50px;
     height: 50px;
     line-height: 50px;
     border-radius: 50%;
     font-size: 18px;
     transition: all 0.5s ease 0s;
     background:#fff;
     color:#264d92;
}
 a:hover .box-link .icon li i{
     background:#fff;
     color:#264d92;
}
 .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:1.15em;
     font-family: inherit;
     font-weight:normal;
     width:100%;
     text-align: center;
     z-index:2;
     color:#333;
     padding-top:0.5em;
}
 a:hover .box-title{
     color:#4545c4;
}
a.view-all.client-view {
    right: 100px;
}
 .view-all{
     text-align:left;
     font-family: 'Poppins-Regular';
     font-weight: normal;
     color:#e8b70d;
     letter-spacing:0px;
     line-height:26px;
     float:right;
     font-size:1.056em;
     position: relative;
     margin-top:20px;
         margin-right: 10px;
}
 .view-all a{
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     -webkit-transition: padding .4s;
     -moz-transition: padding .4s;
     -o-transition: padding .4s;
     transition: padding .4s;
}
 .view-all a:hover{
     padding-right:8px;
     color:#4545c4;
     border-bottom:0px solid #666;
}
 .subtitle{
     width: 100%;
     height: auto;
     font-family: inherit;
     font-size: 1.15em;
     color: #333;
     line-height: 1.7;
     font-weight: 500;
}
 .subtitle a{
     height: auto;
     font-family: inherit;
     font-size: 1em;
     color: #333;
     line-height: 1.7;
     font-weight: 500;
}
 .home-page-project{
     width: 100%;
     height: auto;
     margin-top: 3em;
     margin-bottom: 3em;
     display: flex;
     justify-content: center;
}
.course {
    width: 33%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
}
.course img {
        height: 100%;
    margin-right: 10px;
   /* float: left;
    margin: auto;*/
}
ul.course_details {
    margin-bottom: 15px;
}

 .course-items {
    text-align: left;
  width: 100%;
  font-weight: 500;
    height: auto;
    float: left;
    font-size: 18px;
    color: #333333;
    font-family: 'Poppins-Regular';
    line-height: 1.7;
    display: flex;
    align-items: center;
    margin-bottom: 0px;

}
.border{ 
    padding-top: 30px;
border-bottom: 1px solid #e6e6e6;
}
img.counter-bg {
    position: absolute;
    left: 35%;
    z-index: 1;
     z-index: 91;
    top: -106px;
  }
 .counter-podding {
    padding: 0 150px;
}
 .count-up {
  position: relative;
     /*width: 30%;*/
         padding: 70px;
    text-align: center;
    position: relative;
    background: #64bb46;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
 .count-icons {
     text-align: center;
     justify-content: center;
     display: inline-flex;
     font-family: 'geomanist-book';
}
.count-up img {
    float: left;
    margin: 27px 0px;
}
 .count-items {
    
   font-family: 'Poppins-Regular';
     font-weight:normal;
  font-size: 0.817em;
  color: #fff;
  line-height: 20px;
  text-align: center;
  justify-content: center;
  display: block;
}
 .count-no {
     padding-left: 5px;
     display: table;
     font-size:3.314em;
     color:#fff;
  font-family: 'Impact';
  font-weight: normal;
}
 .count-percentage {
     /*padding-left: 30px;*/
     display: table;
     font-size:3.314em;
     color:#fff;
  font-family: 'Impact';
  font-weight: normal;

}
 .experience{
     width: auto;
     height: auto;
     position: absolute;
     right: 78px;
     top: -130px;
}
/************************************************** 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;
}
 .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%;
     font-size:14px 
}
 .bredcum-wraper{
     width:100%;
     height:auto;
     padding-top:20px;
     z-index: 1;
     position: relative;
}
 .bred-home{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:30px;
}
 .bred-home a{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:30px;
}
 .bred-home a:hover{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:30px;
}
 .bred-arrow{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:30px;
     padding-left:10px;
     padding-right:10px;
}
 .bred-next{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:32px;
}
 .inner-wrap{
     width:100%;
     height:auto;
     background-color:#e0d4bd;
     position:relative;
}
.sexy-menu.detached .top-header .top-container .logo img {
        width: 70% ;
        margin-top: 0px !important;
}



.modal-backdrop.show {
    opacity: .5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.3rem;
    outline: 0;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
   
}

.gallery-lightbox .img-wrapper:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background:linear-gradient(0deg, #126088  0%, rgb(46 39 157 / 0%) 60%, rgba(46, 39, 157, 0.14902) 100%);
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;

    opacity: 0;
    visibility: hidden;

}
.gallery-lightbox:hover .img-wrapper:before{

    opacity: 1;
    visibility: visible;


}

  .hide-menu{
    display: none;
  }
 .facility-list {
    background: #fff;
    padding: 35px;
        margin-bottom: 20px;
        cursor: pointer;
            text-transform: capitalize;
}
span.tick {
    color: #bb9b5f;
    margin-right: 5px;
}
.facility-list li {
    margin-bottom: 10px;
}
.facility-list img {
    display: block;
    margin-bottom: 10px;
    height: 60px;
}
.facility-list:hover {
  color: #fff;
    background: #bb9b5f;
}
.facility-list:hover img  {
      filter: brightness(4);
      transition: 1s;
    transform: scale(1.05);
}

 .playbtn {
   position: absolute;
   display: block;
   background: url(../images/playbtn.png) no-repeat center;
    background-size:contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
      height: 50px;
    width: 50px;
   
}
.videos img {
    
}
.videos {
    /*float: right;*/
    position: relative;
    z-index: 9
}
.testi .videos:before {
    background: #64bb46;
    position: absolute;
    left: -168px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-size: cover;
}
div#testimonial-slider:after{
   background: #64bb46;
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-size: cover;
}
div#testimonial-slider {
    z-index: 9;
}
img.tshape1 {
    position: absolute;
    bottom: 0;
}
img.tshape2 {
    position: absolute;
    bottom: 20%;
    right: 0
}

.guest-title{
width: 100%;
    height: 100%;
    font-size: 2.222em;
    font-family: 'Merienda-Regular';
    font-weight: normal;
    /* color: #868686; */
    color: #fff;
    letter-spacing: -2px;
    justify-content: center;
    text-align: left;
}
.row.mtop.videos-div {
    margin-left: 83px;
}
.row.mtop.videos-div .col-md-4{
padding: 5px;
}

.testimonial-content img {
    position: relative;
    z-index: 9999;
        float: left;
}
.gallery-wraper{
    padding: 90px 0
}
.resort-title h1{
    font-size: 2.892em;
    color: #fff;
    font-family: 'UberMove';
    font-weight: 500;
    text-align: left;   
       line-height: 34px;
    margin-right: 25px;
}
.resort-title h2{
    font-size: 1.892em;
    color: #fff;
   font-family: 'UberMove';
    font-weight: 500;
    text-align: left;
    line-height: 25px;   
}
.resort-title {
    float: left;
         background-image: url(../images/text-bg.png);
    background-size: 100% 100%;
    text-shadow: #0b0b0b 1px 0 10px;
}
 .resort-title  .view-btn{
     font-family: 'Poppins-Regular';
    font-weight: normal;
    font-size: 0.948em;
        float: left;
}
.resort-pic-wrap{
    width: 100%;
    height: auto;
    position: relative;
}
.resort-content{padding: 0px 100px; width: 100%;}
.resort-pics{
    width: 100%;
    height: auto;
    border: 5px solid #fff;
}
.resort-bg {
    
        position:absolute;
           justify-content: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
img.resort-logo {
    position: absolute;
    bottom: 10%;
    left: 6%;
}

a.cart-btn2 {
  letter-spacing: 0px;
      cursor: pointer;
    color: #fff;
    position: absolute;
    right: 0px;
    background: #2cab2c;
    padding: 3px 9px;
    /*border-radius: 4px;*/
    top: 330px;
    z-index: 99;
    font-family: 'geomanist-book';
     font-weight: normal;
    font-size: 1.167em;
    text-transform: capitalize;
    display: flex;
    align-items: center;

}
a.cart-btn2 img {
    filter: brightness(3.5);
}
div#req{
    position: relative;
}
.facility-div:before {
    top: 62%;
    content: "";
    /* display: inline-block; */
    width: 10%;
    height: 7px;
    background-color: #f5f5f5;
    left: -114px;
    position: absolute;
    z-index: -1;
}
.owl-theme .owl-controls {
    top: 80%;
    position: absolute;
    text-align: center;
    left: 70px;
}

.footer-wraper{position: relative;z-index: 99}

.swiper-slide-caption.innerpage{
        left: 6%;
}

.swiper-slide-caption.innerpage .caption-bottom{
    font-size: 2.833em;
}

.swiper-slide-caption.innerpage .banner-caption{
    text-align: left;
}
.about-cta .col-md-6 {
    padding: 5px !important; 
}
.facility-div2{
    padding-top: 60px;
}
.f2 {
    background: #fff;
    border-radius: 0.25rem;
    margin-bottom: 20px;
    text-align: center;
    padding: 45px 20px 40px;
        z-index: 9;
        position: relative;
         margin-right: 3px;
}
.f2 .serv-title h4{
    color: #333;
    text-align: center;
}
.f2 .serv-img:after {
    content: url('../images/f-icon-bg.png');
    position: absolute;
    left: 40%;
    top: 35px;
}
.f2 .serv-img{position: relative;}
.iwb-rooms .iwb-rooms-list .room-info .category-number {
    left: 50px;
}
.category-number {
    height: 370px;
    width: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
 position: absolute;
    right: 26px;
}
 .category {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 20% 100%;
    transform-origin: 25% 100%;
    font-size: 1em;
    color: #000;
        font-family: 'Poppins-Medium';
    font-weight: 500;
    width: 250px;
    text-align: right;
    text-transform: capitalize;
}
.room-details .category a{
  text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-weight: 500;
}
.category-number .number {
    bottom: 20px;
    color: #999999;
    font-size: 24px;
    font-weight: 600;
    left: calc(50% - 15px);
    position: absolute;

}
.fac-top{
  margin-top: 80px !important;
}
.btn-one.s-four {
    border-color: #1c1c1c;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 15px 35px 15px;
    background: #fff;
    font-size: 18px;
    color: #1c1c1c;
    text-align: center;
    z-index: 1;
    border-bottom: 2px solid #64bb46;
    transition: .5s;
}
.btn-one span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #64bb46;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.butn-dark a {
    text-transform: uppercase;
    background: #64bb46;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 1em;
    letter-spacing: 3px;
}
.butn-dark a:nth-child(1) {
    background: #3a4646;
    color: #fff;
}
.butn-dark a:nth-child(1):hover{
    background: #000;
    color: #fff;
  }
.btn-one:hover span {
    width: 225%;
    height: 562.5px;
}
.btn-one.s-four:hover {
    color: #fff;
}
.room-wrapper{
   padding: 75px 0 0;
 
}

.room-wrapper figure img{
    width: 100%;
}
.rooms2.right-r .butn-dark{
    right: 0;
    left: unset;
}
.rooms-bg{
        border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background:#ccc;
    padding: 50px;
        position: relative;
        filter: drop-shadow(0px 12px 12.5px rgba(0,0,0,0.04));
}

.icon-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.icon-list li {
    margin-right: 25px;
     font-size: 1.1em;
    line-height: 35px;
    color: #797979;
    font-weight: 500;
    font-family: 'geomanist-medium';
}
.icon-list li img {
    margin-right: 10px;
    height: 24px;
    width: 24px;
    position: relative;
    vertical-align: middle;
}
.room-details table {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
.room-details td {
    background: #f7f7f7;
    font-size: 16px;
    color: #242424;
    font-weight: 400;
    border: 2px solid #ffff;
    padding: 13px 20px;
}
.room-details h5 {
    font-size: 18px;
    color: #0e2a4e;
    font-weight: 500;
   font-family: 'geomanist-medium';
}
.room-details {

padding: 30px 0;}

.room-details p {
    margin-top: 10px;
}
.room-details h4 {
    font-size: 1.3em;
}
.icon2-list li i {
    color: #2cab2c;
    margin-right: 8px;
    vertical-align: middle;
    border: 1px solid #2cab2c;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 15px;
    font-size: 13px;
}
.icon2-list li {
   
    font-size: 1em;
    line-height: 32px;
    color: #181e44;
    margin-bottom: 7px;
   font-family: 'geomanistregular';
}
.icon2-list ul {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 30px;
}
.icon2-list ul.dflex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 65px;
}
.icon2-list ul.dflex  li{
     width: 50%;
}
.grid-item {
    display: inline-block;
    height: 259px;
    overflow: hidden;
    text-align: center;
    width: 400px;
    padding: 5px 3px;
}
.grid-item img {
    width: 100%;
    height: auto;
    transition: 0.9s;
    webkit-filter: grayscale(1);
}
.grid-item img:hover {
    filter: none;
}
.grid-item:hover .goverlay {
    opacity: 1;
}
.goverlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}
.isotope-pager{display: none;}
.filters ul {
    list-style: none;
    padding: 20px 10px;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
}
.filters li{
    display: inline-block;
}
.filters li a{
    display: inline-block;
    padding: 6px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #64bb46;
    border: 1px solid #64bb4657;
}
.filters li.active a {
    color: #fff;
    background: #64bb46;
    box-shadow: -1px 1px 11px rgb(0 0 0 / 40%);
}
.filters li.active>a{  color: #fff;}
.tri-pattern-8 {
    left: 0px;
    top: 130px;
}
 .tri-pattern-8 {
        z-index: 0;
    position: absolute;
    width: 285px;
    height: 294px;
    display: block;
    background: url(../images/tri-8.png) center center no-repeat;
}
.tri-pattern, .circles, .circles-two {
    -webkit-animation-name: rotateMe;
    -webkit-animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateMe;
    -moz-animation-duration: 25s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateMe;
    -ms-animation-duration: 25s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: rotateMe;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.dotted-pattern-5 {
    position: absolute;
    width: 322px;
    height: 322px;
    display: block;
    background: url(../images/5.png) center center no-repeat;
}
.dotted-pattern, .history-block .image-box:before, .featured-section-four .image-box .image:nth-child(3):before {
    -webkit-animation-name: ScaleMe;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: ScaleMe;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: ScaleMe;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: ScaleMe;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
 .dotted-pattern-5 {
    left: -160px;
    top: 110px;
}
.test-main {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
     border-left: 5px solid #9bd112; 
    background: #fff;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: -10vmin 10vmin 0 rgb(255 255 255 / 7%);
    display: flex;
    align-items: center;
    padding: 70px 109px 40px 68px;
    margin-bottom: 30px;
}
.test-main img.right-q{
    right: -19px;
}

 .breadcrumbs{position: relative; z-index:9;}

.destination-div .lower-contant {
    padding: 37px 50px;
    margin-left: 65px;
    /*background-color: #f1f3f6;*/
    background-color: #fff;
    margin-top:-100px;
    margin-right: 0;
    position: relative;
}
.destination-div .lower-contant .text-two {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.2em;
    color: #da3c3c;
    font-family: 'geomanist-medium';
    font-weight: 500;
    text-transform: uppercase;
}
.destination-div .lower-contant h5 {
    font-size: 1.5em;
    color: #0e2a4e;
    font-weight: 500;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
    margin-top: 8px;
    text-transform: capitalize;
}
.destination-div .inner-box {
    /*max-width: 456px;*/
    margin-bottom: 40px;
        margin-right: 15px;
}


/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.about-one__img-two {
  position: absolute;
  bottom: 120px;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: .10;
  z-index: 2;
}

.about-one__img-two img {
  width: auto;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 100px;
  margin-top: 60px;
}

.about-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}


.about-one__img {
  position: relative;
  display: block;
}

.about-one__img img {
  width: 100%;
}

.about-one__shape-1 {
  position: absolute;
  top: -96px;
  right: -92px;
  opacity: .20;
  z-index: -1;
}

.about-one__shape-1 img {
  width: auto;
}

.about-one__big-text {
  position: absolute;
  bottom: 245px;
  left: -310px;
  font-size: 100px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: var(--alipes-white);
  font-weight: 400;
  transform: rotate(90deg);
  font-family: var(--alipes-font-two);
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 40px;
}
 
/* Slick Slider */

.slick-next {
  right: -25px;
    bottom: 65px;
    top: unset !important;
}
.slick-prev {
  left: 25px;
    bottom: 65px;
    top: unset !important;
}
.slick-prev.slick-arrow i {
    margin-right: 30px;
}
.slick-next.slick-arrow i {
    margin-left: 10px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;   
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
        display: flex;
    align-items: center;
    margin: 0px !important
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
}

.slick-prev, .slick-next {
    cursor: pointer;
    position: absolute;
    top: -34px;
    font-size: 1.3rem;
    color: #8e8e8e;
        font-family: 'OratorStd';
        font-weight: 500;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
        z-index: 9999;
}
.modal-header{
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-header {
    padding: 0;
  }
.modal-content {
    position: relative;
    background-color:unset !important;
    background-clip: padding-box;
    border: unset !important;
    border-radius: 6px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    outline: 0
}
.modal-header .close {
    font-size: 39px;
    margin-top: 40px;
    color: #fff;
    opacity: 1;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding:0 15px;
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin-left:12px;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    /*padding: 15px;*/
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
/*diseaes*/

.service-block {
    position: relative;
    display: block;
    margin: 0 10px;
    margin-bottom: 30px;

}
.service-block .inner-box2 {
    position: relative;
    padding: 60px 30px 55px;
    text-align: center;
    background: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block img {
    position: relative;
    display: inline-block;
        width: 100px;
    color: #008aff;
    line-height: 1em;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}
.service-block h5 {
    position: relative;
    display: block;
    font-size: 1.2em;
    color: #222222;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.service-block .inner-box2:hover {
    background-color: #073d83;
}
.service-block .inner-box2:hover h5 a {
    color: #ffffff;
}


#Unani,#Acupuncture,#Chelation,#Halotherapy,
#Ozone,#Yoga,#Physiotherapy,#Ayurveda,
#Panchakarma,#Abhyanga,#Shirodhara,#Kativasthi,
#Marma,#Nasya,#Njavarakizhi,#Pizhichil
 {
    scroll-margin-top: 20vh;
}











/*.test-main  .description{
    color: #fff;
}
.testimonial .name{
    color: #fff;
}*/
.shape3 img {
  height: 1000px;
    opacity: .60;
}
.shape3 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.award .background-overlay{
      mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-image: url(../images/bg10.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.45;
        height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

 .award {
    position: absolute;
       bottom: 0;
    left: -18px;
}
.award {
    position: absolute;
    background: #64bb46;
    width: 153px;
    height: 153px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
        border-style: solid;
    border-width: 10px 10px 0px 0px;
    border-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.video-icon i {
    background: #fff;
    color: #64bb46;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
}
.sub-title{
  text-align: left;
  text-transform: uppercase;
  padding-left: 53px;
    padding-right: 53px;
    position: relative;
    margin-bottom: 15px;
    color: #64bb46
}
.sub-title:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: #fff;
    left: 0;
    bottom: 7px;
}
.imp-title .sub {
    font-family: 'DancingScript';
    font-weight: normal;
    font-size: 1.667em;
    color: #64bb46;
}

.award h4 {
    letter-spacing: 2px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 200;
    font-family: 'Poppins-ExtraLight';
    margin-top: 14px;
    text-transform: uppercase;
        font-size: 4em;
    line-height: 1.5em;
        margin: 0;
}
.award span {
    color: #FFFFFF;
    font-family: "Poppins-Regular";
    font-size: 1em;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 3px;

  }
 .content-block {
    position: relative;
    padding: 70px 49px 64px 60px;
    background: rgb(255 255 255 / 64%);
    z-index: 5;
}



/*FEATURESSSSS*/
.fet-title {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.6em;
    color: #64bb46;
    font-weight: bold;
    font-family:'OpenSansCondensed';
    text-transform: uppercase;
    padding-left: 53px;
    padding-right: 53px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.sec-title {
   font-size: 2.3em;
    line-height: 60px;
    color: #64bb46;
   font-family: 'Poppins-Medium';
    font-weight: 500;
    position: relative;
}
.fet-title:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: #64bb46;
    left: 0;
    bottom: 7px;
}
.text-center .fet-title:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: #64bb46;
    right: 0;
    bottom: 7px;
}
section.why-choose-us-section .text {
    font-size: 1em;
    line-height: 28px;
    color: #797979;
    font-weight: 400;
    margin-bottom: 70px;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .why-choose-us-block .inner-box {
    position: relative;
}
section.why-choose-us-section .image-block {
    position: absolute;
    left: 47px;
    text-align: right;
    background-color: #ffffff;
    border: 12px solid #ffffff;
    bottom: -80px;
    padding-bottom: 70px;
    filter: drop-shadow(0px 3px 28.5px rgba(0,0,0,0.09));
    width: 50%;
}
.img_hover_1 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.img_hover_1:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.img_hover_1 img {
    width: 100%;
    transition: all 500ms ease;
}
section.why-choose-us-section .text-two {
    font-size: 22px;
    line-height: 28px;
    color: #0e2a4e;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 30px;
    margin-left: 65px;
}
section.why-choose-us-section .text-three {
    position: absolute;
    left:20%;
    text-align: center;
    font-size: 1em;
    line-height: 25px;
    color: #777777;
    font-weight: bold;
    font-family: 'OpenSansCondensed';
    bottom: -61px;
    text-transform: capitalize;
}

.why-choose-us-section 
{
  margin-bottom: 50px;
}
section.why-choose-us-section .icon-list {
    color: #797979;
    font-weight: 400;
    margin-left: 65px;
}
section.why-choose-us-section ul {
    display: flex;
    flex-wrap: wrap;
}
section.why-choose-us-section ul li {
    width: 100%;
    margin-bottom: 20px;
}
.amenities-block .inner-box {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    margin-bottom: 50px;
    display: block;
    align-items: center; 
    /*background: #f5f5f5;*/
  
    padding: 20px;
height: 100%;    
    padding: 42px 25px 40px;
        border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin: -1px 0 0 -1px;
}
.amenities-block:nth-child(4n) .inner-box{
  border-right: 0
}
.col-md-3.amenities-block {
    padding: 0;
    margin: 0
}


.amenities-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 65px;
    color: #0e2a4e;
}

.amenities-block h1 {
    font-size: 1.1em;
    line-height: 30px;
    color: #0e2a4e;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.icon-fc img{
      height: 70px;
    width: auto;
}
.amenities-block .inner-box:hover .icon-fc {
    background: #64bb46;
    transition: all .3s ease 0s;
}
.amenities-block .inner-box:hover .icon-fc img{
  filter: brightness(20)
}
.icon-fc {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 16px 32px 0 hsl(0deg 0% 53% / 20%);
    display: inline-block;
    height: 100px;
    line-height: 100px;
    /* margin-left: 47px; */
    margin-right: 51px;
    /* margin-top: 48px; */
    text-align: center;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
        align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;

}

.video-one__img-box {
    position: relative;
    display: block;
    min-height: 511px;
    background-color: #1a150e;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
}

.video-one__img-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 321px solid transparent;
    border-right: 419px solid #64bb46;
    z-index: 1;
}.video-one__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .70;
    z-index: -1;
}
.video-one__title {
    position: absolute;
    bottom: 49px;
    right: 55px;
    z-index: 2;
}
.video-one__title h3 {
    font-size: 2em;
    font-weight: 400;
    line-height: 36px;
    color:#fff;
    text-transform: uppercase;
}
.col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}
.service-sec
{
padding: 20px;
    background: #fff;
    margin-bottom: 60px;
}
/*rooms*/
.rooms {
    position: relative;
    margin-bottom: 30px;
}
.position-re {
    position: relative;
}
.rooms .con {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #f8f5f0 !important;
    border: 1px solid #f8f5f0;
    border-radius: 0;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}
.rooms  .con h5, .rooms .con h5 a {
    color: #222;
    font-size: 24px;
        font-family: 'Poppins-Medium';
    font-weight: 500;
    margin-bottom: 0px;
}
h4.room-title {
    text-align: center;
    margin-bottom: 20px;
        font-size: 2.2em;
    line-height: 60px;
    color: #646464;
        position: relative;
    text-transform: capitalize;

    justify-content: center;
    display: flex;
    margin-bottom: 50px ;
    padding-left: 53px;
    padding-right: 53px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.room-title:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: #646464;
    left: 0;
    bottom: 25px;
}
.room-title:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    background: #646464;
    right: 0;
    bottom: 25px;
}
.row.center.bg {
    background: #f5f5f5;
    margin: 0;
    padding: 0;
}

.c-white{
  color: #fff !important
}
.booknow-form{
  background: linear-gradient(250deg,rgb(0 123 255 / 0%) 0%,#ffffff 90%),
  url('../images/booking.jpg');
  background-size:100% 100%;
}

.contact-form.form-style-2 {
    padding: 40px;
    }
    .contact-one__left {
    position: relative;
    display: block;
    margin-right: -177px;
}
.contact-one__points {
    position: relative;
    display: block;
    align-items: center;
}

.book-text {
    position: absolute;
    top: 50%;
    left: 50%;
        width: 100%;
    transform: translate(-50%, -50%);
   
}
.book-now .text{
 color: #fff;text-align: center;
 padding: 0 50px;    font-family: 'SegoePrint';
}
.book-now img:after{


}
.book-now h1{
  font-size: 3em;
 color: #fff;text-align: center;
        font-family: 'SegoePrint';
}
.book-now{
  position:relative;       padding: 10px 10px 10px;
}
.book-now .inner-box:after {
    content: '';
    display: block;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    right: 5%;
    left: 5%;
    border: 1px solid #ffffff;
}   

.list-unstyled {
    padding-left: 0px;
    list-style: none;
}

.contact-one__points li:hover{
  border-color: #64bb46
}
.contact-one__points li {
    position: relative;
    align-items: center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* background: #fff; */
    min-height: 260px;
    border-right: 1px solid #d5d3ce;
        margin: 0 auto;
    text-align: left;
    /* display: table-cell; */
    padding: 34px;
    width: 100%;
    justify-content: left;
}
.pr-0{
  padding-right: 0 !important
}
.mesg-area{
  margin-top: 100px;
  background: #fff;
    padding: 100px;
}
.cont .title-wraper {
    text-align: left;
    align-items: center;
}


.locate-bg{
      background: #ffffff;
    padding: 36px;
}
img.contact-shape {
    position: absolute;
}
.contact-one__points li .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.contact-one__points li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    font-size: 16px;
    color: #64bb46;
    transition: all 500ms ease 0s;
}
.google-map.border-shape-top iframe{
  height: 1000px;
}
.contact-one__points li .content {
    position: relative;
    display: block;
}

.contact-one__points li .content p {
   font-family: 'Poppins-Medium';
    font-size: 1em;
    color: #000;
    text-transform: uppercase;
}

.contact-one__points li + li {
   margin-top: 40px;
}
.google-map {
    position: relative;
    display: block;
    background-color: #fff;
}

@-webkit-keyframes ScaleMe {
    0% {
    transform: scale(1);
    }

    50% {
    transform: scale(1.15);
    }

    100% {
    transform: scale(1);
    }
}
@-moz-keyframes ScaleMe {
    0% {
    transform: scale(1);
    }

    50% {
    transform: scale(1.15);
    }

    100% {
    transform: scale(1);
    }
}
@-o-keyframes ScaleMe {
    0% {
    transform: scale(1);
    }

    50% {
    transform: scale(1.15);
    }

    100% {
    transform: scale(1);
    }
}

@keyframes ScaleMe {
    0% {
    transform: scale(1);
    }

    50% {
    transform: scale(1.15);
    }

    100% {
    transform: scale(1);
    }
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-o-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1);
    }
    to { 
        transform: rotate(360deg);
    }
}

 @media (min-width: 1023px) and (max-width: 1359px) {
.form-group {
    margin-bottom: 5px !important;
}
.contact-form.form-style-2 .form-group input, .contact-form.form-style-2 .form-group textarea, .contact-form.form-style-2 .form-group select
{ padding: 8px 15px 14px;

}
   

  .pt-room-price
{
      width: 90px;
    height: 90px;
    line-height: 25px;
}

  .pt-room-price span {
    font-size: .6em;
}
.pt-room-price:before{
  top: -24px
}
.pt-room-price .pt-room-day{

  font-size: .4em;line-height: 10px;
}
.rooms2 .ccaption{
  padding: 30px;
}
.rooms2 .ccaption h4, .rooms2 .ccaption h4 a{
  font-size: 1.3em;
}
.rooms2 .ccaption h4 span{
    font-size: .9em;
    }
    .icon-box-title{
      font-size: .9em;
    }
    .box-icon img {
    height: 50px;
}
.icon-box-wrapper{
  margin-bottom: 10px;
    margin-top: 10px;
}
.rooms2 {
    position: relative;
    margin-bottom: 50px;
}
hr.border-2{
  margin-bottom: 20px;
}
.butn-dark a{
      padding: 8px 22px;font-size: .8em;
}
 .contact-one__left{
    margin-right: -140px;
  }
  .google-map.border-shape-top iframe {
    height: 900px;
}
.contact-form.form-style-2{
padding:20px 30px 20px !important;
}
.contact-form.form-style-2 .form-group input, .contact-form.form-style-2 .form-group textarea, .contact-form.form-style-2 .form-group select{
  margin-bottom: 15px !important;
}
  .resort-bg {
    min-height: 460px!important;
}
.contact-form.form-style-2 .form-group input, .contact-form.form-style-2 .form-group textarea, .contact-form.form-style-2 .form-group select{

    margin-bottom: 20px!important;
}
  
.col-md-3.add {
    margin-right: 35px;
}
.blog-title {
    font-size: 13px;
}
.about-one__img-box:after{
      top: -180px;
}
.about-two__year{
      left: 0;max-width: 200px;
}
.content-block{
  padding: 0px 30px 0px 54px!important;
     margin-top: 0 !important;
}
.products-section .content-block{
  padding: 70px 30px !important
}
  .products-section:nth-child(odd) .text-one,
  .products-section .text-one {
    top: 25px;
  }
  div#testimonial-slider:after{
  right:-20px !important;
}
.counter-podding {
    padding: 0 60px;
}

.footer-logo img {
    height: 68px;
}
a.cart-btn{
      right: -44px !important;
}
.owl-theme .owl-controls {
    top: 70% !important;
}
.testimonial-content img {
    height: 150px;
}
.testimonial-content {
}
  a.test-view-btn{
  padding: 2px 12px;left: 37%;
}
.count-up{
      padding: 35px;
}
.video-one__video-icon{
      width: 50px;
    height: 50px;
    line-height: 50px;
}
.sub-title{
      padding-left: 51px !important;
    padding-right: 0px !important;
}
.welcome-section-two .image-two{
 right: 40px;
    top: 175px;
    width: 41%;
}


.Welcome-block-two{
      margin-top: 0;
}
.image-three img {
  height: auto;
    width: 187px;
  }

.about-img:before{
      top: -7px !important;
}
 .amenities-block .inner-box{
    padding: 20px 15px 20px !important;
      }
  .testimonial-content {
min-height: unset;
}
 body.treatments section.abt-wrapper{
        padding-bottom: 40px;
    padding-top: 40px;
      }
  .shape3 img{
  height: 600px !important
}
.testimonial-block{
      padding: 60px 40px 10px 40px!important
}
.service-block .inner-box2{
      padding: 35px 24px 33px !important
}
.service-block img{
      width: 75px !important;
}
  .testimonial .name{
    font-size: 1em !important
  }
  .testimonial-content{
    background-position: center;
}
    .cta-contents h2{
   font-size: 4em;
    line-height: 40px;
}
img.tshape1, img.tshape2 {
    height: 150px;
}
img.tshape2{
  bottom: 55%!important;
    right: -21px!important
}
.cta-contents h4{
      font-size: 1.7em;
}

.playbtn{
  left: 60% !important
}
.test-div {
  align-items: center;
}
img.resort-logo{
      bottom: 0;
}
.resort-bg{
   padding: 100px 20px 50px;
}
   
.facility-div2 .videos img{
  width: 100%;
}
iframe {
    width: 100%;
    height: 470px;
}
.trend-content {
    padding: 8px 7px;
}
.contact-wrapper {
    padding: 50px 0 40px!important;
}

.contact-one__points li{
  margin: 0px 7px 0px 6px!important;
      display: block!important;
      padding: 22px 3px 23px 0px!important;
}
.contact-one__points li .icon img {
    height: 50px;
}
.contact-one__points li .content h4{
  font-size: 1em;
}

img.res2, img.res1{
  width: 200px;
}
     ul.order-list.primary-color{
            padding: 26px 15px !important
        }
        img.gps {
    width: 100%;
}
.det-image:before{
                border-bottom: 300px solid #069de9!important;
        }
    .services-two__single{
            padding: 20px 20px 38px !important;
        }

    .box {
    padding: 30px !important;

}
.ft-about-img-3-wrapper {
    width: 400px!important;
    height: 400px !important;
}
.ft-about-img-3 img {
    width: 300px!important;
    height: 300px !important;
}

.ft-about-feature-list-item .ft-about-feature-icon img {
    height: 50px !important;
}

.ft-thx-why-choose-item-box .ft-thx-why-choose-item{
    padding: 16px 15px 18px 39px !important
}
.portfolio__wrapper::before{
    width: 800px !important
}
.high-padding {
    padding: 60px 50px !important;
}
.testimonial-img-circle:before{
    right: 29px!important;
}
.testimonial-img-circle:after{
    right: 29px!important;
}
.wifi-symbol [foo], .wifi-symbol{
    top: -17px !important;
    left: 63% !important;
}

ul.points li{
        margin-bottom: 3px !important;
        font-size: 1em !important
}
.view-btn{
        top: 8%;
}
.cta-contents .col-md-3 {
    /* max-width: 55% !important; */
    flex: 0 0 22.333333%!important;
    max-width: 22.333333%!important;
}
ul.points li:before{
     
}
.customer-logos1 img, .customer-logos img {
    width: 100%;
}
.trigger.section{
    min-height: 160px !important
}
img.position_relative.mt-2 {
    width: 100%;
}
a.btn1.login_btn {
    padding: 0 1px!important;
    position: relative;
    top: -50px!important;
    left: 106px!important;
    padding: 1px 15px!important;
}
img.img-mob {
    height: 360px !important;
    top: 130px !important;
}
  

    .cta-contents .col-md-3 {
    /* max-width: 55% !important; */
    flex: 0 0 28.333333%!important;
    max-width: 28.333333%!important;
}
    .desk-view {
    width: 100%;
}
    .fees::after{
        width: 55% !important;
}

      .img-anim.pic2:before {
    bottom: 41px !important;
    }
    .img-anim.pic2:after {
    bottom: 27px !important;
}
.img-anim:before{
    bottom: 53px !important
}
.img-anim:after{
        bottom: 40px !important;
}

.service-content-wraper{
    padding-bottom: 10px !important
}

  
    .contact-div1{
        width: 560px !important;
    }
    .contact-form.contact-page{
        padding: 100px 0px 100px 466px !important
    }
    .nav-menu>li>a, .header-call {
          margin: 25px 10px!important;
}
.resort-wrapper{
  width: 800px;    top: -235px;
}
.slick-next{

}
.slick-next,.slick-prev{
      bottom: 80px;
}
.certificates img {
    height: 350px !important;
}

.single-blog-item .content h3{
    font-size: 11px !important
}
.slick-slide {
}

.modal-body {
    position: relative;
    /* padding: 15px; */
}
    .cart_media button.submit.btn-1{
                padding: 5px 20px;
                font-size: 16px;
    }
    .pb60 {
    padding-bottom: 40px !important;
}
    .wrap-form span.text-input {
    margin-bottom: 12px !important;
}
.sexy-menu.detached .nav-brand img {
    margin-top: 10px !important;
    }
    .sexy-menu.detached .nav-menu > li > a{
    }

.b-img1, .b-img2 {
    height: 100px;
    bottom: -45px;
}
ul.points li img {
    height: 30px;
}
    input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 13px !important;
}
#contact-form input::-webkit-input-placeholder,
#contact-form input::-moz-placeholder,
#contact-form input:-ms-input-placeholder,
#contact-form input:-moz-placeholder{
  color: #fff !important
}
    .mt--50 {
    margin-top: -64px;
}
button.submit.btn-1 {
    padding: 7px 29px !important;
    font-size: 16px !important;
    }
    .contact-form{
        padding: 10px 14px 0 !important;
    }
    .cart_top h3 {
    font-size: 20px;
}
.welcome-title{
        line-height: 30px;
            margin-bottom: 10px;
}
.images:nth-child(2) {
    margin-top: -40px;
}
.grid-images {
    margin-top: 80px;
}
   
   .whats-app{
        top: 27vh !important;
   }
   .caption:after{
    background-size: contain;
    height: 100px;
    left: 93%;
    top: -9px;
   }
   .btn2{
        padding: 2px 10px !important;
   }
   img.b-shape{
    top: 138px;
    left: 45px;
    width: 360px;
   }
    
.customer-logos .slick-slide {
    padding: 10px !important;
}
.slick-slide {
    height: 150px;
    object-fit: cover !important;
    min-height: 220px !important;
}

    .slick-initialized .slick-slide{
            display: flex !important;
    align-items: center !important;
    }
    .slick-slide{
            /*height: 150px;*/
    object-fit: cover !important;
    /*min-height: 302px  !important;*/
    }
    .title-wrap h2 {
            position: relative;
    left: 24px;
    text-align: center;
    font-size: 32px;
}
.contact-form span.c-yellow {
    letter-spacing: -1px;
    font-size: 17px !important;
}
.contact-form p {
    font-size: 16px !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.course-desc ul li {
    font-size: 12px !important;
    }
    .count-items{
        font-size: 18px !important;
    }
    .fa-quote-right.quote-icon{
            bottom: 92px !important;
            font-size: 19px !important;
    }
    .fa-quote-left.quote-icon{
            top: 96px !important;
            font-size: 19px !important;
    }
    .test-title{
        font-size: 32px !important;
    }
    .mySlides {
    display: none;
    padding: 25px 32px 15px !important;
    }
    .blog-item {
    width: 48%!important;
    }
    .blog-item:last-child{
        margin-right: 0px;
    }
    h4.sub-title {
    font-size: 20px;
}
.cta-wrapper {
    background-position: center !important;
    background-size: cover;
    margin-bottom: 60px;
}
.test-padding {
    padding: 40px 0px 0px;
}
.cta-contents h1 {
    font-size: 29px !important;
    }
    .request_qoute_form span.text-input input, .request_qoute_form span.text-input textarea {
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 5px !important;
}
.cart_media .contact-form{
    padding: 8px 29px !important;
}
h4.course-title {
    margin-bottom: 15px;
    font-size: 13px !important;
}
     body {
         font-size:13px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container {
         width: 100%;
         padding-left: 3%;
         padding-right:3%;
    }
     .lSAction > a{
         bottom:16em !important;
    }
     .nav-menu > li > a,.nav-dropdown>li{
         font-size:.8em !important ;
    }
    .blog-title{
      font-size: 10px;
    }
    .blog-title.sub h1 {
    font-size: 1.667em;
}
section.why-choose-us-section .icon-list{
      margin-left: 0 !important;
}
section.why-choose-us-section ul li{
  margin-bottom: 5px !important;
}
.section-padding {
    padding: 40px 0px 40px;
}
.icon-fc img {
    height: 60px;
    }
    .icon-fc{
      width: 80px!important ;
    height: 80px!important ;
        line-height: 80px!important ;
    }
    .abt-content p {
    margin-bottom: 20px;
}
section.service-wrapper{
      padding: 40px 0 40px;  
}
.service-div{

      padding-bottom: 40px;
    padding-top: 40px;
}
    .contact-title{
           font-size: 28px !important;
    }
    .welcome-pic img{
        width: 100%;
    }
    .mySlides img {
    width: unset;
}

.faq-img img:nth-child(2){
            height: 200px !important;
    }
    .school-pic{
        padding-left: 8%;
    }
   
}
@media (min-width: 1023px) and (max-width: 1191px) {
.sexy-menu.detached .nav-brand img{
  width: 55% !important;
}

.sexy-menu.detached{
  padding: 8px 0px 4px !important;
}
  .slick-prev, .slick-next{
    bottom: 111px !important
  }
.footer-content-title
{
      font-size: 1.1em;
}
.contact-form.form-style-2 .form-group input, .contact-form.form-style-2 .form-group textarea, .contact-form.form-style-2 .form-group select{

    margin-bottom: 10px!important;
}
.f2{
  padding: 30px 15px 26px !important;
}

  .testimonial-content img {
    height: 120px !important;
}
.testimonial-content {
    padding: 28px 50px 63px !important;
}
div#testimonial-slider:after {
    right: -15px !important;
}
.service-block .inner-box2{
      padding: 35px 24px 33px !important
}
.count-up {
    padding: 40px 11px !important;
}
.service-block img{
      width: 75px !important;
}
.about-img:before{
      top: -7px !important;
}
.serv-img img {
    height: 75px;
}
  a.cart-btn{
            font-size: 1em !important
        }
        .whats-app img{
              max-width: 40px;
        }
        .whats-app{
          top: 20vh;
        }
.feature{
    min-width: unset;
 padding: 8px 10px;
}
img.abtimg {
    z-index: -1;
    width: 100%;
}

.contact-us-info.overlay2{

        padding: 30px 20px 20px !important;
}
ul.address-list li .icon{
    width: 40px !important;
    height: 40px !important;
}
ul.address-list li .tit {
    padding-left: 0 !important;
}
ul.address-list li{
        padding-left: 55px !important;
}
    .pb150 {
    padding-bottom: 70px !important;
}
.pt-80 {
    padding-top: 40px !important;
}

        .datruck .image img{
   float: right;
    width: 67%;
}
.video-box{
    width: unset!important;
    height: unset!important;
    top: 200px !important;
    left: 0!important
}
.inner-column:before {
    left: 74px!important;
    top: 84px!important;
}

.video-column .image img{
    width: 100%;
}
img.report-icon{
        height: 140px;
}
.box {
    padding: 30px !important;

}
.view-all-blog{
        top: 40px;
}
.datruck-title{
    font-size: 3em!important;   
     line-height: 46px!important;
     letter-spacing: -2px!important;
}
.datruck-title.sub-title{
      font-size: 2em!important;   
     line-height: 36px!important;
     letter-spacing: 0px!important;
}
ul.list-style-one li{
        font-size: 14px!important;
        line-height: 38px!important;
}
.video-box {
    width: unset!important;
    height: unset!important;
    top: 200px !important;
    left: 40px !important;
}
.video-box .video-image img {
    width: 46% !important;
}

    .video-column:before{
        left: 30px!important;
    bottom: -56px!important;
    width: 122px!important;
    height: 351px!important;
    }
.video-column .da-box
{
    width: 200px !important
}
.video-column .image{
        padding-right: 30px !important;
}
ul.list-style-one li:before{
    font-size: 1.3em !important;
}
    .fuel-padding {
    padding: 20px 50px!important;
}
h5.bottomtext{
    font-size: 1.3em !important
}
ul.list-style-one li,ul.list-style-two li {
    font-size: 14px!important;
    line-height: 38px!important;
}
ul.list-style-one li i,ul.list-style-two li i {
    font-size: 11px!important;
    padding: 3px!important;
}
.fuel-image img {
    width: 80% !important;
    right: -80px;
    }
.footer-logo img {
    height: 68px;
}

.footer-top-wraper{
    padding-top: 30px!important;
    padding-bottom: 0px !important
}
.address img {
    height: 30px !important;
    }
    .cta-contents .col-md-3 {
    /* max-width: 55% !important; */
    flex: 0 0 33.333333%!important;
    max-width: 33.333333%!important;
}
    .desk-view {
    width: 100%;
}
.footer-content:nth-child(3) {
    width: 19%;
}
img.position_relative {
    width: 100%;
}
a.btn1.login_btn {
    padding: 0 1px;
    position: relative;
    top: -48px;
    left: 123px;
    padding: 1px 11px;
}

.finishing-school {
    padding: 90px 80px!important;
}
 .services .content .cont h4 {
    margin-bottom: 12px !important;
  }
  .services .content p {
    margin-bottom: 0;
}
.services .content {
    width: 100%;
    padding: 10px;
        margin-bottom: 20px;
}
.abotu-page-content{
  padding-left: 0
}
.navigation{
  height: 35px !important;
}

.mb-5 {
    margin-bottom: 2rem !important;
}
    .fees::after{
        width: 55% !important;
}
    .digital-card-contant
    {
        margin: 0 60px !important;
        margin-top: -200px !important;
    }
    .pl-8 {
    padding-left: 4% !important;
    }
    .mission-head img{
        height: 50px;
    }
    .img-anim.pic2:before {
    bottom: 124px !important;
    }
    .img-anim.pic2:after {
    bottom: 109px !important;
}
.service-content-wraper{
    padding-bottom: 10px !important
}
    .img-anim img{
        width: 100%;
    }
    .img-anim:before{
            bottom: 180px !important;
    }
    .img-anim:after{
            bottom: 174px !important;
    }
    .swiper-slide-caption.inner-page {
    bottom: 35%;
}
    
    .request_qoute_form span.text-input input, .request_qoute_form span.text-input select, .request_qoute_form span.text-input textarea{

        font-size: 13px !important;
    }
    .cource-item2{
        width: 100% !important
    }
    ol.b_crumb > li.breadcrumb-item{
        font-size: 14px !important;
    }
    ol.b_crumb > li.breadcrumb-item{
        left: 30% !important;
    }
    .mb-2 {
    margin-bottom: 1rem;
}
.mt-2 {
    margin-top: 1rem;
}
    .course img {
    height: 32px !important;
}
.course-title h2{
    font-size: 40px !important
}
.pt-80 {
    padding-top: 30px !important;
}
.cource-item {
    width: 100% !important;
    }
    .course-items{
        font-size: 12px !important
    }
    .course-title h3{
        font-size: 25px !important;
    }
    h4.resume {
    font-size: 30px !important;
}
.slick-slide{
            /*height: 150px;*/
    object-fit: cover !important;
    /*min-height: 286px  !important;*/
    
    }

    .faq-img img:nth-child(2){
            height: 270px !important;
    }
    .school-pic{
        padding-left: 8%;
    }
}
 @media (min-width: 1360px) and (max-width: 1600px) {


 .contact-one__left{
    margin-right: -150px;
  }
  .google-map.border-shape-top iframe {
    height: 900px;
}
.contact-form.form-style-2{
padding:20px 30px 20px !important;
}
.contact-form.form-style-2 .form-group input, .contact-form.form-style-2 .form-group textarea, .contact-form.form-style-2 .form-group select{
  margin-bottom: 15px !important;
}
.rooms2 .ccaption h4, .rooms2 .ccaption h4 a{
  font-size: 1.3em
}
.box-icon img {
    height: 55px;
}
.rooms2 .ccaption{
      padding: 35px 26px 31px 36px;
}
.rooms2 {
    margin-bottom: 30px;
}
.icon-box-wrapper
{
  margin-bottom: 10px;
    margin-top: 10px;
}
.icon-box-title{
  font-size: 1em;
}
.pt-room-price span {
    font-size: .8em;
}
.rooms2 .ccaption h4 span{
      font-size: .9em;
}
  .resort-bg{
    padding: 200px 0px 50px;
  }
div#testimonial-slider:after{
  right:-60px !important;
}
 .col-md-2 {
     max-width: 13.666667%!important;
}
.col-md-3.add {
    margin-right: 35px;
}
.Welcome-block-two{
      margin-top: 0;
}
.cta-one__right:before{
  right: -55px;
}
.about-two__year {
    left: 0;
    max-width: 220px;
}
.content-block{
  padding: 0px 30px 0px 54px !important;    margin-top: 0 !important;
}

.blog-title {
    font-size: 13px;
}
.products-section:nth-child(odd) .text-one,
  .products-section .text-one {
    top: 100px;
  }
.testimonial-content img{
      height: 180px;
}
.testimonial-content{
}
.p-content{
  padding-left:9%;
  padding-right: 50px;
}

.welcome-section-two .image-two{
  right: 40px;
       top: 226px;
}
.image-three img {
    height: auto;
    width: 235px;
  }
.contact-one__points li .content h4{
  font-size: .9em;
}
      .contact-one__points li{
        padding: 26px 0px 19px 0 !important
      }
      .contact-one__points li img {
    height: 44px;
}
      .count-up
      {
        padding: 50px !important
      }
.about-img:before{
      top: -7px !important;
}
      .amenities-block .inner-box{
    padding: 20px 15px 20px;
      }
a.test-view-btn{
  padding: 3px 15px;

}
      body.treatments section.abt-wrapper{
        padding-bottom: 40px;
    padding-top: 40px;
      }
.shape3 img{
  height: 800px !important
}
section.why-choose-us-section ul li {
    width: 100%;
    margin-bottom: 10px!important
}
.testimonial-block{
      padding: 60px 40px 10px 40px!important
}
.service-block .inner-box2{
      padding: 35px 24px 33px !important
}
.service-block img{
      width: 75px !important;
}
.swiper-slide-caption{
      top: 50%;
}
.resort-wrapper
{
      top: -260px;
}
.test-div {
    padding: 50px 60px;align-items: center;
}
img.tshape1, img.tshape2 {
    height: 200px;
}
.cta-contents h2{
    font-size: 5em;
    line-height: 60px;
}

        .test-main{
            padding: 43px 63px 40px 48px !important
        }
.rooms-bg{
    padding: 50px !important;
}
      .services .content{
            padding: 15px;
      }
iframe {
    width: 100%;height: 530px;
}
      img.res2,img.res1{
        width: 200px;
      }
.places-item:hover .box-content{
  height: 100%
}
      ul.points li:before{
        top: 7px!important;
      }
.serv-img img {
    height: 90px;
}
img.abtimg.img3{
      top: -139px;
    right: 0;
}
.viewall{
  bottom: 74%;
}

        .certificate-block .image{
                width: 95%;
        }
        .certificate-block .inner-box:after{
            top: 70%;
        }
        .client-logos{
                height: 150px !important;
        }
       
        .footer-content-title.wh{
                padding-left: 40px;
        }
        img.wh {
        margin-left: 10px;
    }
        img.wh{
                height: 31px;
        }
       
        .abt-content {
    }
.client-logos .slick-slide img {
    width: 50% !important;
}
        .sexy-menu.detached .nav-menu > li > a{
        }
        .b-img1,.b-img2{
            height: 150px;
        }
        .box {
    padding: 30px !important;
}
.ft-about-feature-list-item .ft-about-feature-text{
    max-width: 530px !important;
}
ul.list-style-one li:before{
    font-size: 1.5em !important;
}
.grid-images{
    margin-top: 50px;
}


.ft-about-feature-list-item{
    width: 90% !important
}
        a.cart-btn{
              top: 60% !important;
                right:-50px !important;
        }
        .order-list li span{

    padding-left: 1.2em !important;
        }
img.gps {
    width: 100%;
}
        ul.order-list.primary-color{
            padding: 26px 15px !important
        }
.features-box.color-secondary-style .icon img{
    height: 50px!important;
    width: 50px !important;
}

        .det-image:before{
                border-bottom: 300px solid #069de9!important;
        }
img.down{
    width: 100%;
}
        .services-two__single{
            padding: 30px 30px 45px !important;
        }
.high-padding {
    padding: 60px 150px !important;
}

ul.address-list li i {
    font-size: 1.3em !important;
}

        .ft-thx-why-choose-item-box .ft-thx-why-choose-item{
 padding: 23px 10px 27px 43px !important;   
}
.portfolio__shape img.portfolio-s-1 {
    top: -136px!important;
    left: -66px!important;
    }
    .portfolio__wrapper::before {
    width: 1200px !important;
}
.ft-about-img-3 img {
    width: 400px!important;
    height: 400px !important;
}
.ft-about-img-3-wrapper {
    width: 460px!important;
    height: 460px !important;
}

     }
 @media (min-width: 1200px) and (max-width: 1280px) {
     .contact-wrapper .blg .col-lg-5,.contact-wrapper .blg  .col-lg-7{
      width: 100%;
     }
}


 @media (min-width: 1280px) and (max-width: 1366px) {
.triangle-left {
    border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent;
}

.triangle-right {
    border-top: 10px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 10px solid transparent;
}.slick-next.slick-arrow i {
    margin-left: 0;
}
  .google-map.border-shape-top iframe {
    height: 900px;
}
.contact-form.form-style-2{
padding:20px 30px 20px !important;
}
.contact-form.form-style-2 .form-group input, .contact-form.form-style-2 .form-group textarea, .contact-form.form-style-2 .form-group select{
  margin-bottom: 5px !important;
}
  .service-block .inner-box2{
      padding: 35px 24px 33px !important
}
.welcome-section-two .image-two {
    right: 40px;
    top: 175px;
    width: 50%;
}
.about-img:before{
      top: -7px !important;
}
.service-block img{
      width: 75px !important;
}
  .whats-app{
        top: 27vh !important;
   }


    .cta-contents h2{
   font-size: 4em;
    line-height: 40px;
}
img.tshape1, img.tshape2 {
    height: 150px;
}
img.tshape2{
  bottom: 55%!important;
    right: -21px!important
}
.cta-contents h4{
      font-size: 1.7em;
}

.test-div .playbtn{
  left: 57% !important
}
.test-div {
  align-items: center;
    padding: 30px 80px;
}

    .cta-contents h2{
    font-size: 4em;
    line-height: 50px;
}
img.tshape1, img.tshape2 {
    height: 200px;
}

.test-div {
    padding: 50px 60px;
    align-items: center;
}
.videos img {
   
}

img.tshape1, img.tshape2 {
    height: 200px;
}
   a.cart-btn{
    right: -50px  !important;
    }
       
.footer-content-title{
  font-size: 1.2em !important
}
section.service-wrapper {
    padding: 60px 0 50px;
}
.copy-right{
  padding-bottom: 0;
}

.feature {
    min-width: 100px;
    padding: 12px 24px;
}
.footer-content-title.wh {
    padding-left: 45px;
}
.col-md-2.quick {
    margin-left: 20px;
}

.col-md-2.enq {
    max-width: 14.666667%;
}
.welcome-title{
    line-height: 40px !important
}
  
   
.video-column .image{
    padding-right: 25px!important;
}
.b-img1, .b-img2 {
    height: 150px;
}
img.report-icon{
        height: 182px;
}
.view-btn{
    top: 8%;
}

h4.sub-title{
    font-size: 0.738em;
}
    
.grid-images {
    margin-top: 150px;
}
    .img-wrapper.cert img.img-responsive{
        height: 300px!important
    }
.pr-10 {
    padding-right: 7%;
}

    a.view-all.client-view {
    right: 46px !important;
}

.home-login .shape-1{
            width: 225px !important;
    height: 258px !important;
    left: -21px !important;
    top: -30px !important;
    }
   
    ul.order-list.primary-color h2{
        font-size: 1em !important
    }
 ul.order-list.primary-color{
            padding: 12px 15px !important
        }
    .wifi-symbol [foo], .wifi-symbol.banner{
     left: unset !important;
    right:18%!important;
    top: 5px!important;
}
img.down{
    width: 100%;
}
    .services-two__single{
            padding: 20px 20px 43px !important;
        }
    .high-padding {
    padding: 60px 150px !important;
}
.testimonial-img-circle:before{
    right: 29px!important;
}
.testimonial-img-circle:after{
    right: 29px!important;
}
    

ul.address-list li i {
    font-size: 1.3em !important;
}
.ft-thx-why-choose-item-box .ft-thx-why-choose-item{
 padding: 23px 10px 27px 43px !important;   
}

    .ft-about-img-3 img {
    width: 370px!important;
    height: 370px !important;
}
.ft-about-img-3-wrapper {
    width: 430px!important;
    height: 430px !important;
}

    .ft-about-img-2-wrapper{
        left: -17px;
    }
    .portfolio__wrapper::before{
            width: 1060px !important;
    }
    .portfolio__shape img.portfolio-s-2{
    height: 300px!important;
}
    .box {
    padding: 30px !important;

}
.datruck-title{
    font-size: 3em!important;   
     line-height: 46px!important;
     letter-spacing: -2px!important;
}
.datruck-title.sub-title{
      font-size: 2em!important;   
     line-height: 36px!important;
     letter-spacing: 0px!important;
}
ul.list-style-one li{
        font-size: 14px!important;
        line-height: 28px!important;
}

        .datruck .image img{
   float: right;
    width: 67%;
}
.video-box{
    width: unset!important;
    height: unset!important;
    top: 200px !important;
    left: 0!important
}
.inner-column:before {
    left: 74px!important;
    top: 84px!important;
}
.video-box .video-image img{
    width: 60% !important
}
.video-column .image img{
    width: 100%;
}


    .footer-top-wraper{
        padding-top: 40px !important;
        padding-bottom: 0px !important
    }
    .customer-logos1 img, .customer-logos img {
    width: 100%;
}

    .trigger.section{
        overflow: hidden;
        min-height: 160px !important;
    }
    a.btn1.login_btn {
    padding: 0 1px!important;
    position: relative;
    top: -61px!important;
    left: 159px!important;
    padding: 1px 16px !important;
}
    img.position_relative.mt-2{
        width: 100%;
    }
    img.img-mob {
    height: 410px !important;
    top: 150px !important;
    }
    .footer-content:nth-child(2) {
    width: 15% !important;
}
    .desk-view {
    width: 100%;
}


.blog-details{
        padding: 30px !important;
}
.service-content-wraper{
    padding-bottom: 20px !important
}
.caption-bottom {
    line-height: 50px;
}

.nav-menu>li>a{
}

.blog-title.sub h1 {
    font-size: 1.8em;
}
img.b-shape {
    top: 170px;
    left: 45px;
    width: 500px;
}
.caption:after {
    background-size: contain;
   height: 110px;
    left: 95%;
    top: 0px;
}

.mission{
    margin-bottom: 60px !important
}
.home-service:after{
        left: 38px !important;
}

.faq-img img:nth-child(2){
            height: 270px !important;
    }
    .school-pic{
        padding-left: 8%;
    }
    .school-container
    {
            margin-right: 3%;
    }


     .img-anim.pic2:before {
    bottom: 103px !important;
    }
    
    .img-anim.pic2:after {
    bottom: 84px !important;
}
.img-anim:before{
    bottom: 151px !important
}
.img-anim:after{
        bottom: 140px !important;
}


    .blog-item {
    width: 48% !important;
}
   
    .cource-item2 {
    width: 100%;
}
     .sexy-menu.detached .nav-brand img{
        margin-top: 0px !important
    }
    .cart_media .contact-form {
}
     .box-title {
    font-size: 1em;
}
.title-wrap{
    overflow: hidden;
}
    .title-wrap h2
    {
        position: relative;
    left: 60px;
    }
    .contact-title {
    font-size: 35px !important;
}
.contact-form span.c-yellow{
    font-size: 20px;
}
.mySlides img{
    width: unset !important;
}
.welcome-pic img{
    width: 100%;
}
.request_qoute_form span.text-input input, .request_qoute_form span.text-input textarea {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px !important;
}.contact-form p {
    font-family: 'Poppins-Regular';
}
.slick-initialized .slick-slide {
    display: flex !important;
    align-items: center !important;
}
.customer-logos .slick-slide {
    padding: 0px !important;
}
.slick-slide {
    height: 100px;
    object-fit: cover !important;
    min-height: 170px !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
    h4.course-title {
    margin-bottom: 15px;
    font-size: 16px !important;
}

     body {
         font-size:15px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container {
         width: 100%;
         padding-left: 3%;
         padding-right:3%;
    }
     .lSAction > a{
         bottom:15em !important;
    }
     .nav-menu > li > a{
        font-size: .9em !important;
    }
    img.res2, img.res1{
  width: 200px;
}
iframe {
  width: 100%;
}
     .nav-brand img {
    width: 65% !important
    }
    body.home .nav-brand img {
    width: 65% !important;
}
    .finishing-school {
    padding: 90px 80px!important;
    }
   .fees::after{
    width: 55% !important;
        margin-left: 10px !important;
}
   
.customer-logos1 img {
    width: 100%;
}

ul.points li{
    font-size: 1.111em !important;
        margin-bottom: 5px!important;
}

.cta-contents .col-md-3 {
    /* max-width: 55% !important; */
    flex: 0 0 27.333333%!important;
        max-width: 27.333333%!important;
    }
.cta-wrapper{
  padding: 70px 0;
}
    
    .cta-contents .col-md-4{
      flex: 0 0 44.333333%;
    max-width: 44.333333%;
    }

    .cta-contents .col-md-8{
         flex: 0 0 55.666667%;
    max-width: 55.666667%;
    }
ul.list-style-one li i{
        font-size: 11px!important;   
    padding: 3px!important;
}
.fuel-padding {
    padding: 20px 100px!important;
}
.fuel-image img{
    width: 80% !important;
    right: -80px;
}

ul.list-style-two li {
    font-size: 14px!important;
    line-height: 38px!important;
}
h5.bottomtext{
    font-size: 1.5em !important
}
 img.abtimg {
    width: 100%;
}

}


 @media (min-width: 1360px) and (max-width: 1399px) {

.testimonial-content{
  padding-top: 60px 
}
span.qoute{
      top: -20px;
}
.nav-menu>li>a..header-call{
  margin:22px 15px !important
}
.resort-bg{
  min-height: 540px!important;
}
  .testimonial .content {
    margin-top: -80px;
  }
  
    .testimonial{
        padding: 0
    }
.btn1{
        margin-top: 10px !important;
}
    .client-logos{
        height: 200px !important
    }
.feature {
    min-width: 128px;
    padding: 10px 13px;
}
    img.abtimg {

        width: 100%;

}

  
 .img-wrapper.cert img.img-responsive{
        height: 350px!important
    }
    .pr-10{
        padding-right: 7% !important
    }
.home-login .shape-1{
            width: 225px !important;
    height: 258px !important;
    left: -21px !important;
    top: -30px !important;
    }
    .high-padding {
    padding:60px 80px !important;
}
.testimonial-img-circle:before{
    right: 29px!important;
}
.testimonial-img-circle:after{
    right: 29px!important;
}

      .portfolio__wrapper::before{
            width: 1060px !important;
    }
    .portfolio__shape img.portfolio-s-2{
    height: 300px!important;
}

    .ft-about-img-3 img{
         width: 420px!important;
        height: 420px !important
    }
    .ft-about-img-3-wrapper{
        width: 460px!important;
        height: 460px !important
    }

    .portfolio__wrapper::before{
            width: 1060px !important;
    }
    .portfolio__shape img.portfolio-s-2{
        right: 0px !important
    }
    .ft-about-img-2-wrapper{
        left: 0;
    }

    .box {
    padding: 30px !important;

}
.fuel-image img{
    width: 80% !important;
    right: -80px;
}
.fuel .fuel-image:before {
    left: 56px!important;
    top: -23px!important;
    right: 94px!important;
    bottom: 100px !important;
    }
    .fuel .fuel-image:after {
    left: 172px!important;
    top: 123px!important;
    right: 0px!important;
    bottom: -20px!important;
}
ul.list-style-two li {
    font-size: 14px!important;
    line-height: 38px!important;
}
h5.bottomtext{
    font-size: 1.3em !important
}
    .fuel-padding {
    padding: 30px 100px!important;
}
    .datruck-title.sub-title{
      font-size: 2em!important;   
     line-height: 36px!important;
     letter-spacing: 0px!important;
}
ul.list-style-one li{
        font-size: 14px!important;
        line-height: 38px!important;
}
    .datruck .image img{
   float: right;
    width: 67%;
}
.datruck-title{
    font-size: 3em!important;   
     line-height: 46px!important;
     letter-spacing: -2px!important;
}
.video-box{
    width: unset!important;
    height: unset!important;
    top: 200px !important;
    left: 0!important
}
.inner-column:before {
    left: 74px!important;
    top: 84px!important;
}
.video-box .video-image img{
    width: 60% !important
}
.video-column .image img{
    width: 100%;
}


   .customer-logos .slick-slide img, .customer-logos1 .slick-slide img
   {
   }
   .customer-logos .slick-slide{
    width: 200px;
   }

    img.position_relative{
        width: 100%;
    }

   
    a.btn1.login_btn {
    padding: 0 1px;
    position: relative;
    top: -69px!important;
    left: 150px!important;
    padding: 3px 15px !important;
}
    .wifi-symbol [foo], .wifi-symbol{
        height: 50px!important;
        width: 50px !important;
    }
    .wifi-symbol .wifi-circle{
        border-width: 3px 3px 0 0 !important
    }
    .wifi-symbol .wifi-circle.third{
         width: 3em!important;
    height: 3em!important;
    }
    .wifi-symbol .wifi-circle.second {
    width: 2em!important;
    height: 2em!important;
        }
        .wifi-symbol .wifi-circle.first {
    width: 4.5em!important;
    height: 4.5em!important;
}

.wifi-symbol [foo], .wifi-symbol{
    right: 18% !important
}
    .swiper-slide-caption.inner-page {
    /*bottom: 20%;*/
}
.welcome-container.pl-4 {
    padding-left: 2% !important;
}
.cta-contents .col-md-3 {
    /* max-width: 55% !important; */
    flex: 0 0 30.333333%!important;
    max-width: 30.333333%!important;
}
.caption{
    }
    .img-anim.pic2:before {
    bottom: 144px !important;
    }
    .img-anim.pic2:after {
    bottom: 123px !important;
}
.img-anim:before{
    bottom: 189px !important
}
.img-anim:after{
        bottom: 174px !important;
}

    .desk-view{
            width: 100%;
    }
    .footer-content:nth-child(2) {
    width: 19% !important;
}
    
    .wifi-symbol [foo], .wifi-symbol{
        left: 63% !important;
        top: 30px !important
    }
    .caption {
    }
   
    .banner-caption span{
    }
     ol.b_crumb > li.breadcrumb-item{
        font-size: 14px !important;
    }
    ol.b_crumb > li.breadcrumb-item{
        left: 30% !important;
    }
    .mb-2 {
    margin-bottom: 1rem!important;
}
.mt-2 {
    margin-top: 1rem!important;
}
    .course img {
    height: 32px !important;
}
.course-title h2{
    font-size: 40px !important
}
.pt-80 {
    padding-top: 30px !important;
}
.pt-0{
    padding-top: 0;
}
.course-title h3{
    font-size: 30px !important
}

   .slideshow-container {
    height: 390px;
}
     body {
         font-size:15px !important;
    }
     .container{
         width:100%;
         padding-left:6%;
         padding-right:6% 
    }
     .top-container {
         width: 100%;
         padding-left: 3%;
         padding-right:3%;
    }
     .lSAction > a{
         bottom:14em !important;
    }
     .nav-menu > li > a{
         font-size:17px !important;
    }
    .sexy-menu.detached .nav-brand img
    {
         margin-top: 8px !important;
    }


    .cource-item2 {
    width: 100% !important;
}

.faq-img img:nth-child(2){
            height: 270px !important;
    }
    .school-pic{
        padding-left: 8%;
    }
    .finishing-school {
    padding: 90px 100px!important;
    }
    .section-padding2 {
    padding: 140px 0px;
}
.fees::after{
    width: 55% !important;
        margin-left: 10px !important;
}
    .welcome-pic img {
}
.col-md-2.quick{
    max-width: 12.666667%;
     margin-left: 25px;
}
.col-md-2.enq{
    max-width: 14.666667%;
}
.footer-top-wraper li{
    font-size: 1em;
}

}
 @media (min-width: 1400px) and (max-width: 1441px) {
a.test-view-btn{
  padding: 3px 15px;
      left: 33%;
}


  .testimonial .name{
    font-size: 1em
  }
  

img.tshape1, img.tshape2 {
    height: 150px;
}
img.tshape2{
  bottom: 55%!important;
    right: -21px!important
}
.playbtn{
  left: 60% !important
}
img.b-shape {
    position: absolute;
    top: 150px;
    left: 50px;
    width: 500px;
}
.caption:after {
    background-size: contain;
    height: 129px;
    left: 90%;
    top: -48px;
}
.blog-title h1 {
    font-size: 2.5em;
}
.blog-title.sub h1 {
    font-size: 1.8em;
}
.cta-contents h2 {
    font-size: 4em;
    line-height: 50px;
}
section.service-wrapper{
}
.nav-menu>li>a{
  font-size: 1em !important
}
.test-div {
  align-items: center;
    padding: 30px 80px;
}

  .serv-img img {
    height: 90px;
}
    .feature {
    min-width: 137px;
    padding: 10px 13px;
}
    img.abtimg {
    width: 100%;
}
img.report-icon{
        height: 182px;
}
.view-btn{
        top: 8% !important;
}
    .blog-title::before{

    }
    .img-wrapper.cert img.img-responsive{
        height: 380px!important
    }
a.view-all.client-view {
    right: 75px !important;
}
   .home-login .shape-1{
       width: 300px !important;
    height: 290px !important;
    left: -18px !important;
    top: -30px !important;
    }
    .high-padding {
    padding: 60px 150px !important;
}
.testimonial-img-circle:before{
    right: 29px!important;
}
.testimonial-img-circle:after{
    right: 29px!important;
}
      body.home .nav-brand img {
    width: 65% !important;
}
.fuel-padding {
    padding: 30px 100px!important;
}
.datruck-title {
    font-size: 3em!important;
    line-height: 46px!important;
    letter-spacing: -2px!important;
}
.datruck-title.sub-title {
    font-size: 2.5em!important;
    line-height: 36px!important;
    letter-spacing: 0px!important;
}
.datruck .image img{
   float: right;
    width: 67%;
}
.video-box{
    width: unset!important;
    height: unset!important;
    top: 200px !important;
    left: 0!important
}
.inner-column:before {
    left: 74px!important;
    top: 84px!important;
}
.video-box .video-image img{
    width: 60% !important
}
.video-column .image img{
    width: 100%;
}

.video-column .image{
    padding-right: 30px !important
}
.customer-logos1 img, .customer-logos img {
    width: 100%;
}
ul.points li{

        margin-bottom: 3px!important;
        font-size: 1em!important;
}
ul.points li:before{
   
}
    img.position_relative {
    width: 100%;
    }
    a.btn1.login_btn {
    padding: 0 1px;
    position: relative;
    top: -74px;
    left: 173px;
    padding: 3px 21px;
}
.wifi-symbol [foo], .wifi-symbol{
        height: 50px!important;
        width: 50px !important;
    }
    .wifi-symbol .wifi-circle{
        border-width: 3px 3px 0 0 !important
    }
    .wifi-symbol .wifi-circle.third{
         width: 3em!important;
    height: 3em!important;
    }
    .wifi-symbol .wifi-circle.second {
    width: 2em!important;
    height: 2em!important;
        }
        .wifi-symbol .wifi-circle.first {
    width: 4.5em!important;
    height: 4.5em!important;
}

.wifi-symbol [foo], .wifi-symbol{
    right: 20% !important
}
    .trigger.section{
        display: block !important;
        min-height: unset !important;
    }
    img.img-mob {
    height: 475px !important;
        top: 127px !important;
    }
.fees::after{
    width: 57% !important
}
.welcome-pic img {
    width: 100%;
}
.single-blog-item .content{
}
.section-padding2 {
    padding: 140px 0px;
}

    .finishing-school {
    padding: 90px 100px!important;
    }
    .faq-img img:nth-child(2){
            height: 270px !important;
    }
    .school-pic{
        padding-left: 8%;
    }
    .img-anim img{
        width: 100%;
    }
    .img-anim.pic2:before {
    bottom: 67px !important;
    }
    .img-anim.pic2:after {
    bottom: 53px !important;
}
.service-content-wraper{
        padding: 80px 50px 10px 110px !important;
}
    .img-anim:before{
            bottom: 65px !important;
    }
    .img-anim:after{
            bottom: 96px !important;
    }
     .caption{
    }
    .desk-view{
            width: 100%;
    }
    
    .swiper-slide-caption.inner-page {
    bottom: 10%;
}
    .banner-caption span
    {
    }
    .cource-item2 {
    width: 100% !important;
}
    
       .slick-initialized .slick-slide {
    display: flex !important;
    align-items: center !important;
}
.customer-logos .slick-slide {
    padding: 0px !important;
}

.title-wrap h2{
    position: relative !important;
    left: 44px !important;
}

    img.large {
    width: 75%;
}
.nav-brand img {
    
    width: 70%!important;

}
.sexy-menu.detached .nav-brand img{
        margin-top: 15px !important;
}
h4.course-title {
    margin-bottom: 15px;
    font-size: 18px !important;
}

     body {
         font-size:16px !important;
    }
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
     .lSAction > a{
         bottom:14em !important;
    }
     .why-mold p{
         font-size:2em;
    }
     .gall-pics{
         height:150px;
    }
    .footer-content:nth-child(2) {
    width: 19%;
}

.footer-content {
    margin-right: 25px !important;
    }
  
}
 @media (min-width: 1441px) and (max-width: 1600px) {
       .feature {
    min-width: 140px;
    padding: 12px 19px;
}
    .blog-title::before{
       width: 37%; 
    }
   .blog-title::after{
        width: 33%;
   }
    .testimonial-img-circle:before{
    right: 29px!important;
}
.testimonial-img-circle:after{
    right: 29px!important;
}

    body.home .nav-brand img {
    width: 65% !important;
}
.datruck .image img{
   float: right;
    width: 67%;
}
.datruck-title{
    font-size: 3em!important;   
     line-height: 46px!important;
     letter-spacing: -2px!important;
}
.video-box{
    width: unset!important;
    height: unset!important;
    top: 200px !important;
    left: 0!important
}
.inner-column:before {
    left: 74px!important;
    top: 84px!important;
}
.video-box .video-image img{
    width: 60% !important
}
.video-column .image img{
    width: 100%;
}


    .fuel-image img{
    width: 80% !important;
    right: -80px;
}
.fuel .fuel-image:before {
    left: 56px!important;
    top: -23px!important;
    right: 94px!important;
    bottom: 100px !important;
    }
    .fuel .fuel-image:after {
    left: 172px!important;
    top: 123px!important;
    right: 0px!important;
    bottom: -20px!important;
}

h5.bottomtext{
    font-size: 1.5em !important
}
    .fuel-padding {
    padding: 40px 100px!important;
}

.wifi-symbol [foo], .wifi-symbol{
    top: 21px !important
}
    .customer-logos1 img, .customer-logos img {
    width: 100%;
}

.slick-slide {
    height: 100px;
    object-fit: cover !important;
    min-height: 220px !important;
}
     .trigger.section{
        display: block !important;
        min-height: unset !important;
    }
    img.img-mob {
    height: 510px !important;
    }
    .contact__shape img.contact-shape-1 {
    bottom: 75px;
    left: -30px;
    z-index: -1;
}

.welcome-pic img{
    width: 100%;
}

.padding2 {
    padding: 30px 0px 0 90px !important;
}
    .fees::after{
    width: 58% !important;
}
     .caption{
        /*font-size: 2em;*/
    }
    .footer-content:nth-child(2) {
    width: 13%;
}
    .desk-view{
            width: 100%;
    }
    ul.points li{
            font-size: 1.2em!important;
                margin-bottom: 5px!important;
    }

    .banner-caption span
    {
    }
    .nav-menu>li>a {
}

           .slick-initialized .slick-slide {
    align-items: center !important;
}
.slick-slide {
    height: 150px;
    object-fit: cover !important;
    min-height: 200px !important;
}
.title-wrap h2{
    position: relative !important;
    left: 26px !important;
}
    h4.course-title {
    margin-bottom: 15px;
    font-size: 19px !important;
}

     body {
         font-size:16px !important;
    }
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
     .nav a {
         margin: 0px 12px !important;
    }
     .lSAction > a{
         bottom:14em !important;
    }
    .footer-content:nth-child(3) {
    width: 19% !important;
}
img.position_relative {
    width: 100%;
}
a.btn1.login_btn {
    position: relative;
    top: -69px!important;
    left: 150px!important;
}
.footer-content {
    margin-right: 40px  !important;
    }
    .finishing-school{
        padding: 115px 100px !important;
    }

}
 @media (min-width:1500px) and (max-width:1580px) {

    .testimonial-content {
    padding: 27px 80px;
    padding-bottom: 70px;
    margin-bottom: 2em;
}

 }
 @media (min-width:1600px) and (max-width:1680px) {

  .testimonial-content {

    padding-bottom: 5em;
}
    .blog-title::before{
        width: 40%;
}
.home-login .shape-1{
         width: 351px !important;
    height: 360px !important;
    left: -45px !important;
    top: -63px !important;
    }
    .customer-logos .slick-slide {
}

.testimonial-img-circle:before{
    right: 29px!important;
}
.testimonial-img-circle:after{
    right: 29px!important;
}
    .fuel-image img{
    width: 80% !important;
    right: -80px;
}
.fuel .fuel-image:before {
    left: 56px!important;
    top: -23px!important;
    right: 94px!important;
    bottom: 100px !important;
    }
    .fuel .fuel-image:after {
    left: 172px!important;
    top: 123px!important;
    right: 0px!important;
    bottom: -20px!important;
}

h5.bottomtext{
    font-size: 1.5em !important
}
    .fuel-padding {
    padding: 40px 100px!important;
}
  

    .datruck .image img{
   float: right;
    width: 67%;
}
.datruck-title{
    font-size: 3em!important;   
     line-height: 46px!important;
     letter-spacing: -2px!important;
}
.video-box{
    width: unset!important;
    height: unset!important;
    top: 200px !important;
    left: 0!important
}
.inner-column:before {
    left: 74px!important;
    top: 84px!important;
}
.video-box .video-image img{
    width: 60% !important
}
.video-column .image img{
    width: 100%;
}


      ul.points li{
            font-size: 1.2em!important;
                margin-bottom: 5px!important;
    }

 
.welcome-pic img {
    width: 100%;
}
.fees::after{
        width: 59% !important;
}
    .finishing-school{
        padding: 115px 100px !important;
    }
    .welcome_right {
    padding-left: 30px;
}
.faq-img img:nth-child(2){
    height: 300px !important;
}
    .footer-content:nth-child(3) {
    width: 20% !important;
}
.footer-content {
    margin-right: 40px;
}
    .caption{
        /*font-size: 2em;*/
    }
    .desk-view{
            width: 100%;
    }
    .banner-caption span
    {
        
    }
     h4.resume:before{
      left: 5% !important
    }
    .slick-initialized .slick-slide {
    display: flex !important;
    align-items: center !important;
}
.slick-slide {
    object-fit: cover !important;
}
.sexy-menu.detached .nav-brand img {
    margin-top: 5px !important;
    }
     body {
         font-size:17px !important;
    }
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
     .nav a {
         margin: 0px 12px !important;
    }
     .lSAction > a{
         bottom:13.5em !important;
    }
}  @media (min-width:1680px) and (max-width:1800px) {
    .feature {
    min-width: 170px;
    padding: 10px 19px;
}
}

 @media (min-width:1681px){
    .footer-content:nth-child(2) {
    width: 22% !important;
}
    .fees::after{
        width: 59% !important;
}
    .school-pic
    {
            padding-left: 8% !important;
    }
    .img-box2 {
    position: absolute;
    right: 70px !important;
}
.img-box1{
    right: 70px !important;
}
     body {
         font-size:18px !important;
    }
     .container{
         width:100%;
         padding-left:6%;
         padding-right:6% 
    }
     .nav a {
         margin: 0px 12px !important;
    }
}
 @media only screen and  (min-width:490px) and (max-width:768px) {
#triangle-right,#triangle-left{
    display: none;
}
.col-lg-4{
    max-width: 100%!important;
}

.contact-form.form-style-2{
        margin-top: 10px!important;
}
 .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: 26px;
    right: 23px !important;
}
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
}
 .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;
}
    .hide-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
    height: 75px;
    padding: 10px 20px;
    display: block !important;
}
.hide-menu a {
    width: 27%;
    line-height: 1;
    font-size: .9em;
    display: inline-block;
    float: left;
    text-align: center;
}

    img.img-mob{
        display: none;
    }
    #gallery{
        clear: both;
    }

    .sliderr .col-md-9{
        padding: 0;
    }
    .row.clnt .col-md-2 {
    margin-bottom: 10px;
}
 
.pl-4 {
    padding-left: 0;
}
.email,.edu-cta-box .inner .content .ctitle a{
    font-size: 1em !important
}
.contact-form.form-style-2 .form-group input, 
.contact-form.form-style-2 .form-group textarea{
    font-size: 14px !important;
    padding: 10px 20px 10px !important;
margin-bottom: 10px !important;
}
a.edu-btn, button.edu-btn,.features-box{
           font-size: 14px!important;
}

button.submit.btn-2{
     font-size: 1em!important;
    padding: 5px 14px !important;
}
.footer-quick-contact {
    width: 90%;
}
h3.dtitle{
    font-size: 1em !important
}

.features-box
{
    padding: 10px 17px !important;
margin:10px  0!important
}
.features-box.color-secondary-style .icon img{
    margin: 0 !important;
    height: 30px!important;
    width: 30px!important;
}
.features-box .content {

    margin-left: 10px !important;
    }
img.down,.datruck img,.video-column .image img,.da-box .da-image img,
.video-column .image:before,.video-column:before,.fuel-image, .fuel, .fuel-image img{
    display: none;
}

h5.bottomtext{
    font-size:1.4em !important
}
.box.first,.box.third,.bg2.box{
        padding: 20px !important;
    margin-bottom: 10px;
    position: unset !important;
}
ul.list-style-one li i{
        font-size: 7px !important;
    margin-right: 5px!important;
}
ul.list-style-one li,ul.list-style-two li{
    line-height: 35px!important;
}
.fuel-padding{
    padding: 20px 15px !important;
}
.event-date{
    height: 50px!important;
    width: 50px!important;
        right: 11px !important;
}
.sec-title-two h2{
    font-size: 1.8em !important;
}
.about-blocks-outer {
    padding: 30px 0px 0px!important;
}
.about-block .inner-box .content-column .content-inner{
    padding: 0 !important
}
.about-block img, img.gps{
    display: none;

}
.datruck-title.sub-title.text-center:after {
    left: 43% !important;
    height: 3px !important; 
}
.order-list li span{
    padding-bottom: 0!important
}
.about-section-two{
    z-index: 2 !important;
}
.pb150 {
    padding-bottom: 50px !important;
}
.pl-3{
    padding: unset !important;
}
ul.order-list.primary-color{
        margin-left: 3%;
}
ul.order-list.primary-color.br2{
    transform: unset !important;
}
.sec-title-four h2{
        padding-top: 9px!important;  
          font-size: 1.2em!important;
}
.about-section-two{
    padding: 40px 18px 12px !important;
}
.banner-wraper.mt-100 {
    margin-top: 0px!important;
}
.footer-bottom-wrap {
}
    .customer-logos .slick-slide {
    width: 140px;
}

    .col-md-9{
        width: 100%;    flex: 0 0 100% !important;
    max-width: 100% !important;
    }
    .blog-details h3,.widget-area .widget .widget-title,
    ol.breadcrumb > li.breadcrumb-item{
        font-size: 1em !important
    }
    .blog-details{
        padding: 0px!important
    }
    .blog-sidebar{
        margin-top: 20px !important
    }
    .add_to_cart.right{
    }
    .section-padding2 {
    padding: 30px 0px !important;
}
    .row{
        display: block !important;
        margin: 0 !important
    }
    .pl-8{
        padding-left: 1% !important
    }
    .digital-card-contant{
        margin: 0 13px !important;
    }
    .mission-head{
        margin-top: 20px;
    }

   
    .services{
        padding: 50px !important;
        margin-bottom: 20px !important
    }
    .col-lg-6{
        width: 100% !important
    }
    .service-img{
        display: none;
    }
    .faq-img img:nth-child(2){
        display :none;     
    }
    .school-pic{
        width: 100% !important
    }

    .faq-img {
    display: none;
}
    .mission{
        display: block !important;
    }
    .home-service:before{
        height: 100px;
    }
    p.side-border:after{
        display: none;
    }
    .home-service:after{
        height: 50px;
        width: 85% !important;
        bottom: 0;
    }
    .welcome-container{
        float: none;
    }
    .service-content-wraper{
        padding: 30px !important;
        padding-right: 0px !important
    }
    .about-pic{
        width: 100% !important
    }
    .about-container{
            margin-top: 70px;
    }
    .video-box{
              width: 142px !important;
    height: 111px !important;
    }
    .year-box span{
        font-size: 14px;    line-height: 15px;
    }
    .footer-wraper{
        padding-bottom: 0px;
        clear: both;
    }
    .edu-cta-box .inner,.content.text-md-end{
        text-align: center;
        display: block !important;
    }
    body.about p,body.datrack p {
}
    .edu-cta-box .inner .sparator {
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
.edu-cta-box .inner .content .subtitle,.ft-thx-why-choose-item-box .ft-thx-why-choose-item h3{
    font-size: 1em !important
}
    .edu-cta-box{
        padding: 30px 20px !important;
    }
    .ft-thx-why-choose-item-box .ft-thx-why-choose-item span,
    ul.address-list li .icon{
        height: 40px!important;
        width: 40px!important;
        line-height: 40px!important;
    }
    .ft-thx-why-choose-item-box .ft-thx-why-choose-item{
            padding: 17px 15px 17px 34px !important;
    }
    .img-wrapper.cert img.img-responsive{
        height: unset !important;
            top: -27px !important;
            border-radius: 40px 0!important;
                border: 5px solid #ded8d8!important;
    }
    ul.address-list li i {
    font-size: 1.2em !important;
}

ul.address-list li{
    padding-left: 40px !important;
    }
    section.pt-80.cert-slider {
    clear: both;
}

.footer-content-title,form.mt-2.contact-form-footer.clearfix {
        margin-bottom: 0;
        margin-top: 5px !important
}
    .f-contact-form {
    padding: 0px 0px !important;
}
h4.sub-title{
    letter-spacing: 0px !important
}

    .title-wrap h2
    {
            font-size: 22px;
    }
    .add_to_cart.right.open-side {
    right: -10px;
    }

     .sexy-menu.detached {
    padding: 0 !important;
}
     body {
         font-size:13px !important
    }
    .single-blog-item .content h3
    { font-size:12px !important

    }
    ul.address-list li .tit {
    padding-left: 15px !important;
}

     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: none 
    }
     .mob-view{
            width: 100%;
         display: block;
         width: 100%;
    object-position: bottom;
    object-fit: cover;
            
    }
    .guest .mob-view,.gallery .mob-view{
      object-position: top;
    }
.booking .mob-view{
   object-position: center;
  }
    .whats-app{
        bottom: 18vh !important;
            margin-right: 17px !important;
    }
    
    .sexy-menu.detached {
    opacity: 1 !important;
}
    .mob-view.home-img

    {
         width: 100%;
    height: 80vh;
    object-position: center;
    object-fit: cover;
    }

    
     .copy-right{
         width:100%;
         text-align:center;
    }
    .navigation-portrait .nav-menu>li>a
    {

    padding:3px 12px !important
    }

     .designed{
         width:100%;
         display:flex;
         justify-content:center;
    }
     .designed p{
         line-height:20px;
    }
    .footer-bottom-container {
    padding-bottom: 5px;
}
    
     .footer-content:nth-child(2){
         width:100%;
    }
     .footer-content:nth-child(3){
         width:100%;
    }
     .footer-content:nth-child(4){
         width:100%;
    }
     .footer-top-wraper{
         padding-top:40px;
         padding-bottom:0px;
         display: block;
    }
     
     .footer-content ul li{
         width:100%;

         float: left
    }

    .footer-social-links ul li {width: 29px !important;}
     .lSAction{
         display:none
    }

    .pt-100 {
    padding-top: 50px;
     }
    h4.resume {
    font-size: 13px;
     }
         .w_50 {
         width: 100% !important;
     }
     .welcome-container{
        width: 100%;
            padding: 18px;
    }
     .welcome-pic img{
        display: none;
        width: 100%
    }
    .mt--50 {
    margin-top: 0px;
}
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .count-up{
         width: 50%;
    }
     .welcome-wraper{
        padding-top: 50px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{
         font-size: 1.5em;
             line-height: 35px;

    }
     .title{
         font-size: 1.5em;
    }
    .mb-10 {
    margin-bottom: 5rem !important;
}
.single-blog-item {
    margin-bottom: 20px;
}
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
        color: #fff !important ;
    }
     .experience{
         display: none
    }
     .caption-bottom{
             font-size: 1em;
    }
    .caption {
    font-size: 2.278em;
    letter-spacing: 0;
        line-height: 7px;

}
.swiper-slide-caption.change {
    bottom:-32px !important;
}
.add_to_cart .cart-inner .cart_top h3 {
    font-size: 20px !important;
    }
.caption.size-change {
    font-size: 17px;
    line-height: 1.1;
}
.caption-bottom.size-change {
    font-size: 17px;margin-bottom: 30px;
}
.contact-form span.c-yellow {
    letter-spacing: 0px;    font-size: 16px;
}
.contact-form p {
    font-family: 'Poppins-Regular';
    font-size: 14px !important;
}

.swiper-slide-caption{
    overflow: unset;
}
.swiper-slide-caption .btn1{
    display: none;
}
.banner-caption a{
    display: none;
}
.single-blog-item .post-featured-thumb{
    border: 2px solid #fff !important
}
.col-md-3.col-6.p0.image {
    padding: 0 !important;
}
.col-md-3.col-6.p0.image:last-child {
    margin-bottom: 30px;
}
.about-block .inner-box{
    padding: 10px !important}
.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  .sexy-menu.detached .top-header .top-container .logo img{
         margin-top: 0px !important;
         width: 90% !important

    }
     .logo{
         width: 110px !important;
         height: auto !important
    }
     .nav-menu > li > a{
        color: #fff !important 
    }
}
 @media (max-width:767px) {
.room-wrapper {
    padding: 30px 0 0 !important;
}

.icon-box-wrapper{
      width: 25%;
      margin-bottom: 10px;
    margin-top: 12px;
}
.rooms2 .ccaption{
  margin: 0
}
.butn-dark a{
  font-size: .8em;    padding: 7px 14px;    letter-spacing: 2px;
}
.box-icon img {
    height: 40px;
}
.icon-box-title{
    display: none;
/*    font-size: .8em;*/
}
.rooms2 .ccaption h4, .rooms2 .ccaption h4 a
{
  font-size: 1.2em;
}

.rooms2 .ccaption h4 span{
   font-size: .8em;
}
   
 .rooms2:nth-child(1n) {
    /*display: flex !important;*/
    flex-direction: column-reverse;
}

.pt-room-price{
  display: none;
}
.rooms2 .ccaption{
  padding: 30px
}
.content-block{
  padding: 54px 1px 10px 24px;
}

.award{
 width: 120px;
    height: 110px;
        font-size: 10px;
            line-height: 16px;
}
.about-section{
  padding: 20px;
}

img.resort-logo
{
  bottom: 0;
}
.resort-bg{
    min-height: 440px;
 
}
 
  .resort-title h1{
      font-size: 1.7em;    margin: 0;
}
.resort-title h2{

font-size: 1em;
 margin: 0;
}
  .abt-content{
  padding-left: 0;
    padding-top: 10px;
}
.resort-wrapper{
  width: 100%
}
.blog-title span{
      font-size: .9em;
}
.blog-title h1
{
      line-height: 25px;
      font-size: 1.2em;
}
.col-5 {
        width: 35%;
    float: left;
    padding: 0 !important;
}
.resort-bg .col-6 {

     padding-right: 0
}

.col-12 {
  width: 100%;
   float: none;
   clear: both;

}
.col-6 {
  width: 50%;
   float: left;

}
.col-4 {
    width: 33%;
    float: left;
    padding: 3px !important;
}

    .single-blog-item h3 a{
            font-size: 1em!important;
    }
    ul.list-style-one{
        width: 100%!important;
    }
.box {
    padding: 20px!important;
}
.box .content{
    width: 100%;
}
.box h3{
        font-size: 1.1em;
    margin-top: 5px;
}
.whats-app img{

    max-width: 40px;
}
.product-wrapper .btn2 {
    margin-top: 12px !important;
}
.welcome-title2 h4.sub-title {
    font-size: 1em;
}
.abt-wrapper {
    padding: 30px 0!important;
}
.welcome-title2 span{
    font-size: 1.7em;
}
.cta-contents h2{
        font-size: 1.778em;
}
.img-part,.b-img1, .b-img2{
    display: none;
}


    .customer-logos .slick-slide img {
    width: 85% !important;
}

    .welcome-title{
        font-family: 'geomanistregular';
    }
    .welcome-title span{
        font-size: 1.3em;
        font-weight: normal;
    }
    .home-login{
        display: none;
    }

 .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: 26px;
    right: 23px !important;
}
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
}
 .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;
}
    .hide-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
    height: 60px;
    padding: 10px 20px;
    display: block !important;
}
.hide-menu a {
    width: 27%;
    line-height: 1;
    font-size: .9em;
    display: inline-block;
    float: left;
    text-align: center;
}

    img.img-mob{
        display: none;
    }
    #gallery{
        clear: both;
    }

    .sliderr .col-md-9{
        padding: 0;
    }
    .row.clnt .col-md-2 {
    margin-bottom: 10px;
}
   img.report-icon{
    display: none;
   }
.pl-4 {
    padding-left: 0;
}
.email,.edu-cta-box .inner .content .ctitle a{
    font-size: 1em !important
}
.contact-form.form-style-2 .form-group input, 
.contact-form.form-style-2 .form-group textarea{
    font-size: 14px !important;
    padding: 10px 20px 10px !important;
margin-bottom: 10px !important;
}
a.edu-btn, button.edu-btn,.features-box{
           font-size: 14px!important;
}

button.submit.btn-2{
     font-size: 1em!important;
    padding: 5px 14px !important;
}
h3.dtitle{
    font-size: 1em !important
}

.features-box
{
    padding: 10px 17px !important;
margin:10px  0!important
}
.features-box.color-secondary-style .icon img{
    margin: 0 !important;
    height: 30px!important;
    width: 30px!important;
}
.features-box .content {

    margin-left: 10px !important;
    }
img.down,.datruck img,.video-column .image img,.da-box .da-image img,
.video-column .image:before,.video-column:before,.fuel-image, .fuel, .fuel-image img{
    display: none;
}

h5.bottomtext{
    font-size:1.4em !important
}
.box.first,.box.third,.bg2.box{
        padding: 20px !important;
    margin-bottom: 10px;
    position: unset !important;
}
ul.list-style-one li i{
        font-size: 7px !important;
    margin-right: 5px!important;
}
ul.list-style-one li,ul.list-style-two li{
    line-height: 30px!important;
}
.blog .col-md-4:nth-child(1n + 2) {
    display: none;
}
.blog-title::after{
        margin: 0 45px 10px 0!important;
}
.blog-title::after {
    width: 15%!important;
}
.blog-title::before {
    width: 19%!important;
}
.fuel-padding{
    padding: 20px 15px !important;
}
.event-date{
    height: 50px!important;
    width: 50px!important;
        right: 11px !important;
}
.sec-title-two h2{
    font-size: 1.8em !important;
}
.about-blocks-outer {
    padding: 30px 0px 0px!important;
}
.about-block .inner-box .content-column .content-inner{
    padding: 0 !important
}
.about-block img, img.gps{
    display: none;

}
.datruck-title.sub-title.text-center:after {
    left: 43% !important;
    height: 3px !important; 
}
.order-list li span{
    padding-bottom: 0!important
}
.about-section-two{
    z-index: 2 !important;
}
.pb150 {
    padding-bottom: 50px !important;
}
.pl-3{
    padding: unset !important;
}
ul.order-list.primary-color{
        margin-left: 3%;
}
ul.order-list.primary-color.br2{
    transform: unset !important;
}
.sec-title-four h2{
        padding-top: 9px!important;  
          font-size: 1.2em!important;
}
.about-section-two{
    padding: 40px 18px 12px !important;
}
.banner-wraper.mt-100 {
    margin-top: 0px!important;
}

    .customer-logos .slick-slide {
    width: 200px;
}

    .col-md-9{
        width: 100%;    flex: 0 0 100% !important;
    max-width: 100% !important;
    }
    .blog-details h3,.widget-area .widget .widget-title,
    ol.breadcrumb > li.breadcrumb-item{
        font-size: 1em !important
    }
    .blog-details{
        padding: 0px!important
    }
    .blog-sidebar{
        margin-top: 20px !important
    }
    .add_to_cart.right{
    }
    .section-padding2 {
    padding: 30px 0px !important;
}
    .row{
        display: block !important;
        margin: 0 !important
    }
    .pl-8{
        padding-left: 1% !important
    }
    .digital-card-contant{
        margin: 0 13px !important;
    }
    .mission-head{
        margin-top: 20px;
    }


    .services{
        padding: 20px !important;
        margin-bottom: 20px !important
    }
    .col-lg-6{
        width: 100% !important
    }
    .service-img{
        display: none;
    }
    .faq-img img:nth-child(2){
        display :none;     
    }
    .school-pic{
        width: 100% !important
    }
    .faq-img {
    display: none;
}
    .mission{
        display: block !important;
    }
    .home-service:before{
        height: 100px;
    }
    p.side-border:after{
        display: none;
    }
    .home-service:after{
        height: 50px;
        width: 85% !important;
        bottom: 0;
    }
    .welcome-container{
        float: none;
    }
    .service-content-wraper{
        padding: 30px !important;
        padding-right: 0px !important
    }
    .about-pic{
        width: 100% !important
    }
    .about-container{
            margin-top: 70px;
    }
    .video-box{
              width: 142px !important;
    height: 111px !important;
    }
    .year-box span{
        font-size: 14px;    line-height: 15px;
    }
    .footer-wraper{
        padding-bottom: 0px;
        clear: both;
    }
    .edu-cta-box .inner,.content.text-md-end{
        text-align: center;
        display: block !important;
    }
    body.about p,body.datrack p {
}
    .edu-cta-box .inner .sparator {
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
.edu-cta-box .inner .content .subtitle,.ft-thx-why-choose-item-box .ft-thx-why-choose-item h3{
    font-size: 1em !important
}
    .edu-cta-box{
        padding: 30px 20px !important;
    }
    .ft-thx-why-choose-item-box .ft-thx-why-choose-item span,
    ul.address-list li .icon{
        height: 40px!important;
        width: 40px!important;
        line-height: 40px!important;
    }
    .ft-thx-why-choose-item-box .ft-thx-why-choose-item{
            padding: 17px 15px 17px 34px !important;
    }
    .img-wrapper.cert img.img-responsive{
        height: unset !important;
            top: -27px !important;
            border-radius: 40px 0!important;
                border: 5px solid #ded8d8!important;
    }
    ul.address-list li i {
    font-size: 1.2em !important;
}

ul.address-list li{
    padding-left: 40px !important;
    }
    section.pt-80.cert-slider {
    clear: both;
}

.footer-content-title,form.mt-2.contact-form-footer.clearfix {
        margin-bottom: 0;
        margin-top: 5px !important
}
    .f-contact-form {
    padding: 0px 0px !important;
}
h4.sub-title{
    letter-spacing: 0px !important
}

    .title-wrap h2
    {
            font-size: 22px;
    }
    .add_to_cart.right.open-side {
    right: -10px;
    }

     .sexy-menu.detached {
    padding: 0 0px 15px !important;
}
     body {
         font-size:14px !important
    }
    .single-blog-item .content h3
    {

    }
    ul.address-list li .tit {
    padding-left: 15px !important;
}

     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: none 
    }
     .mob-view{
            width: 100%;
         display: block;
         width: 100%;
    /*height: 50vh;*/
    object-position: right;
    object-fit: cover;
            
    }
    .whats-app{
        top: 75vh !important;    right: 11px;
    }
    .product-wrapper{
        padding: 30px;

    margin-bottom: 20px;
    }
    .nav-brand img {
    margin-top: 45px !important;
    width:100%!important;
}
    .sexy-menu.detached {
    opacity: 1 !important;
}
   

    
     .copy-right{
         width:100%;
         text-align:center;
             margin-bottom: -8px;
         line-height:28px;
    }
    .navigation-portrait .nav-menu>li>a
    {

        margin: 6px 6px !important;
    padding: 6px 15px 6px 26px !important;
    }

     .designed{
         width:100%;
         display:flex;
         justify-content:center;
    }
     .designed p{
         line-height:28px;
    }
    .footer-bottom-container {
        padding: 10px 0;
}
   
     .footer-content:nth-child(2){
         width:100%;
    }
     .footer-content:nth-child(3){
         width:100%;
    }
     .footer-content:nth-child(4){
         width:100%;
    }
     .footer-top-wraper{
         padding-top:40px;
         padding-bottom:0px;
         display: block;
    }
     .footer-content{
        width: 100% !important;
         margin-bottom:1.5em;
         margin-right: 10px !important
    }
     .footer-content ul li{
         width:100%;
         float: left
    }
     .lSAction{
         display:none
    }

    .pt-100 {
    padding-top: 50px;
     }
    h4.resume {
    font-size: 13px;
     }
         .w_50 {
         width: 100% !important;
     }
     .welcome-container{
        width: 100%;
            padding: 18px;
    }
     .welcome-pic img{
        display: none;
        width: 100%
    }
    .mt--50 {
    margin-top: 0px;
}
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .count-up{
         width: 50%;
    }
     .welcome-wraper{
        padding-top: 50px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{
         font-size: 1.5em;
             line-height: 30px;

    }
     .title{
         font-size: 1.778em;
    }
    .mb-10 {
    margin-bottom: 5rem !important;
}
.single-blog-item {
    margin-bottom: 20px;
}
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
        color: #fff !important ;
    }
     .experience{
         display: none
    }
     .caption-bottom{
             font-size: 1em;   
    }
    .caption {
    font-size: 2.3em;
    letter-spacing: 0;
        line-height: 31px;
text-align: center;
}
.swiper-slide-caption.change {
    bottom:-32px !important;
}
.add_to_cart .cart-inner .cart_top h3 {
    font-size: 20px !important;
    }
.caption.size-change {
    font-size: 17px;
    line-height: 1.1;
}
.caption-bottom.size-change {
    font-size: 17px;margin-bottom: 30px;
}
.contact-form span.c-yellow {
    letter-spacing: 0px;    font-size: 16px;
}
.contact-form p {
    font-family: 'Poppins-Regular';
    font-size: 14px !important;
}

.swiper-slide-caption .btn1{
    display: none;
}
.banner-caption a{
    display: none;
}
.single-blog-item .post-featured-thumb{
    border: 2px solid #fff !important
}
.col-md-3.col-6.p0.image {
    padding: 0 !important;
}
.col-md-3.col-6.p0.image:last-child {
    margin-bottom: 30px;
}
.about-block .inner-box{
    padding: 10px !important}
.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  .sexy-menu.detached .top-header .top-container .logo img{
         margin-top: -10px !important;
         width: 79% !important

    }
     .logo{
         width: 110px !important;
         height: auto !important
    }
     .nav-menu > li > a{
        color: #fff !important 
    }
}


 @media (min-width:421px) and (max-width:460px){
    .add_to_cart.right {
    width: 320px !important;
}
    .swiper-slide-caption{
    }
     body {
         font-size:14px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: none 
    }
     .mob-view{
         display: block 
    }
     .copy-right{
         width:100%;
         text-align:center;
         line-height:28px;
    }
     .designed{
         width:100%;
         display:flex;
         justify-content:center;
    }
     .designed p{
         line-height:28px;
    }
    
     .footer-content:nth-child(2){
         width:100%;
    }
     .footer-content:nth-child(3){
         width:100%;
    }
     .footer-content:nth-child(4){
         width:100%;
    }
     .footer-top-wraper{
         padding-top:40px;
         padding-bottom:30px;
    }
     .footer-content{
         margin-bottom:1.5em;
    }
     .footer-content ul li{
         width:50%;
         float: left
    }
     .lSAction{
         display:none
    }
     .navigation-portrait{
         height:72px !important;
    }
     .welcome-container{
        width: 100%;
    }
     .welcome-pic{
        display: none
    }
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .count-up{
         width: 100%;
    }
     .welcome-wraper{
        padding-top: 50px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{
         font-size: 2em;
    }
     .title{
         font-size: 2em;
    }
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
        color: #fff !important ;
    }
     .experience{
         display: none
    }
     
     .caption{
        font-size:2em;
        line-height: 28px;

    }
    .swiper-slide-caption {
}
     .nav-brand img{
         margin-top: 12px !important;
         width: 100% 
    }
     .logo{
         width: 110px !important;
         height: auto !important
    }
}
 @media (max-width:560px){



.room-wrapper,.contact-wrapper,section.section-padding.bg-cover.position_relative {
    padding: 20px 0 0 !important;
}

  .whats-app {
    top: 65vh !important;
    right: 11px;
}

.rooms2 .ccaption h4, .rooms2 .ccaption h4 a
  {
    margin-right: 0;
  }
  .rooms2 .ccaption h4, .rooms2 .ccaption h4 a {
    font-size: 1.1em;
}
.rooms2 .ccaption h4 span:before{
      width: 30px;
}
.rooms2 .ccaption h4 span{
padding-left: 40px;
}
.rooms2 .ccaption {
    padding: 30px 20px;
}

 /* .swiper-slide-caption.homepage{
    top: 70%;
}*/
.row.center.test-div{
        margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
      }
  .resort-bg .single-cta-item{
    display: none;
  }
   .mob-view.home-img

    {
         width: 100%;
    height: 82vh;
    object-position: center;
    object-fit: cover;
    }
.header-call{
  margin: 8px 12px;
}
.header-call a{
  color: #fff;
}
.whats-app img {
    max-width: 35px;
}
  .address img {
    height: 30px;
    margin-right: 9px;
}
.footer-details {
    margin-bottom: 1em;
}
section.pt-30 {
    z-index: 99;
}
section.resort-div {
    margin-top: -130px;
  }
.view-btn{
  margin-bottom: 10px;
  margin-top: 10px;
}

.wrap-form span.text-input {
    margin-bottom: 10px !important;

}
  .add_to_cart .cart-inner .cart_top{
        padding: 4px 24px 5px 30px !important;
  }
.hide-menu a{
  font-size: .8em;
}
.image-text h2 {
    font-size: 1.491em;
  }


.blog-title span{
      font-size: .8em;
}
.blog-title h1
{
      line-height: 25px;
      font-size: 1.1em;
}
.address{
      margin-bottom: 5px;
}
.footer-wraper
{
 padding: 20px 0 0px; 
}
.footer-logo img {
    height: 68px;
}

  .single-cta-item.mtop {
    margin-top: 10px;
}

.resort-title h1{
      font-size: 1.7em;    margin: 0;
}
.resort-title h2{

font-size: 1em;
 margin: 0;
}
.offer-title1{
    top: -70%;
}
.offer-title2{
  top: -45%;
}
.offer-title1 h3, .offer-title2 h3
{
  font-size: .8em
}
img.resort-logo{
  width: 40%;
  top: 100%;
    left: 0%;
    position: absolute;
}
  .resort-bg{
       min-height: 300px;
    padding: 30px 15px 60px;
    background-size: 100% 100%;
  }
.add_to_cart.right {
    width: 320px !important;
}
   
     body {
         font-size:14px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: none 
    }
     .mob-view{
         display: block 
    }
     .copy-right{
         width:100%;
         text-align:center;
         line-height:28px;
         justify-content: center;
    }
     .designed{
         width:100%;
         display:flex;
         justify-content:center;
    }
     .designed p{
         line-height:28px;margin-top: 5px;
    }
    section.footer-bottom-last{
      display: none;
    }
    .footer-bottom-wrap{
      margin-bottom: 70px;
    }
     
     .footer-content:nth-child(2){
         width:55%;
    }
     .footer-content:nth-child(3){
         width:45%;
    }
     .footer-content:nth-child(4){
         width:100%;
    }
     .footer-top-wraper{
         padding-top:40px;
         padding-bottom:30px;
    }
     .footer-content{
         margin-bottom:1.5em;
    }
     .footer-content ul li{
         width:50%;
         float: left
    }
     .lSAction{
         display:none
    }
     .navigation-portrait{
         height:72px !important;
    }
     .welcome-container{
        width: 100%;
    }
     .welcome-pic{
        display: none
    }
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .count-up{
         width: 50%;
    }
     .count-up:nth-child(3){
         width: 100%
    }
     .welcome-wraper{
        padding-top: 50px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{
         font-size: 2em;
    }
     .title{
         font-size: 2em;
    }
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
        color: #fff !important ;
    }
     .experience{
         display: none
    }
     .caption-bottom{
      letter-spacing: 0px;
    position: relative;
    left: 50px;
     }
     .caption{
        font-size:2em
    }
      .resort-wrapper
      {
            top: -150px;
      }
     .nav-brand img{
         margin-top: -12px !important;
         width: 100% 
    }
     .logo{
         width: 130px !important;
         height: auto !important
    }
}

 @media  (max-width:412px){
.image-text h2 {
    font-size: 1.2em;
}
.title-wraper
{
      margin-bottom: 10px;
}
.resort-wrapper {
    top: -125px;
}

}

 @media  (max-width:360px){
.resort-wrapper {
    top: -110px;
}
  .caption {
    font-size: 1.8em;
}
.caption-bottom{
    left: 23px;
 }
 }


   @media (min-width:734px) and (max-width:750px){
       .swiper-slide-caption {
    overflow: unset;
    top: 52% !important;
}
.resort-wrapper{
      top: -100px;
}
   }


   @media (min-width:681px) and (max-width:768px){
  .swiper-slide-caption {
    overflow: unset;
   /* top: 78%;*/
}
.caption-bottom {
    letter-spacing: 0px;
    position: relative;
    left: 50px;
}
}

 @media (min-width:560px) and (max-width:680px){
  .room-wrapper,.contact-wrapper,section.section-padding.bg-cover.position_relative {
    padding: 30px 0 0 !important;
}

.resort-bg .single-cta-item{
    display: none;
  }
  .caption-bottom {
    letter-spacing: 0px;
    position: relative;
    left: 50px;
}
  section.resort-div {
    margin-top: -70px;

  }
  .resort-wrapper
  {
        top: -86px;
        width: 70%;
  }
.resort-bg {
    padding: 30px 15px 90px;
}
section.resort-div2.last .resort-bg {
    padding-bottom: 0 !important;
}
     body {
         font-size:14px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: none 
    }
     .mob-view{
         display: block 
    }
    .whats-app {
    top: 52vh !important;
    right: 11px;
}
     .copy-right{
         width:50%;
         text-align:center;
         line-height:28px;
    }
     .designed{
         width:50%;
         display:flex;
         justify-content:center;
    }
     .designed p{
         line-height:28px;
    }
    
     .footer-content:nth-child(2){
         width:55%;
    }
     .footer-content:nth-child(3){
         width:45%;
    }
     .footer-content:nth-child(4){
         width:100%;
    }
     .footer-top-wraper{
         padding-top:40px;
         padding-bottom:30px;
    }
     .footer-content{
         margin-bottom:1.5em;
    }
     .footer-content ul li{
         width:50%;
         float: left
    }
     .lSAction{
         display:none
    }
     .navigation-portrait{
         height:72px !important;
    }
     .welcome-container{
        width: 100%;
    }
     .welcome-pic{
        display: none
    }
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .count-up{
         width: 50%;
    }
    
     .welcome-wraper{
        padding-top: 50px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{
         font-size: 2em;
    }
     .title{
         font-size: 2em;
    }
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
        color: #fff !important ;
    }
     .experience{
         display: none
    }
   
    .swiper-slide-caption{
            bottom: 23%;
    }
    .title-wrap h2 {
    text-align: center;
    font-size: 40px;
}
.w_50 {
    width: 100% !important;
}
     .caption{
        font-size:2.25em;
    }
     .nav-brand img{
         margin-top: 12px !important;
         width: 100% 
    }
     .logo{
         width: 110px !important;
         height: auto !important
    }
}
 @media (min-width:681px) and (max-width: 750px) and (orientation : landscape){
  .swiper-slide-caption{

      top: 57%;
 
  }
}
 @media (min-width:681px) and (max-width: 768px){
.room-wrapper,.contact-wrapper,section.section-padding.bg-cover.position_relative {
    padding: 30px 0 0 !important;
}

  .resort-wrapper{
    top: -132px
  }
  section.resort-div
  {
        margin-top: -100px;
  }
    .footer-content{
        width: 100% !important;
         margin-bottom:1.5em;
         margin-right: 10px !important
    }
    .footer-logo img {
    height: 68px;
}
    .col-md-2.soc{
      display: none;
    }
    .abt-wrapper .col-md-6{
        width: 100%;
        flex: 0 0 100%;
    max-width: 100%;
    }
    .blog .col-md-4{
        -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
   }
.row{
    display: flex !important;
}
.rooms2{
  display: block !important;
}
    .desk-view {
    width: 100%;
}
     body {
         font-size:14px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: none 
    }
     .mob-view{
         display: block 
    }
    .designed p{
      line-height: 28px;
      }
     .copy-right{
         width:55%;
         text-align:center;
    }
    
     .designed{
         width:44%;
         display:flex;
         justify-content:center;
    }
    
     .footer-content:nth-child(2){
         width:55%;
    }
     .footer-content:nth-child(3){
         width:45%;
    }
     .footer-content:nth-child(4){
         width:100%;
    }
     .footer-top-wraper{
         padding-top:40px;
         padding-bottom:30px;
    }
     .footer-content{
         margin-bottom:1.5em;
    }
     
     .lSAction{
         display:none
    }
     .navigation-portrait{
         height:72px !important;
    }
     .welcome-container{
        width: 100%;
    }
     .welcome-pic{
        display: none
    }
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .welcome-wraper{
        padding-top: 50px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{
         font-size: 2em;
    }
     .title{
         font-size: 2em;
    }
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
        color: #fff !important ;
    }
     .experience{
         display: none
    }
.container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
.resort-bg{
  padding: 50px 30px 50px
}
   img.resort-logo {
    width: 20%;
}
     .nav-brand img{
         margin-top: 0px !important;
         width: 100% 
    }
     .logo{
         width: 130px !important;
         height: auto !important
    }
    .image-text {
    position: relative;
    display: none;
}
}

 @media (min-width:680px)and (max-width:767px){
.resort-wrapper {
    width: 60%;
    top:-100px;
}

  }
 @media (min-width:680px)and (max-width:768px){

  .header-call a{
    color: #fff
  }
   .whats-app{
        top: 65vh !important;    right: 11px;
    }
.rooms2:nth-child(1n) {
    display: flex !important;
    flex-direction: column-reverse;
}
.contact-wrapper .row{
  display: block !important;
}
ul.contact-one__points.list-unstyled.row {
    display: flex !important;
}
ul.contact-one__points.list-unstyled.row  .col-md-4{
    width: 30%;
        padding: 0;
}
.google-map{
  background: unset;
}
}

@media  (max-width:768px){

  .add_to_cart .cart-inner .cart_top h3 span{
    line-height: 2;
  }
  .header-call img{
    filter:unset  ;
  }
.abt-wrapper .blg {
    padding: 20px 5px;
}
.title-wraper{
      margin-bottom: 10px;
}
.tab button, .tab2 button{
      padding: 6px 7px;
}

.testimonial{
  margin-top: 0;
  margin-bottom: 75px;
}
.testimonial .content {
    padding: 0 10px;
    }
    a.test-view-btn{
      margin-top: 0;
    }
  .pt-testimonial-media{
        margin-top: 24px;
  }
  .add_to_cart.right{

        top: 5% !important;
  }
.contact-one__points li{
  min-height: unset;padding: 10px;
  border: 0;
  display: flex;
}
.contact-one__points li .icon {
    margin-right: 11px;
}
.contact-one__points li .content h4 {
    font-size: 1em;
}
  .services .content{
    padding: 0
  }
  .sub-title{
    font-size: .8em;    margin-bottom: -7px;
  }
  .sec-title {
    font-size: 1.5em;
    line-height: 20px;
        margin-bottom: 7px;
  }
body.contact .contact-form.form-style-2 {
    position: unset!important;
  }

  .mesg-area{
    padding: 0;
  }
.contact-one__left{
  margin: 0
}
  .google-map.border-shape-top iframe {
    height: 400px;
}
  a.edu-btn, button.edu-btn{
        padding: 9px 25px;
  }
  .booking .col-lg-7{
    width: 100%;
  }
  .contact-form.form-style-2 .form-group input, 
   .contact-form.form-style-2 .form-group select, 
  .contact-form.form-style-2 .form-group textarea {
    font-size: 14px !important;
    padding: 10px 20px 10px !important;
    margin-bottom: 0px !important;
}

  .book-now{
    display: none;
  }
.contact-form.form-style-2 .row{
  display: block !important;
}
  .img-wrapper img{
    height: 150px;
  }
.about-one__img-box.image-box.p_relative.d_block.animated{
  display: none;
}
.about-section {
    padding: 30px;
}
.testimonial-content{
    padding: 10px 20px 10px;
}
.test-bg .row{
  display: block !important;
  margin-top: 50px !important
}
.testimonial-hots {
    margin-bottom: 20px;
}

span.qoute i{
      width: 60px;
    height: 60px;   
    font-size: 1.5em;
    line-height:60px;
}
.title-wraper.center.d-flex.mb-5 {
    text-align: center;
    justify-content: center;
    display: flex;
}
.testimonial .name,.pt-testimonial-media span{
      font-size: 1em;
}

.pt-testimonial-meta {
    margin-left: 15px;
}
}

 @media (min-width:768px) and (max-width:991px){
  .room-wrapper,.contact-wrapper,section.section-padding.bg-cover.position_relative {
    padding: 30px 0 0 !important;
}

  .book-now{
    display: none;
  }
  .testimonial-content{
        padding: 10px 20px 30px;
  }
  .contact-wrapper {
    padding: 30px 0 30px !important;
}
.pt-room-price
{
      width: 90px;
    height: 90px;
    line-height: 25px;
}

  .pt-room-price span {
    font-size: .6em;
}
.pt-room-price:before{
  top: -24px
}
.pt-room-price .pt-room-day{

  font-size: .4em;line-height: 10px;
}
.rooms2 .ccaption{
  padding: 30px;    margin: 0;
}
.rooms2 .ccaption h4, .rooms2 .ccaption h4 a{
  font-size: 1.2em;
}
.rooms2 .ccaption h4 span{
    font-size: .8em;
    }
    .icon-box-title{
      font-size: .9em;
    }
    .box-icon img {
    height: 50px;
}
.icon-box-wrapper{
  margin-bottom: 10px;
    margin-top: 10px;
}
.rooms2 {
    position: relative;
    margin-bottom: 100px;
}
hr.border-2{
  margin-bottom: 20px;
}
.butn-dark a{
      padding: 8px 22px;font-size: .8em;
}
.col-md-3.add {
    margin-right: 60px;
}
.sexy-menu.detached .header-call{
  display: none;
}
  .sexy-menu.detached{
    padding: 6px 0px 6px !important
  }
  .abt-content{
    padding-left: 10px
  }   
    .resort-bg {
    padding: 50px 10px 50px;
}
img.resort-logo {
    width: 20%;
    left: 4%;
}
.title-wraper{
      margin-bottom: 5px;
}
    .resort-title h1{
      font-size: 2em;
      margin: 0;
      text-align: left;
    }
    .resort-title h2{
      font-size: 1.2em; margin: 0;
    }
    .resort-bg{
      min-height: 350px;
    }
  .resort-wrapper{
    width: 70%;
    top: -110px
  }
  section.resort-div {
    margin-top: -100px;
  }
  .image-text {
}
.product-wrapper .col-md-4 {
  width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
   .footer-logo img {
    height: 68px;
}
.address img {
    /* height: 40px; */
    margin-right: 10px;height: 30px;
}
   .blog .col-md-4{
        -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
   }
section.abt-wrapper .col-md-6{
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
}
img.report-icon{
        height: 170px
}

    img.img-mob{
        display: none;
    }

     body {
         font-size:13px !important;
    }
     .container{
         width:100%;
         padding-left:3%!important;
         padding-right:3% !important;
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     
    .cta-contents .col-md-3,.cta-contents .col-md-4 {
        flex: 50% !important;
    max-width: 40% !important;
}

a.cart-btn{
    font-size: 1em !important;
    right: -38px !important;
    top: 60%;
}

.slick-slide{
}
.section-padding {
    padding: 40px 0px !important;
}

     .copy-right{
         width:50%;
         text-align:center;
    }
     .designed{
         width:50%;
         display:flex;
         justify-content:center;
    }
    .footer-social-links ul li a {
    height: 35px;    line-height: 35px;
    font-size: 1em;
    width: 35px;
}
.offer-title1{
  top:0;
}
.offer-title2{
  top: 30px;
}
.triangle-left{
      border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent;
}
.triangle-right{
  border-top: 10px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 10px solid transparent;
}
.slick-prev, .slick-next
{
  top: 36px !important;
}
.slick-next.slick-arrow i {
    margin-left: 0;
}
     .designed p,.copy-right{
      line-height: 40px;margin: 8px 0;
    }
     .footer-bottom-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
     .footer-content:nth-child(2){
         width:25%;
    }
     .footer-content:nth-child(3){
         width:22%;
    }
    .footer-social-links ul li
    {
            width: 30px !important;
    }

     .footer-content:nth-child(4){
         width:26%;
    }
     .footer-top-wraper{
         padding-top:40px;
         padding-bottom:30px;
    }
     .footer-content{
         margin-bottom:1.5em;
    }
   
     .lSAction{
         display:none
    }
     .navigation-portrait{
         height:72px !important;
    }
     .welcome-container{
        width: 100%;
    }
     .welcome-pic{
        display: none
    }
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .welcome-wraper{
        padding-top: 50px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{
         font-size: 2em;
    }
     .title{
         font-size: 2em;
    }
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
    }
     .experience{
         display: none
    }
    .caption{
    font-size: 3em;
        line-height: 40px;
        letter-spacing: -1px;
  }
  .image-text h2 {
    font-size: 1.4em;
  }
  .footer-wraper{
    padding: 20px 0 25px;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-left: 5px!important;
    padding-right: 5px !important;
  }
  .single-cta-item.mtop {
    margin-top: 10px;
}
     .caption-bottom{
         left: 50px;
    letter-spacing: 0;

    }
     
    .nav-menu>li>a,.header-call
    {
      margin: 15px 5px!important;
        font-size: 12px !important;
    }
      .blog-title h1 {
    line-height: 25px;
    font-size: 1.2em;
}
.blog-title span {
    font-size: .8em;
}
     .nav-brand img{
        margin-top: 0px !important;
    width: 100% !important;
    }
   
     .logo{
         width: 110px !important;
         height: auto !important
    }
}
    
 @media (min-width:769px) and (max-width:991px)
 {

.desk-view{
         display: block 
    }
     .mob-view{
         display: none; 
    }

 }
 @media (min-width:850px) and (max-width:991px)

  {

    .mesg-area{
      margin-top: 50px;
    }
    .contact-one__points li{
      min-height: unset;
    }

    .contact-one__left{
          margin-right: -100px;
    }

    .google-map.border-shape-top iframe {
    height: 900px;
}
.services .content {
    width: 100%;
    padding: 0;
}

    body.contact .contact-form.form-style-2 {
    position: absolute;
    top: 64px;
    left: -80px;
    width: 500px;
}

    .resort-wrapper {
    top: -157px;
}
section.resort-div {
    margin-top: -120px;
}
  }

  @media screen and (min-device-width: 650px) and (max-device-width: 767px) and (orientation : landscape){

.swiper-slide-caption {
    top: 64% !important;
}
}
 @media (min-width:992px) and (max-width:1199px){


    .mesg-area{
      margin-top: 50px;
    }
    .contact-one__points li{
      min-height: unset;
    }

    .contact-one__left{
          margin-right: -80px;
    }

    .google-map.border-shape-top iframe {
    height: 800px;
}
.services .content {
    width: 100%;
    padding: 0;
}

    body.contact .contact-form.form-style-2 {
    position: absolute;
    top: 50px !important;
    left: -80px;
    width: 500px;
}

    .resort-wrapper {
    top: -200px;
}
.triangle-left {
    border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent;
}

.triangle-right {
    border-top: 10px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 10px solid transparent;
}.slick-next.slick-arrow i {
    margin-left: 0;
}
    .desk-view{

        width: 100%;
    }
    .caption {
}
.image-three img {
  height: auto;
    width: 187px;
  }

 .amenities-block .inner-box{
    padding: 20px 15px 20px;
      }
.banner-caption span {
}
    img.large {
    width: 50% !important
}

}
 


@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        width: 100%;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

@media (max-width: 576px) {
    .customer-logos .slick-slide{
    margin: 10px 20px !important
}
}
@media (min-width: 576px) {
    
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-dialog {
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

  }
.ekko-lightbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 0px!important;
}
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;    color: #fff;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}.modal-backdrop.show {
    opacity: .5 !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-header {
    border: 0 !important;
}
@media (max-width: 990px) {

    .resort-content{ position: absolute;}
    .resort-bg .single-cta-item {
        display: none;
      }

img.resort-logo{display: none;}
.resort-bg{ padding-bottom:0px;}
.row.center.test-div{ bottom:0%; top: initial; transform: translateY(0%); padding:5% 0%;    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.55), rgba(0,0,0,0.5), rgba(0,0,0,0.45), rgba(0,0,0,0.4), rgba(0,0,0,0.35), rgba(0,0,0,0.3), rgba(0,0,0,0.25), rgba(0,0,0,0.2), rgba(0,0,0,0.15), rgba(0,0,0,0.1), rgba(0,0,0,0.05), rgba(0,0,0,0.025), rgba(0,0,0,0.017), rgba(0,0,0,0.0075), rgba(0,0,0,0.0005) );
}
.resort-title h2{line-height: 1;}

.swiper-slide-caption {
  white-space: normal;
 /* top:inherit;*/
  left: 0%;
  transform: translate(0%, 0%);
  width: max-content;
  background-image: none;
  padding:5em 0 2em 0.5em;
  width:100%;
  bottom:0%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.55), rgba(0,0,0,0.5), rgba(0,0,0,0.45), rgba(0,0,0,0.4), rgba(0,0,0,0.35), rgba(0,0,0,0.3), rgba(0,0,0,0.25), rgba(0,0,0,0.2), rgba(0,0,0,0.15), rgba(0,0,0,0.1), rgba(0,0,0,0.05), rgba(0,0,0,0.025), rgba(0,0,0,0.017), rgba(0,0,0,0.0075), rgba(0,0,0,0.0005) );
}
.caption-bottom {
  letter-spacing: 0px;
  position: relative;
  left: 0px;
}

.swiper-slide-caption.homepage {
 /* top: inherit;*/
  bottom:0%;
  padding:5em 1em;
  padding-bottom:10em;
}
.caption{text-align: left;}
.resort-title{background-image: none;}
.resort-title h1 {
  font-size: 1.5em;
  margin: 0;
}
.inner-page .caption{font-size: 1.75em;}
}


