html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  position: relative;
  font-weight: 400;
  color: #333;
  font-size: 17px;
  line-height: 25px;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #f2d97d;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 500px) {
  section {
    padding: 50px 0;
  }
}
.btn {
  color: #000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6bf5c+0,f2d97d+50,d6bf5c+100 */
  background: #d6bf5c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cb9e33 0%, #e6c45d 35%, #edcd67 50%, #e6c45d 65%, #cb9e33 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d6bf5c", endColorstr="#d6bf5c",GradientType=0 );
  /* IE6-9 */
  border: none;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  padding: 10px 30px;
  border-radius: 3px;
  letter-spacing: 3px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  margin: 15px 0;
}

.btn:focus,
.btn:hover {
  color: #222;
  border-radius: 5px;
}

.btn:before {
  content: "";
  background: #f2d97d;
  border: 2px solid #f2d97d;
  width: 100%;
  height: 100%;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.btn:focus:before,
.btn:hover:before {
  transform: scale(1);
}

.title-h {
  font-size: 75px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 2px;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 45px;
  }
}

.little-h {
  font-size: 32px;
  font-weight: 900;
  font-family: "Playball", cursive;
  line-height: 25px;
  padding-bottom: 0px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: 0;
  color: #f2d97d;
}
@media (max-width: 991px) {
  .little-h {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
  }
}

.title-p {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  color: #666;
}

@media (max-width: 991px) {
  .title-p {
    font-size: 19px;
    line-height: 27px;
    padding-bottom: 0px;
  }
}
.inner-h {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
  margin-top: 10px;
  font-size: 33px;
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  .desctop-view {
    display: none;
  }
}
.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

/******navbar start*******/
.top-bar {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6bf5c+0,f2d97d+50,d6bf5c+100 */
  background: #d6bf5c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cb9e33 0%, #e6c45d 35%, #edcd67 50%, #e6c45d 65%, #cb9e33 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d6bf5c", endColorstr="#d6bf5c",GradientType=0 );
  /* IE6-9 */
}
.top-bar p, .top-bar a {
  padding-top: 6px;
  margin-bottom: 5px;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 2px;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 13px;
    line-height: 15px;
  }
}
.top-bar a:hover {
  color: #666;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #f2d97d;
  }
}
nav.navbar.bootsnav {
  background: #12370F;
  border-bottom: solid 1px #0d280b;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #12370F !important;
    border-bottom: solid 1px none;
  }
}

.navbar {
  min-height: 78px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 66px;
  }
}

.navbar-brand {
  padding: 0px 10px 2px 10px;
}
@media (max-width: 1255px) {
  .navbar-brand {
    padding: 2px 0px 2px 10px;
  }
}

.navbar-brand img {
  width: auto;
  height: 82px;
}
@media (max-width: 1025px) {
  .navbar-brand img {
    height: 52px;
  }
}

.caret {
  margin-left: 4px;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Bebas Neue", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #f2d97d;
    margin-top: 0px;
    width: 220px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 19px 18px 18px 8px;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    color: #f2d97d;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
    margin: 12px 0 12px 0;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #f2d97d;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 11px 10px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-weight: 400;
    font-size: 15px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #f2d97d;
  }
}
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 105px;
  margin-top: 0px;
}

@media (max-width: 1191px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 82px;
    width: auto;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.navbar.bootsnav .btn {
  margin-left: 0px !important;
  min-width: 120px;
}

nav.no-background.bootsnav .btn {
  padding: 7px 17px 5px 17px !important;
  font-size: 22px;
  margin: 19px 10px 0 0px;
  font-weight: 500;
  background-color: transparent !important;
  border: none;
  letter-spacing: 1px;
  box-shadow: none;
  color: #222 !important;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}

nav.navbar-fixed.bootsnav .btn {
  padding: 7px 17px 5px 17px !important;
  font-size: 22px;
  margin: 19px 10px 0 0px;
  font-weight: 500;
  background-color: transparent;
  border: none;
  color: #333;
  letter-spacing: 1px;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}

nav.navbar.bootsnav .btn:hover {
  background-color: #f2d97d !important;
}

/******navbar end**********/
/*****hero start*********/
.hero-arrow {
  height: 100vh;
  position: absolute;
  z-index: 10;
  left: calc(50% - 30px);
  top: 90vh;
}
@media (max-width: 768px) {
  .hero-arrow {
    display: none;
  }
}

.arrow {
  width: 60px;
  height: 82px;
  position: sticky; /* don't forget set container to relative */
  left: calc(50% - 30px);
  margin-left: 0px;
  bottom: 10vh;
  z-index: 999;
}

/* set arrow styles */
.arrow path {
  stroke: #fff;
  stroke-width: 4px;
  fill: transparent;
  animation: down 2s infinite;
}

/* arrow keyframe animation */
@keyframes down {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* arrow animation delay */
.arrow path.a1 {
  animation-delay: -1s;
}

.arrow path.a2 {
  animation-delay: -0.5s;
}

.arrow path.a3 {
  animation-delay: 0s;
}

/*****hero start*********/
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 60vh;
  }
}
.hero .hero-box {
  margin-top: 44vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 23vh;
  }
}
.hero .back {
  background-color: rgba(26, 26, 26, 0.45);
}
.hero h1 {
  color: #fff;
  margin-top: 0px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .hero h1 {
    font-size: 45px;
    line-height: 48px;
    letter-spacing: 1px;
  }
}
.hero h2 {
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .hero h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/***************hero end******/
.about {
  padding: 130px 0;
}
@media only screen and (max-width: 991px) {
  .about {
    padding: 70px 0;
  }
}

.mission-left-text {
  overflow: hidden;
  padding: 0;
}

.mission-left-text .mission-imge {
  margin-left: 50%;
}

@media screen and (max-width: 991px) {
  .mission-left-text .mission-imge {
    margin-left: 0;
    background-image: none;
  }
}
.mission-left-text .mission-img2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .mission-left-text .mission-img2 {
    height: 220px;
    display: block;
  }
}
.mission-left-text .mission-texte {
  padding: 80px 80px;
  margin-right: 50%;
  background-color: #fff;
  margin-left: -100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .mission-left-text .mission-texte {
    margin-right: 0;
    margin-left: 0;
    padding: 10px 0px;
    background-color: #111;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .mission-left-text .mission-texte h3, .mission-left-text .mission-texte p, .mission-left-text .mission-texte h5, .mission-left-text .mission-texte li, .mission-left-text .mission-texte a, .mission-left-text .mission-texte .title-p {
    color: #eee;
  }
}

.mission-left-text .title-small {
  color: #f2d97d;
}

.mission-texte ul {
  list-style: none;
  padding-left: 0;
}
.mission-texte li {
  margin-bottom: 5px;
}
.mission-texte .svg-inline--fa {
  width: 20px;
  margin-right: 11px;
  color: #f2d97d;
}
.mission-texte h5 {
  font-size: 23px;
  margin-top: 25px;
}

.services .services-img {
  height: 550px;
  width: auto;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .services .services-img {
    height: 300px;
  }
}
.services .services-box {
  position: relative;
  overflow: hidden;
  border-radius: 1px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  margin: 15px 0;
}
@media (max-width: 768px) {
  .services .services-box {
    margin: 10px 0;
  }
}
.services .services-box .back {
  z-index: 4;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(13, 13, 13, 0.75) 20%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
.services .services-text {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 30px;
  z-index: 5;
}
@media (max-width: 768px) {
  .services .services-text {
    left: 5px;
    right: 5px;
    bottom: 20px;
  }
}
.services .services-text h3, .services .services-text p {
  color: #fff;
}
.services .services-text p {
  min-height: 50px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
.services .services-text h3 {
  letter-spacing: 1px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
.services .services-text a {
  display: block;
  font-weight: 500;
  color: #f2d97d;
  letter-spacing: 1px;
}
.services .link {
  z-index: 8;
}

.services-box:hover {
  border-radius: 8px;
}

.services-box:hover .services-img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}

.services-margin {
  padding: 20px 100px;
}

/************************/
/*********** before-after slider start *********/
.page-wrap {
  padding: 0px 0 110px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

#home-slider {
  height: 70vh;
  width: 80vw;
  position: relative;
}
@media screen and (min-width: 1500px) {
  #home-slider {
    height: 70vh;
    width: 60vw;
  }
}
@media screen and (max-width: 1030px) {
  #home-slider {
    height: 240px;
    width: 100vw;
  }
}

.swiper-container {
  height: 100%;
  width: 100%;
}

.swiper-image {
  width: 50%;
  height: 100%;
  margin: 8px;
}
@media (max-width: 768px) {
  .swiper-image {
    margin: 1px;
  }
}

.swiper-image-one {
  background-image: url(../images/b1.jpg);
}

.swiper-image-two {
  background-image: url(../images/a1.jpg);
}

.swiper-image-three {
  background-image: url(../images/b2.jpg);
}

.swiper-image-four {
  background-image: url(../images/a2.jpg);
}

.swiper-image-five {
  background-image: url(../images/b1.jpg);
}

.swiper-image-six {
  background-image: url(../images/a1.jpg);
}

.swiper-image-seven {
  background-image: url(../images/b2.jpg);
}

.swiper-image-eight {
  background-image: url(../images/a2.jpg);
}

.swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.2);
  background-blend-mode: overlay;
}

.swiper-image-inner.swiper-image-left, .swiper-image-inner.swiper-image-right {
  padding: 30px 30px;
}
@media (max-width: 991px) {
  .swiper-image-inner.swiper-image-left, .swiper-image-inner.swiper-image-right {
    padding: 20px 20px;
  }
}

.page-wrap h1 {
  font-size: 33px;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  align-self: flex-start;
  margin: 0 0 auto 0;
  margin-bottom: auto;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .page-wrap h1 {
    font-size: 20px;
  }
}

.swiper-slide.swiper-slide-active h1 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex;
}
@media (max-width: 991px) {
  .swiper-slide {
    height: 100%;
  }
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #ccc;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #f2d97d;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 0.6;
  background: #f2d97d;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}

/*********** before-after slider end *********/
.services-right-text {
  padding: 0;
}

.services-right-text .services-img-right {
  margin-right: 45vw;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-img-right {
    margin-right: 0;
  }
}

.services-right-text .services-right-black {
  padding: 150px 100px;
  width: 50vw;
  margin-left: 50vw;
  background-color: #12370F;
  margin-right: -45vw;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-right-black {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}

.services-right-text .services-img-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-img-mobile {
    height: 220px;
    display: block;
  }
}

.services-right-text h3, .services-right-text p, .services-right-text li, .about-left-text h3, .about-left-text p, .about-left-text li {
  color: #fff;
}
.services-right-text p, .services-right-text li, .about-left-text p, .about-left-text li {
  color: #eee;
}
.services-right-text ul, .about-left-text ul {
  list-style: none;
  padding-left: 0;
}
.services-right-text .svg-inline--fa, .about-left-text .svg-inline--fa {
  margin-right: 15px;
  color: #f2d97d;
}
.services-right-text li, .about-left-text li {
  margin-bottom: 10px;
}

.about-text .title-p, .services-right-text .title-p {
  color: #fff;
}

.about-left-text {
  padding: 0;
}

.about-left-text .about-img {
  margin-left: 45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img {
    margin-left: 0;
  }
}

.about-left-text .about-text {
  padding: 150px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #12370F;
  margin-left: -45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}

.about-left-text .about-img2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img2 {
    height: 220px;
    display: block;
  }
}

/*******feature start******/
.features-img {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 80vh;
}
@media screen and (max-width: 991px) {
  .features-img {
    min-height: auto;
    height: 300px;
  }
}

.feature-half {
  min-height: 80vh;
  background-color: #1B1B1B;
  padding: 12vh 90px 0 90px;
}
@media screen and (max-width: 1199px) {
  .feature-half {
    padding: 30px 25px 40px 25px;
  }
}
@media screen and (max-width: 991px) {
  .feature-half {
    height: auto;
    padding: 30px 15px 40px 15px;
    min-height: auto;
  }
}
.feature-half h3, .feature-half p {
  color: #fff;
}

.display-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .display-mobile {
    display: block;
  }
}

.display-desctop {
  display: block;
}
@media screen and (max-width: 991px) {
  .display-desctop {
    display: none;
  }
}

.login-icon {
  margin: 15px 0px 0 0;
  display: inline-block;
  padding: 1px 10px;
  font-size: 15px;
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
  border-radius: 3px;
}

/********features end*******/
.membership {
  padding: 140px 0;
}
@media only screen and (max-width: 990px) {
  .membership {
    padding: 50px 0;
  }
}

/******************************/
.cta {
  position: relative;
  padding: 200px 0;
  background-attachment: fixed;
}
@media only screen and (max-width: 990px) {
  .cta {
    padding: 80px 0;
  }
}

.cta .back {
  background: rgba(13, 13, 13, 0.45);
}

.cta h3 {
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
}

.cta .little-h {
  color: #f2d97d;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta, .features-img {
      background-attachment: scroll !important;
      background-size: 100% 100%;
    }
  }
}
/********** cta end ********/
/*********** testimonials start *********/
.testimonials {
  position: relative;
}
.testimonials .owl-theme .owl-controls {
  text-align: center;
}

#testimonial-slider {
  margin: 0px 0 0 0px;
}

.testimonial .description {
  padding: 0px 0px 30px 0;
  margin-bottom: 0px;
  font-size: 22px;
  color: #111;
  line-height: 38px;
  font-weight: 300;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial .description {
    padding: 20px 0;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 0;
  }
}

.testimonial .title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #f2d97d;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial .title {
    margin-bottom: 0px;
  }
}

.review-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f2d97d !important;
}

/************ testimonials end ************/
.price-box {
  text-align: center;
  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.15);
  padding: 1px 15px;
  background-color: #222;
  margin: 15px 0;
}
.price-box h2 {
  background-color: #444;
  padding: 10px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 1px;
  font-weight: 600;
}
.price-box h3 {
  color: #f2d97d;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 55px;
  letter-spacing: 1px;
  font-weight: 600;
}
.price-box .btn {
  padding: 3px 45px;
}
.price-box .text {
  min-height: 110px;
  color: #fff;
}
@media (max-width: 768px) {
  .price-box .text {
    min-height: auto;
  }
}

/*****tc- footer start******/
.tc-footer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.tc-footer img {
  margin: 20px 0 4cqmax 0;
}
.tc-footer .back {
  background-color: rgba(6, 20, 5, 0.8);
}

@media (max-width: 991px) {
  .tc-footer {
    text-align: center;
  }
}
.tc-footer .footer-title {
  color: #f2d97d;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  margin: 30px 0 15px 0;
}

@media (max-width: 991px) {
  .tc-footer .footer-title {
    margin: 30px 0 10px 0;
  }
}
.tc-footer a, .tc-footer li, .tc-footer p {
  color: #eee;
  font-size: 28px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 1px;
  font-family: "Bebas Neue", sans-serif;
}

@media (max-width: 991px) {
  .tc-footer a {
    line-height: 28px;
    font-size: 19px;
  }
}
.tc-footer a:hover {
  color: #f2d97d;
  transition: all 0.4s ease-in-out;
}

.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}

.tc-footer .svg-inline--fa {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  padding: 7px;
  margin: 10px 10px 0 0;
}

.tc-footer .svg-inline--fa:hover {
  border: 1px solid #f2d97d;
  background: #f2d97d;
  color: #333;
}

.footer-bottom {
  padding: 15px 0 5px 0;
}
.footer-bottom p, .footer-bottom a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #333;
}
.footer-bottom a:hover {
  color: #f2d97d;
}

/*****tc-footer end******/
#accordion {
  margin: 0 0 30px 0;
}

#accordion .panel {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 5px;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 5px 5px 0 0;
}

#accordion .panel-title a {
  display: block;
  padding: 20px 30px 20px 20px;
  background: rgba(33, 95, 33, 0.02);
  font-size: 17px;
  color: #333;
  border: 1px solid rgba(33, 95, 33, 0.1);
  border-radius: 5px 5px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #accordion .panel-title a {
    padding: 20px 40px 20px 20px;
  }
}

#accordion .panel-title a.collapsed {
  border-color: #e0e0e0;
  border-radius: 5px;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 3px;
  background: transparent;
  font-size: 30px;
  color: #f2d97d;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 30px;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  #accordion .panel-title a:before,
  #accordion .panel-title a.collapsed:before,
  #accordion .panel-title a:after,
  #accordion .panel-title a.collapsed:after {
    right: 10px;
  }
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "+";
  background: transparent;
  color: #f2d97d;
  opacity: 0;
  transform: scale(0);
}

#accordion .panel-title a.collapsed:before {
  opacity: 0;
  transform: scale(0);
}

#accordion .panel-title a.collapsed:after {
  opacity: 1;
  transform: scale(1);
}

#accordion .panel-body {
  padding: 20px 20px;
  background: #fff;
  border-top: none;
  font-size: 15px;
  color: #333;
  line-height: 28px;
  letter-spacing: 1px;
  border-radius: 0 0 5px 5px;
}

.inner-header {
  height: 115px;
  background-color: #222;
}

/**********CONTACT PAGE START*********/
.contact-page ul {
  list-style: none;
  padding-left: 0;
}
.contact-page li {
  margin-bottom: 10px;
  font-size: 22px;
  color: #12370f;
}
@media screen and (max-width: 768px) {
  .contact-page li {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.contact-page a {
  color: #12370f;
}
.contact-page a:hover {
  color: #f2d97d;
}

input, textarea {
  width: 100%;
  padding: 15px 15px;
  border: none;
  border-bottom: 1px solid #f2d97d;
  background-color: rgba(33, 95, 33, 0.07);
  margin-bottom: 20px;
  outline: none;
  border-radius: 0;
}

select {
  width: 100%;
  padding: 15px 15px;
  border: none;
  border-bottom: 1px solid #f2d97d;
  background-color: rgba(217, 242, 217, 0.3);
  margin-bottom: 20px;
  outline: none;
  border-radius: 0;
  height: 57px;
  color: #333;
  font-size: 13px;
}

::-moz-placeholder {
  color: #333;
  font-size: 13px;
}

::placeholder {
  color: #333;
  font-size: 13px;
}

/*********** contact page end *************/
.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}

.tc-header .back {
  background: rgba(26, 26, 26, 0.5);
}

/***** reviews page start *******/
.reviews-page .reviews-box {
  margin-top: 30px;
  border: 1px solid #f9f9f9;
}
.reviews-page .reviews-header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  padding: 20px;
}
.reviews-page .reviews-header h4 {
  font-size: 30px;
  margin: 5px 0 0 0;
  color: #12370f;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
  opacity: 0.9;
}
.reviews-page .reviews-text {
  padding: 30px 20px;
}
.reviews-page .reviews-text h5 {
  font-size: 20px;
  margin-top: 40px;
  margin-right: 40px;
  color: #12370f;
  text-align: right;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .reviews-page .reviews-text h5 {
    margin-right: 20px;
  }
}
.reviews-page .reviews-text img {
  width: 55px;
  margin-bottom: 25px;
}

/***** reviews page end *******/
.inner-cta {
  padding: 60px 50px;
  margin: 15px 0;
  background-color: #222;
}
@media screen and (max-width: 768px) {
  .inner-cta {
    padding: 20px 15px;
  }
}

.pagination {
  margin-top: 50px;
}

.pagination > li > a, .pagination > li > span {
  color: #12370f;
}

.about-image {
  height: 480px;
  border-radius: 2px;
}
@media screen and (max-width: 558px) {
  .about-image {
    height: 220px;
  }
}

.about-page-img {
  height: 600px;
  border-radius: 2px;
}
@media screen and (max-width: 558px) {
  .about-page-img {
    height: 220px;
  }
}

.team-page .team-box {
  background-color: #fff;
  position: relative;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .team-page .team-box {
    margin-bottom: 15px;
  }
}
.team-page .blog-img {
  height: 360px;
  border-radius: 2px;
}
.team-page .blog-tekst {
  padding: 25px 15px 20px 20px;
  min-height: 230px;
}
@media screen and (max-width: 768px) {
  .team-page .blog-tekst {
    min-height: auto;
  }
}
.team-page .blog-tekst p {
  color: #f2d97d;
}
.team-page .blog-tekst .svg-inline--fa {
  margin-right: 8px;
}
.team-page .blog-tekst h3 {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .team-page .blog-tekst h3 {
    min-height: auto;
  }
}
.team-page .blog-tekst .btn {
  padding: 12px 25px;
  font-size: 16px;
}

.team-page img {
  border-radius: 2px;
}

.team-box:hover {
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.2);
}

/********************/
.gallery-page:nth-child(even) {
  background: rgba(188, 148, 16, 0.05);
}

.gallery-page:nth-child(odd) {
  background: #fff;
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 220px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.services-video iframe {
  height: 330px;
  width: calc(49% - 20px);
  margin: 8px 9px;
}
@media screen and (max-width: 900px) {
  .services-video iframe {
    width: calc(100% - 0px);
    margin: 8px 0px;
    height: 220px;
  }
}

.services-video iframe:first-child {
  height: 500px;
  margin-bottom: 15px;
  width: 97%;
}
@media screen and (max-width: 900px) {
  .services-video iframe:first-child {
    width: calc(100% - 0px);
    margin: 8px 0px;
    height: 220px;
  }
}

.before-after, .gallery-page {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .before-after, .gallery-page {
    padding-bottom: 60px;
  }
}
.before-after .b-a-content img, .gallery-page .b-a-content img {
  height: 363px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 668px) {
  .before-after .b-a-content img, .gallery-page .b-a-content img {
    height: 230px;
  }
}
.before-after .owl-nav, .gallery-page .owl-nav {
  position: absolute;
  top: 27%;
  left: -3.5%;
  right: -3.5%;
  width: 107%;
  z-index: -1;
}
@media (max-width: 991px) {
  .before-after .owl-nav, .gallery-page .owl-nav {
    top: 18%;
    left: -4.5%;
    right: -4.5%;
    width: 109%;
  }
}
.before-after .owl-theme .owl-controls .owl-nav [class*=owl-], .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 18px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .before-after .owl-theme .owl-controls .owl-nav [class*=owl-], .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}
.before-after .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.before-after .owl-prev, .gallery-page .owl-prev {
  float: left;
}
.before-after .owl-next, .gallery-page .owl-next {
  float: right;
}

.b-a {
  margin: 0 5px;
}
.b-a .title-p {
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .b-a .title-p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }
}

.b-a .b-a-content {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

.b-a .inner-h {
  margin: -5px 0 40px 0;
  color: #12370f;
  font-size: 24px;
  font-weight: 500;
}
.b-a p {
  font-size: 14px;
  margin-bottom: 5px;
}

.faq-job #accordion .panel-title a {
  background: #fff;
  border: 1px solid #fff;
}/*# sourceMappingURL=style.css.map */