/*
$font_light:'montserratlight';
$font_regular:'montserratregular';
$font_medium:'montserratmedium';
$font_semibold:'montserratsemibold';
$font_bold:'montserratbold';
$font_extrabold:'montserratextrabold';*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Source+Sans+Pro&display=swap");
/*
@font-face {
font-family: 'montserratbold';
src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
url('../fonts/montserrat-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'montserratextrabold';
src: url('../fonts/-extrabold-webfont.woff2') format('woff2'),
url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'montserratlight';
src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
url('../fonts/montserrat-light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}


@font-face {
font-family: 'montserratmedium';
src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
url('../fonts/montserrat-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'montserratregular';
src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
url('../fonts/montserrat-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'montserratsemibold';
src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
url('../fonts/montserrat-semibold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}*/
.text-size-80 {
  font-size: 80px;
}

@media (min-width: 320px) {
  .text-size-80-small {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .text-size-80-medium {
    font-size: 80px;
  }
}
@media (min-width: 1024px) {
  .text-size-80-large {
    font-size: 80px;
  }
}
.text-size-70 {
  font-size: 70px;
}

@media (min-width: 320px) {
  .text-size-70-small {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .text-size-70-medium {
    font-size: 70px;
  }
}
@media (min-width: 1024px) {
  .text-size-70-large {
    font-size: 70px;
  }
}
.text-size-60 {
  font-size: 60px;
}

@media (min-width: 320px) {
  .text-size-60-small {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .text-size-60-medium {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .text-size-60-large {
    font-size: 60px;
  }
}
.text-size-50 {
  font-size: 50px;
}

@media (min-width: 320px) {
  .text-size-50-small {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .text-size-50-medium {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .text-size-50-large {
    font-size: 50px;
  }
}
.text-size-40 {
  font-size: 40px;
}

@media (min-width: 320px) {
  .text-size-40-small {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .text-size-40-medium {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .text-size-40-large {
    font-size: 40px;
  }
}
.text-size-36 {
  font-size: 36px;
}

@media (min-width: 320px) {
  .text-size-36-small {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .text-size-36-medium {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .text-size-36-large {
    font-size: 36px;
  }
}
.text-size-32 {
  font-size: 32px;
}

@media (min-width: 320px) {
  .text-size-32-small {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .text-size-32-medium {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .text-size-32-large {
    font-size: 32px;
  }
}
.text-size-30 {
  font-size: 30px;
}

@media (min-width: 320px) {
  .text-size-30-small {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .text-size-30-medium {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .text-size-30-large {
    font-size: 30px;
  }
}
.text-size-28 {
  font-size: 28px;
}

@media (min-width: 320px) {
  .text-size-28-small {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .text-size-28-medium {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .text-size-28-large {
    font-size: 28px;
  }
}
.text-size-24 {
  font-size: 24px;
}

@media (min-width: 320px) {
  .text-size-24-small {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .text-size-24-medium {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .text-size-24-large {
    font-size: 24px;
  }
}
.text-size-22 {
  font-size: 22px;
}

@media (min-width: 320px) {
  .text-size-22-small {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .text-size-22-medium {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .text-size-22-large {
    font-size: 22px;
  }
}
.text-size-20 {
  font-size: 20px;
}

@media (min-width: 320px) {
  .text-size-20-small {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .text-size-20-medium {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .text-size-20-large {
    font-size: 20px;
  }
}
.text-size-18 {
  font-size: 18px;
}

@media (min-width: 320px) {
  .text-size-18-small {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .text-size-18-medium {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .text-size-18-large {
    font-size: 18px;
  }
}
.text-size-16 {
  font-size: 16px;
}

@media (min-width: 320px) {
  .text-size-16-small {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .text-size-16-medium {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .text-size-16-large {
    font-size: 16px;
  }
}
.text-size-14 {
  font-size: 14px;
}

@media (min-width: 320px) {
  .text-size-14-small {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .text-size-14-medium {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .text-size-14-large {
    font-size: 14px;
  }
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/** common title **/
.cmn__ttl, .cmn__ttl__sm {
  margin-bottom: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .cmn__ttl, .cmn__ttl__sm {
    margin-bottom: 30px;
  }
}
.cmn__ttl__hdng {
  font-size: 40px;
  line-height: 55px;
  /*font-family: $font_semibold;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000000;
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .cmn__ttl__hdng {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0;
  }
}
.cmn__ttl__subhdng {
  font-size: 23px;
  /*font-family: $font_bold;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 15px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .cmn__ttl__subhdng {
    font-size: 20px;
    line-height: 30px;
  }
}
.cmn__ttl__desc {
  margin: 10px 0 0;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .cmn__ttl__desc br {
    display: none;
  }
}
.cmn__ttl__wt .cmn__ttl__hdng {
  color: #ffffff;
}
.cmn__ttl__wt .cmn__ttl__desc {
  color: #ffffff;
}
.cmn__ttl__sm .cmn__ttl__hdng {
  font-size: 30px;
}
.cmn__ttl.text-center .cmn__ttl__hdng:after, .text-center.cmn__ttl__sm .cmn__ttl__hdng:after {
  margin: 5px auto 0;
}

.cmn__btn {
  display: inline-block;
  min-width: 200px;
  line-height: 65px;
  text-align: center;
  padding: 0 10px;
  background: #bba25f;
  color: #ffffff;
  font-size: 17px;
  /*font-family: $font_medium;*/
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .cmn__btn {
    min-width: 160px;
    line-height: 50px;
    font-size: 14px;
  }
}
.cmn__btn:hover {
  background: #303030;
  color: #fff;
}
.cmn__btn:focus {
  background: #bba25f;
  color: #fff;
}

.main-container {
  overflow-x: hidden;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 110;
  padding: 25px 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .header .hdr-lt {
    max-width: 50%;
  }
}
.header .hdr-lt .navbar-brand img {
  width: 127px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .header .hdr-rt {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .header .nav {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    background: #303030;
    height: calc(100% - 90px);
    overflow-y: auto;
  }
}
.header .nav .nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .nav .nav__menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
  }
}
.header .nav .nav__menu__item {
  margin-left: 60px;
  position: relative;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .header .nav .nav__menu__item {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header .nav .nav__menu__item {
    margin-left: 30px;
  }
}
.header .nav .nav__menu__item:first-child {
  margin-left: 0;
}
.header .nav .nav__menu__item__link {
  font-size: 16px;
  color: #000000;
  /*font-family: $font_bold;*/
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .header .nav .nav__menu__item__link {
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
  }
}
.header .nav .nav__menu__item__link:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  display: none;
}
.header .nav .nav__menu__item__link:hover:after {
  display: block;
}
.header .nav .nav__menu__item.menu-item-has-children .nav__menu__item__link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.header .nav .nav__menu__item.menu-item-has-children .nav__menu__item__link:hover, .header .nav .nav__menu__item.menu-item-has-children .nav__menu__item__link.active {
  color: #bba25f;
}
.header .nav .nav__menu__item.menu-item-has-children .nav__menu__item__link:hover::after, .header .nav .nav__menu__item.menu-item-has-children .nav__menu__item__link.active::after {
  color: #bba25f;
}
.header .nav .nav__menu__item .sub-menu {
  position: absolute;
  top: 50px;
  right: 0;
  width: 250px;
  background: #303030;
  box-shadow: 0 6px 10px 5px rgba(0, 0, 0, 0.1);
  display: none;
  list-style: none;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .header .nav .nav__menu__item .sub-menu {
    position: relative;
    top: inherit;
    left: inherit;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .header .nav .nav__menu__item .sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #303030;
    position: absolute;
    top: -9px;
    right: 15px;
  }
}
.header .nav .nav__menu__item .sub-menu li {
  margin: 0;
  list-style: none;
  padding: 0 !important;
}
.header .nav .nav__menu__item .sub-menu a {
  color: #ffffff;
  font-size: 14px;
  /*font-family: $font_regular;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: block;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 20px;
}
.header .nav .nav__menu__item .sub-menu a::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .nav .nav__menu__item .sub-menu a {
    padding: 10px 40px;
    color: #ffffff;
    font-size: 14px;
  }
}
.header .nav .nav__menu__item .sub-menu a:hover {
  color: #ffffff !important;
  background: #bba25f;
}
.header .nav .nav__menu__item .sub-menu a:last-child {
  border-bottom: none;
}
.header .nav .nav__menu__item.active .nav__menu__item__link:after {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header .nav .nav__menu__item.active .nav__menu__item__link {
    background: #bba25f;
    color: #303030;
  }
  .header .nav .nav__menu__item.active .sub-menu {
    display: block;
  }
}
@media only screen and (min-width: 1281px) {
  .header .nav .nav__menu__item:hover .sub-menu {
    display: block;
  }
}
.header.header-sticky {
  background: #ffffff;
  padding: 10px 0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}
.header.header-sticky .navbar-brand img {
  width: 80px;
}

.home__banner {
  width: 100%;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1023px) {
  .home__banner {
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .home__banner {
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .home__banner {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  .home__banner {
    overflow-x: hidden;
  }
}
.home__banner__inn {
  position: relative;
  padding: 190px 0 85px;
}
@media only screen and (max-width: 767px) {
  .home__banner__inn {
    padding-bottom: 0;
  }
}
.home__banner__inn .banner__caption {
  padding-top: 45px;
}
.home__banner__inn .banner__caption__tagline {
  font-size: 22px;
  color: #bba25f;
  /*font-family: $font_bold;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  display: block;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .home__banner__inn .banner__caption__tagline {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.home__banner__inn .banner__caption h1 {
  font-size: 36px;
  line-height: 48px;
  color: #000000;
  /*font-family: $font_bold;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .home__banner__inn .banner__caption h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
.home__banner__inn .banner__caption p {
  color: #31353b;
  margin: 35px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .home__banner__inn .banner__caption p {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 22px;
  }
}
.home__banner__inn::after {
  content: "";
  width: 510px;
  height: 100%;
  position: absolute;
  right: -130px;
  top: 0;
  background: url(../images/banner-bg.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .home__banner__inn::after {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .home__banner__inn::after {
    width: 270px;
    right: -20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .home__banner__inn::after {
    right: -20px;
    width: 380px;
  }
}
.home__banner .banner-slider {
  position: relative;
  z-index: 1;
}
.home__banner .banner-slider .banner__thumb {
  width: 100%;
  height: 575px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home__banner .banner-slider .banner__thumb {
    height: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  .home__banner .banner-slider .banner__thumb {
    height: 510px;
  }
}
.home__banner .banner-slider .banner__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__banner .banner-slider .owl-nav {
  position: absolute;
  bottom: -60px;
  right: -7px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .home__banner .banner-slider .owl-nav {
    position: static;
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
  }
}
.home__banner .banner-slider .owl-nav .owl-prev, .home__banner .banner-slider .owl-nav .owl-next {
  position: relative;
  background: none;
  left: inherit;
  top: inherit;
  right: inherit;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .home__banner .banner-slider .owl-nav .owl-prev, .home__banner .banner-slider .owl-nav .owl-next {
    background: #303030;
  }
  .home__banner .banner-slider .owl-nav .owl-prev:hover, .home__banner .banner-slider .owl-nav .owl-next:hover {
    background: #303030;
  }
}
.home__banner .banner-slider .owl-nav .owl-prev span, .home__banner .banner-slider .owl-nav .owl-next span {
  display: none;
}
.home__banner .banner-slider .owl-nav .owl-prev:after, .home__banner .banner-slider .owl-nav .owl-next:after {
  content: "";
  width: 12px;
  height: 20px;
  background: url(../images/slide-arrow.svg) no-repeat center;
  display: block;
}
.home__banner .banner-slider .owl-nav .owl-prev {
  margin-right: 20px;
}
.home__banner .banner-slider .owl-nav .owl-prev::after {
  transform: rotate(180deg);
}

.home__banner + section {
  padding-top: 15px;
}

.newsletter {
  white-space: nowrap;
  position: relative;
  width: calc(100% + 224px);
  z-index: 11;
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .newsletter {
    width: 100%;
    white-space: inherit;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .newsletter {
    white-space: inherit;
    margin-bottom: 50px;
  }
}
.newsletter__icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .newsletter__icon {
    left: 20px;
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .newsletter__icon {
    left: 15px;
  }
}
.newsletter input {
  width: calc(100% - 190px);
  height: 86px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0078431373);
  border: 1px solid #DADADA;
  border-right: none;
  padding: 0 20px 0 80px;
  background: #ffffff;
  font-size: 20px;
  color: #303030;
}
@media only screen and (max-width: 1023px) {
  .newsletter input {
    padding: 0 20px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter input {
    height: 60px;
    padding: 0 10px;
    width: calc(100% - 120px);
    font-size: 14px;
  }
}
.newsletter .cmn__btn {
  width: 190px;
  line-height: 86px;
}
@media only screen and (max-width: 767px) {
  .newsletter .cmn__btn {
    line-height: 60px;
    width: 120px;
    min-width: 120px;
    font-size: 12px;
    padding: 0 5px;
  }
}

.client__logos {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .client__logos {
    width: 100%;
    z-index: 11;
    position: static;
    margin: 60px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .client__logos {
    bottom: -80px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .client__logos {
    bottom: -80px;
    width: 100%;
  }
}
.client__logos__hdng {
  font-size: 17px;
  margin: 0 0 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .client__logos__hdng {
    font-size: 16px;
  }
}
.client__logos .client__logos__inn {
  display: flex;
  align-items: center;
}
.client__logos .client__logos__inn .client__logos__inn__blk {
  margin-right: 45px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .client__logos .client__logos__inn .client__logos__inn__blk {
    display: flex;
    justify-content: center;
    margin: 0;
    height: 50px;
    align-items: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .client__logos .client__logos__inn .client__logos__inn__blk img {
    max-width: 100%;
    width: auto;
  }
}

body {
  overflow-x: hidden;
}

.hamburger__menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hamburger__menu {
    display: flex;
    align-items: flex-start;
    padding: 3px 14px;
    justify-content: center;
    border-radius: 4px;
    background: #bba25f;
    width: 50px;
    height: 40px;
    flex-direction: column;
  }
}
.hamburger__menu span {
  width: 22px;
  height: 2px;
  background: #ffffff;
  display: block;
  margin: 2px 0;
}
.hamburger__menu span:nth-child(2) {
  width: 18px;
}

.menu-open {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .menu-open .nav {
    display: block;
  }
}
.menu-open .header-sticky .nav {
  top: 80px;
  height: calc(100% - 80px);
}

.keuringen__section {
  padding: 70px 0 40px;
}
@media only screen and (max-width: 767px) {
  .keuringen__section {
    position: relative;
    padding: 40px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .keuringen__section .align-items-start .cmn__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.keuringen__section .keuringen__listing > .row > div {
  margin-bottom: 30px;
}
.keuringen__section .keuringen__listing .keuringen__card {
  height: 100%;
  padding: 45px;
  background: #f8f8f8;
  display: flex;
}
.keuringen__section .keuringen__listing .keuringen__card__icon {
  width: 80px;
  padding-right: 15px;
}
.keuringen__section .keuringen__listing .keuringen__card__icon img {
  width: 90%;
}
.keuringen__section .keuringen__listing .keuringen__card__cont {
  width: calc(100% - 80px);
  font-size: 14px;
  line-height: 19px;
  color: #757678;
  font-size: 16px;
  line-height: 22px;
}
.keuringen__section .keuringen__listing .keuringen__card__cont h6 {
  color: #bba25f;
  font-size: 18px;
  /*font-family: $font_medium;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.keuringen__section .keuringen__listing .keuringen__card__cont p {
  font-size: 16px;
  line-height: 22px;
  color: #757678;
  margin-bottom: 5px;
}
.keuringen__section .keuringen__listing .keuringen__card__cont ul {
  padding-left: 13px;
}
.keuringen__section .keuringen__listing .keuringen__card__cont ul li {
  font-size: 16px;
  line-height: 22px;
  color: #757678;
  margin-bottom: 5px;
  padding-left: 5px;
}
.keuringen__section .keuringen__listing .keuringen__card .keuringen__card__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.keuringen__section .keuringen__listing .keuringen__card .keuringen__card__btn .cmn__btn {
  min-width: 170px;
  line-height: 36px;
  /*font-family: $font_regular;*/
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: transparent;
  border: 1px solid #bba25f;
  color: #bba25f;
}
.keuringen__section .keuringen__listing .keuringen__card .keuringen__card__btn .cmn__btn:hover {
  background: #bba25f;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .keuringen__section .keuringen__listing .keuringen__card .keuringen__card__btn .cmn__btn {
    min-width: 150px;
  }
}

.asbestattest__section {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .asbestattest__section {
    padding-top: 120px;
  }
}
.asbestattest__section .asbestattest__block {
  padding: 40px;
  background: url(../images/asbestattest-bg.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .asbestattest__section .asbestattest__block {
    padding: 40px 20px;
  }
}
.asbestattest__section .asbestattest__block .asbestattest__thumb {
  display: block;
  position: relative;
  padding-bottom: 170px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .asbestattest__section .asbestattest__block .asbestattest__thumb {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .asbestattest__section .asbestattest__block .asbestattest__thumb {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .asbestattest__section .asbestattest__block .asbestattest__thumb {
    margin-bottom: 50px;
  }
}
.asbestattest__section .asbestattest__block .asbestattest__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asbestattest__section .asbestattest__block .asbestattest__thumb__back {
  width: 100%;
  height: 365px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .asbestattest__section .asbestattest__block .asbestattest__thumb__back {
    height: 280px;
  }
}
.asbestattest__section .asbestattest__block .asbestattest__thumb__front {
  width: 410px;
  height: 280px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .asbestattest__section .asbestattest__block .asbestattest__thumb__front {
    width: calc(100% - 60px);
    height: 200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .asbestattest__section .asbestattest__block .asbestattest__thumb__front {
    width: calc(100% - 40px);
    height: 240px;
  }
}
.asbestattest__section .asbestattest__block .cmn__ttl, .asbestattest__section .asbestattest__block .cmn__ttl__sm {
  margin: 35px 0 0;
}
@media only screen and (max-width: 1023px) {
  .asbestattest__section .asbestattest__block .cmn__ttl, .asbestattest__section .asbestattest__block .cmn__ttl__sm {
    margin-top: 0;
  }
}
.asbestattest__section .asbestattest__block .cmn__ttl__hdng {
  font-size: 31px;
  line-height: 44px;
  /*font-family: $font_medium;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .asbestattest__section .asbestattest__block .cmn__ttl__hdng {
    font-size: 26px;
    line-height: 36px;
  }
}
.asbestattest__section .asbestattest__block .cmn__ttl__desc {
  color: #545a58;
}
.asbestattest__section .asbestattest__block .cmn__ttl .cmn__btn, .asbestattest__section .asbestattest__block .cmn__ttl__sm .cmn__btn {
  width: 100%;
  margin: 30px 0 0;
  line-height: 55px;
}
@media only screen and (max-width: 767px) {
  .asbestattest__section .asbestattest__block .cmn__ttl .cmn__btn, .asbestattest__section .asbestattest__block .cmn__ttl__sm .cmn__btn {
    line-height: 50px;
  }
}

.call__text {
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .call__text {
    margin: 10px 0 0;
  }
}
.call__text a {
  color: #2CBDE7;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.call__text a:hover {
  color: #bba25f;
  text-decoration: none;
}

.review__section {
  padding: 70px 0;
}
.review__section .review__row .review__card {
  padding: 50px;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #ebebeb;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .review__section .review__row .review__card {
    padding: 20px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .review__section .review__row .review__card {
    padding: 25px;
  }
}
.review__section .review__row .review__card .rating__star {
  display: block;
  margin-bottom: 35px;
}
.review__section .review__row .review__card p {
  min-height: 140px;
}
.review__section .review__row .review__card .client__dtls {
  display: flex;
  align-items: center;
}
.review__section .review__row .review__card .client__dtls .client__thumb {
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
}
.review__section .review__row .review__card .client__dtls .client__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review__section .review__row .review__card .client__dtls span {
  width: calc(100% - 65px);
  font-size: 16px;
  /*font-family: $font_bold;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 24px;
}
.review__section .review__row .review__card .client__dtls span strong {
  display: block;
  font-size: 14px;
  color: #545a58;
  /*font-family: $font_regular;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.contact__section {
  padding: 70px 0;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__section {
    padding: 40px 0;
  }
}
.contact__section .contact__blk {
  width: 100%;
  padding: 80px;
  background: url(../images/contact-bg.png) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .contact__section .contact__blk {
    padding: 20px;
  }
}
.contact__section .contact__dtls {
  background: #ffffff;
  padding: 25px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contact__section .contact__dtls {
    padding: 15px;
    flex-direction: column;
  }
}
.contact__section .contact__dtls__lt {
  width: calc(100% - 170px);
}
@media only screen and (max-width: 767px) {
  .contact__section .contact__dtls__lt {
    width: 100%;
  }
}
.contact__section .contact__dtls__lt span {
  display: block;
  font-size: 17px;
  /*font-family: $font_medium;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #31353b;
  opacity: 0.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contact__section .contact__dtls__lt span {
    font-size: 14px;
  }
}
.contact__section .contact__dtls__lt a {
  font-size: 20px;
  line-height: 28px;
  color: #31353b;
  /*font-family: $font_bold;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .contact__section .contact__dtls__lt a {
    font-size: 18px;
  }
}
.contact__section .contact__dtls__rt {
  width: 170px;
}
@media only screen and (max-width: 767px) {
  .contact__section .contact__dtls__rt {
    width: 100%;
    margin-top: 20px;
  }
}
.contact__section .contact__dtls__rt .cmn__btn {
  width: 100%;
  line-height: 72px;
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact__section .contact__dtls__rt .cmn__btn {
    width: 100%;
    line-height: 50px;
  }
}

.footer {
  padding: 70px 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}
.footer__top {
  padding: 30px 0 0;
  border-top: 1px solid #ebebeb;
}
.footer__top .footer__logo {
  display: block;
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  .footer__top .footer__logo {
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer__links {
  display: flex;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .footer__links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__links li {
  margin-left: 60px;
  position: relative;
}
.footer__links li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1023px) {
  .footer__links li {
    margin: 0 0 0 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer__links li {
    margin: 0 0 0 25px;
  }
}
.footer__links li a {
  font-size: 13px;
  color: #000000;
  /*font-family: $font_bold;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .footer__links li a {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__links li a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  display: none;
}
.footer__links li a:hover:after {
  display: block;
}
.footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #31353b;
  /*font-family: $font_bold;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 40px 0 0;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 20px;
  }
}

.rating {
  border: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 0 5px 0 0;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f005";
  font-weight: 900;
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}

.reveal-holder {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.reveal-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
}

.reveal-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bba25f;
  transition-property: transform;
  transition-duration: 0.1s;
}

[data-aos=reveal-right] {
  transform: scaleX(1);
  transform-origin: 100% 0%;
  transition-property: transform;
  transition-delay: 0.4s;
}

[data-aos=reveal-right].aos-animate {
  transform: scaleX(0);
}

[data-aos=reveal-left] {
  transform: scaleX(1);
  transform-origin: 0% 100%;
  transition-property: transform;
  transition-delay: 0.4s;
}

[data-aos=reveal-left].aos-animate {
  transform: scaleX(0);
}

[data-aos=reveal-up] {
  transform: scaleY(1);
  transform-origin: 100% 0%;
  transition-property: transform;
  transition-delay: 0.4s;
}

[data-aos=reveal-up].aos-animate {
  transform: scaleY(0);
}

.reveal-block.dark:before {
  background: #757678;
}

.reveal-block.white:before {
  background: #ffffff;
}

body.single-services section,
body.archive section {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  body.single-services section,
  body.archive section {
    padding: 15px 0;
  }
}
body.single-services .page-header,
body.archive .page-header {
  margin-top: 180px;
}
body.single-services .page-header h1,
body.archive .page-header h1 {
  /*font-family: $font_semibold;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
body.single-services .page-header p,
body.archive .page-header p {
  margin-bottom: 10px;
}
body.single-services .page-header p:last-of-type,
body.archive .page-header p:last-of-type {
  margin-bottom: 0;
}
body.single-services .page-featured-image figure,
body.archive .page-featured-image figure {
  position: relative;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  body.single-services .page-featured-image figure,
  body.archive .page-featured-image figure {
    padding-bottom: 30px;
  }
}
body.single-services .page-featured-image figure::after,
body.archive .page-featured-image figure::after {
  content: "";
  width: calc(100% - 24px);
  background: #000;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 12px;
}
body.single-services .page-featured-image figure img,
body.archive .page-featured-image figure img {
  width: 100%;
  height: auto;
}
body.single-services .middle-sec h1, body.single-services .middle-sec h2, body.single-services .middle-sec h3,
body.archive .middle-sec h1,
body.archive .middle-sec h2,
body.archive .middle-sec h3 {
  /*font-family: $font_semibold;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.gform_wrapper .gform-body .gform_fields .gfield label.gfield_label {
  font-weight: 400;
}
.gform_wrapper .gform-body .gform_fields .gfield select {
  padding: 11.5px;
}
.gform_wrapper .gform-body .gform_fields .gfield .gfield_consent_label {
  padding-left: 7px;
}
.gform_wrapper .gform_footer button.gform_button, .gform_wrapper .gform_footer input.gform_button {
  display: inline-block;
  min-width: 150px;
  text-align: center;
  padding: 10px;
  background: #bba25f;
  color: #ffffff;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.3s ease-in-out;
  border: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .gform_wrapper .gform_footer button.gform_button, .gform_wrapper .gform_footer input.gform_button {
    min-width: 160px;
    line-height: 50px;
    font-size: 14px;
  }
}
.gform_wrapper .gform_footer button.gform_button:hover, .gform_wrapper .gform_footer input.gform_button:hover {
  background: #303030;
  color: #fff;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  background-color: rgba(25, 135, 84, 0.5);
  padding: 0.75rem;
  text-align: center;
}

#contact-details {
  padding-top: 120px;
  margin-bottom: 60px;
}
#contact-details .container .row {
  font-size: 1.1rem;
}
#contact-details .container .row div {
  line-height: 1.7;
}
#contact-details .container .row > div:nth-of-type(2) {
  line-height: 1.7;
  padding-left: 60px;
}
#contact-details .container .row > div:nth-of-type(2) span {
  font-weight: bold;
}
#contact-details .container .row > div:nth-of-type(2) a {
  color: #212529;
}
#contact-details .container .row img {
  padding-right: 45px;
  max-width: 100%;
  height: auto;
}

#contact-intro {
  background-image: linear-gradient(to left, #FFF 50%, #eeeeee 50%);
}
#contact-intro .row {
  background: #eeeeee;
  margin-right: 0;
}
#contact-intro img {
  max-width: 100%;
  height: auto;
}
#contact-intro .content {
  padding: 30px 30px 0 30px;
  position: relative;
}
#contact-intro .content h2, #contact-intro .content h3, #contact-intro .content h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 20px 0;
}
#contact-intro .content h2 span, #contact-intro .content h3 span, #contact-intro .content h4 span {
  font-weight: bold;
}
#contact-intro .content p {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.7;
}
#contact-intro .content a#download-route {
  text-transform: uppercase;
  position: absolute;
  bottom: 8px;
  line-height: 1px;
  color: #212529;
  letter-spacing: 0.05rem;
  transition: all 0.5s ease;
}
#contact-intro .content a#download-route:hover {
  color: #000000;
}

/*# sourceMappingURL=style.css.map */
