@charset "utf-8";
/* CSS Document */
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'aktiv-grotesk', sans-serif;
}
b, strong {
	font-weight: bold;
}
.back-to-top {
  display: none;
  padding-top: 9px;
  text-align: center;
  position: fixed;
  z-index: 5;
  bottom: 45px;
  right: 25px;
  font-size: 28px;
  color: #ff9a01;
  line-height: 52px;
  width: 50px;
  height: 50px;
  border: solid 2px #ff9a01;
  border-radius: 26%;
  -webkit-border-radius: 26%;
  -moz-border-radius: 26%;
  -o-border-radius: 26%;
  background-color: transparent;
}
.back-to-top .fa {
  display: block;
}
.back-to-top:focus {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: transparent;
}
.back-to-top:hover {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: #e8e8e8;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p, .section-white {
  font-size: 19px;
  line-height: 1.4em;
  color: #333;
  font-weight: 400;
}
p {
  margin: 0 0 30px;
}
.list-unstyled {
	list-style: none;
}
.list-unstyled li {
	display: block;
	margin: 0!important;
}
ul, ol {
  margin: 0 0 30px;
}
ul *, ol * {
  vertical-align: top;
}
li {
  font-size: 19px;
  line-height: 1.4em;
  color: #333;
  font-weight: 400;
}
td, th {
  font-size: 19px;
  line-height: 1.4em;
  color: #333;
  font-weight: 400;
}
a {
  color: #0053a3;
  text-decoration: none;
  display: inline-block;
  -o-transition: color 0.2s ease-out, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
  transition: color 0.2s ease-out, background 0.2s ease-in;
  /* ...and now for the proper property */
}
a:hover, a:focus {
  color: #0079EF;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}
h1, .h1-style {
 text-transform: none;
 font-weight: 900;
 font-style: normal;
 font-size: 40px;
 line-height: 1.2em;
 color: #333333;
 margin: 30px 0;
}
h1 i, .h1-style i {
	position: relative;
	top: 3px;
	margin-right: 8px;
}
.h1-style.big {
  font-size: 98px;
}
h2 {
 text-transform: none;
 font-weight: 900;
 font-size: 30px;
 line-height: 1.2em;
 color: #333333;
 margin: 30px 0;
}
h3 {
 text-transform: none;
 font-weight: 600;
 font-size: 26px;
 line-height: 1.4em;
 color: #333333;
 margin: 30px 0;
}
h4 {
 text-transform: none;
 font-weight: 600;
 font-size: 22px;
 line-height: 1.4em;
 color: #333333;
 margin: 30px 0;
}

h1 > span,
h2 > span,
h3 > span,
h4 > span {
	text-transform: none;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	color: #ff0900;
	margin: 7px 0;
}
.no-margin {margin: 0 0 10px;}
/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/

.menu {
  display: block;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  padding: 17px 2vw;
  transition: padding .4s ease;
  background-color: #fff;
  /*background-image: url(../img/ocb-tree.png);*/
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -144px -104px;
  opacity: 0;
  }
.menu.ready {
  opacity: 1;
  animation: fadeInDown .6s both;
}
.menu.actived {
  padding: 12px 2vw;
  box-shadow: 0 0 12px rgb(0 0 0 / 8%);
}
.menu.behaved {
  background-color: transparent;
  height: 60px;
  overflow: hidden;
  box-shadow: none;
  padding-right: 0;
}
.menu > .container {
  position: relative;
}
.menu.behaved > .container {
  position: static;
}
.customize-support .menu {
  top: 32px;
}
.menu.actived:before {
  top: -43px;
}
.menu.actived:behaved {
  top: -200px;
}
.menu > div .navigation {
  display: block;
  color: #333;
  font-size: 2.6em;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: .7em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  margin: 31px 0;
  margin-right: 0;
  float: right;
  width: 34px;
  /* margin-right: 10px; */
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.actived > div .navigation {
 
 margin: 23px 0;
 margin-right: 5px;
}
.menu.behaved > div .navigation {
  color: #fff;
  margin: 12px 0;
  margin-right: 11px;
  top: 0;
  width: 71px;
  padding-left: 10px;
}
.menu.behaved > div .navigation:hover {
	color: #fff;
}
.menu.behaved > div a > .txt:before {
  content: 'Close';
  font-size: 13px;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  top: -5px;
}
.menu > div a > .bar {
  position: absolute;
  left: 0;
  width: 34px;
  height: 3px;
  border-radius: 2px;
  background-color: #333;
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.actived > div a > .bar {
  
}
.menu.behaved > div a > .bar {
  background-color: #fff;
  width: 14px;
}
.menu > div a > span:first-child {
  top: 0px;
}
.menu > div a > span:nth-child(2) {
  top: 7px;
}
.menu > div a > span:nth-child(3) {
  top: 14px;
}
.menu > div a:hover > span:first-child {
  top: -3px;
}
.menu > div a:hover > span:nth-child(3) {
  top: 17px;
}
.menu > div a.behaved > span:first-child {
  top: 7px;
  transform: rotate(135deg);
}
.menu > div a.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.behaved > span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
.menu .social-nav {
  position: absolute;
  right: 4px;
  bottom: -17px; 
  margin: 0 0!important; 
  width: auto;
}
.menu.actived .social-nav {
  bottom: -4px;
}
.menu .social-nav li {
  padding: 0;
  margin: 0;
  font-size: 24px;
}
.menu.actived .social-nav li {
 font-size: 20px;
}
.menu .social-nav li:not(:last-child) {
  margin-right: 10px;
}
.menu .social-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding: 5px 0 0;
  text-align: center;
  border-radius: 50%;
  line-height: 1.4em;
}
.menu .social-nav li a:hover {
}
.menu .logo-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 220px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu .logo-nav:hover {
  opacity: .7;
}
.menu .logo-nav img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu .logo-nav:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/logo-actived.png);
  background-position: center;
  background-size: cover;
}
.menu.actived .logo-nav {
  max-width: 107px;
  top: -26px;
}
.menu.actived .logo-nav img {
  opacity: 0;
}
.menu.behaved .logo-nav {
 opacity: 0;
 top: -50%;
}

.menu .no-nav {
 text-align: right;
 float: right;
 margin: 11px 0;
}
.menu.actived .no-nav {
 margin: 4px 0;
}
.menu .no-nav span {
 display: block;
 font-size: 20px;
 line-height: 1.3em;
 font-weight: 600;
 margin: 9px 0;
}
.menu .no-nav span a {
 color: #ddc404;
}
.menu .no-nav span a:hover {
 color: #e49f00;
}

.menu.behaved .social-nav {
  opacity: 0;
}

.menu div > ul > li > ul {
  display: none;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 10px 0;
  width: 230px;
  margin-top: 5px!important;
}
.menu div > ul > li > ul > li {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  margin: 0;
}
.menu div > ul > li > ul > li a {
  color: #000;
  display: block;
  padding: 8px 10px!important;
}
.menu div > ul > li > ul > li a:focus {
  text-decoration: none;
}
.menu div > ul > li > ul > li a:hover {
  color: #0053a3;
  background-color: #f5f5f5;
}
.menu div > ul > li > ul > li a i {
 position: absolute;
 left: 17px;
 line-height: 1.4em;
 font-size: .9em;
 color: #0052a7;
}

.menu div > ul > li > ul > li.red a:hover,
.menu div > ul > li > ul > li.red a i { color: #ff0200; }
.menu div > ul > li > ul > li.red a:hover:after { background-color: #ff0200; }
.menu div > ul > li > ul > li.blue a:hover,
.menu div > ul > li > ul > li.blue a i { color: #0052a7; }
.menu div > ul > li > ul > li.blue a:hover:after { background-color: #0052a7; }
.menu div > ul > li > ul > li.green a:hover,
.menu div > ul > li > ul > li.green a i { color: #00bf00; }
.menu div > ul > li > ul > li.green a:hover:after { background-color: #00bf00; }
.menu div > ul > li > ul > li.gold a:hover,
.menu div > ul > li > ul > li.gold a i { color: #ff9b00; }
.menu div > ul > li > ul > li.gold a:hover:after { background-color: #ff9b00; }

.menu > div {
  position: relative;
  max-width: 100%;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}
.menu .desktop-nav {
	float: right;
	position: relative;
}
.menu div > ul  {
	margin: 22px 0;
	text-align: right;
	float: right;
	width: 100%;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
}
.menu.actived div > ul  {
	margin: 10px 0;
}
.menu div > ul > li {
  text-align: center;
  margin: 0;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: uppercase;
  vertical-align: middle;
}
.menu div > ul > li:not(:last-child) {
  margin-right: 15px;
}
.menu div > ul.collapse-menu > li:not(:last-child) {
  margin-right: 2vw;
}

.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li a .fal {
 font-size: .7em;
 line-height: 1em;
 margin-top: 5px;
}
.menu div > ul > li a,
.menu div > ul > li a:focus {
  color: #000;
  position: relative;
  text-decoration: none;
  padding: 8px 0 6px;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  text-transform: none;
}
.menu div > ul > li a:hover {
  color: #0053a3;
}
.menu div > ul > li:not(.btn-menu) a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all .3s ease;
}
.menu div > ul > li:not(.btn-menu) a:hover:after {
  left: 0;
  right: unset;
  width: 100%;
  background-color: #0053a3;
}
.menu div > ul > li.btn-menu a {
  position: relative;
  cursor: pointer;
  border: solid 1px #0053a3;
  background-color: transparent;
  color: #0053a3;
  line-height: 1.3em;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 30px;
  padding: 13px 40px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu div > ul > li.btn-menu a:hover {
  border-color: #0053a3;
  background-color: #0053a3;
  color: #fff;
}

.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 100%;
  background-color: rgb(4 4 4 / 95%);
  padding-top: 85px;
  padding-bottom: 70px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right .6s ease;
}
.navigation-overlay.behaved {
  right: 0;
}

.navigation-overlay > ul {
  opacity: 0;

  margin: 0;
  padding: 0;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity .4s ease;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.navigation-overlay.behaved > ul {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.navigation-overlay > ul > li {
  text-align: center;
}
.navigation-overlay > ul > li > a {
  text-transform: capitalize;
  font-style: normal;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.1em;
  margin: 15px 0;
  padding: 5px 17px;
  display: inline-block;
  width: 400px;
  text-align: left;
}
.navigation-overlay > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay > ul > li > a i {
	float: right;
}
.navigation-overlay > ul > li > a:hover,
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #959595;
}
.navigation-overlay > ul.social-nav {
	margin-top: 40px;
	text-align: center;
}
.navigation-overlay > ul.social-nav li {
	margin: 0;
}
.navigation-overlay > ul.social-nav li a {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 1.4em;
	width: 30px;
}
.navigation-overlay > ul > li ul {
  background-color: rgb(6 6 6 / 95%);
  display: none;
  padding: 5px 0;
}
.navigation-overlay > ul > li > ul li {
  padding: 0;
}
.navigation-overlay > ul > li > ul li a {
  text-transform: capitalize;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  padding: 10px 17px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.1em;
  width: 400px;
  text-align: left;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:hover,
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #c5c5c5;
}
.navigation-overlay > ul > li > ul li a .fa-solid {
  margin-right: 15px;
  font-size: .8em;
  opacity: .7;
}
.navigation-overlay > ul > li > ul .fal  {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.navigation-overlay .social-nav {
	position: relative;
	margin-top: 20px;
	text-align: center;
	padding: 0 15px;
}
.navigation-overlay .social-nav li:not(:last-child) {
	margin-right: 10px;
}
.navigation-overlay .social-nav li {
	margin-bottom: 8px;
}
.navigation-overlay .social-nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}
.navigation-overlay .social-nav li a:hover {
  text-decoration: none;
  color: #ebae00;
}
.navigation-overlay .btns-top {
	display: block;
	margin: 0;
	position: relative;
}
.navigation-overlay .btns-top a {
	display: block;
	padding: 10px;
	margin: 0 15px 15px!important;
}
body.behaved {
  overflow: hidden;
  background: #0053a3;
}
body.actived {
  overflow: hidden;
}
.page {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.page.behaved {
  transform: scale(.9)
}
@media screen and (max-width: 1500px) {
	.menu .logo-nav {
		 max-width: 140px;
	}
	.menu.actived .logo-nav {
	}
	.menu div > ul > li {
		/* font-size: 20px; */
	}
	.menu div > ul > li:not(:last-child) {
		/* margin-right: 0px; */
	}
	.menu div > ul.collapse-menu > li:not(:last-child) {
		/* margin-right: 1vw; */
	}
	/*.menu div > ul {
		margin: 16px 0;
	}
	.menu.actived div > ul {
		margin: 12px 0;
	}*/

}
@media screen and (max-width: 1200px) {
	.menu div > ul > li {
		/* font-size: 20px; */
	}
}
@media screen and (min-width: 991px) {
  /*============== TOP ================*/
  .menu .navigation,
  .navigation-overlay {
     display: none !important;
  }
}
@media screen and (max-width: 991px) {
  /*============== TOP ================*/
  .menu .btns-top .btn-layout {display: none}
  body.actived {

    overflow: auto !important;
  }
  .products-dropdown {
    display: none !important;
  }
  .menu {
    top: 0;
    padding: 15px;
  }
  .menu.actived {}
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
  }
  .menu.behaved:after {
	background-color: transparent;
  }
  .menu > div {
    padding: 0;
    width: 100%;
  max-width: 100%;}
  .menu > .navigation {
    display: inline-block;
  }
  .menu div > ul,
  .menu div > ul.top-menu {
    display: none;
  }
  .menu .logo-nav {
  	max-width: 135px;
  	top: 0;
  }
  .menu.actived .logo-nav {
  	top: -6px;
  	max-width: 75px;
  }
}
@media screen and (max-width: 650px) {
  /*============== TOP NAV ================*/
  .menu div > a > .txt {
    display: none;
  }
  .menu.behaved > div .navigation {
  	width: 14px;
  	padding: 0;
  	margin-right: 16px;
  }
  .navigation-overlay > ul > li > a {
    font-size: 18px;
    margin-top: 0;
    margin: 18px 0;
    width: 300px;
    text-align: left;
  }
  .navigation-overlay > ul > li > ul > li a {
    font-size: 16px;
    width: 300px;
    text-align: left;
  }
  .menu > div .navigation {
  	margin: 13px 0;
  	margin-right: 4px;
  }
  .menu.actived > div .navigation {
    margin: 15px 0;
    margin-right: 15px;
  }
  .menu .logo-nav {
  	max-width: 112px;
  	top: 0;
  	}
  .menu.actived .logo-nav {
  	/* max-width: 180px; */
  	top: -14px;
  }
 .menu .no-nav span {
  font-size: 14px;
 }
}
@media screen and (max-width: 600px) {
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
}

/*=========================================== HOME BANNER ======================================================*/
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
}
.home-banner:before {
  content: '';
  display: block;
  width: 200%;
  height: 60px;
  position: absolute;
  z-index: 2;
  left: -50%;
  top: 100%;
  box-shadow: 0 0 12px #e2e2e2;
}
.home-banner .slider-wrapper {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
}
.home-banner .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #767676;
}
.home-banner span.parallax {
  background-image: url(../img/bnn-01.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e9e9e9;
  /*clip-path: polygon(100% 30%, 100% 100%, 0% 100%);*/
  /*clip-path: polygon(0 82%, 100% 30%, 100% 100%, 0% 100%);*/
}
.home-banner .slick-slider {
  opacity: 0;
}
.home-banner.ready .slick-slider {
  opacity: 1!important;
  animation: fadeInRight 1.2s both;
}
.home-banner .slider-wrapper .slick-slide {height: 100vh;min-height: 586px;}
.home-banner .slider-wrapper .slick-slide img {
  display: block;
  position: absolute;
  z-index: 1;
  right: 5vw;
  top: 63%;
  transform: translateY(-50%);
}

.home-banner .text-content {
  position: relative;
  z-index: 4;
  opacity: 0;
  padding: 220px 0 80px;
}
.home-banner.ready .text-content {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.home-banner .text-content h1 {
  display: block;
  font-size: 78px;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  color: #000;
}
.home-banner .text-content h1 span {
  display: block;
  font-size: 30px;
  line-height: 1.1em;
  position: relative;
  font-weight: 400;
  margin: 15px 0;
}
.home-banner .text-content h1 small {
  display: block;
  font-size: .67em;
  line-height: 1em;
}
.home-banner .text-content P {
  max-width: 640px
}
@media (max-width: 1600px) {
  .home-banner .slider-wrapper .slick-slide img {
   max-width: 720px;
  }
}
@media (max-height: 800px) {
  .home-banner .slider-wrapper .slick-slide img {
   max-height: 777px;
  }
}
@media (max-width: 1200px) {
 .home-banner .text-content h1 {
  font-size: 50px
 }
 .home-banner .text-content h1 span { font-size: 18px }
 .home-banner .text-content p { font-size: 16px; max-width: 400px }
 .home-banner .text-content .btn-layout { font-size: 16px; }
}
@media (max-width: 991px) {
  .home-banner .slider-wrapper .slick-slide img {
   max-width: 590px;
   right: -100px;
  }
  
}
@media (max-height: 600px) {
  .home-banner .slider-wrapper .slick-slide img {
   max-height: 530px;
  }
}
@media (max-width: 768px) {
 
  .home-banner .slider-wrapper .slick-slide img {
   max-width: 544px;
   right: -97px;
  }

  .home-banner .text-content h1 { font-size: 40px; }
  .home-banner .text-content h1 span { font-size: 16px }
  .home-banner .text-content p { font-size: 14px; max-width: 360px }
  .home-banner .text-content .btn-layout { font-size: 14px; }
}
@media (max-width: 560px) {
  .home-banner,
  .home-banner .slider-wrapper .slick-slide {min-height: 690px;}
  .home-banner .text-content {
   top: unset;
   transform: none;
   bottom: 0;
   text-align: center
  }
  .home-banner .slider-wrapper .slick-slide img {
   top: 36px;
   right: 50%;
   transform: translate(50%, 0);
  }
  .home-banner .text-content h1 { font-size: 30px; margin: 15px 0 }
  .home-banner .text-content h1 span { font-size: 16px }
  .home-banner .text-content p {
   line-height: 1.3em;
   margin: 0 auto 20px;
  }
}

/*=========================================== BANNER TOP ======================================================*/
.banner-top {
  overflow: hidden;
  position: relative;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
}
.banner-top:before {
  /* content: ''; */
  display: block;
  width: 200%;
  height: 60px;
  position: absolute;
  z-index: 2;
  left: -50%;
  top: 100%;
  box-shadow: 0 0 23px rgb(0 0 0 / 32%);
}
/*
.banner-top.with-grey {
  overflow: visible;
}
.banner-top.with-grey:before {
  content: '';
  display: block;
  width: 50%;
  height: 12vh;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e9e9e9;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}*/
.banner-top .text-content {
  position: absolute;
  z-index: 4;
  left: 40px;
  right: 40px;
  top: 50%;
  max-width: 100%;
  text-align: center;
  transform: translateY(-5%);
}
.banner-top .text-content.no-bg {
  position: static;
  padding-top: 220px;
}
.banner-top .text-content h1 {
  position: relative;
  display: inline-block;
  font-size: 54px;
  line-height: 1.2em;
  color: #fff;
  text-transform: capitalize;
  opacity: 0;
}
.banner-top .text-content h1 img {
  display: block;
  width: auto;
  margin: 0 auto 15px;
}
.banner-top .text-content.no-bg h1 {
  color: #464646;
  max-width: 800px;
}
.banner-top.ready .text-content h1 {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.banner-top .text-content h1 > span {
  font-family: 'aktiv-grotesk-thin', sans-serif;
  display: block;
  font-size: 28px;
  color: #fff;
}
.banner-top .text-content.no-bg h1 > span { color: #464646; }
.banner-top span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url(../img/bnn-02.jpg); */
}
.banner-top:not(.with-grey) span.parallax:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 5100%;
  bottom: 0;
  opacity: .5;
  background: #000;
}
.banner-top .banner-video-iframe {
  width: 104%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.banner-top .banner-video-iframe .iframe-holder {
  width: 104%;
  padding-bottom: 56.25%;
  position: relative;
}
.banner-top .banner-video-iframe .iframe-holder iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1400px) {
 .banner-top .text-content h1 { font-size: 45px }
 .banner-top .text-content h1 span { font-size: 22px }
  .banner-top {
  min-height: 345px;
  }
 .banner-top .text-content.no-bg {
  padding-top: 160px;
 }
}
@media screen and (max-width: 991px) {
  .banner-top .text-content h1 { font-size: 35px }
  .banner-top .text-content h1 span { font-size: 20px }
  .banner-top {
  min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .banner-top .banner-video-iframe {
    display: none;
  }
  .banner-top {
  min-height: 280px;
  }
  .banner-top .text-content h1 {
    font-size: 30px;
  }
 .banner-top .text-content.no-bg {
  padding-top: 130px;
 }
}
@media screen and (max-width: 650px) {
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.services-top {
  position: relative;
  background-color: #fff;
  padding: 301px 0 120px;
  padding-left: 7vw;
}
.services-top > .container,
.services-top > .container-fluid {
  position: relative;
  opacity: 0;
  background: transparent;
}
.services-top.ready > .container,
.services-top.ready > .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.services-top:before {
 content: '';
 position: absolute;
 top: 0;
 right: 50%;
 bottom: 0;
 left: 0;
 background-image: url(../img/bnn-default.jpg);
 background-size: cover;
 background-position: center;
}
.services-top > .bnn {
 position: absolute;
 top: 90px;
 right: 0;
 bottom: 0;
 width: 59%;
 opacity: 0;
}
.services-top.ready > .bnn {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.services-top .bnn img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: transform .4s ease;
}
.services-top h1 {
  font-size: 63px;
  line-height: 1em;
  text-transform: uppercase;
}
.services-top h1 span {
  font-size: .3em;
  line-height: 1em;
  font-weight: 900;
  color: #333;
}

.services-list {/* background-color: #fbfbfb; */padding-bottom: 80px}
.services-list .services-top {
  padding: 180px 6vw;
  background: transparent;
}
.services-list .services-top:before { display: none; }
.services-list .services-top .bnn {
  top: 0;
}
.services-list .services-top:nth-child(even) .bnn {
  left: 0;
  right: unset
}
.services-list .services-top.ready:nth-child(even) > .bnn {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
@media (min-width: 1100px) {
 .services-list .services-top:nth-child(even) {
   padding-right: 2vw;
 }
 .services-list .services-top:nth-child(even) .container-fluid {
  padding-left: 62%;
 }
 .services-list .services-top:nth-child(odd) .container-fluid {
  padding-right: 62%;
 }
}
@media (min-width: 1400px) {
 .services-list .services-top:nth-child(even) .container-fluid {
  padding-left: 58%;
 }
 .services-list .services-top:nth-child(odd) .container-fluid {
  padding-right: 58%;
 }
}
@media (max-width: 1400px) {
 .services-top h1 {
  font-size: 60px;
 }
}
@media (max-width: 1100px) {
 .services-top {
  /* text-align: center; */
  padding: 0 0 40px;
  padding-top: 150px
 }
 .services-list .services-top {
    padding: 30px 4vw;
    background: transparent;
}
 .services-top:before {
  right: 0;
 }
 .services-top > .bnn {
  position: static;
  display: inline-block;
  margin-top: 40px;
  width: 100%;
 }
}
@media (max-width: 768px) {
 .services-top h1 {
  font-size: 40px;
 }
}

.section-start {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 262px 0 90px;
}
/*
.section-start.with-grey:before {
  content: '';
  display: block;
  width: 200%;
  height: 80%;
  position: absolute;
  left: -20%;
  top: 92%;
  background-color: #fbfbfb;
  transform: rotate(2deg);
}*/
.section-start > .container,
.section-start > .container-fluid {
  opacity: 0;
}
.section-start.ready > .container,
.section-start.ready > .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.section-start > .bnn {
 position: absolute;
 top: 90px;
 right: 0;
 bottom: 0;
 width: 45%;
 opacity: 0;
}
.section-start.ready > .bnn {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.section-start .bnn img {
 display: block;
 -o-object-fit: cover;
 object-fit: cover;
 height: 100%;
 width: 100%;
 transform: scale(1);
 transition: transform .4s ease;
}
.section-start .case-label {
 display: inline-block;
 /*padding: 9px 16px;*/
 font-size: 25px;
 color: #a2a2a2;
 /*background-color: #ff0900;*/
 /*border-radius: 20px;*/
 margin: 0;
}
.section-start h1 span,
.section-start p,
.section-start li {
 /*color: #a2a2a2;*/
 color: #000;
}
.section-start .list-inline-item {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
 .section-start {
  padding-top: 220px
 }
 .section-start .bnn {
   display: none;
 }
}
@media (max-width: 768px) {
 .section-start {
  padding-top: 180px
 }
}

.section-white {
  position: relative;
  z-index: 2;
  display: block;
  background-color: #fff;
  padding: 40px 0;
}
.section-white > .container,
.section-white > .container-fluid {
  opacity: 0;
}
.section-white.ready > .container,
.section-white.ready > .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}

.section-grey {
  position: relative;
  z-index: 2;
  display: block;
  background-color: #fff;
  padding: 40px 0;
}
.section-grey:before {
  content: '';
  display: block;
  width: 50%;
  height: 12vh;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.section-grey > .container,
.section-grey > .container-fluid {
  opacity: 0;
}
.section-grey.ready > .container,
.section-grey.ready > .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}

@media (max-width: 1400px) {
 .section-grey {
  padding-top: 20px
 }
}
@media (max-width: 991px) {
 .section-grey {
  padding-top: 1px
 }
}

/*===========================================================================================================*/
/*=========================================== KEY FRAMES ====================================================*/
/*===========================================================================================================*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
		-moz-webkit-transform: translateY(-20%);
		-o-webkit-transform: translateY(-20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20%);
		-webkit-transform: translateY(20%);
		-moz-webkit-transform: translateY(20%);
		-o-webkit-transform: translateY(20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(20%);
		-webkit-transform: translateX(20%);
		-moz-transform: translateX(20%);
		-o-transform: translateX(20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}