body {
  font-family: 'Inter', sans-serif;
  color: #25282a;
  font-size: 24px;
  font-weight: normal;
  background: #fff;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
html {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  color: #000000;
  line-height: 100%;
  font-weight: 700;
}
h1, .h1 {
  font-size: 60px;
  color: white;
  margin: 0;
}
h2, .h2 {
  font-size: 35px;
  margin-bottom: 15px;
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {

}
h5, .h5 {

}
h6, .h6 {

}
ul li,
ol li,
p {
  font-size: 16px;
  color: #081129;
  line-height: 140%;
  margin-bottom: 10px;
}
ul li { 
  padding-left: 10px;
  position: relative; 
  margin-bottom: 5px;
}
a {
  color: #3b3b3b;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
.lowercase {
  text-transform: none !important;
}
ul {
  margin: 0 0 10px 0;
  padding: 0;
}
ul li {
  list-style: none;
}
/*
ul li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
ul li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: black;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}
*/
.c-white { color: white !important; }
b, strong {

}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
img.center,
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #E1DFDF;
}
.oh {
  overflow: hidden;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.txt-right {
  text-align: right;
}
.right {
  float: right;
}
.left {
  float: left;
}
img.br100 {
  border-radius: 100%;
}
.cover {
  background-position: center;
  -webkit-background-size: cover!important;
     -moz-background-size: cover!important;
       -o-background-size: cover!important;
          background-size: cover!important;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background-color: transparent !important;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.hide-md { display: block !important; }
.show-md { display: none !important;  }
.img-cover {
  position: relative;
  height: 100%;
}
.img-cover > img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
/*///////////////////////
///       Layout      ///
///////////// /////////*/
.mt40 { margin-top: 40px; }
.pr5 { padding-right: 5px; }
.pl5 { padding-left: 5px;}
.h5px  { height: 5px;  }
.h10px { height: 10px; }
.h15px { height: 15px; }
.h20px { height: 20px; }
.h30px { height: 30px; }
.h40px { height: 40px; }
.h50px { height: 50px; }
.h60px { height: 60px; }
.h70px { height: 70px; }
.h80px { height: 80px; }
.p0    { padding: 0; }
.m0    { margin: 0; }
.pt5   { padding-top: 5px;  }
.pt10  { padding-top: 10px; }
.pt15  { padding-top: 15px; }
.pt20  { padding-top: 20px; }
.pt30  { padding-top: 30px; }
.pt40  { padding-top: 40px; }
.pt50  { padding-top: 50px; }
.pt60  { padding-top: 60px; }
.pt70  { padding-top: 70px; }
.pt80  { padding-top: 80px; }
.pt90  { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt120 { padding-top: 120px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }
.pt180 { padding-top: 180px; }
.pt200 { padding-top: 200px; }
.pb10  { padding-bottom: 10px; }
.pb15  { padding-bottom: 15px; }
.pb20  { padding-bottom: 20px; }
.pb30  { padding-bottom: 30px; }
.pb40  { padding-bottom: 40px; }
.pb50  { padding-bottom: 50px; }
.pb60  { padding-bottom: 60px; }
.pb70  { padding-bottom: 70px; }
.pb80  { padding-bottom: 80px; }
.pb90  { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }
.pb180 { padding-bottom: 180px; }
.pb190 { padding-bottom: 190px; }
.pb200 { padding-bottom: 200px; }
.mb0   { margin-bottom: 0;    }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb25  { margin-bottom: 25px; }
.mb30  { margin-bottom: 30px; }
.mb35  { margin-bottom: 35px; }
.mb40  { margin-bottom: 40px; }
.mb50  { margin-bottom: 50px; }
.btn {
  font-size: 18px;
  color: white;
  font-weight: 500;
  border-radius: 60px;
  padding: 6px 25px !important;
}
.btn.black {
  background: black;
}
.btn.black:hover {
  color: black;
  background: #F0F0F0;
}
.btn.green {
  background: #19AA71;
}
.btn.green:hover {
  color: white;
  background: black;
}
/*////////////////////////
///       Header      ////
////////////////////////*/
header {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 70px;
  padding: 15px 0;
  top: 0;
  left: 0;
  z-index: 999; 
}
header .cntnt {
  padding-top: 0;
  padding-bottom: 15px;
}
header.smaller {
  animation: 0.5s ease 0s normal none 1 running fadeInDown;
  position: fixed;
  background: #19AA71;
  box-shadow: 0px 1px 8px rgba(0,0,0,.2); 
}
header.smaller .logo {
  height: 40px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-75px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*////////////////////////
///       Footer      ////
////////////////////////*/
footer {
  background: #000000;
  padding: 60px 0 0 0;
}
footer h3 {
  color: #19AA71;
  margin-bottom: 10px;
}
footer p {
  color: white;
  font-weight: 300;
}
footer a {
  color: #19AA71;
}
footer a:hover { 
  color: #19AA71;
  text-decoration: underline; 
}
.copyright p,
.copyright a {
  font-size: 13px;
  color: #19AA71;
}
/*///////////////////////
///        Menu       ///
///////////// /////////*/
nav ul {
  margin-top: 0;
}
nav ul li {
  margin-right: 20px;
  margin-bottom: 0;
  float: left;
  padding-left: 0;
}
nav ul li:before {
  content: none;
}
nav ul li:last-child {
  margin-right: 0px;
}
nav ul li a {
  font-size: 18px;
  color: white;
  font-weight: 500;
  line-height: 110%;
  padding: 20px 0 20px 0;
  display: block;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
nav ul li:last-child a {
  padding: 10px 25px !important;
  height: 40px;
  color: white;
  background: #030303;
  border-radius: 60px;
}
nav ul li:last-child a:hover,
nav ul li:last-child a.nav-link.active {
  color: white !important;
  background: #000;
} 
nav ul li a:hover,
nav > ul > li:hover > a,
nav ul li.current-menu-item a {
  color: #EA212E;
}
nav ul li ul {
  display: none;
  position: absolute;
  left: -25px;
  width: 210px;
  margin: 0;
  padding-top: 20px;
}
nav ul li ul li {
  background: #E7E7E7;
  width: 100%;
}
nav ul li ul li,
nav ul li ul li:last-child {
  margin-right: 0;
}
nav ul li ul li a,
nav ul li ul li:last-child a {
  display: block;
  font-size: 21px;
  color: #353F47;
  padding: 10px;
  width: 100%;
  height: auto;
  border: none;
}
nav ul li ul li:last-child a {
  padding: 10px;
}
nav ul li ul li a:hover,
nav ul li ul li:last-child a:hover,
nav ul li ul li.current-menu-item a {
  color: #FF6A13 !important;
  background: transparent;
}
nav ul li ul li:hover a,
nav ul li ul li.current-menu-item a {
  color: white;
}
nav ul li:hover ul {
  display: block;
}
.navbar-nav {
/*  margin-top: 5px; */
} 
.navbar {
  padding: 0; 
  float: right;
}
.navbar-expand-md .navbar-nav .nav-item {
  margin-bottom: 0;
  padding-left: 0;  
}
.navbar-expand-md .navbar-nav .nav-item:before {
  content: none;
}
.navbar-expand-md .navbar-nav .nav-link {
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {

}
.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}
.navbar-expand-md .navbar-nav .nav-link:hover {
  color: black;
}
.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: black;
}
.navbar-expand-md .navbar-toggler {
  background: #000;
  border-radius: 0px;
  cursor: pointer;
  float: right;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -4px;
  right: 0;
  padding: 12px 10px;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
          transition: 0.3s;  
}
.navbar-expand-md .navbar-toggler i {
  color: white;
}
.navbar-expand-md .navbar-toggler:hover {
  opacity: .8;
}
.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}

/*////////////////////////
///      Sections     ////
////////////////////////*/
.w190 { width: 190px; }
.carrusel { 
  z-index: 2; 
  margin-bottom: -30px;
}
.item-service { position: relative; }
.item-service .img-cover {
  height: 340px;
}
.item-service .caption {
  background: #19AA71;
  position: absolute;
  height: 60px;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-service .caption p { 
  color: white;
  font-size: 20px; 
  margin-bottom: 0;
}
.box-gray {
  background: #F1F1F1;
  box-shadow: 0 30px 60px rgba(0,0,0,.20);
  overflow: hidden;
}
.box-white {
  background: white;
  box-shadow: 0 30px 50px rgba(0,0,0,.20);
  overflow: hidden;
}
.txt-about {
  padding: 50px;
}
.subtitle {
  color: #19AA71;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.ico-box {
  padding-left: 100px;
  position: relative;
}
.ico-box img {
  position: absolute;
  left: 0;
  width: 80px;
}
.ico-box h3 {
  color: #19AA71;
}
h1.secondary { text-shadow: none; }
#about h2 { font-size: 40px; }
#about .img {
  margin-top: -50px;
}
.mvv {
  padding: 60px 30px 20px 30px;
}
.title-mvv {
  width: 240px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  text-align: right;
  float: left;
}
.title-mvv:after {
  content: '';
  display: block;
  width: 48px;
  height: 5px;
  background: #FFB038;
  position: absolute;
  border-radius: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.title-mvv img {
  position: absolute;
  left: 0;
}
.title-mvv h3 { 
  padding: 10px 0;
  margin-bottom: 0;    
}
.txt-mvv {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.box-certificate {
  display: inline-block;
  box-shadow: 0 30px 50px rgb(0 0 0 / 20%);
}
.crfct {
  position: absolute;
  width: 325px;
  height: 325px;
  border-radius: 100%;
  top: -60px;
  right: 40px;
  border: 1px solid #FFB038;
  padding: 15px;
}
.box-contact {
  position: relative;
}
.box-contact .img-cover {
  height: auto;
}
.box-contact .form {
  position: relative;
  padding: 60px 30px;
}
.box-contact .form h2 {
  color: white;
}
.box-contact .form h3 {
  text-align: center;
  margin-bottom: 30px;
}
.box-contact a {
  font-size: 13px;
  color: white;
  vertical-align: top;
  padding-left: 10px;
}
.box-contact a:hover {
  text-decoration: underline;
}
.map iframe { height: auto; }
.bg-texture {
  background: url(../img/bg-texture.jpg) no-repeat bottom;
  background-size: cover;
}
.bg-gray { background: #F0F0F0; }
.item-mvv {
  text-align: center;
}
.item-mvv img {
  margin-bottom: 30px;
}
.item-logo {
  text-align: center;
}
.form p { margin-bottom: 0; }
#clients {
  padding-bottom: 80px;
}
#certificates:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #F0F0F0;
}
/*///////////////////////
///       Slick       ///
///////////////////////*/
.stage { 
  height: 100vh;
  display: flex;
  align-items: center;
}
.stage p {
  font-size: 30px;
  color: white;
}
.stage video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  bottom: 0;
  right: 0;
  top: 50%;
  left: 50%;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}
.slick-prev {
  left: 20px;
}
.slick-next {
  right: 20px;
}
.slick-prev, 
.slick-next {
  width: 40px;
  height: 40px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 35px;
  font-family: "olf";
  font-weight: normal;
  font-style: normal;
}
.slick-prev:before {
  content: "\61";
}
.slick-next:before {
  content: "\62";
}
/*////////////////////////
///        Forms       ///
////////////// /////////*/
input[type=text],
input[type=email],
input[type=tel],
textarea {
  font-size: 17px;
  color: white;
  border: 2px solid white;
  border-radius: 60px;
  background: transparent;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 20px;
}
textarea {
  height: 100px;
  padding-top: 15px;
  margin-bottom: 10px;
  border-radius: 20px;
}
input[type="file"] {
  border: 1px solid white;
  background: none;
  font-size: 11px;
  color: white;
  height: 34px;
  margin-bottom: 30px;
}
input[type=submit] {
  font-size: 18px;
  color: white;
  border: none;
  font-weight: 600;
  width: 180px;
  height: 40px;
  background: #000;
  display: block;
  border-radius: 100px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;           
}
input[type=submit]:hover {
  background: white;
  color: black;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #64cbc9;
}
::-webkit-input-placeholder { 
  font-size: 16px;
  color: white;
}
:-moz-placeholder { 
  font-size: 16px;
  color: white;
}
::-moz-placeholder { 
  font-size: 16px;
  color: white;
}
:-ms-input-placeholder { 
  font-size: 16px;
  color: white;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: relative;
  color: white !important;
  top: -20px;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  font-size: 12px !important;
  text-align: center;
  border: 2px solid #63bb3d !important;
  color: black !important;
}
#contact-box {
  border-top: 5px solid #99BC45;
  background: white;
  padding: 30px;
}
/*////////////////////////
///       Fonts        ///
////////////////////////*/
@font-face {
  font-family: "olf";
  src:url("../fonts/olf.eot");
  src:url("../fonts/olf.eot?#iefix") format("embedded-opentype"),
      url("../fonts/olf.woff") format("woff"),
      url("../fonts/olf.ttf") format("truetype"),
      url("../fonts/olf.svg#olf") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "olf" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "olf" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-left-arrow:before {
  content: "\61";
}
.icon-right-arrow:before {
  content: "\62";
}
.icon-menu:before {
  content: "\63";
}
.icon-cancel:before {
  content: "\65";
}

/*////////////////////////
///   Media Queries    ///
////////////////////////*/
@media (min-width: 1200px) {
/*
  .container {
    width: 980px !important;
  } 
*/
}
@media (min-width: 1199px) {  }
@media screen and (max-width: 1199px) { 
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  } 
}
@media screen and (max-width: 1024px) {  }
@media screen and (max-width: 991px) { 
  nav ul li a { font-size: 16px; }
  nav ul li { margin-right: 15px; }
  #certificates { padding-top: 80px; }
  #certificates:before { background: none; }
  #clients { padding-bottom: 20px; }
}
@media screen and (max-width: 768px) {
  h1, .h1 { font-size: 35px; }
  h2, .h2 { font-size: 25px; }
  h3, .h3 { font-size: 22px; }
  h4, .h4 { }
  .subtitle { font-size: 16px; }
  #about h2 { font-size: 25px; }
  .stage p { font-size: 20px; }
  ul li, ol li, p { font-size: 16px; }
  header { 
    height: 60px;
    padding: 8px 0; 
  }
  .navbar-expand-md .navbar-nav .nav-item { margin-bottom: 15px; }
  .navbar-collapse {
    background: #000;
    margin-top: 50px;
    padding: 0 10px;
  }
  .navbar-collapse ul { margin: 15px 0 5px 0; }
  .navbar-collapse ul li { margin-bottom: 10px; background: none; }
  .navbar-collapse ul li a,
  .navbar-collapse ul li ul li a { 
    color: white !important; 
    padding: 0; 
    height: auto;
    font-size: 18px;
  }
  .navbar-collapse ul li a:hover,
  .navbar-collapse ul li a.active,
  .navbar-collapse ul li.current-menu-item a,
  .navbar-collapse ul li:last-child a:hover  {
    background: transparent !important;
    color: #19AA71 !important;
  }
  .navbar-collapse ul li ul { 
    display: block; 
    left: 0;
    padding: 0 0 0 15px;
    position: inherit;
  }
  .navbar-collapse ul li ul li:hover,
  .navbar-collapse ul li ul li.current-menu-item, {
    background: none;
  }
  .navbar-collapse ul li ul li a {
    font-size: 20px;
    padding: 0 5px !important;
  }
  nav ul li:last-child a {
    background: none;
    color: white;
    padding: 0 !important;
    height: auto !important;
  }
  #about .img-cover { height: 300px; }
  .item-logo { height: 120px; }
  .txt-about { padding: 20px; }
  #about .img { margin-top: 0px; }
  .btn { font-size: 16px; }
  .map iframe { 
    height: 400px; 
    margin: 30px 0;
  }
}  
@media screen and (max-width: 767px) { 

}
@media screen and (max-width: 414px) {  }
@media screen and (max-width: 400px) {  }
@media screen and (max-width: 375px) {  }
@media screen and (max-width: 320px) {  }
