/**
  * Ratajczak Tenor
  * @author Dawid Ratajczak (develos.pl)
  * @version 1.0
*/
/* ========================== VARIABLES ========================== */
@font-face {
  font-family: RalewayBold;
  src: url("../../../../fonts/Raleway/Raleway-Bold.ttf");
}
@font-face {
  font-family: RalewayRegular;
  src: url("../../../../fonts/Raleway/Raleway-Regular.ttf");
}
@font-face {
  font-family: RalewayLight;
  src: url("../../../../fonts/Raleway/Raleway-Light.ttf");
}
@font-face {
  font-family: MontserratLight;
  src: url("../../../../fonts/Montserrat/Montserrat-Light.ttf");
}
/* ========================== VARIABLES ========================== */
/* -- colors -- */
/* -- transitions -- */
/* -- mobile widths -- */
/* ========================= GENERAL TAGS ======================== */
body {
  background-color: #fff;
  color: #2c3c4f;
  font-size: 12px;
  line-height: 1.5em;
  font-family: RalewayRegular, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  font-family: RalewayLight, sans-serif;
}

h1, .h1 {
  font-size: 30px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 24px;
  }
  h1.h3-sm, .h1.h3-sm {
    font-size: 18px;
  }
}

h2, .h2 {
  font-size: 1.6em;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 1.3em;
}

h5, .h5 {
  font-size: 1.1em;
}

h6, .h6 {
  font-size: 1em;
}

p {
  margin: 0;
  line-height: 1.5;
}

small {
  font-size: 0.833em;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

code, pre {
  font-family: monospace;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a:hover, a:focus {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

a:hover, a:active {
  outline: none;
}

hr {
  background-color: #fff;
  border: 1px solid #fff;
  border-top: 1px solid #aaa;
  clear: both;
  margin: 2em 0;
}

blockquote {
  padding: 0.2em 1em 0.2em 2em;
  border-left: 3px solid #eee;
}

mark {
  background: none;
}

strong, b {
  font-family: RalewayBold, sans-serif;
}

/* ======================= GENERIC CLASSES ======================= */
div.error {
  text-transform: none;
  color: #f44336;
  padding-top: 5px;
  font-size: 12px;
  margin-left: 5px;
  display: block;
  clear: both;
}

.separator {
  display: block;
  clear: both;
}
.separator.bottom {
  margin-bottom: 20px;
}
.separator.bottom-l {
  margin-bottom: 40px;
}
.separator.bottom-xl {
  margin-bottom: 60px;
}

.no-margin {
  margin: 0;
}

.flex {
  display: inline-flex;
}

.text-center {
  text-align: center;
}

.padding.p20 {
  padding: 20px;
}

.relative, .posrelative {
  position: relative;
}

.pull-left {
  float: left;
}

/* ========================= FRAMEWORK =========================== */
.btn.btn-default-green, .btn.btn-contact-form {
  background: #1aba9c;
  color: #ffffff;
  font-family: RalewayBold, sans-serif;
  transition: all 0.3s ease 0s;
}
.btn.btn-default-green:hover, .btn.btn-contact-form:hover {
  background: #1fa48b;
}
.btn.btn-rounded, .btn.btn-contact-form {
  padding: 15px 40px;
  border-radius: 35px;
}
@media (max-width: 991px) {
  .btn.btn-rounded, .btn.btn-contact-form {
    padding: 12px 25px;
  }
}

@media (max-width: 991px) {
  .clear-mobile {
    display: block;
  }
  .clear-mobile.both {
    clear: both;
  }

  .hidden-sm {
    display: none;
  }
}
/* ====================== PROJECT SPECIFIC ======================= */
.contact-details-block {
  margin-bottom: 20px;
  font-size: 16px;;
}
@media (max-width: 991px) {
  .contact-details-block {
    padding-left: 10px;
  }
}
.contact-details-block .contact-icon {
  background-color: #1aba9c;
  width: 25px;
  height: 35px;
  position: absolute;
  left: -12px;
  top: -8px;
}
.contact-details-block .contact-icon.gps {
  -webkit-mask: url("../../envit/img/contact-icon-gps.svg") no-repeat center;
  mask: url("../../envit/img/contact-icon-gps.svg") no-repeat center;
}
.contact-details-block .contact-icon.details {
  -webkit-mask: url("../../envit/img/contact-icon-details.svg") no-repeat center;
  mask: url("../../envit/img/contact-icon-details.svg") no-repeat center;
}
.contact-details-block .contact-icon.company {
  -webkit-mask: url("../../envit/img/contact-icon-company.svg") no-repeat center;
  mask: url("../../envit/img/contact-icon-company.svg") no-repeat center;
}
.contact-details-block .contact-icon.contact {
  -webkit-mask: url("../../envit/img/contact-icon-form.svg") no-repeat center;
  mask: url("../../envit/img/contact-icon-form.svg") no-repeat center;
}
.contact-details-block .contact-top {
  padding-left: 30px;
  font-family: RalewayBold, sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
.contact-details-block .contact-data {
  padding: 10px 30px;
  border-left: 1px solid #1aba9c;
}
.contact-details-block .contact-data b, .contact-details-block .contact-data strong {
  color: #1aba9c;
}
.contact-details-block .contact-data b.std, .contact-details-block .contact-data strong.std {
  color: #2c3c4f;
}

.contact-form form .form-group {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  width: 100%;
}
.contact-form form .form-group:nth-child(1), .contact-form form .form-group:nth-child(2) {
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  .contact-form form .form-group:nth-child(1), .contact-form form .form-group:nth-child(2) {
    width: 100%;
  }
}
.contact-form .form-control {
  border-radius: 25px;
  padding: 10px 15px;
  height: 46px;
  border-color: #e2e2e2;
}
.contact-form .form-control::placeholder {
  font-size: 12px;
  color: #2c3c4f;
  opacity: 0.5;
}
.contact-form textarea {
  padding: 15px 15px;
  min-height: 70px;
}
.contact-form .contact-form-button-position {
  text-align: right;
  margin-bottom: 0;
  margin-top: 10px;
}

.contact-map {
  height: 420px;
}

.dotts {
  text-align: center;
}

.envicon {
  background: #1aba9c;
  float: left;
  margin-right: 20px;
}
.envicon.phone {
  -webkit-mask: url("../../envit/img/envphone.svg") no-repeat center;
  mask: url("../../envit/img/envphone.svg") no-repeat center;
}
.envicon.email {
  -webkit-mask: url("../../envit/img/envemail.svg") no-repeat center;
  mask: url("../../envit/img/envemail.svg") no-repeat center;
}
.envicon.about1 {
  -webkit-mask: url("../../envit/img/envabout1.svg") no-repeat center;
  mask: url("../../envit/img/envabout1.svg") no-repeat center;
}
.envicon.about2 {
  -webkit-mask: url("../../envit/img/envabout2.svg") no-repeat center;
  mask: url("../../envit/img/envabout2.svg") no-repeat center;
}
.envicon.about3 {
  -webkit-mask: url("../../envit/img/envabout3.svg") no-repeat center;
  mask: url("../../envit/img/envabout3.svg") no-repeat center;
}
.envicon.about4 {
  -webkit-mask: url("../../envit/img/envabout4.svg") no-repeat center;
  mask: url("../../envit/img/envabout4.svg") no-repeat center;
}
.envicon.about5 {
  -webkit-mask: url("../../envit/img/envabout5.svg") no-repeat center;
  mask: url("../../envit/img/envabout5.svg") no-repeat center;
}
.envicon.size-x {
  height: 60px;
  width: 60px;
  margin-top: 8px;
}
.envicon.size-xl {
  height: 120px;
  width: 120px;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .envicon.size-x {
    height: 50px;
    width: 50px;
  }
}

.fab.link-icon {
  font-size: 25px;
  margin-right: 15px;
}

.logo {
  background: url("../../envit/img/logo.svg") no-repeat;
  height: 44px;
  width: 130px;
  display: inline-block;
}
.logo.white {
  background: url("../../envit/img/logowhite.svg") no-repeat;
}
.logo.size-l {
  height: 80px;
  width: 250px;
}
.logo.size-xxl {
  height: 180px;
  width: 550px;
}
.logo.symbol {
  -webkit-mask: url("../../envit/img/logosymbol.svg") no-repeat center;
  mask: url("../../envit/img/logosymbol.svg") no-repeat center;
}
.logo.symbol.size-l {
  width: 115px;
}
.logo.green {
  background: #1aba9c;
}

.offers-with-dots .icon-container {
  position: relative;
}
@media (max-width: 991px) {
  .offers-with-dots .icon-container:before, .offers-with-dots .icon-container:after {
    display: none !important;
  }
}
.offers-with-dots .icon-container:before {
  content: "";
  position: absolute;
  width: 1px;
  top: -30px;
  height: 20px;
  background-color: #1aba9c;
}
.offers-with-dots .icon-container:after {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  top: -10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #1aba9c;
  background-color: transparent;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
}

.rotate-text-container {
  position: absolute;
  left: 50%;
}
.rotate-text-container.bottom {
  bottom: 0;
}
.rotate-text-container .rotate-text {
  transform: rotate(-90deg);
  margin-top: -75px;
  margin-left: -42px;
  min-width: 85px;
}
.rotate-text-container .rotate-text .text {
  font-family: RalewayLight, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
}
.rotate-text-container .rotate-text .text:after {
  content: "";
  width: 75px;
  height: 1px;
  background: #ffffff;
  display: block;
  position: absolute;
  right: -85px;
  top: 8px;
}

.stroked-circle {
  background: #1aba9c;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  bottom: 34px;
}
.stroked-circle.stroke1 {
  left: 48px;
}
.stroked-circle.stroke1:after {
  top: 39px;
  right: 1px;
  width: 235px;
  transform: rotate(-17deg);
}
@media (max-width: 1199px) {
  .stroked-circle.stroke1:after {
    top: 40px;
    right: -1px;
    width: 166px;
    transform: rotate(-23deg);
  }
}
.stroked-circle.stroke2 {
  left: 120px;
}
.stroked-circle.stroke2:after {
  top: 38px;
  right: -8px;
  width: 103px;
  transform: rotate(-43deg);
}
@media (max-width: 1199px) {
  .stroked-circle.stroke2:after {
    top: 41px;
    right: -11px;
    width: 76px;
    transform: rotate(-62deg);
  }
}
.stroked-circle.stroke3 {
  left: 256px;
}
.stroked-circle.stroke3:after {
  top: 40px;
  right: -34px;
  width: 68px;
  transform: rotate(-99deg);
}
@media (max-width: 1199px) {
  .stroked-circle.stroke3:after {
    top: 40px;
    right: -34px;
    width: 68px;
    transform: rotate(-99deg);
  }
}
.stroked-circle.stroke4 {
  left: 325px;
}
.stroked-circle.stroke4:after {
  top: 39px;
  right: -164px;
  width: 181px;
  transform: rotate(-158deg);
}
@media (max-width: 1199px) {
  .stroked-circle.stroke4:after {
    top: 40px;
    right: -131px;
    width: 139px;
    transform: rotate(-152deg);
  }
}
.stroked-circle.stroke5 {
  right: 140px;
}
.stroked-circle.stroke5:after {
  top: 40px;
  right: -311px;
  width: 317px;
  transform: rotate(-168deg);
}
@media (max-width: 1199px) {
  .stroked-circle.stroke5:after {
    top: 39px;
    right: -242px;
    width: 255px;
    transform: rotate(-165deg);
  }
}
.stroked-circle:before {
  content: "";
  z-index: 1;
  top: -40%;
  left: -36%;
  background-color: transparent;
  border: 10px solid rgba(185, 185, 185, 0.4);
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.stroked-circle:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #1aba9c;
}

ul.slick-dots {
  margin-top: 40px;
}
ul.slick-dots li {
  display: inline-block;
  line-height: 1;
}
ul.slick-dots li.slick-active button {
  background-color: #1aba9c;
}
ul.slick-dots li.slick-active button:focus {
  outline: none;
}
ul.slick-dots li button {
  height: 4px;
}
ul.our-partners {
  margin-bottom: 0;
}
ul.our-partners li img {
  max-height: 65px;
}
ul.our-offers {
  padding-left: 0;
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}
ul.our-offers li {
  list-style: none;
  text-align: center;
  max-width: 20%;
  padding: 0 20px;
  float: left;
}
ul.our-offers li .icon-container {
  display: inline-block;
  margin-bottom: 10px;
}
ul.our-offers li .icon-container .envicon {
  margin: 0;
  width: 180px;
  height: 85px;
}
ul.our-offers li p {
  font-size: 16px;;
}
@media (max-width: 991px) {
  ul.our-offers li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  ul.our-offers li .icon-container .envicon {
    margin: 0;
    width: 140px;
    height: 60px;
  }
}

/* ====================== STRUCTURE/CONTENT ====================== */
.backgroundable-top {
  width: 100%;
  background-position: top center;
  background-size: auto 100%;
  position: relative;
  padding-top: 200px;
}
.backgroundable-top.map {
  padding-top: 60px;
}
.backgroundable-top.b1 {
  height: 830px;
  background-image: url("../../envit/img/header.png");
  color: #ffffff;
}
.backgroundable-top.b1 h1 {
  font-size: 48px;
}
.backgroundable-top.b1 h1 b, .backgroundable-top.b1 h1 strong {
  color: #1aba9c;
}
@media (max-width: 991px) {
  .backgroundable-top.b1 {
    height: 590px;
  }
  .backgroundable-top.b1 h1 {
    font-size: 36px;
  }
  .backgroundable-top.b1 .logo.size-l {
    height: 60px;
    width: 190px;
  }
}
@media (max-width: 767px) {
  .backgroundable-top.b1 {
    padding-top: 125px;
    height: 480px;
  }
  .backgroundable-top.b1 h1 {
    font-size: 26px;
  }
  .backgroundable-top.b1 .logo.size-l {
    height: 60px;
    width: 190px;
  }
}
.backgroundable-top.b2 {
  height: 830px;
  background-image: url("../../envit/img/header2.png");
  color: #ffffff;
  padding-top: 160px;
}
@media (max-width: 1199px) {
  .backgroundable-top.b2 {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .backgroundable-top.b2 {
    padding-top: 100px;
  }
  .backgroundable-top.b2 .logo.symbol.size-l {
    width: 55px;
    height: 35px;
  }
}
.backgroundable-top.b2 p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.7;
}

.contents-section .content-container {
  padding: 60px 0px;
  position: relative;
}
.contents-section .content-container.green-gradient {
  background: linear-gradient(to bottom right, #0f725d, #1f9e8b, #29a28c, #17846f, #10634e) 10% 100% !important;
  color: #ffffff;
}
.contents-section .content-container.green-gradient .header-width-manage .content-header {
  color: #ffffff;
}
.contents-section .content-container.green-gradient .header-width-manage:before {
  background: #ffffff;
}
.contents-section .content-container:nth-child(even) {
  background: #ffffff;
}
.contents-section .content-container:nth-child(odd) {
  background: #f7f7f7;
}

header {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 12;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
header .header-top {
  display: block;
}
header .menu-toogle {
  display: none;
}
header .logo-link {
  padding: 12px 0 8px;
  float: left;
}
header .menu-top-nav {
  margin-bottom: 0;
}
header .menu-top-nav li a {
  color: #333333;
  text-transform: uppercase;
  padding: 25px 12px;
  display: block;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
  position: relative;
}
header .menu-top-nav li a:before {
  content: "";
  width: 60%;
  height: 3px;
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 20%;
  top: 0;
  background: #1aba9c;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
header .menu-top-nav li a:hover, header .menu-top-nav li a.active, header .menu-top-nav li a:focus {
  text-decoration: none;
  color: #1aba9c;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .menu-top-nav li a:hover:before, header .menu-top-nav li a.active:before, header .menu-top-nav li a:focus:before {
  opacity: 1;
}
@media (max-width: 991px) {
  header .menu-top-nav li a:hover, header .menu-top-nav li a.active, header .menu-top-nav li a:focus {
    background: #1aba9c;
    color: #ffffff;
  }
  header .menu-top-nav li a:hover:before, header .menu-top-nav li a.active:before, header .menu-top-nav li a:focus:before {
    display: none;
  }
}
@media (max-width: 991px) {
  header .menu-top-nav {
    margin-top: 70px;
  }
}
header .langs {
  float: right;
  padding-left: 0;
  position: relative;
  margin-bottom: 0;
}
header .langs:before {
  margin-top: 10%;
  top: 10%;
  left: 0;
  width: 1px;
  height: 35px;
  position: absolute;
  background: #1aba9c;
  content: "";
}
@media (max-width: 991px) {
  header .langs:before {
    display: none;
  }
}
header .langs li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  text-indent: 0;
  margin: 0 4px;
  padding-left: 0;
}
header .langs li:first-child {
  margin-left: 12px;
}
header .langs li a {
  color: #333333;
  text-transform: uppercase;
  padding: 25px 6px;
  display: block;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
  position: relative;
}
header .langs li a:before {
  content: "";
  width: 60%;
  height: 3px;
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 20%;
  top: 0;
  background: #1aba9c;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
header .langs li a:hover, header .langs li a.active, header .langs li a:focus {
  text-decoration: none;
  color: #1aba9c;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .langs li a:hover:before, header .langs li a.active:before, header .langs li a:focus:before {
  opacity: 1;
}
@media (max-width: 991px) {
  header .langs li a:hover, header .langs li a.active, header .langs li a:focus {
    background: #1aba9c;
    color: #ffffff;
  }
  header .langs li a:hover:before, header .langs li a.active:before, header .langs li a:focus:before {
    display: none;
  }
}
@media (max-width: 991px) {
  header .menu-toogle {
    display: block;
    color: #1aba9c;
    font-size: 36px;
    padding: 16px 0;
    text-align: right;
    float: right;
  }
}

footer .footer-top {
  padding: 50px 0 60px;
  color: #ffffff;
  background: linear-gradient(to bottom right, #141c23, #273641, #274350, #22404e, #273641, #0e181e) 10% 100%;
}
footer .footer-top h3 {
  font-family: RalewayBold, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .footer-top i {
  color: #1aba9c;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  font-size: 16px;
}
footer .footer-top p {
  float: left;
  font-size: 16px;
}
footer .footer-bottom {
  padding: 30px 0;
  font-size: 16px;;
  background: #ffffff;
  font-family: MontserratLight, sans-serif;
}

/* =========================== MODULES =========================== */
.header-width-manage:before {
  content: "";
  width: 1px;
  height: 100px;
  background: #1aba9c;
  display: block;
  left: 50%;
  top: 0;
  position: absolute;
}
.header-width-manage .content-header-container {
  margin-top: 55px;
}
.header-width-manage .content-header-container.center {
  text-align: center;
}
.header-width-manage .content-header {
  font-family: RalewayBold, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #1aba9c;
  margin-bottom: 20px;
}

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