@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Hind+Guntur:300,400,500,600,700&display=swap&subset=latin-ext');
/* GLOBALS */
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
}
button,
input,
select,
textarea {
  outline: none !important;
  box-shadow: none !important;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
strong {
  font-weight: 700;
}
button:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
.sticky-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 22;
}
.w-sticky-counter {
  position: relative;
  display: inline-block;
}
.w-sticky-counter .sticky-counter {
  position: absolute;
  height: 100%;
  z-index: 26;
  top: 30px;
  left: 188px;
  right: 24px;
  bottom: 0;
  background-color: #fff;
  padding: 21px 10px 0 20px;
}
.w-sticky-counter .sticky-counter .counter {
  font-size: 47px;
  font-weight: 700;
  color: #3a6400;
  line-height: 100%;
}
.w-sticky-counter .sticky-counter .text {
  color: #3a6400;
  font-size: 22px;
  line-height: 18px;
}
.w-sticky-counter .sticky-counter .detail {
  color: #3a6400;
  font-size: 17px;
  position: absolute;
  right: 21px;
  bottom: 40px;
}
.w-sticky-counter .sticky-counter .detail:before {
  content: '';
  position: absolute;
  background-color: #3a6400;
  width: 90%;
  height: 1px;
  bottom: 0px;
  right: 0;
}
.w-sticky-counter .close-btn {
  position: absolute;
  color: #5A9C00;
  right: 6px;
  top: -6px;
  cursor: pointer;
  font-size: 17px;
}
@media (max-width: 991px) {
  /*  footer {
    padding-bottom: 120px !important;
  }*/
  .w-sticky-counter img {
    width: 500px;
  }
  .w-sticky-counter .sticky-counter {
    top: 18px;
    left: 124px;
    right: 13px;
    bottom: 0;
    padding: 15px 10px 0 20px;
  }
  .w-sticky-counter .sticky-counter .counter {
    font-size: 27px;
  }
  .w-sticky-counter .sticky-counter .text {
    font-size: 15px;
    line-height: 16px;
  }
  .w-sticky-counter .sticky-counter .detail {
    font-size: 13px;
    right: 15px;
    bottom: 27px;
  }
  .w-sticky-counter .close-btn {
    right: 0px;
    top: -12px;
  }
}
@media (max-width: 640px) {
  /*  footer {
    padding-bottom: 85px !important;
  } */
  .w-sticky-counter img {
    width: 300px;
  }
  .w-sticky-counter .sticky-counter {
    top: 11px;
    left: 74px;
    right: 9px;
    bottom: 0;
    padding: 7px 10px 0 10px;
  }
  .w-sticky-counter .sticky-counter .counter {
    font-size: 20px;
  }
  .w-sticky-counter .sticky-counter .text {
    font-size: 10px;
    line-height: 8px;
  }
  .w-sticky-counter .sticky-counter .detail {
    font-size: 11px;
    right: 8px;
    bottom: 16px;
  }
}
@media (max-width: 447px) {
  .w-sticky-counter {
    display: block;
  }
  .w-sticky-counter img {
    width: 100%;
  }
  .w-sticky-counter .sticky-counter {
    background: transparent;
  }
  .w-sticky-counter .sticky-counter .counter {
    color: #fff;
    font-size: 34px;
  }
  .w-sticky-counter .sticky-counter .text {
    color: #fff;
    font-size: 16px;
    line-height: 13px;
  }
  .w-sticky-counter .sticky-counter .detail {
    top: 41%;
    bottom: auto;
    transform: translateY(-50%);
    right: 1px;
  }
  .w-sticky-counter .sticky-counter .detail:before {
    display: none;
  }
  .w-sticky-counter .sticky-counter {
    left: 82px;
    padding: 1px 10px 0 10px;
  }
  .w-sticky-counter .close-btn {
    top: -21px;
  }
  .w-sticky-counter .detail-img {
    width: 14px;
  }
}
@media (max-width: 367px) {
  .w-sticky-counter .sticky-counter .counter {
    font-size: 28px;
  }
  .w-sticky-counter .sticky-counter .text {
    font-size: 13px;
    line-height: 12px;
  }
  .w-sticky-counter .sticky-counter {
    left: 71px;
    padding: 0px 10px 0 10px;
  }
}
footer {
  background-color: #292929;
  padding: 60px 0 30px 0;
}
footer .logos {
  font-size: 0;
  display: inline-block;
}
footer .logos .simple-link a {
  color: #fff;
  font-size: 12px;
  padding-top: 4px;
  float: right;
}
footer .logos a {
  display: inline-block;
}
footer .logos img {
  display: block;
}
footer .logos .text {
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: .26rem;
  font-weight: 300;
  padding-left: 2px;
}
footer .map {
  padding-bottom: 15px;
}
footer a:hover {
  color: #5a9c00;
}
footer .footer-logo {
  padding-bottom: 30px;
}
footer .right {
  color: #fff;
}
@media (min-width: 992px) {
  footer .right {
    padding-left: 50px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  footer .right {
    margin-top: 30px;
  }
}
footer .right .newsletter {
  padding-bottom: 22px;
}
footer .right .newsletter .title {
  text-transform: uppercase;
  font-size: 20px;
}
footer .right .newsletter .subtitle {
  font-size: 18px;
  padding-bottom: 6px;
}
footer .right .newsletter input[type="text"] {
  border: 0;
  height: 55px;
  text-align: right;
  padding: 5px 164px 0 10px;
  width: 100%;
}
footer .right .newsletter input[type="text"]::placeholder {
  font-size: 17px;
  color: #323232;
}
footer .right .newsletter input[type="submit"] {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-size: 19px;
  height: 55px;
  width: 135px;
  line-height: 59px;
  position: absolute;
  right: 0;
  transition: 0.3s ease-out;
  cursor: pointer;
}
footer .right .newsletter input[type="submit"]:hover {
  background-color: #5A9C00;
}
footer .right .quick-links {
  padding-bottom: 30px;
}
footer .right .quick-links .box {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
footer .right .quick-links .box .title {
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
}
footer .social a {
  display: inline-block;
  margin-right: 10px;
}
footer .infos {
  padding-bottom: 40px;
}
footer .infos .social {
  display: inline-block;
  padding-right: 16px;
  border-right: 1px solid #585858;
  margin-right: 25px;
}
@media (max-width: 1199px) {
  footer .infos .social {
    padding-bottom: 10px;
  }
}
footer .infos .social li {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 20px;
}
footer .infos .phone {
  display: inline-block;
}
footer .infos .phone li a {
  font-size: 20px;
  font-weight: 700;
}
footer .copy {
  opacity: 0.7;
}
footer .back-to-top {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}
.gdpr-bar {
  background: #323232;
  padding: 30px 20px 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 110%;
  font-weight: 300;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.gdpr-bar a {
  color: #ffffff;
}
.gdpr-bar .bt-submit {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #5a9c00;
  border: 3px solid #5a9c00;
  padding: 6px 44px 1px 44px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gdpr-bar .bt-submit:hover {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.ro footer .copy {
  font-size: 12px;
}
.ro footer .logos .text {
  font-size: 18px;
}
header {
  position: absolute;
  z-index: 220;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px 0 20px 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.95);
}
@media (max-width: 992px) {
  header {
    height: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
header .main-menu {
  overflow-y: auto;
  width: 50%;
  position: fixed;
  top: 80px;
  bottom: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
  text-align: center;
}
header .logo img {
  padding-bottom: 6px;
}
@media (max-width: 992px) {
  header .logo img {
    width: 240px;
  }
}
@media (max-width: 576px) {
  header .logo img {
    width: 200px;
  }
}
header .logo span {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .04rem;
  padding-left: 45px;
}
header .navigation {
  text-align: right;
}
header .phone {
  display: inline-block;
}
header .phone a {
  font-size: 18px;
  font-weight: 700;
  padding-left: 8px;
}
@media (max-width: 992px) {
  header .phone {
    display: none;
  }
}
header .language {
  display: inline-block;
  margin: 0 20px 0 30px;
  font-size: 18px;
  line-height: 100%;
  position: relative;
}
header .language .lang-dropdown {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 5px 10px;
  display: none;
}
header .language span {
  cursor: pointer;
}
header .language a {
  display: block;
  padding: 10px 0;
}
header .language.visible .lang-dropdown {
  display: block;
}
header .nav-toggle {
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 992px) {
  header .second {
    display: none;
  }
}
@media (max-width: 992px) {
  header .first {
    display: none;
  }
}
.scrolled header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  padding: 13px 0 5px 0;
  -webkit-box-shadow: 0px 6px 28px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 28px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 28px -16px rgba(0, 0, 0, 0.75);
}
.scrolled header .logo span {
  display: none;
}
.scrolled header .logo img {
  width: 200px;
}
.scrolled header .first {
  display: none;
}
.scrolled header .second {
  display: block;
}
.scrolled header .language {
  margin: 0 20px 0 20px;
}
.scrolled header .nav-toggle {
  cursor: pointer;
  height: 27px;
}
.nav-opened .main-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.w-main-nav {
  color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 320px;
  z-index: 2222;
  background-color: #5a9c00;
  padding: 80px 20px 50px 20px;
  -webkit-box-shadow: 0px 6px 28px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 28px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 28px -16px rgba(0, 0, 0, 0.75);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.w-main-nav .nav-scroll {
  overflow-y: auto;
}
.nav-opened .w-main-nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.w-main-nav .height100 {
  height: 100%;
}
.w-main-nav .close-btn {
  position: absolute;
  left: 35px;
  top: 18px;
  cursor: pointer;
}
.w-main-nav .bg-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.w-main-nav .xl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
  padding-right: 40px;
}
.has-dropdown {
  padding-right: 40px;
  cursor: pointer;
}
.has-dropdown:after {
  display: block;
  font-family: 'fontello';
  content: '\e800';
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  right: 0;
  top: -5px;
}
.w-main-nav ul li {
  margin-bottom: 15px;
  display: block;
}
.w-main-nav ul li a {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  display: block;
  color: #fff;
}
.w-main-nav .menu-dropdown {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.w-main-nav ul li a:hover {
  color: #92f800;
}
.w-main-nav .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  text-transform: uppercase;
}
.w-main-nav ul.social li {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 13px;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #323232;
  font-family: 'Hind Guntur', sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  box-sizing: border-box;
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
  color: inherit;
}
a:hover {
  color: #3a6400;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main {
  background-color: #F6F5F3;
}
.w-bg {
  overflow: hidden;
  position: relative;
}
.bg {
  background-size: cover !important;
  background-position: center center !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.w-bg:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.green-bg {
  background-color: #5A9C00;
}
.bold-upper-title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 30px;
}
.bold-upper-title.black {
  color: #323232;
}
.bold-xl-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
  color: #3a6400;
}
@media (min-width: 1200px) {
  .bold-xl-title {
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
  }
}
.bold-xl-title.white {
  color: #fff;
}
.bold-xs-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
p.white-bold {
  color: #fff;
  font-weight: 700;
  line-height: 20px;
}
p.bold-green {
  color: #5A9C00;
  font-weight: 700;
  line-height: 20px;
}
.w-btn {
  margin: 24px 0 40px 0;
}
.green {
  color: #5A9C00;
}
.green-btn a,
.green-btn button {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #5A9C00;
  border: 3px solid #5A9C00;
  padding: 6px 44px 1px 44px;
  font-size: 15px;
  transition: 0.3s ease-out;
}
.green-btn a:hover,
.green-btn button:hover {
  background-color: transparent;
  color: #5A9C00;
}
.learn-more a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-right: 52px;
  font-size: 17px;
}
.learn-more.green a {
  color: #5A9C00;
}
.learn-more a:before {
  content: url(../images/Group752.png);
  position: absolute;
  right: 0;
  transition: 0.3s ease-out;
}
.learn-more.green a:before {
  content: url(../images/green-arrow.png);
}
.learn-more a:hover:before {
  right: 10px;
}
#section3 {
  padding: 40px 0 20px 0;
}
#section3 .box {
  margin-bottom: 15px;
  height: 333px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#section3 .box.green-bg {
  padding: 40px;
}
#section3 .box:hover .green-hover-box {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#section3 .box .bold-upper-title {
  text-align: center;
  width: 100%;
  margin-top: auto;
  position: relative;
  z-index: 1;
  padding: 10px;
}
#section3 .box .green-hover-box {
  background: #5a9c00;
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  padding: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#section3 .box .green-hover-box .bold-upper-title {
  margin-top: auto;
  position: static;
  text-align: left;
  margin-bottom: 10px;
  padding: 0;
}
#section3 .box .green-hover-box .text {
  line-height: 120%;
  font-weight: 400;
}
#section3 .box .green-hover-box .learn-more {
  margin-top: 10px;
}
#section3 .box .green-hover-box .learn-more span {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-right: 52px;
}
#section3 .box .green-hover-box .learn-more span:before {
  content: url(../images/Group752.png);
  position: absolute;
  right: 0;
  transition: 0.3s ease-out;
}
#section4 {
  padding-bottom: 20px;
  position: relative;
  background: #fff;
  padding-top: 80px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #section4 {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  #section4 {
    padding-top: 50px;
  }
}
#section4 .vector-top-left {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -23%);
  -moz-transform: translate(0, -23%);
  -ms-transform: translate(0, -23%);
  -o-transform: translate(0, -23%);
  transform: translate(0, -23%);
  width: 230px;
}
@media (max-width: 768px) {
  #section4 .vector-top-left {
    width: 150px;
  }
}
@media (max-width: 576px) {
  #section4 .vector-top-left {
    width: 100px;
  }
}
#section4 .vector-top-right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, -23%);
  -moz-transform: translate(0, -23%);
  -ms-transform: translate(0, -23%);
  -o-transform: translate(0, -23%);
  transform: translate(0, -23%);
  width: 230px;
}
@media (max-width: 768px) {
  #section4 .vector-top-right {
    width: 150px;
  }
}
@media (max-width: 576px) {
  #section4 .vector-top-right {
    width: 100px;
  }
}
#section4 .box {
  height: 280px;
}
#section4 .content-news {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 28px;
}
#section5 {
  background-color: #F1F1F1;
  padding: 60px 0 40px 0;
}
#section5 .bold-upper-title {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  #section5 {
    padding: 40px 0 40px 0;
  }
}
#section5 .pad {
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  #section5 .pad {
    padding-bottom: 30px;
  }
}
#section5 .box {
  height: 250px;
  padding: 40px 30px 40px 30px;
}
@media (min-width: 992px) {
  #section5 .box {
    height: 350px;
  }
}
#section5 .box.mob {
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  #section5 .box.mob {
    height: auto !important;
    padding-bottom: 40px;
  }
}
#section5 .box p {
  font-size: 16px;
  line-height: 20px;
}
#section5 .box.green-fiber {
  background-color: #00a599;
}
#section5 .box.green-tech {
  background-color: #1b7675;
}
#section5 .box.green-lamp {
  background-color: #fec628;
}
#section5 .box.green-glass {
  background-color: #f69320;
}
#section5 .box.green-weee {
  background-color: #627477;
}
#section5 .box.green-resources {
  background-color: #568aa4;
}
#section5 .box.eltex {
  background-color: #262626;
  color: #fff;
}
#section5 .client-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 22;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#section5 .client-logo img {
  display: inline-block;
  height: 60px;
}
@media (max-width: 768px) {
  #section5 .client-logo img {
    height: auto;
  }
}
@media (max-width: 768px) {
  #section5 .client-logo {
    padding: 40px 20px;
  }
}
#section5 .learn-more {
  position: absolute;
  right: 40px;
  bottom: 25px;
}
@media (max-width: 768px) {
  #section5 .learn-more {
    position: static;
    padding-top: 10px;
  }
}
#section6 {
  height: 620px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
#section6 .vector-right {
  display: block;
  position: absolute;
  right: 0;
  top: 10%;
  -webkit-transform: translate(30%, 0);
  -moz-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  -o-transform: translate(30%, 0);
  transform: translate(30%, 0);
}
#section6 .vertical-center {
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 40%;
}
#section6 .vertical-center p {
  font-size: 16px;
  color: #fff;
  padding-right: 70px;
}
#section6 .vertical-center .w-btn {
  text-align: center;
  padding-top: 20px;
}
#section6 .w-title {
  margin-bottom: 20px;
  position: relative;
}
#section6 .w-title .bold-xl-title {
  display: inline-block;
  vertical-align: middle;
}
#section1 {
  height: 100vh;
  position: relative;
}
@media (max-width: 992px) {
  #section1 {
    height: auto;
    padding-top: 80px;
  }
}
#section1 .vector-right {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
@media (max-width: 992px) {
  #section1 .vector-right {
    width: 30px;
  }
}
#section1 .vector-left {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
@media (max-width: 992px) {
  #section1 .vector-left {
    width: 30px;
  }
}
#section1 .scroll-down {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}
@media (max-width: 992px) {
  #section1 .scroll-down {
    display: none;
  }
}
#section1 .box {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*.vertical-center {
          position: absolute;
          left: 0;
          right: 0;
          top: 55%;
          transform: translateY(-50%);
          @media (max-width:@screen-lg){
            position: static;
            transform: none;
          }
        }*/
}
@media (min-width: 992px) {
  #section1 .box .textwhite {
    color: #fff;
  }
  #section1 .box .textwhite h1,
  #section1 .box .textwhite .bold-xl-title {
    color: inherit;
  }
}
@media (max-width: 992px) {
  #section1 .box {
    height: auto;
  }
}
#section1 .box .image {
  background-size: cover !important;
  background-position: center center !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 992px) {
  #section1 .box .image {
    height: 320px;
  }
}
#section1 .box .slider-video {
  height: 320px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  #section1 .box .slider-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: auto;
  }
}
#section1 .box .slider-video .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  /* min-width: 100%;
                min-height: 100%;
                width: auto;
                height: auto;*/
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
}
@media (max-width: 992px) {
  #section1 .box .slider-text {
    margin-top: 320px;
  }
}
#section1 .box .right {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 992px) {
  #section1 .box .right {
    max-width: 450px;
    margin: 0 auto;
    height: 320px;
  }
}
#section1 .box .right .leaf {
  position: absolute;
  right: 37%;
  bottom: 140px;
  z-index: 0;
  max-width: none;
  width: 300px;
}
@media (min-width: 992px) {
  #section1 .box .right .leaf {
    right: 45%;
    bottom: 165px;
    width: 320px;
  }
}
@media (min-width: 1200px) {
  #section1 .box .right .leaf {
    right: 43%;
    bottom: 170px;
    width: 400px;
  }
}
#section1 .box .right .stamp {
  display: inline-block;
  margin-bottom: 20px;
  width: 110px;
}
@media (min-width: 992px) {
  #section1 .box .right .stamp {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  #section1 .box .right .stamp {
    width: 150px;
  }
}
#section1 .box .right .inner-leaf {
  text-align: center;
  z-index: 1;
  display: block;
  margin-top: auto;
  margin-bottom: 30px;
  /* position: absolute;
                 left: 50%;
                 top: 40%;
                 .translate(-50%, -50%);
                 text-align: center;
                 z-index: 2;*/
}
@media (min-width: 992px) {
  #section1 .box .right .inner-leaf {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  #section1 .box .right .inner-leaf {
    margin-bottom: 30px;
  }
}
#section1 .box .right .value {
  background: #fff;
  color: #5a9c00;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  height: 80px;
  padding: 10px 15px 0;
  min-width: 300px;
  -webkit-box-shadow: 20px 20px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 20px 20px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 20px 20px 6px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  #section1 .box .right .value {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    height: 80px;
    padding: 10px 15px 0;
    min-width: 300px;
  }
}
@media (min-width: 1200px) {
  #section1 .box .right .value {
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    height: 100px;
    padding: 15px 20px 0;
    min-width: 370px;
  }
}
#section1 .box .right .value .text {
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  color: #5a9c00;
  text-align: right;
}
@media (min-width: 992px) {
  #section1 .box .right .value .text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #section1 .box .right .value .text {
    font-size: 20px;
  }
}
#section1 .box .padd {
  padding-top: 111px;
}
@media (max-width: 992px) {
  #section1 .box .padd {
    padding-top: 30px;
  }
}
#section1 .box h1 {
  color: #5A9C00;
  font-weight: 700;
  font-size: 120px;
  line-height: 70px;
}
@media (max-width: 1200px) {
  #section1 .box h1 {
    font-size: 100px;
    line-height: 100%;
  }
}
@media (max-width: 992px) {
  #section1 .box h1 {
    font-size: 60px;
    line-height: 100%;
  }
}
#section1 .box .bold-xl-title {
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 35px;
}
@media (max-width: 1200px) {
  #section1 .box .bold-xl-title {
    padding-bottom: 15px;
  }
}
@media (max-width: 992px) {
  #section1 .box .bold-xl-title {
    font-size: 30px;
    line-height: 100%;
    padding-bottom: 15px;
  }
}
#section1 .box .subtitle {
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 2px;
}
#section1 .box p {
  font-weight: 700;
  line-height: 18px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  #section1 .box p {
    line-height: 23px;
    font-size: 19px;
  }
}
#section1 .box .w-btn {
  margin-top: 35px;
}
.main-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 76px;
}
@media (max-width: 992px) {
  .main-slider .slick-dots {
    bottom: -1px;
    right: 29px;
  }
}
.main-slider .slick-dots li {
  text-indent: -19999px;
  width: 144px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
}
@media (max-width: 992px) {
  .main-slider .slick-dots li {
    width: 50px;
  }
}
.main-slider .slick-dots li.slick-active {
  background-color: #5A9C00;
}
.main-slider .left.inline {
  padding-left: 355px;
}
.main-slider .img {
  position: absolute;
  top: -112px;
  left: 118px;
}
#section2 {
  background-color: #EDEAE6;
  padding: 144px 0 50px 0;
  position: relative;
}
#section2 .vector-right {
  position: absolute;
  right: 0;
  top: 80px;
}
#section2 .open-video {
  position: relative;
  cursor: pointer;
}
#section2 .open-video:before {
  content: '';
  background-color: #5A9C00;
  height: 37px;
  width: 60%;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translate(-50%);
}
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#section2 .right {
  padding-left: 55px;
  width: 60%;
}
#section2 p {
  font-size: 18px;
  text-align: justify;
}
#section2 .right .learn-more {
  padding-top: 30px;
}
.w-video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.w-video.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.w-video .video {
  background-color: #fff;
  padding: 65px 100px;
  position: relative;
  height: 100%;
}
.w-video .close-video {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
/* Responsive */
@media (max-width: 1800px) {
  #section2 .right {
    width: 85%;
  }
  #section6 .vertical-center {
    width: 50%;
  }
}
@media (max-width: 1677px) {
  #section2 .right {
    width: 85%;
  }
}
@media (max-width: 1400px) {
  #section6 .vertical-center {
    width: 60%;
  }
  #section2 .right {
    width: 97%;
  }
}
.image-mobile {
  display: none;
}
@media (max-width: 991px) {
  .image-desktop {
    display: none;
  }
  .image-mobile {
    display: block;
  }
  header .logo span {
    display: none;
  }
  .main-slider .img {
    display: none;
  }
  .main-slider .left.inline {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #section2 .vector-right {
    display: none;
  }
  #section2 .open-video:before {
    display: none;
  }
  #section2 {
    background-color: #EDEAE6;
    padding: 80px 0 30px 0;
    position: relative;
  }
  #section2 .right {
    width: 100%;
    padding-left: 0;
  }
  #section2 .open-video {
    padding-bottom: 40px;
  }
  .bold-xl-title {
    font-size: 45px;
    line-height: 50px;
  }
  #section2 .right .learn-more {
    padding-top: 15px;
  }
  #section3 .box.green-bg {
    padding: 40px;
  }
  #section3 .box {
    height: 250px;
  }
  #section4 .box {
    height: 200px;
  }
  #section4 .box {
    height: 200px;
  }
  #section4 .content-news {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .bold-xl-title {
    font-size: 44px;
    line-height: 44px;
  }
  #section6 .vertical-center {
    width: 100%;
  }
}
.baner {
  background-size: cover !important;
  background-position: center center !important;
  height: 280px;
  margin-bottom: 60px;
}
.baner .baner-content {
  color: #fff;
  padding-right: 10%;
}
.baner .baner-content .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .baner .baner-content .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .baner .baner-content .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .baner .baner-content {
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
  }
}
.white-btn a {
  color: #5a9c00;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #fff;
  border: 3px solid #fff;
  padding: 6px 44px 1px 44px;
  font-size: 15px;
  transition: 0.3s ease-out;
}
.white-btn a:hover {
  background-color: transparent;
  color: #fff;
}
.content-page {
  padding-top: 118px;
  padding-bottom: 80px;
  background: #fff;
}
@media (max-width: 992px) {
  .content-page {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.content-page #section4 {
  background: none;
  padding: 0;
}
.content-page .vector-left {
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 1;
}
@media (max-width: 992px) {
  .content-page .vector-left {
    top: 36px;
  }
}
.content-page .vector-right {
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 1;
}
@media (max-width: 992px) {
  .content-page .vector-right {
    top: 36px;
  }
}
.pagination {
  text-align: center;
  display: block;
}
.pagination a,
.pagination span {
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: 2px solid #5a9c00;
  padding: 0 10px;
  min-width: 40px;
  color: #5a9c00;
  margin: 4px;
  text-align: center;
}
.pagination a:hover,
.pagination span:hover,
.pagination a.active,
.pagination span.active {
  background: #5a9c00;
  color: #fff;
}
.pagination a i,
.pagination span i {
  font-size: 22px;
  line-height: 40px;
  height: 40px;
}
.pagination a i:before,
.pagination span i:before {
  line-height: 38px;
}
.section-news-details {
  padding-top: 60px;
}
.news-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  margin: 0 40px 40px 0;
}
@media (min-width: 992px) {
  .news-title {
    font-size: 46px;
  }
}
.news-featured-image {
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .news-featured-image {
    width: 50%;
    float: left;
    margin: 0 40px 60px 0;
  }
}
.news-featured-image:before {
  content: '';
  background-color: #5A9C00;
  height: 37px;
  width: 60%;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translate(-50%);
}
.news-featured-image:after {
  content: '';
  background-color: #5A9C00;
  height: 37px;
  width: 60%;
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translate(-50%);
}
article {
  font-size: 18px;
  margin-bottom: 20px;
}
article ul {
  list-style: disc;
  margin-left: 25px;
}
article ul li {
  margin-bottom: 10px;
}
article a {
  color: #5a9c00;
}
.job-entry {
  padding: 20px;
  background: #edeae6;
}
.job-entry .job-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .job-entry .job-name {
    font-size: 26px;
  }
}
.job-entry .job-location {
  color: #3a6400;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}
.company-baner {
  position: relative;
  margin: 70px 0 40px;
  padding: 40px;
  height: 250px;
  background-size: cover !important;
  background-position: center center !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .company-baner {
    height: 350px;
  }
}
.company-baner:before {
  content: '';
  display: block;
  background-color: #5A9C00;
  height: 27px;
  width: 55%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.company-baner.green-fiber:before {
  background-color: #00a599;
}
.company-baner.green-tech:before {
  background-color: #1b7675;
}
.company-baner.green-lamp:before {
  background-color: #fec628;
}
.company-baner.green-glass:before {
  background-color: #f69320;
}
.company-baner.green-weee:before {
  background-color: #627477;
}
.company-baner.green-resources:before {
  background-color: #568aa4;
}
.company-baner.eltex:before {
  background-color: #5A9C00;
}
.team-member-entry {
  text-align: center;
}
.team-member-entry .name {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  color: #3a6400;
}
.team-member-entry .position {
  margin-top: 5px;
  font-size: 18px;
  line-height: 100%;
}
.year-entry {
  position: relative;
}
.year-entry .year {
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 768px) {
  .year-entry .year {
    padding-left: 10%;
  }
}
.year-entry .year-description {
  padding: 0;
  border-left: 1px solid #000;
  min-height: 50px;
}
.year-entry .event {
  padding: 0 0 0 10%;
  font-size: 18px;
  margin-bottom: 60px;
}
.year-entry .event:before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .year-entry .event:before {
    top: -25px;
  }
}
.harta-locatii {
  position: relative;
  background-position: center center;
  background-size: auto 100%;
}
@media (max-width: 1200px) {
  .harta-locatii {
    height: 430px;
  }
}
@media (max-width: 1200px) {
  .harta-locatii .harta-img {
    display: none;
  }
}
.harta-locatii .locatii-wrapper {
  position: absolute;
  width: 28%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .harta-locatii .locatii-wrapper {
    width: 320px;
  }
}
.harta-locatii .loc-arrow {
  position: absolute;
  left: 0;
  cursor: pointer;
}
.harta-locatii .loc-arrow .country {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-shadow: 0 0 0 6px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.harta-locatii .loc-arrow .popup-loc {
  background: #fff;
  color: #323232;
  padding: 20px;
  font-size: 14px;
  line-height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 40px;
  z-index: 5;
  width: 200px;
  display: none;
  -webkit-box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.1);
}
.harta-locatii .loc-arrow .scale {
  z-index: 0;
  position: relative;
}
@media (max-width: 1441px) {
  .harta-locatii .loc-arrow .scale {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media (max-width: 1200px) {
  .harta-locatii .loc-arrow .scale {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
}
@media (max-width: 992px) {
  .harta-locatii .loc-arrow {
    font-size: 12px;
  }
}
.harta-locatii .loc-arrow span {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.harta-locatii .loc-arrow#RO {
  bottom: 25%;
  left: 56%;
}
@media (max-width: 1200px) {
  .harta-locatii .loc-arrow#RO {
    bottom: 21%;
  }
}
.harta-locatii .loc-arrow#LT {
  bottom: 53%;
  left: 50%;
}
@media (max-width: 1200px) {
  .harta-locatii .loc-arrow#LT {
    bottom: 51%;
  }
}
.harta-locatii .loc-arrow#SK {
  bottom: 34%;
  left: 42%;
}
@media (max-width: 1200px) {
  .harta-locatii .loc-arrow#SK {
    bottom: 33%;
  }
}
.harta-locatii .loc-arrow#SE {
  bottom: 19%;
  left: 45%;
}
@media (max-width: 1200px) {
  .harta-locatii .loc-arrow#SE {
    bottom: 19%;
  }
}
.size18 {
  font-size: 18px;
}
.size20 {
  font-size: 20px;
}
.text-grey {
  color: #696969;
}
.cert-entry {
  padding: 15px 20px 10px;
  background: #edeae6;
}
.cert-entry .job-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cert-entry .job-name {
    font-size: 18px;
  }
}
.cert-entry .learn-more a {
  font-size: 14px;
}
.cert-entry .learn-more a:before {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.press-kit-entry .name {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  color: #323232;
  margin-bottom: 10px;
}
.press-kit-entry .position {
  margin-top: 5px;
  font-size: 18px;
  line-height: 100%;
}
.values-title {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3a6400;
}
@media (min-width: 992px) {
  .values-title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .values-title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
.bg-sand {
  background-color: #edeae6;
}
.bg-cover {
  background-size: cover !important;
  background-position: center center !important;
  height: 250px;
}
@media (min-width: 992px) {
  .bg-cover {
    height: 300px;
  }
}
.bg-cover.xl {
  height: 250px;
}
@media (min-width: 992px) {
  .bg-cover.xl {
    height: 450px;
  }
}
.contact-upper-title {
  color: #323232;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 15px;
}
.contact-row {
  font-size: 18px;
  line-height: 105%;
}
.contact-row .text-grey {
  font-size: 13px;
  margin-bottom: 2px;
  margin-top: 10px;
}
.list-type-triangle {
  list-style: none;
  margin: 0;
}
.list-type-triangle li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 40px;
}
.list-type-triangle li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 25px;
  border-color: transparent transparent transparent #00a599;
}
.list-type-triangle.tech li:before {
  border-color: transparent transparent transparent #1b7675;
}
.list-type-triangle.weee li:before {
  border-color: transparent transparent transparent #627477;
}
.list-type-triangle.lamp li:before {
  border-color: transparent transparent transparent #fec628;
}
.list-type-triangle.glass li:before {
  border-color: transparent transparent transparent #f69320;
}
.list-type-triangle.eltex li:before {
  border-color: transparent transparent transparent #5a9c00;
}
.list-type-triangle.eltex h4 {
  color: #2E4F00;
}
.text-green {
  color: #5a9c00;
}
.minibox-green {
  background: #00a599;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  line-height: 100%;
  padding: 20px;
}
.minibox-w-img {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center center;
  background-size: cover !important;
  padding: 15px;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 100%;
  min-height: 300px;
}
.page-baner {
  background-size: cover !important;
  background-position: center center;
  height: 250px;
}
@media (max-width: 700px) {
  .page-baner.cariere {
    background-position: bottom right;
  }
}
@media (min-width: 992px) {
  .page-baner {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .page-baner {
    height: 450px;
  }
}
@media (min-width: 1600px) {
  .page-baner {
    height: 600px;
  }
}
.page-baner.medium {
  height: 350px;
}
@media (min-width: 1200px) {
  .page-baner.medium {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .page-baner.medium {
    height: 495px;
  }
}
.page-baner .bold-xl-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .page-baner .bold-xl-title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .page-baner .bold-xl-title {
    font-size: 65px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .page-baner .bold-xl-title {
    font-size: 80px;
  }
}
@media (max-width: 1300px) {
  .s-video {
    height: 305px;
  }
}
@media (max-width: 444px) {
  .s-video {
    height: 222px;
  }
}
@media (max-width: 413px) {
  .s-video {
    height: 195px;
  }
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #ced4da;
  padding-right: 0;
  background-image: none;
}
.was-validated .form-control:invalid {
  border-color: #dc3545;
  background-image: none;
}
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control:invalid ~ .invalid-feedback {
  display: none;
}
.file-upload {
  position: relative;
  cursor: pointer;
  background: #fff200;
  text-align: center;
  font-size: 16px;
  display: block;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.file-upload .form-control-file {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: -9999999px;
}
.file-name {
  font-size: 14px;
  font-weight: 700;
}
input.custom-control-input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
input.form-control {
  font-family: 'Hind Guntur', sans-serif;
  border-color: #323232;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #323232;
}
.custom-file {
  height: 44px;
}
.custom-file-label {
  border-color: #323232;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 44px;
  line-height: 32px;
  font-size: 18px;
  color: #323232;
}
.custom-file-label:after {
  height: 42px;
  line-height: 32px;
}
select.custom-select {
  border-color: #323232;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 44px;
  font-size: 18px;
  color: #323232;
}
.custom-control-label {
  font-size: 18px;
  padding-left: .5rem;
  padding-top: 3px;
}
.custom-control-label:before,
.custom-control-label:after {
  width: 1.4rem;
  height: 1.4rem;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-color: #323232;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff !important;
  border-color: #323232 !important;
  background-color: #323232 !important;
}
.custom-control-label a {
  color: inherit;
  font-weight: 600;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: inherit;
}
.invalid-tooltip {
  background: #f00023;
  color: #ffffff;
  font-size: 12px;
  top: 75%;
  left: 5px;
  line-height: 100%;
  padding: .5rem .5rem;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.custom-file .invalid-tooltip {
  left: 0;
}
.custom-select.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background-color: #ffffff;
}
.date-group input {
  text-align: center;
}
@media (max-width: 576px) {
  .date-group input {
    font-size: 13px;
    padding: 0 5px;
  }
}
.date-group .input-group-prepend {
  width: 50%;
}
.date-group .input-group-prepend span {
  width: 100%;
}
@media (max-width: 576px) {
  .date-group .input-group-prepend span {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .date-group .input-group-prepend {
    width: 40%;
  }
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
}
