/* IMPORT FONTS AND FONT VARIABLES */
/* 1. IMPORT RESET STYLES */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}
b,
strong {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 2. THEME COLORS */
/* THEME COLORS */
/* 3. IMPORT TEXT STYLES */
.style_1 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Vollkorn', serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_1 {
    font-size: 22px;
  }
}
.style_2 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Vollkorn', serif;
  color: #fff;
  font-size: 72px;
  line-height: 1.2;
}
@media (max-width: 1039px) {
  .style_2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .style_2 {
    font-size: 30px;
  }
}
.style_3 {
  font-weight: 600;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
}
@media (max-width: 1039px) {
  .style_3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .style_3 {
    font-size: 16px;
  }
}
.style_4 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Vollkorn', serif;
  color: #2ca9e1;    /* blauw vanrenterghem 2ca9e1 */
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (max-width: 1039px) {
  .style_4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .style_4 {
    font-size: 15px;
  }
}
.style_5 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Vollkorn', serif;
  color: #1b1b1b;
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_5 {
    font-size: 30px;
  }
}
.style_6 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1039px) {
  .style_6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .style_6 {
    font-size: 15px;
  }
}
.style_7 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Vollkorn', serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_7 {
    font-size: 22px;
  }
}
.style_8 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Vollkorn', serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_8 {
    font-size: 17px;
  }
}
.style_9 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_9 {
    font-size: 13px;
    line-height: 1.5;
  }
}
.style_10 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Vollkorn', serif;
  color: #fff;
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_10 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .style_10 {
    font-size: 18px;
  }
}
.style_11 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Vollkorn', serif;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media (max-width: 1039px) {
  .style_11 {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.style_12 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0px;
}
.style_13 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1039px) {
  .style_13 {
    font-size: 13px;
  }
}
.style_14 {
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_14 {
    font-size: 12px;
  }
}
.style_15 {
  font-weight: 400;
  font-style: italic;
  font-family: 'Vollkorn', serif;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.style_16 {
  font-weight: 700;
  font-style: normal;
  font-family: 'Vollkorn', serif;
  color: #8c8787;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
}
@media (max-width: 1039px) {
  .style_16 {
    font-size: 20px;
  }
}
/* 4. DEFAULT STYLES */
body {
  height: 100%;
  color: #1b1b1b;
  background: #fff;
}
body *:focus {
  outline: none;
}
input:hover,
button:hover,
input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
p,
span,
h2,
a {
  display: block;
  transition: .3s;
}
p,
span,
h2,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
a:hover,
a:focus {
  text-decoration: none;
  transition: .3s;
  outline: 0;
}
img {
  max-width: 100%;
  line-height: 0;
}
.wow {
  visibility: hidden;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.aic {
  -ms-flex-align: center;
      align-items: center;
}
/* DEFAULT BUTTON STYLES */
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  transition: .3s;
  cursor: pointer;
  font-family: 'Vollkorn', serif;
  font-weight: 700;
  font-style: normal;
  z-index: 1;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  /* Button size classes */
}
.btn:focus {
  box-shadow: none;
}
.btn-sm {
  font-size: 14px;
  padding: 7px 10px;
  min-width: 170px;
}
.btn-md {
  font-size: 16px;
  padding: 17px 10px;
  min-width: 175px;
}
.btn-lg {
  font-size: 18px;
  padding: 17px 10px;
  min-width: 200px;
}
.btn--preset-1 {
  color: #fff;
  background: #2ca9e1;
  border-color: transparent;
}
.btn--preset-1:hover,
.btn--preset-1:focus {
  color: #fff;
  background: #1b1b1b;
}
.btn--preset-2 {
  color: #fff;
  background: #1b1b1b;
  border-color: transparent;
}
.btn--preset-2:hover,
.btn--preset-2:focus {
  color: #1b1b1b;
  background: #fff;
}
.btn--preset-3 {
  color: #8c8787;
  background: #fff;
  border-color: #fff;
  font-family: 'Open Sans', sans-serif;
  padding: 13px 22px;
}
.btn--preset-3:hover,
.btn--preset-3:focus {
  color: #fff;
  background: #2ca9e1;
  border-color: #2ca9e1;
}
.btn--preset-4 {
  padding: 0;
  min-width: 0;
  border: none;
  color: #1b1b1b;
}
.btn--preset-4:before {
  display: inline-block;
  position: relative;
  line-height: 18px;
  font-size: inherit;
  margin-left: 4px;
  float: right;
  content: "\f178";
  transition: .3s;
  font-family: FontAwesome;
  color: #1b1b1b;
}
.btn--preset-4:hover {
  color: #2ca9e1;
}
.btn--preset-4:hover:before {
  color: #2ca9e1;
}
.dropdown-menu {
  border: none;
  transition: .3s;
  top: calc(100% + 10px);
  margin: 0;
  padding: 15px 0;
  border-radius: 0;
  background: #fff;
  min-width: 180px;
  left: 0;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
}
.dropdown-menu:before {
  position: absolute;
  top: -11px;
  height: 11px;
  left: 0;
  width: 100%;
  content: "";
}
.dropdown-menu li {
  width: 100%;
  margin: 0;
}
.dropdown-menu li a {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-style: normal;
  color: #1b1b1b;
  padding: 8px 11px;
  position: relative;
}
.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  color: #2ca9e1;
}
/* DEFAULT NAVBAR STYLES */
.navbar {
  padding: 0;
  transition: .3s;
  position: relative;
  z-index: auto;
}
.navbar-toggler {
  border: none;
  padding: 7px 9px;
  outline: none !important;
  background: #2ca9e1;
  border-radius: 0;
  transition: .3s;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  margin: 5px 0;
}
.navbar-toggler-invert {
  background: #2ca9e1;
}
.navbar .lnr-menu {
  display: none;
}
.navbar-expand-md .navbar-nav {
  padding: 0;
}
.navbar-expand-md .navbar-nav li {
  position: relative;
}
.navbar-expand-md .navbar-nav li:not(:last-child) {
  margin-right: 56px;
}
.navbar-expand-md .navbar-nav li .nav-link {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: .3s;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Vollkorn', serif;
  font-weight: 700;
  font-style: normal;
  border-color: transparent;
  padding: 3px 0;
  border-bottom: 2px solid transparent;
}
.navbar-expand-md .navbar-nav li .nav-link:hover,
.navbar-expand-md .navbar-nav li .nav-link:focus {
  color: #fff;
  border-color: #2ca9e1;
}
.navbar-expand-md .navbar-nav li .nav-link.active {
  color: #fff;
  border-color: #2ca9e1;
}
.dropdown-toggle:after {
  display: none;
}
.divider-line {
  width: 100%;
  border-top: 1px solid #7f2a71;
  margin: 15px auto;
}
/* DEFAULT WRAPPER STYLES */
.wrapper {
  background: #fff;
}
/* HEADER STYLES */
.header-divider {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}
.header-top {
  background: transparent;
  padding: 15px 0;
}
.header-top_info {
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #2ca9e1;
  font-size: 14px;
  line-height: 19px;
}
.header-top_info--link {
  display: inline-block;
  color: #fff;
}
.header-top_info--link:hover {
  color: #2ca9e1;
}
.header-top_info i {
  margin-right: 5px;
}
.header-top_info--text {
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
}
.header-top_info--text i {
  color: #2ca9e1;
  margin-right: 5px;
}
.header-top_socials {
  text-align: right;
}
.header-top_socials li {
  display: inline-block;
}
.header-top_socials li:not(:first-child) {
  margin-left: 8px;
}
.header-top_socials li a {
  line-height: 1;
  font-size: 14px;
  color: #fff;
  width: 20px;
  text-align: center;
}
.header-top_socials li a:hover {
  color: #2ca9e1;
}
.header-bottom {
  padding: 35px 0;
}
.header-bottom_logo {
  transition: .3s;
  -ms-flex-align: center;
      align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-bottom_title {
  display: inline-block;
  padding-left: 30px;
  margin-top: 10px;
}
.header-bottom_title span {
  color: #2ca9e1;
  display: inline-block;
  font-weight: 700;
}
.header-bottom .ac {
  -ms-flex-align: center;
      align-items: center;
}
.section-space {
  padding: 140px 0;
}
/* 1. SECTION WELCOME */
.section-welcome {
  background-image: url('../images/section-welcomer-bg.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-welcome__heading {
  padding-top: 0px;
  padding-bottom: 420px;
  text-align: left;
}
.section-welcome__heading .style_2 {
  margin-bottom: 15px;
}
.section-welcome__heading .style_2 span {
  display: inline-block;
  font-weight: 700;
  color: #2ca9e1;
}
.section-welcome__heading--container p {
  display: inline-block;
}
.section-welcome__heading--btn {
  margin-top: 40px;
}
.section-services {
  /*background-image: url('../images/services-bg_2.jpg');*/
  background-image: url('../images/services-bg.jpg');
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  text-align: center;
}
.section-services__heading img {
  margin-bottom: 15px;
}
.section-services__info {
  padding-top: 130px;
  padding-bottom: 45px;
  text-align: left;
}
.section-services__info .style_6 {
  margin-left: 15px;
}
.section-services__info--title {
  margin-top: 15px;
  padding: 10px 15px;
  width: 85%;
  background-color: #2ca9e1;
}
.section-services__bg1 {
  background-image: url(../images/services1.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-services__banden {
  background-image: url(../images/banden_bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-services__diagnose {
  background-image: url(../images/diagnose_bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-services__bg3 {
  background-image: url(../images/airco.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-services__trek {
  background-image: url(../images/trek.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-services__block {
  padding: 7px;
  border: 3px solid #2ca9e1;
  transition: .3s;
  margin-top: 65px;
}
.section-services__block:hover {
  border-color: #1b1b1b;
}
.section-works {
  /*background-image: url(../images/works-bg.jpg);*/
  background-image: url(../images/handen.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section-works__heading img {
  margin-bottom: 15px;
}
.section-works__heading .style_5 {
  color: #fff;
}
.section-works__tabs {
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  border-bottom: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-works__tabs--content {
  padding: 20px;
  background-color: transparent;
}
.section-works__tabs--block {
  padding: 15px;
  text-align: left;
}
.section-works__tabs--block .style_9 {
  margin-top: 27px;
}
.section-works__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.section-works__item:not(:last-child) {
  margin-right: 30px;
}
.section-works__link {
  font-size: 16px;
  border-style: solid;
  border-left-width: 0px;
  border-top-width: 5px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0;
  border-color: #2ca9e1;
  background-color: transparent;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  line-height: 22px;
  font-family: 'Vollkorn', serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  width: 100%;
}
.section-works__link.active {
  background-color: #2ca9e1;
  color: #fff;
}
.section-works__link:hover {
  background-color: #2ca9e1;
  color: #fff;
}
.section-adsbar {
  padding: 80px 0;
  background-color: #2ca9e1;
}
.section-team {
  background-image: url('../images/services-bg.jpg');
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  text-align: center;
}
.section-team__heading img {
  margin-bottom: 15px;
}
.section-team__block {
  padding-top: 65px;
}
.section-team__block .style_9 {
  color: #8c8787;
}
.section-team__block .style_11 {
  margin-top: 30px;
}
.section-team__socials {
  margin-top: 15px;
}
.section-team__socials li {
  display: inline-block;
}
.section-team__socials li:not(:first-child) {
  margin-left: 10px;
}
.section-team__socials li a {
  line-height: 1;
  font-size: 14px;
  color: #2ca9e1;
  width: 20px;
}
.section-team__socials li a:hover {
  color: #1b1b1b;
}
.section-benefits {
  background-image: url(../images/benefits-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section-benefits__heading img {
  margin-bottom: 15px;
}
.section-benefits__heading .style_5 {
  color: #755256;
}
.section-benefits__block {
  padding: 45px 30px;
  transition: .3s;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 65px;
}
.section-benefits__block .style_9 {
  color: #755256;
}
.section-benefits__block .style_11 {
  margin-top: 20px;
  color: #755256;
}
/*.section-benefits__block:hover {
  background: #1b1b1b;
}*/
.section-pricing {
  background-image: url('../images/services-bg.jpg');
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  text-align: center;
}
.section-pricing .bg_themecolor6 {
  background: #323232;
}
.section-pricing .bg_themecolor4 {
  background: #1b1b1b;
}
.section-pricing .bg_themecolor1 {
  background: #2ca9e1;
}
.section-pricing__heading {
  margin-bottom: 65px;
}
.section-pricing__heading img {
  margin-bottom: 15px;
}
.section-pricing__info {
  padding: 70px 15px;
  text-align: left;
}
.section-pricing__info .style_8 {
  margin-bottom: 22px;
}
.section-pricing__list {
  padding: 70px 15px;
}
.section-pricing__list ul .style_9 {
  line-height: 2;
}
.section-pricing__list ul li {
  text-align: left;
  position: relative;
  padding-left: 26px;
}
.section-pricing__list ul li:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  z-index: 0;
  font: 15px/1 FontAwesome;
  color: #2ca9e1;
  content: "\f058";
  text-align: center;
}
.section-pricing__list ul .custom_bullet:before {
  color: #fff;
}
.section-pricing__price {
  text-align: center;
  padding: 50px 0;
}
.section-pricing__price .style_11 {
  color: #fff;
}
.section-pricing__price .style_5 {
  color: #fff;
}
.section-pricing__price .style_5 span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
.section-pricing__price--btn {
  margin-top: 15px;
}
.section-pricing__space {
  height: 30px;
}
.section-sponsors {
  padding: 60px 0;
  background: #2ca9e1;
}
.section-sponsors__box {
  padding: 0 60px;
  margin: 0 80px;
}
.section-sponsors__box--carousel {
  position: relative;
}
.section-sponsors__box--carousel .owl-prev,
.section-sponsors__box--carousel .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  -ms-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
  display: inline-block;
  outline: none !important;
  border: none;
  -webkit-appearance: none !important;
  z-index: 1;
  top: 50%;
  background: #1b1b1b !important;
  transition: .3s;
}
.section-sponsors__box--carousel .owl-prev:before,
.section-sponsors__box--carousel .owl-next:before {
  color: #fff;
  font-family: 'FontAwesome';
  transition: .3s;
  font: 30px/34px FontAwesome;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  right: 13px;
  bottom: 4px;
}
.section-sponsors__box--carousel .owl-prev:hover,
.section-sponsors__box--carousel .owl-next:hover {
  background: #fff !important;
}
.section-sponsors__box--carousel .owl-prev:hover:before,
.section-sponsors__box--carousel .owl-next:hover:before {
  color: #2ca9e1;
}
.section-sponsors__box--carousel .owl-prev span,
.section-sponsors__box--carousel .owl-next span {
  display: none;
}
.section-sponsors__box--carousel .owl-prev {
  left: -60px;
}
.section-sponsors__box--carousel .owl-prev:before {
  content: '\f104';
}
.section-sponsors__box--carousel .owl-next {
  right: -60px;
}
.section-sponsors__box--carousel .owl-next:before {
  content: '\f105';
}
.section-testimonials {
  background-image: url(../images/testimonials-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-testimonials__box {
  padding-bottom: 40px;
  text-align: left;
}
.section-testimonials__box .owl-carousel .owl-item img {
  width: auto;
}
.section-testimonials__box .style_5 {
  color: #fff;
}
.section-testimonials__box .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -40px;
  text-align: left;
}
.section-testimonials__box .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border: none;
  transition: .3s;
  border-radius: 0;
  background: #fff;
  display: inline-block;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.section-testimonials__box .owl-dots .owl-dot:not(:first-child) {
  margin-left: 20px;
}
.section-testimonials__box .owl-dots .owl-dot:hover,
.section-testimonials__box .owl-dots .owl-dot.active {
  background: #2ca9e1;
}
.section-testimonials__box--icon {
  font-size: 40px;
  color: #2ca9e1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-testimonials__caption .style_13 {
  margin-bottom: 27px;
}
.section-testimonials__caption .style_12 {
  color: #2ca9e1;
}
.section-testimonials__caption .style_11 {
  color: #fff;
}
.section-faq {
  background-image: url('../images/services-bg.jpg');
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
}
.section-faq__card {
  border: none;
  background: transparent;
}
.section-faq__card:not(:last-child) {
  margin-bottom: 30px;
}
.section-faq__card--body {
  padding: 30px 30px 0 30px;
}
.section-faq__card--body .style_9 {
  color: #8c8787;
}
.section-faq__card--header {
  padding: 0;
  border: none;
}
.section-faq__card--header .collapsed:before {
  content: '\f0ab';
}
.section-faq__card--title {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 12px 31px;
  line-height: 21px;
  color: #fff;
  text-transform: none;
  font-family: 'Vollkorn', serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
  background: #1b1b1b;
  border: none;
}
.section-faq__card--title.collapsed {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 12px 31px;
  line-height: 21px;
  color: #fff;
  text-transform: none;
  font-family: 'Vollkorn', serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
  background: #2ca9e1;
  border: none;
}
.section-faq__card--title.collapsed:before {
  content: "\f0a9";
  font-family: 'FontAwesome';
  transition: .3s;
  float: right;
  line-height: 21px;
  font-size: 15px;
  color: #fff;
  width: 20px;
  text-align: center;
  margin-right: 7px;
}
.section-faq__card--title:before {
  content: "\f0ab";
  font-family: 'FontAwesome';
  transition: .3s;
  float: right;
  line-height: 21px;
  font-size: 15px;
  color: #fff;
  width: 20px;
  text-align: center;
  margin-right: 7px;
}
.section-faq__card--title:hover,
.section-faq__card--title:focus {
  text-decoration: none;
  color: #fff;
  background-color: #1b1b1b;
}
.section-faq__card--title:hover:before,
.section-faq__card--title:focus:before {
  color: #fff;
}
.section-contacts {
  padding: 110px 0;
  background: #2ca9e1;
}
.section-contacts__heading img {
  margin-bottom: 15px;
}
.section-contacts__heading .style_5,
.section-contacts__heading .style_4 {
  color: #fff;
}
.section-contacts__form {
  margin-top: 65px;
}
.section-contacts__form-group {
  position: relative;
}
.section-contacts__form-group:not(:last-child) {
  margin-bottom: 10px;
}
.section-contacts__form-field {
  border: none;
  border: 2px solid #fff;
  width: 100%;
  font-size: 18px;
  padding: 18px 20px;
  line-height: 25px;
  color: #fff;
  background: transparent;
  outline: none;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.section-contacts__form-field.form-control {
  box-shadow: none;
}
.section-contacts__form-field.form-control:focus {
  background: transparent;
  box-shadow: none;
  border-color: #fff;
  color: #fff;
}
.section-contacts__form-error {
  border-color: #fff;
}
.section-contacts__form-group label {
  font-size: 11px;
  text-align: left;
  display: block;
  top: 2px;
  right: 5px;
  position: absolute;
  color: #fff;
  transition: .3s;
  padding-top: 3px;
  border: none;
}
.section-contacts__form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.section-contacts__form :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.section-contacts__form ::placeholder {
  color: #fff;
  opacity: 1;
}
.section-contacts__form :-ms-input-placeholder {
  color: #fff;
}
.section-contacts__form ::-ms-input-placeholder {
  color: #fff;
}
.section-contacts__form-btn {
  margin-top: 10px;
}
.section-contacts__form .result-success2 {
  color: #fff;
  padding: 10px 0;
  position: absolute;
  font-size: 12px;
}
.section-contacts__form .result-error2 {
  color: #fff;
  padding: 10px 0;
  position: absolute;
  font-size: 12px;
}
/* 9. SECTION footer */
.footer-top {
  padding: 65px 0;
  background: #1b1b1b;
  text-align: left;
}
.footer-top_logo {
  transition: .3s;
  -ms-flex-align: center;
      align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.footer-top_title {
  display: inline-block;
  padding-left: 30px;
  margin-top: 10px;
}
.footer-top_title span {
  color: #2ca9e1;
  display: inline-block;
  font-weight: 700;
}
.footer-top_content {
  text-align: left;
}
.footer-top_content .style_7 {
  color: #fff;
}
.footer-top__block {
  margin-top: 25px;
}
.footer-top__block .style_11 {
  color: #fff;
  margin-bottom: 30px;
}
.footer-top__box {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -ms-flex-align: center;
      align-items: center;
}
.footer-top__box a:hover {
  color: #2ca9e1;
}
.footer-top__box p {
  margin: 0;
}
.footer-top__box--icon {
  font-size: 14px;
  line-height: 1.4;
  color: #2ca9e1;
  margin-right: 8px;
}
.footer-top_socials {
  margin-bottom: 15px;
}
.footer-top_socials li {
  display: inline-block;
}
.footer-top_socials li:not(:first-child) {
  margin-left: 8px;
}
.footer-top_socials li a {
  line-height: 1;
  font-size: 14px;
  width: 20px;
  color: #fff;
}
.footer-top_socials li a:hover {
  color: #2ca9e1;
}
.footer .ac {
  -ms-flex-align: center;
      align-items: center;
}
/* 10. back to top */
.to-top {
  width: 58px;
  height: 58px;
  line-height: 54px;
  font-size: 26px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  background: #a8101f;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  border-radius: 10px;
}
.to-top:before {
  content: "\f21c";
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
}
.to-top:hover,
.to-top:focus {
  text-decoration: none;
  background: #363636;
}
.to-top:hover:before,
.to-top:focus:before {
  color: #fff;
}
.to-top-visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
@keyframes box1 {
  0% {
    transform: perspective(200px) rotateX(90deg);
  }
  11% {
    transform: perspective(200px) rotateX(0);
  }
  88% {
    transform: perspective(200px) rotateX(0);
  }
  99% {
    transform: perspective(200px) rotateX(90deg);
  }
  100% {
    transform: perspective(200px) rotateX(90deg);
  }
}
@keyframes box2 {
  0% {
    transform: perspective(200px) rotateY(90deg);
  }
  11% {
    transform: perspective(200px) rotateY(90deg);
  }
  22% {
    transform: perspective(200px) rotateY(0);
  }
  77% {
    transform: perspective(200px) rotateY(0);
  }
  88% {
    transform: perspective(200px) rotateY(90deg);
  }
  100% {
    transform: perspective(200px) rotateY(90deg);
  }
}
@keyframes box3 {
  0% {
    transform: perspective(200px) rotateX(-90deg);
  }
  22% {
    transform: perspective(200px) rotateX(-90deg);
  }
  33% {
    transform: perspective(200px) rotateX(0);
  }
  66% {
    transform: perspective(200px) rotateX(0);
  }
  77% {
    transform: perspective(200px) rotateX(-90deg);
  }
  100% {
    transform: perspective(200px) rotateX(-90deg);
  }
}
@keyframes box4 {
  0% {
    transform: perspective(200px) rotateY(-90deg);
  }
  33% {
    transform: perspective(200px) rotateY(-90deg);
  }
  44% {
    transform: perspective(200px) rotateY(0);
  }
  55% {
    transform: perspective(200px) rotateY(0);
  }
  66% {
    transform: perspective(200px) rotateY(-90deg);
  }
  100% {
    transform: perspective(200px) rotateY(-90deg);
  }
}
@keyframes loader-container {
  0% {
    transform: rotate(0);
  }
  23% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  48% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  73% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  98% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* POPUP VIDEO STYLES */
.section_popup {
  display: none;
  position: fixed;
  z-index: 1040;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
}
.section_popup .table {
  padding: 0px 15px;
  display: table;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.section_popup .table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0px;
}
.section_popup__close {
  position: absolute;
  top: -30px;
  right: 0px;
  cursor: pointer;
  opacity: 0.7;
  transition: .3s;
}
.section_popup__close i {
  color: #fff;
}
.section_popup__close:hover {
  opacity: 1;
}
.section_popup__content {
  max-width: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.section_popup__content_video {
  width: 100%;
  padding: 20px;
}
.section_popup__content_video iframe {
  width: 100%;
  height: 480px;
}
.section__popup {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
}
.section__popup__bg {
  background-image: url('../images/services-bg.jpg');
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  padding: 65px 80px;
  width: 100%;
  text-align: center;
  position: relative;
}
.section__popup__heading h2 {
  margin-top: 15px;
  color: #1b1b1b;
}
.section__popup__heading h2 span {
  display: inline-block;
  font-weight: 700;
  color: #2ca9e1;
}
.section__popup__heading .style_9 {
  color: #8c8787;
}
.section__popup__form {
  margin-top: 30px;
}
.section__popup__form--group {
  position: relative;
}
.section__popup__form--group:not(:last-child) {
  margin-bottom: 10px;
}
.section__popup__form--field {
  border: 1px solid #fff;
  width: 100%;
  font-size: 16px;
  padding: 16px 24px;
  line-height: 21px;
  color: #8c8787;
  background: #fff;
  outline: none;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.section__popup__form--field.form-control {
  box-shadow: none;
}
.section__popup__form--field.form-control:focus {
  box-shadow: none;
  background: #fff;
  border-color: #fff;
}
.section__popup__form-error {
  border-color: #2ca9e1;
}
.section__popup__form--group label {
  font-size: 11px;
  text-align: left;
  display: block;
  top: 2px;
  right: 5px;
  position: absolute;
  color: #2ca9e1;
  transition: .3s;
  padding-top: 3px;
  border: none;
}
.section__popup__form ::-webkit-input-placeholder {
  color: #8c8787;
  opacity: 1;
}
.section__popup__form :-ms-input-placeholder {
  color: #8c8787;
  opacity: 1;
}
.section__popup__form ::placeholder {
  color: #8c8787;
  opacity: 1;
}
.section__popup__form :-ms-input-placeholder {
  color: #8c8787;
}
.section__popup__form ::-ms-input-placeholder {
  color: #8c8787;
}
.section__popup__form--btn {
  margin-top: 20px;
}
.section__popup__form .result-success2 {
  color: #1b1b1b;
  padding: 10px 0;
  position: absolute;
  font-size: 12px;
}
.section__popup__form .result-error2 {
  color: #2ca9e1;
  padding: 10px 0;
  position: absolute;
  font-size: 12px;
}
.section__popup .table {
  padding: 0px 15px;
  display: table;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.section__popup .table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0px;
}
.section__popup .popup__content {
  width: 100%;
  margin: 0 auto;
}
.section__popup .popup__close {
  position: absolute;
  top: -30px;
  right: 0px;
  cursor: pointer;
  opacity: 0.7;
  transition: .3s;
}
.section__popup .popup__close i {
  color: #fff;
}
.section__popup .popup__close:hover {
  opacity: 1;
}
.section__popup_subscribe .popup__content {
  max-width: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section__popup_subscribe .popup__content .page__form {
  -ms-flex: 1;
      flex: 1;
  padding: 0;
}
.section__popup_subscribe .popup__content .page__form .style_7 {
  margin-bottom: 21px;
}
.section__popup_subscribe .popup__content .page__form .style_6 {
  color: #fff;
}
