@import url("../assets/css/fontawesome.min.css");
@import url("../assets/css/jquery.fancybox.min.css");
@import url("../assets/css/linear.css");
@import url("../assets/css/owl.css");
@import url("../assets/css/flaticon.css");
@import url("../assets/css/tm-utility-classes.css");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gilda+Display&display=swap");

  .width450 {
    width: 450px;
  }

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  overflow-x: hidden !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
.lcp-title {
            font-size: 2.5rem;
            margin-top: 250px;
            position: relative;
            margin-bottom: 20px;
            font-family: 'Gilda Display', serif;
            text-transform: uppercase;
            line-height: 1.35em;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
            color: #fff;
            font-weight: 400;
            letter-spacing: 15px;
            opacity: 1;
            transition: none;
        }

p {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gilda Display', serif;
  ;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0 0 20px 0;
  color: #222;
}

img {
  width: 100%;
  height: auto;
}

img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f4f4;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: 400;
  color: #aa8453;
}


button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
  background: transparent;
  border: 0px solid transparent;
}

button:hover {
  border: 0px solid transparent;
}



.alert-success {
  background: transparent;
  color: #666;
  border: 1px solid #aa8453;
  border-radius: 0px;
}


:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}


blockquote {
  padding: 45px;
  display: block;
  position: relative;
  background-color: #f8f5f0;
  overflow: hidden;
  margin: 35px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
}

blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote:before {
  content: '\e645';
  font-family: 'Themify';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #222;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p a {
  color: inherit;
}

blockquote cite {
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #aa8453;
  font-weight: 400;
}



blockquote cite:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #aa8453;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-300 {
  margin-bottom: -300px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100%;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.pattern {
  background-repeat: repeat;
  background-size: auto;
}

.bold {
  font-weight: 600;
}

.count {
  font-family: 'Gilda Display', serif;
  ;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
}

.js .animate-box {
  opacity: 0;
}

:root {
  scroll-behavior: auto;
}


.bg-cream {
  background: #f8f5f0;
}

.color-1 {
  color: #fff;
}

.color-2 {
  color: #666;
}

.color-3 {
  color: #666;
}

.color-4 {
  color: #222;
}

.color-5 {
  color: #aa8453;
}

.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  font-size: 8px;
}

.star:before,
.star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

.star:after {
  transform: rotate(35deg);
}

.star-rating {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 0.3em solid transparent;
  font-size: 8px;
}

.star-rating:before,
.star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

.star-rating:after {
  transform: rotate(35deg);
}


::-webkit-selection {
  color: #fff;
  background: #aa8453;
}

::-moz-selection {
  color: #fff;
  background: #aa8453;
}

::selection {
  color: #fff;
  background: #aa8453;
}


.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999999;
}

#preloader {
  display: table;
  table-layout: fixed;
}

#preloader-status {
  display: table-cell;
  vertical-align: middle;
}

.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  position: relative;
  width: 55px;
  height: 55px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 1px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.loader span {
  position: absolute;
  width: 55px;
  height: 55px;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
  border-top: 1px solid #aa8453;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
  line-height: 1.5;
  display: block;
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ADADAD;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #aa8453;
  border: 1px solid #aa8453;
}

.rooms1 .owl-theme .owl-nav {
  position: absolute !important;
  top: 35% !important;
  bottom: auto !important;
  width: 100%
}

.rooms1 .owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rooms1 .owl-theme .owl-prev {
  left: 10px !important
}

.rooms1 .owl-theme .owl-next {
  right: 10px !important
}


.rooms1 .owl-theme .owl-prev,
.rooms1 .owl-theme .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #272727;
  border: 1px solid #272727;
  line-height: 0;
  text-align: center;
  font-size: 16px
}


.rooms1 .owl-theme .owl-prev>span,
.rooms1 .owl-theme .owl-next>span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.rooms1 .owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: transparent;
  color: #fff;
  font-size: 11px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
}

.rooms1 .owl-theme .owl-nav [class*=owl-]:hover {
  transform: scale(0.9);
  background: transparent;
  border: 1px solid #b19777;
  color: #FFF;
}

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

  .rooms1 .owl-theme .owl-nav {
    display: none;
  }
}

.section-padding {
  padding: 120px 0;
}

.section-padding2 {
  padding: 0 0 120px 0;
}

.section-padding h6 {
  color: #aa8453;
  font-size: 20px;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 6px;
  margin-bottom: 5px;
}

.section-subtitle span {
  color: #aa8453;
}

.section-title {
  font-size: 26px;
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}

.section-title span {
  color: #fff;
}

.header {
  min-height: 100vh;
  overflow: hidden;
}

.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h2 {
  font-weight: 400;
  font-size: 30px;
}

.header .caption span i.star-rating {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.header .caption h4 {
  font-family: 'Barlow Condensed', serif;
  ;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}



.header .caption h3 {
  position: relative;
  margin-bottom: 20px;
  font-family: 'Gilda Display', serif;
  ;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.35em;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  color: #fff;
  font-weight: 400;
  letter-spacing: 7px;
}

.header .caption p {
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 0;
  color: #fff;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  margin-right: 15px;
}

.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}

.header .caption p span:last-child {
  padding: 0;
}

.header .caption p span:last-child:after {
  display: none;
}

.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #222;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}

.header .caption .butn-light {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.header .caption .butn-dark {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.header .social a {
  color: #eee;
  font-size: 20px;
  margin: 10px 15px;
}

.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}

.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider-fade .item .caption {
  z-index: 9;
}

.slider-fade .owl-nav {
  position: absolute;
  bottom: 7%;
  right: 12%;
}

.slider-fade .owl-prev {
  float: left;
}

.slider-fade .owl-next {
  float: right;
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: transparent;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  margin-right: 3px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  transform: scale(0.9);
  background: transparent;
  border: 1px solid #aa8453;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .slider-fade .owl-nav {
    display: none;
  }
}

.slider-fade .owl-dots {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  text-align: right !important
}

.slider-fade .owl-dots .owl-dot span {
  background: transparent;
  display: none
}

.slider-fade .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 10px;
  border-radius: 50%
}

.slider-fade .owl-dots .owl-dot.active {
  border-color: #aa8453;
  background: #aa8453;
}


.position-relative {
  position: relative !important;
}

.rooms1 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.rooms1 .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.rooms1 .item:hover .con {
  bottom: 0;
}

.rooms1 .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.rooms1 .item .category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: mixed;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: 'Barlow Condensed', sans-serif;
  padding: 10px 3px;
  line-height: 1.5em;
}

.rooms1 .item .category a {
  color: #fff;
}

.rooms1 .item .category:hover {
  color: #fff;
}

.rooms1 .item .con {
  padding: 20px;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.rooms1 .item .con h6,
.rooms1 .item .con h6 a {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  display: inline;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.rooms1 .item .con h6 i {
  font-size: 6px;
  margin-right: 2px;
}

.rooms1 .item .con h5,
.rooms1 .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}

.rooms1 .item .con p {
  color: #fff;
  font-size: 20px;
}

.rooms1 .item .con i {
  color: #fff;
  font-size: 18px;
}

.rooms1 .item .con i:hover {
  color: #fff;
}

.rooms1 .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #666;
  padding: 11px 30px;
}

.rooms1 .item .con .butn-light:hover {
  border-color: #aa8453;
}

.rooms1 .item .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: auto 0 30px;
}

.rooms1 .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.rooms1 .item .con .permalink {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline;
}

.rooms1 .item .con .permalink a {
  color: #fff;
  text-align: right;
}

.rooms1 .item .con .permalink i {
  font-size: 10px;
  text-align: right;
}

.rooms1 .item .con .permalink a:hover,
.rooms1 .item .con .permalink i:hover {
  color: #aa8453;
}

.facilties .single-facility {
  background: transparent;
  padding: 30px 20px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
  border: 1px solid #f1eeeb;
}

.facilties .single-facility h5 {
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
}

.facilties .single-facility:hover h5 {
  color: #222;
  -webkit-transition: .5s;
  transition: .5s;
}

.facilties .single-facility span {
  font-size: 45px;
  color: #ccd8ce;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

.facilties .single-facility p {
  margin: 0;
  color: #666;
}

.facilties .single-facility .facility-shape {
  position: absolute;
  opacity: 0.02;
  z-index: -1;
  bottom: 15px;
  left: 120px;
}

.facilties .single-facility .facility-shape span {
  font-size: 140px;
  color: #222;
}

.services .img {
  position: relative;
  overflow: hidden;
}

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

.services .img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.services .content {
  width: 100%;
  padding: 30px;
}

.services .content .date {
  display: table-cell;
  position: relative;
  width: 80px;
  z-index: 2;
}

.services .content .date h3 {
  font-size: 65px;
  font-weight: 500;
  color: #aa8453;
  margin-bottom: 0px;
}

.services .content .date h6 {
  color: #666;
  letter-spacing: 2px;
  font-size: 10px;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.services .content .cont {
  display: table-cell;
  vertical-align: middle;
}

.services .content .cont h4 {
  margin: 0 0 10px 0;
  font-size: 32px;
  color: #222;
  font-weight: 400;
  line-height: 1.5em;
}

.services .content .cont .more {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aa8453;
  padding-left: 40px;
  position: relative;
}

.services .content .cont .more:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #aa8453;
  position: absolute;
  top: 50%;
  left: 0px;
}

.services .content .cont .more:hover {
  color: #222;
}

.services .content .info h6 {
  font-size: 15px;
  letter-spacing: 3px;
  color: #666;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.services .content .info .tags {
  color: #aa8453;
}

@media screen and (max-width: 991px) {
  .services .content .cont h4 {
    line-height: 1.25em;
  }

  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}

@media screen and (max-width: 480px) {
  .services .content .date {
    width: 60px;
  }

  .services .content .info .tags {
    margin: 5px 0 0;
  }

  .services .content .date h3 {
    font-size: 40px;
  }
}

.video-wrapper {
  min-height: 500px;
}

.video-wrapper .vid {
  position: relative;
  z-index: 8;
}

.video-wrapper .vid .vid-butn:hover .icon {
  color: #fff;
}

.video-wrapper .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.video-wrapper .vid .vid-butn .icon {
  color: #aa8453;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.video-wrapper .vid .vid-butn .icon:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 1px solid #eee;
  border-radius: 50%;
  z-index: -1;
}

.video-wrapper .vid .vid-butn .icon:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

.Closing_pied {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.Closing_pied .container {
  max-width: 750px !important;
  position: relative;
  z-index: 3;
}

.Closing_pied .container .text-center.col-md-12 {
  padding-top: 250px;
}

.Closing_pied .container .text-center.col-md-12 p {
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}

.Closing_pied .container .text-center.col-md-12 .text.mt-3 {
  padding-top: 20px;
}


.line {
  width: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  margin-bottom: 10px;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'themify';
  content: '\e648';
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
  color: #aa8453;
}

.progress-wrap svg.progress-circle path {
  stroke: #aa8453;
}

[data-overlay-dark],
[data-overlay-darkgray] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-darkgray] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-darkgray]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-darkgray]:before {
  background: #222;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: #fff;
}

[data-overlay-dark] p {
  color: #fff;
}

[data-overlay-darkgray] p {
  color: #999;
}

[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before {
  opacity: 1;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

@media screen and (max-width: 991px) {
  .bg-fixed {
    background-attachment: scroll !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }

  .header .caption .lcp-title {
    font-size: 40px;
  }


}

@media screen and (max-width: 767px) {
  .header .caption .lcp-title {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 10px;
    line-height: 1.35em;
  }

  .header .caption h3 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 10px;
    line-height: 1.35em;
  }

  .header .caption h4 {
    font-size: 12px;
  }

  .header .caption p {
    font-size: 15px;
    margin-right: 10px;
  }

  .header .caption .butn-light {
    margin-right: 10px;
  }

  .banner-header .caption {
    text-align: center;
  }

}


@import url("tm-utility-classes.css");

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

a {
  color: #222222;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a b {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a img {
  border: none;
}

iframe {
  border: none !important;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

.color1 {
  color: #000000;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

.auto-container {
  position: static;
  max-width: 1400px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.scroll-to-top {
  width: 17px;
  margin-top: 4px;
  height: 17px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: #000000;
  z-index: 100;
  display: none;
  border-radius: 50%;
  color: #000;
  font-size: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #ffffff;
}





@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}

.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-lower .logo-box {
  position: relative;
}

.main-header {
  width: 100%;
  z-index: 999;
}

.main-header .logo {
  position: relative;
  display: block;
}

.main-header .logo img {
  max-width: 100%;
  height: 100px;
}

.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.main-menu {
  position: relative;
}

@media (max-width: 991.98px) {
  .main-menu {
    display: none;
  }
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px 10px;

}

.main-menu .navigation>li {
  position: relative;
  float: left;
  padding: 25px 0px;
  margin-right: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1.3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>a:hover {
  color: #000000;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: #ffffff;
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: #000000;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: #000000;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
}

.main-header .outer-box .header-btn {
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  padding: 0 5px 0 38px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50px;
  position: relative;
}

.main-header .outer-box .header-btn span {
  margin-left: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #000000;
}

.main-header .outer-box .header-btn span i {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  top: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-header .outer-box .header-btn:hover {
  background-color: #000000;
  border-color: transparent;
}

.header-style-one {
  position: absolute;
  margin-top: 18px;
}

.header-style-one .main-box {
  border-bottom: 1px solid #ffffff00;
  padding-bottom: 20px;
}

.header-style-one .main-box .nav-outer {
  margin-left: 113px;
}

.header-style-one .main-box .nav-outer .nav .navigation li a {
  color: #ffffff;
}

.header-style-one .main-box .nav-outer .nav .navigation li a:hover {
  color: #000000;
}

.header-style-one .main-box .nav-outer .nav .navigation li ul li a {
  color: #000;
}

.header-style-one .main-menu .navigation>li>a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}

.header-style-one .main-menu .navigation>li>a:hover {
  color: #000000;
}


.header-style-one .outer-box .header-btn {
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0px;
  line-height: 48px;
  background-color: #78866b;
  border-color: transparent;
  padding: 0;
  width: 140px;
  text-align: center;
  margin-top: -8px;
  position: relative;
  top: 5px;
  height: 50px;
  z-index: 9;
  border: 0;
}

.header-style-one .outer-box .header-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background: #000;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.header-style-one .outer-box .header-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.header-style-one .main-menu .navigation>li {
  padding: 0;
}

@media (max-width: 1199.98px) {
  .header-style-one .main-menu .navigation>li {
  }
}
.en{
  height: 30px !important;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-around;
}
.en-f{
      font-family: "Barlow Condensed", sans-serif;
          font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;

}
.header-style-one .main-menu .navigation>li:last-child {
  margin-right: 0;
}

.header-style-one .main-menu .navigation li.dropdown .dropdown-btn {
  display: inline-block;
  border: 2px;
  top: auto;
  bottom: 1px;
  right: -14px;
  width: auto;
  height: unset;
  font-size: 10px;
  color: #8f8f8f;
}

.header-style-one .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}

.header-style-one .mobile-nav-toggler {
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
  margin-right: 0;
  display: none;
}

.header-style-one .mobile-nav-toggler span {
  color: #fff;
}

.color1 {
  color: #fff !important;
}

.header-style-one .main-menu .navigation>li>ul>li>a:hover {
  color: var(--theme-color-v2);
}

.header-style-one .sticky-header .mobile-nav-toggler {
  display: none;
}

.header-style-one .sticky-header .main-menu .navigation>li.current>a,
.header-style-one .sticky-header .main-menu .navigation>li:hover>a {
  color: var(--theme-color-v2);
}

.header-style-one .sticky-header .main-menu .navigation>li {
  padding: 0;
}

.header-style-one .sticky-header.fixed-header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-one .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-style-one .sticky-header .main-menu .navigation>li.current>a,
.header-style-one .sticky-header .main-menu .navigation>li:hover>a {
  color: #fff;
}

.header-style-one .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
}

.header-style-one .sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}

@media only screen and (min-width: 768px) {

  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>ul>li>ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}


.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999;
  background: #ccd8ce;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sticky-header .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.sticky-header .logo {
  padding: 10px 0;
}


.sticky-header .nav-outer {
  position: relative;
  background: none;
  margin-left: auto;
}

.sticky-header .main-menu .navigation>li {
  margin: 0;
  margin-left: 40px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
  color: #000000;
}



@media only screen and (max-width: 1200px) {
  .header-style-one .main-box .nav-outer {
    margin-left: 70px;
    margin-right: auto;
  }
}

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

  .header-style-one .mobile-nav-toggler,
  .header-style-one .sticky-header .mobile-nav-toggler {
    display: inline-block;
  }

  .header-style-one .sticky-header .main-menu {
    display: none;
  }
}

.mobile-fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #78866b;
}

.mobile-fixed-btn a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: #000000;
  display: none;
  top: -3px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: 0px;
  right: -5px;
  text-align: center;
  font-size: 18px;
  color: #000;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.black {
  color: #000 !important;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.mobile-menu .nav-logo img {
  max-height: 50px;
}

.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: #ccd8ce;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
  color: #000;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .navigation li>ul>li {
  padding-left: 20px;
}

.contact-list-one {
  gap: 20px;
  display: flex;
  position: relative;
  padding: 30px 20px 20px;
}

.contact-list-one li {
  position: relative;
  padding-left: 24px;
  min-height: 50px;
  margin-bottom: 20px;
}

.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 25px;
  line-height: 50px;
  color: #ffffff;
}

.fab.fa-whatsapp.black {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 25px;
  line-height: 50px;
  color: #ffffff;
}

.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-list-one li a {
  color: #fff;
  font-size: 13px;
}

.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.contact-list-one li .text a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-info-box {
  color: #fff;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #222;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
  color: var(--#fdece3);
}

@media only screen and (max-width: 767px) {
  .fadeInLeft .content {
    padding-top: 20px;
  }
}


.main-footer {
  position: relative;
  background-color: var(--bg-theme-color2);
}

.main-footer .bg {
  background-size: auto;
}

.main-footer .footer-bg-1 {
  background-image: url(../img/icons/footer-bg-1.png);
  background-color: #0a0a0a;
  background-position: left bottom;
}

.main-footer .footer-bg-2 {
  background-image: url(../img/icons/footer-bg-2.png);
  background-position: right bottom;
}

.main-footer .footer-bg-3 {
  background-image: url(../img/icons/footer-bg-3.png);
  background-position: right bottom;
}

.main-footer .footer-bg-4 {
  background-image: url(../img/icons/footer-bg-4.png);
  background-position: right bottom;
  opacity: 0.1;
}

.main-footer .footer-bg-5 {
  background-image: url(../img/icons/footer-bg-5.png);
  background-position: center;
  background-size: cover;
}

.main-footer .footer-bg-6 {
  background-image: url(../img/icons/footer-bg-6.png);
  background-position: right bottom;
}

.main-footer .footer-bg-7 {
  background-image: url(../img/icons/footer-bg-7.png);
}

.main-footer .footer-bg-8 {
  background-image: url(../img/icons/footer-bg-8.png);
}

.main-footer .footer-bg-9 {
  background-image: url(../img/icons/footer-bg-9.png);
  background-position: right bottom;
}

.main-footer .footer-bg-10 {
  background-image: url(../img/icons/footer-bg-10.png);
  background-position: right bottom;
}

.main-footer .footer-bg-11 {
  background-image: url(../img/icons/footer-bg-11.png);
}

.main-footer .widgets-section {
  position: relative;
  padding: 50px 0 30px;
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 0px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .widget-title {
  position: relative;
  color: #fff;
  font-family: 'Gilda Display', serif;
}

.main-footer .widget-content {
  position: relative;
  margin-top: 20px;
}

.main-footer .widget-content .text {
  color: #fff;
}

.user-links {
  position: relative;
}

.user-links li {
  position: relative;
  font-size: 14px;
  line-height: 32px;
  color: #929292;
  font-weight: 400;
  margin-bottom: 2px;
}

.user-links li:last-child {
  margin-bottom: 0;
}

.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.user-links li a:hover {
  color: #FFFFFF;
}

.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.user-links li a:hover:before {
  width: 100%;
}

.user-links.style-two li {
  padding-left: 0;
}

.user-links.style-two li:before {
  display: none;
}

.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.recent-post {
  position: relative;
  margin-bottom: 30px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .inner {
  position: relative;
}

.recent-post .inner .post-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 30px;
  margin-bottom: 23px;
  padding-left: 25px;
}

.recent-post .inner .post-info i {
  position: absolute;
  left: 0;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

.recent-post .inner .post-title {
  color: var(--theme-color-light);
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

.footer-bottom {
  position: relative;
  z-index: 3;
  border-top: 1px solid #333F4D;
  padding: 30px 0;
}

.footer-bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom .copyright-text a {
  color: inherit;
}

.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}

.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 30px;
}

.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}

.footer-bottom .footer-nav li a {
  color: inherit;
}

.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color-light);
}

.footer-style-one {
  background-color: #677857;
}

.footer-style-one .about-widget {
  margin-top: 14px;
}

.logo a img {
    width: 223px;
}
.footer-style-one .about-widget .logo {
  position: relative;
  top: -20px;
  margin-bottom: 30px;
}

.footer-style-one .about-widget .text {
  display: none;
  margin-bottom: 47px;
  font-size: 16px;
  color: #fff;
}

.footer-style-one .about-widget .social-icon-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-style-one .about-widget .social-icon-two li {
  margin-right: 6px;
}

.footer-style-one .about-widget .social-icon-two li:last-child {
  margin-right: 0;
}

.footer-style-one .about-widget .social-icon-two li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
}

.footer-style-one .about-widget .social-icon-two li a:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
  color: #fff;
}

.footer-style-one .links-widget {
  margin-bottom: 50px;
}


.footer-style-one .links-widget li a {
  color: #fff;
}

.footer-style-one .links-widget li i {
  position: absolute;
  left: -27px;
}

.footer-style-one .news-widget .text {
  margin-bottom: 18px;
  color: #fff;
}

.footer-style-one .news-widget .text i {
  margin-right: 20px;
}

.footer-style-one .info-widget .widget-content .recent-post .inner .post-info:first-child {
  margin-bottom: 0;
}



.footer-style-one .footer-bottom {
  border: 0;
  padding: 0;
}

.footer-style-one .footer-bottom .inner-container {
  padding: 14px 30px 17px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  background-color: #677857;
}

.footer-style-one .footer-bottom .inner-container a {
  color: #fff;
  text-decoration: none !important;
}

.footer-style-one .footer-bottom .inner-container .copyright-text p {
  color: #fff;
}


@media only screen and (max-width: 480px) {
  .footer-bottom .copyright-text {
    line-height: 20px;
    margin-bottom: 15px;
  }
}


.butn-reserve a {
  font-weight: 400;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  background: #78866b;
  color: #fff;
  padding: 13px 22px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
}

.position-re:hover {
  transform: scale(1.1);
}

.custom-btn {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  text-decoration: none !important;
  transition: 0.3s ease-in-out !important;
}



.about img {
  object-fit: cover;
  object-position: center;
}

.menu-container {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url(../img/home/1_photo_principal.webp) no-repeat center center / cover;
  display: flex;
  transition: background 0.5s ease-in-out;
  align-items: flex-end;
  justify-content: space-between;
}

.menu-item {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s;
  border-left: 1px solid rgba(255, 255, 255, .3);
  border-right: 1px solid rgba(255, 255, 255, .3);
  height: 100%;
  width: 20%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.menu-item .hidden {

  margin-bottom: 120px;
}

.menu-item h5 {
  font-family: AdobeCaslonProRegular, Times New Roman, Serif;
  color: #fff;
}

.menu-item p {
  color: #fff;
}

.menu-item .permalink a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}

.menu-item .details {
  display: none;
}

.menu-item:hover .hidden {
  display: none;
}

.menu-item:hover .details {
  background-color: #ccd8ce;
  padding: 20px;
  display: block;
}

.text-white {
  color: #fff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(200px);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

.menu-item:hover .details h5 {
  animation: fadeInUp 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateY(0%);
  max-width: calc(100% - 44px);
  padding-right: 0;
}


@media only screen and (max-width: 767px) {
  .menu-container {
    position: relative;
    width: 100%;
    height: auto;
    background: url(../img/home/1_photo_principal.webp) no-repeat center center / cover;
    display: flex;
    transition: background 0.5s ease-in-out;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .menu-item {

    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-right: none;
    border-left: none;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
}

.banner-header {
  height: 60vh;
}

.banner-section {
  position: relative;
}

.banner-section .banner-slider {
  height: 100vh;
}

.banner-section .banner-slider .slick-list,
.banner-section .banner-slider .slick-track {
  height: 100%;
}

.banner-section .banner-slide {
  position: relative;
  height: 100%;
}

.banner-section .banner-slide .image {
  height: 100%;
}

.banner-section .banner-slide .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.banner-section .content-box {
  position: relative;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 700px;
}

.banner-section .content-box .sub-title {
  position: relative;
  text-transform: uppercase;
  color: var(--theme-color-light);
  margin-bottom: 30px;
  display: inline-block;
  margin-top: 70px;
}

@media (max-width: 575.98px) {
  .banner-section .content-box .sub-title {
    font-size: 14px;
    line-height: 14px;
  }
}

.banner-section .content-box .sub-title::before {
  content: "";
  position: absolute;
  top: -71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
  height: 40px;
  background-image: url(../img/title-image.png);
  z-index: 99;
}

.banner-section .content-box h1 {
  color: var(--theme-color-light);
  text-transform: uppercase;
  font-size: 56px;
  margin-bottom: 42px;
}

@media (max-width: 767.98px) {
  .banner-section .content-box h1 {
    font-size: 45px;
  }
}

@media (max-width: 575.98px) {
  .banner-section .content-box h1 {
    font-size: 32px;
    line-height: 46px;
    padding: 0 20px;
    margin-bottom: 20px;
  }


}

.banner-section .content-box .btn {
  color: var(--theme-color-light);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 1px solid var(--theme-color-light);
  position: relative;
  z-index: 9;
}

.banner-section .content-box .btn {
  color: var(--theme-color-light);
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 1px solid var(--theme-color-light);
  position: relative;
  z-index: 9;
}

.banner-section .content-box .btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color1);
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.banner-section .content-box .btn:hover {
  border-color: var(--bg-theme-color1);
}

.banner-section .content-box .btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.pt-20 {
  padding-top: 20px;
}

.header .owl-carousel .item h1 {
  font-size: 2.5rem;
  margin-top: 50px;
}

.conception_effet_fenetre {
  min-height: 700px;
}

@media only screen and (max-width: 768px) {
  .none_mobile {
    display: none;
  }

  .conception_effet_fenetre {
    background-image: url('../img/home/photo_pouffe_portrait.jpg') !important;
  }

  .header-style-one .outer-box .header-btn {
    display: none;
  }
    .owl-carousel .item:not(:first-child) {
        display: none !important;
    }

  .owl-carousel {
    pointer-events: none;
    touch-action: none;
    overflow: hidden;
  }

  .owl-carousel .item:first-child {
    background-position: center center !important;
    background-size: cover !important;
  }

  .owl-carousel .lcp-title {
    display: none !important;
  }
  .footer-style-one .footer-bottom .inner-container {
    padding: 14px 30px 100px;
  }
}

@media (min-width: 768px) {
  .mobile-fixed-btn {
    display: none;
  }

}

.mobile-fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #78866b;
  text-align: center;
}

.mobile-fixed-btn a {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}


.activity_container{
         padding-left: 200px;
         padding-right: 200px;
         padding-top: 100px;
     }