/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }
  body ol, body ul {
    list-style: none; }
  body blockquote, body q {
    quotes: none; }
  body blockquote:before, body blockquote:after,
  body q:before, body q:after {
    content: '';
    content: none; }
  body ins {
    text-decoration: none; }
  body del {
    text-decoration: line-through; }
  body table {
    border-collapse: collapse;
    border-spacing: 0; }
  body a {
    transition: .2s ease-in-out;
    color: inherit;
    text-decoration: none; }
  body a:hover {
    text-decoration: none;
    color: inherit; }
  body ul {
    margin: 0; }
  body strong {
    font-weight: bold; }
  body b {
    font-weight: 400; }
  body i {
    font-style: italic; }
  body button {
    border: none;
    background: none; }
  body textarea {
    resize: none; }
  body input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0; }
  body div::-webkit-scrollbar {
    width: 0 !important; }
  body div {
    overflow: -moz-scrollbars-none; }
  body div {
    -ms-overflow-style: none; }
  body button:focus {
    outline: none; }
  body input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  body input:focus, body input[type="checkbox"]:focus {
    outline: none; }
  body textarea:focus {
    outline: none; }
  body select:focus {
    outline: none; }
  body select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  body iframe {
    display: block;
    width: 100%;
    border: 0; }
  body div.iframe iframe {
    position: absolute;
    top: -15px;
    left: 0;
    height: calc(100vw * 1.405); }
  body a {
    color: inherit;
    text-decoration: none; }
  body button {
    -webkit-appearance: none; }
  body .img-fluid {
    max-width: 100%; }

/* defaults end */
body {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #1E3218;
  line-height: 1;
  margin: 0; }

.grecaptcha-badge {
  display: none !important; }

.hamburger {
  padding: 15px 10px; }
  .hamburger.is-active:hover, .hamburger:hover {
    opacity: 1; }

.hamburger
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #fff;
  height: 3px;
  border-radius: 0px;
  width: 100%; }

.hamburger-inner:before {
  top: -8px; }

.hamburger-inner:after {
  bottom: -8px; }

.hamburger-box {
  width: 30px;
  height: 18px;
  margin-top: 6px; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #fff; }

.white {
  color: #fff; }

.black {
  color: #000; }

/* PAGE STYLES */
h1, h2, h3 {
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  text-transform: none;
  margin: 0; }
  h1 span, h2 span, h3 span {
    color: #6EBD44; }
  h1.black, h2.black, h3.black {
    color: #000; }

h1 {
  font-size: 95px; }

h2 {
  font-size: 70px; }

h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1; }

h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #6EBD44; }

p {
  line-height: 1.4; }
  p b {
    font-weight: 600; }
  p span {
    color: #6EBD44; }
  p span.white {
    color: #fff; }

nowrap {
  white-space: nowrap; }

.mute_container {
  position: absolute;
  width: 45px;
  bottom: 30px;
  right: 2%;
  cursor: pointer;
  z-index: 5; }
  .mute_container img {
    width: 100%; }
  .mute_container .mute {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    z-index: 2; }
  .mute_container.unmuted .unmute {
    opacity: 0; }
  .mute_container.unmuted .mute {
    opacity: 1;
    z-index: 1; }

.my_btn {
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 17px !important;
  min-width: 160px;
  text-align: center;
  color: #6EBD44;
  background: transparent;
  border: 1px solid #000;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 1px; }
  .my_btn:hover:not(.green) {
    color: #000;
    border: 1px solid #6EBD44; }
  .my_btn.green {
    color: #000;
    background: #6EBD44;
    border: 1px solid #6EBD44; }
    .my_btn.green:hover {
      background: #fff;
      border: 1px solid #fff; }

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px 20px;
  background: #fff;
  z-index: 11;
  display: none; }
  .policy_popup h3 {
    margin-bottom: 30px;
    color: #000; }
  .policy_popup h4 {
    margin-bottom: 15px;
    font-weight: 500;
    color: #000; }
  .policy_popup h2, .policy_popup h4, .policy_popup p {
    text-align: left; }
  .policy_popup p {
    font-size: 20px;
    margin-bottom: 30px; }
  .policy_popup .main_logo {
    width: 130px;
    max-width: 70%;
    margin-bottom: 20px; }
  .policy_popup .inner_content {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    max-width: 1350px;
    padding: 10px 20px;
    margin: 0 auto; }
  .policy_popup .inner_content::-webkit-scrollbar {
    width: 0;
    height: 8px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 9px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
    background: #fff; }
  .policy_popup .inner_content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 9px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0; }
  .policy_popup .small_logo {
    margin-top: 30px; }
  .policy_popup .copyright {
    padding-top: 30px; }
    .policy_popup .copyright p {
      text-align: center; }
  .policy_popup .close_icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    cursor: pointer; }

.show_message {
  text-decoration: underline;
  cursor: pointer; }

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center; }
  .cookies_message .small_logo {
    text-align: left;
    width: 10%;
    padding: 0 40px; }
    .cookies_message .small_logo img {
      height: 60px;
      vertical-align: middle; }
  .cookies_message .text {
    width: 80%; }
    .cookies_message .text p {
      font-size: 14px;
      max-width: 1300px;
      text-align: left; }
  .cookies_message .got_it {
    width: 10%;
    padding: 0 40px; }
    .cookies_message .got_it h3 {
      text-align: right; }
  .cookies_message.accepted {
    display: none; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.header {
  position: absolute;
  padding-top: 80px;
  padding-bottom: 20px;
  top: 0;
  background: transparent;
  transition: 0.3s all;
  z-index: 10; }
  .header.scrolled {
    position: fixed;
    padding-top: 20px;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.2);
    background: #040604; }
  .header .menu {
    width: 100%;
    display: flex; }
    .header .menu ul.main_menu {
      text-align: right;
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
      .header .menu ul.main_menu li {
        display: inline-block;
        font-size: 20px;
        color: #fff;
        vertical-align: middle;
        margin: 0 30px;
        transition: color 0.1s; }
        .header .menu ul.main_menu li:first-of-type {
          margin-left: 0; }
        .header .menu ul.main_menu li:last-of-type {
          margin-right: 0; }
        .header .menu ul.main_menu li.my_btn {
          color: #1E3218; }
        .header .menu ul.main_menu li:hover {
          color: #6EBD44; }
        .header .menu ul.main_menu li.current-menu-item {
          color: #6EBD44; }

.bg_green {
  background: #6EBD44;
  color: #fff; }

.block {
  padding-top: 120px;
  padding-bottom: 120px; }

.inquire_form .form_container {
  width: 100%;
  max-width: 450px;
  padding: 0 20px; }
.inquire_form form.form .input_block {
  width: 100%;
  margin-bottom: 35px; }
  .inquire_form form.form .input_block input {
    width: 100%;
    font-size: 20px;
    color: #ccc;
    line-height: 35px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff; }
    .inquire_form form.form .input_block input::placeholder {
      text-transform: uppercase;
      color: #fff;
      opacity: 1; }
    .inquire_form form.form .input_block input::-ms-input-placeholder {
      text-transform: uppercase;
      color: #fff; }
.inquire_form form.form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 0px; }
  .inquire_form form.form .checkbox .wpcf7-list-item-label {
    display: none; }
  .inquire_form form.form .checkbox .wpcf7-form-control-wrap {
    position: absolute;
    z-index: 10; }
    .inquire_form form.form .checkbox .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbo {
      margin: 0; }
  .inquire_form form.form .checkbox .wpcf7-not-valid-tip {
    position: absolute;
    width: 200px;
    bottom: -30px; }
  .inquire_form form.form .checkbox p {
    font-size: 15px; }
  .inquire_form form.form .checkbox input {
    appearance: auto;
    width: 25px;
    height: 25px;
    opacity: 0; }
  .inquire_form form.form .checkbox span {
    margin: 0; }
  .inquire_form form.form .checkbox label {
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    text-transform: none;
    line-height: 1.3;
    color: #fff; }
    .inquire_form form.form .checkbox label:before {
      content: "";
      position: absolute;
      top: 5px;
      display: block;
      left: -5px;
      width: 25px;
      height: 25px;
      border: 1px solid #fff;
      margin-left: 5px;
      border-width: 1px;
      border-style: solid;
      border-image: initial;
      background: transparent;
      text-align: center;
      line-height: 23px;
      font-size: 20px;
      background: #3d3e3c;
      cursor: pointer; }
  .inquire_form form.form .checkbox.selected label:before {
    content: "\2713";
    color: #fff; }
.inquire_form form.form .my_btn {
  transition: font-size 0.3s; }
.inquire_form form.form .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  padding-top: 5px; }
.inquire_form form.form .wpcf7-response-output {
  font-size: 14px;
  padding: 15px;
  color: #fff; }
.inquire_form form.form:not(.invalid) .wpcf7-not-valid-tip {
  display: none; }

.hero_container .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  z-index: 2; }
  .hero_container .container h1, .hero_container .container h2 {
    padding-bottom: 100px; }
  .hero_container .container .scroll_img {
    position: absolute;
    right: 0;
    transform: translate(40%, 0);
    text-align: center;
    bottom: 110px; }
    .hero_container .container .scroll_img img {
      margin-bottom: 20px; }
    .hero_container .container .scroll_img p {
      font-size: 14px;
      text-transform: uppercase;
      color: #fff; }
.hero_container.short .container .scroll_img img {
  margin-bottom: 20px; }

#home .ratio {
  background: url("../assets/img/video_placeholder.jpg");
  background-size: cover; }
#home .hero_container {
  position: relative; }
  #home .hero_container .container .scroll_img {
    top: 5%;
    bottom: auto; }
  #home .hero_container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1; }

.block {
  padding-top: 150px;
  padding-bottom: 170px; }

.block_small {
  padding-top: 80px;
  padding-bottom: 70px; }

.div_with_bg {
  padding-top: 140px;
  padding-bottom: 140px; }
  .div_with_bg .row {
    min-height: 320px;
    min-height: 20vh; }
  .div_with_bg.large .row {
    min-height: 600px;
    min-height: 30vh; }

.inquire_form {
  background: url("../assets/img/inquire_bg.jpg") right top;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 250px; }

.info_box_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .info_box_container .info_box {
    min-height: 650px;
    width: calc(33% - 20px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 70px 50px 60px 50px;
    margin-bottom: 20px; }
    .info_box_container .info_box h2 {
      font-size: 65px; }
    .info_box_container .info_box > div {
      width: 100%; }

#home .hero_container p.number,
#careers .hero_container p.number {
  font-size: 65px;
  font-weight: 500;
  color: #6EBD44; }
#home .hero_container p.text,
#careers .hero_container p.text {
  font-size: 22px;
  text-transform: uppercase;
  word-spacing: 100vw;
  color: #fff;
  white-space: pre-line;
  letter-spacing: 2px; }
#home .main .green_bg,
#careers .main .green_bg {
  position: relative; }
  #home .main .green_bg:after,
  #careers .main .green_bg:after {
    content: '';
    position: absolute;
    width: 140%;
    top: 0;
    height: 100%;
    right: 0;
    background: #6EBD44;
    z-index: -1; }
#home .main_links ul li,
#careers .main_links ul li {
  position: relative;
  font-size: 75px;
  line-height: 1.3;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 20px 0; }
  #home .main_links ul li:last-of-type,
  #careers .main_links ul li:last-of-type {
    border-bottom: none; }
  #home .main_links ul li:before,
  #careers .main_links ul li:before {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(-100%, -50%);
    content: '';
    width: 54px;
    height: 67px;
    background: url("../assets/img/leaf_icon.png") no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all 0.3s; }
  #home .main_links ul li img,
  #careers .main_links ul li img {
    position: absolute;
    z-index: -1;
    right: 2%;
    top: 50%;
    transform: translate(0, -50%);
    height: 240%;
    opacity: 0;
    transition: all 0.3s; }
  #home .main_links ul li:hover,
  #careers .main_links ul li:hover {
    color: #6EBD44;
    z-index: 9; }
    #home .main_links ul li:hover:before,
    #careers .main_links ul li:hover:before {
      opacity: 1; }
    #home .main_links ul li:hover img,
    #careers .main_links ul li:hover img {
      opacity: 1; }
#home .partner_logos,
#careers .partner_logos {
  background: #000;
  overflow: hidden;
  padding: 20px 0;
  /* the slides */
  /* the parent */ }
  #home .partner_logos .slick-slide,
  #careers .partner_logos .slick-slide {
    margin: 0 50px; }
  #home .partner_logos .slick-list,
  #careers .partner_logos .slick-list {
    margin: 0 -50px; }
  #home .partner_logos .slick-track,
  #careers .partner_logos .slick-track {
    display: flex !important;
    align-items: center; }
  #home .partner_logos .slick-slide,
  #careers .partner_logos .slick-slide {
    height: inherit !important;
    display: flex !important;
    justify-content: center;
    align-items: center; }

#about .banner_box {
  position: relative;
  background: #6EBD44;
  padding: 110px 80px;
  margin-bottom: -70px;
  text-align: center; }
  #about .banner_box p {
    margin-bottom: 60px; }
  #about .banner_box h2 {
    color: #000; }
#about .service_list .service_item {
  background: #040604;
  transition: all 0.4s; }
  #about .service_list .service_item h2.number {
    color: #6EBD44; }
  #about .service_list .service_item p {
    height: 0;
    font-size: 20px;
    overflow: hidden; }
  #about .service_list .service_item:hover {
    background: #6EBD44; }
    #about .service_list .service_item:hover h2,
    #about .service_list .service_item:hover h2.number {
      padding-bottom: 30px;
      color: #000; }
    #about .service_list .service_item:hover p {
      height: auto; }

#projects .project_list {
  padding-top: 80px; }
  #projects .project_list .project_item {
    position: relative;
    background: #040604;
    align-content: baseline;
    margin-bottom: 150px; }
    #projects .project_list .project_item h2.location {
      color: #6EBD44;
      margin-bottom: 200px; }
    #projects .project_list .project_item p.address {
      font-size: 45px;
      margin-bottom: 40px; }
    #projects .project_list .project_item p {
      color: #fff; }
    #projects .project_list .project_item .details_overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      opacity: 0;
      transition: all 0.4s;
      display: flex;
      justify-content: center;
      align-items: center; }
      #projects .project_list .project_item .details_overlay button {
        background: #fff; }
    #projects .project_list .project_item.coming_soon {
      background: #fff;
      outline: solid 5px #6EBD44; }
      #projects .project_list .project_item.coming_soon h2 {
        color: #000; }
    #projects .project_list .project_item:hover .details_overlay {
      opacity: 1; }

#team .team .team_members {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #team .team .team_members .member {
    width: 49%;
    margin-bottom: 75px;
    border-bottom: 10px solid #000; }
    #team .team .team_members .member img {
      margin-bottom: 50px; }
    #team .team .team_members .member h3 {
      color: #6EBD44;
      margin-bottom: 10px; }
    #team .team .team_members .member p {
      margin-bottom: 30px; }

#news .news_list .news_post {
  padding: 60px 30px 0 50px;
  border: 1px solid #6EBD44;
  margin-bottom: 20px; }
  #news .news_list .news_post h3 {
    margin-bottom: 50px;
    text-transform: capitalize; }
  #news .news_list .news_post .read_more_link {
    margin-bottom: 35px; }
    #news .news_list .news_post .read_more_link a {
      text-decoration: underline; }
  #news .news_list .news_post .underline {
    height: 10px;
    background: #000; }

#news_post .hero_container {
  min-height: 45vh;
  padding-top: 200px; }
  #news_post .hero_container:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2; }
  #news_post .hero_container .container {
    position: relative;
    left: auto;
    transform: none;
    z-index: 4; }
#news_post .post_content h2 {
  margin-bottom: 30px;
  padding-top: 20px;
  color: #000; }
#news_post .post_content h3 {
  margin-bottom: 30px;
  padding-top: 20px;
  color: #000; }
#news_post .post_content p {
  margin-bottom: 20px; }
  #news_post .post_content p a {
    color: #6EBD44; }

#careers .main_links ul li {
  font-size: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  #careers .main_links ul li div:last-of-type {
    padding-bottom: 10px; }

#contact .inquire_form {
  min-height: 60vh; }

.footer {
  background: url("../assets/img/stairs.png") no-repeat right bottom #000;
  background-size: auto 80%;
  padding-top: 70px; }
  .footer h2 {
    padding-bottom: 120px; }
    .footer h2 span {
      display: inline-block;
      color: #fff;
      padding-bottom: 10px;
      border-bottom: 5px solid #6EBD44; }
  .footer ul.main_menu {
    padding-top: 10px;
    padding-bottom: 180px;
    display: flex;
    justify-content: space-between; }
    .footer ul.main_menu li {
      display: inline-block;
      font-size: 20px;
      color: #fff;
      vertical-align: middle;
      margin: 0;
      transition: color 0.1s; }
      .footer ul.main_menu li:first-of-type {
        margin-left: 0; }
      .footer ul.main_menu li.my_btn {
        color: #1E3218; }
      .footer ul.main_menu li:hover {
        color: #6EBD44; }
  .footer .disclaimer {
    position: relative;
    padding-bottom: 50px;
    padding-top: 160px; }
    .footer .disclaimer p {
      font-size: 10px;
      color: #fff; }
      .footer .disclaimer p span {
        color: #fff; }
  .footer .scroll_to_top {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 55px;
    height: 55px;
    background: #6EBD44; }
    .footer .scroll_to_top:after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: '';
      background: url("../assets/img/triangle.png") no-repeat;
      background-size: contain;
      width: 17px;
      height: 14px; }

@media (max-width: 1700px) {
  h1 {
    font-size: 85px; }

  h2 {
    font-size: 60px; }

  h3 {
    font-size: 46px; }

  p {
    font-size: 24px; }

  .header {
    padding-top: 40px; }
    .header .menu ul.main_menu li {
      margin: 0 30px; }
    .header .logo {
      max-width: 105px; }

  .hero_container .container h1, .hero_container .container h2 {
    padding-bottom: 70px; }
  .hero_container .container .scroll_img {
    bottom: 80px; }

  .block {
    padding-top: 120px;
    padding-bottom: 130px; }

  .div_with_bg .row {
    min-height: 300px; }

  .div_with_bg.large .row {
    min-height: 500px; }

  .info_box_container .info_box {
    min-height: 550px;
    padding: 50px 40px 50px 40px; }
    .info_box_container .info_box h2 {
      font-size: 50px; }

  #home .hero_container p.number,
  #careers .hero_container p.number {
    font-size: 60px; }
  #home .hero_container p.text,
  #careers .hero_container p.text {
    font-size: 20px; }
  #home .main_links ul li,
  #careers .main_links ul li {
    font-size: 55px; }

  #about .service_list .service_item p {
    font-size: 18px; }

  #projects .project_list .project_item {
    margin-bottom: 120px; }
    #projects .project_list .project_item h2.location {
      margin-bottom: 150px; }

  #news .news_list .news_post h3 {
    font-size: 40px; }
  #news .news_list .news_post .read_more_link {
    margin-bottom: 25px; }

  .footer h2 {
    padding-bottom: 130px; } }
@media (max-width: 1400px) {
  h1 {
    font-size: 70px; }

  h2 {
    font-size: 50px; }

  h3 {
    font-size: 36px; }

  p {
    font-size: 22px; }

  .my_btn {
    line-height: 42px;
    font-size: 16px !important;
    min-width: 130px; }

  .block {
    padding-top: 100px;
    padding-bottom: 110px; }

  .div_with_bg {
    padding-top: 110px;
    padding-bottom: 110px; }

  .div_with_bg.large .row {
    min-height: 400px; }

  .hero_container .container h1, .hero_container .container h2 {
    padding-bottom: 60px; }
  .hero_container .container .scroll_img {
    bottom: 65px; }

  .header .menu ul.main_menu li {
    margin: 0 20px; }

  .info_box_container .info_box {
    min-height: 520px;
    padding: 40px 30px 40px 30px; }
    .info_box_container .info_box h2 {
      font-size: 40px; }

  #home .hero_container p.number,
  #careers .hero_container p.number {
    font-size: 55px; }
  #home .hero_container p.text,
  #careers .hero_container p.text {
    font-size: 18px; }
  #home .main_links ul li,
  #careers .main_links ul li {
    font-size: 55px; }

  #about .banner_box {
    padding: 100px 60px;
    margin-bottom: -60px; }

  #projects .project_list .project_item {
    margin-bottom: 100px; }
    #projects .project_list .project_item p.address {
      font-size: 32px;
      margin-bottom: 30px; }
    #projects .project_list .project_item p {
      font-size: 18px; }

  #news .news_list .news_post h3 {
    font-size: 36px; }

  .footer h2 {
    padding-bottom: 100px; }
  .footer ul.main_menu {
    padding-bottom: 140px; }
  .footer .disclaimer {
    padding-top: 120px; } }
@media (max-width: 1099px) {
  h1 {
    font-size: 60px; }

  h2 {
    font-size: 46px; }

  p {
    font-size: 18px; }

  .my_btn {
    line-height: 40px;
    font-size: 15px !important;
    min-width: 120px; }

  .div_with_bg .row {
    height: 250px; }

  .div_with_bg.large .row {
    min-height: 350px; }

  .block_small {
    padding-top: 60px;
    padding-bottom: 50px; }

  .block {
    padding-top: 80px;
    padding-bottom: 90px; }

  .info_box_container {
    justify-content: space-between; }
    .info_box_container .info_box {
      min-height: 450px;
      margin-bottom: 25px;
      width: 48%; }

  .header {
    padding-top: 20px; }
    .header .logo {
      max-width: 95px; }
    .header .menu ul.main_menu {
      display: none;
      z-index: -1;
      text-align: center;
      padding-top: 40px;
      position: fixed;
      top: 130px;
      left: 0;
      right: 0;
      width: 100%;
      bottom: 0;
      background: #040604; }
    .header.active_menu {
      background: #040604; }
      .header.active_menu .menu ul.main_menu {
        z-index: 2; }

  .hero_container .container .scroll_img {
    display: none; }
  .hero_container .container h1, .hero_container .container h2 {
    padding-bottom: 50px; }

  #home .hero_container p.number,
  #careers .hero_container p.number {
    font-size: 46px; }
  #home .hero_container p.text,
  #careers .hero_container p.text {
    font-size: 16px; }
  #home .main_links ul li,
  #careers .main_links ul li {
    font-size: 46px; }
    #home .main_links ul li:before,
    #careers .main_links ul li:before {
      left: -25px;
      width: 40px;
      height: 50px; }

  #about .banner_box {
    padding: 70px 40px;
    margin-bottom: -40px; }
    #about .banner_box p {
      margin-bottom: 40px; }
  #about .service_list .service_item {
    background: #6EBD44; }
    #about .service_list .service_item h2,
    #about .service_list .service_item h2.number {
      padding-bottom: 30px;
      color: #000; }
    #about .service_list .service_item p {
      height: auto; }

  #projects .project_list {
    padding-top: 0; }
    #projects .project_list .project_item {
      margin-bottom: 50px; }
      #projects .project_list .project_item p.address {
        font-size: 28px; }

  #careers .main_links ul li {
    font-size: 36px; }

  .footer {
    background-size: auto 60%; }
    .footer h2 {
      padding-bottom: 40px; }
    .footer h3 {
      font-size: 32px; }
    .footer ul.main_menu {
      padding-bottom: 60px; }
    .footer .disclaimer {
      padding-top: 60px;
      padding-bottom: 100px; }

  .policy_popup .main_logo {
    width: 90px; }
  .policy_popup p {
    font-size: 14px; } }
@media (max-width: 991px) {
  h1 {
    font-size: 48px; }

  h2 {
    font-size: 40px; }

  .my_btn {
    line-height: 36px;
    font-size: 14px !important;
    min-width: 110px; }

  body {
    padding-top: 105px; }

  .block {
    padding-top: 60px;
    padding-bottom: 70px; }

  .div_with_bg {
    padding-top: 90px;
    padding-bottom: 90px; }

  .header {
    position: fixed;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #040604; }
    .header .logo {
      max-height: 80px; }
    .header.scrolled {
      padding-top: 15px; }
    .header .container {
      max-width: 100%; }
    .header .menu ul.main_menu {
      top: 105px; }

  .hero_container .container h1, .hero_container .container h2 {
    padding-bottom: 40px; }

  .inquire_form {
    padding-bottom: 150px; }

  .info_box_container {
    justify-content: space-between; }
    .info_box_container .info_box {
      min-height: 450px;
      margin-bottom: 25px;
      width: 48%; }
      .info_box_container .info_box h2 {
        font-size: 32px; }
      .info_box_container .info_box p {
        font-size: 16px; }

  #home .hero_container p.number,
  #careers .hero_container p.number {
    font-size: 36px; }
  #home .hero_container p.text,
  #careers .hero_container p.text {
    font-size: 14px;
    letter-spacing: 1px; }
  #home .main_links ul li img,
  #careers .main_links ul li img {
    display: none; }
  #home .main_links ul li:before,
  #careers .main_links ul li:before {
    opacity: 1;
    max-height: 50%; }
  #home .partner_logos,
  #careers .partner_logos {
    /* the parent */ }
    #home .partner_logos .slick-slide,
    #careers .partner_logos .slick-slide {
      margin: 0 30px; }
    #home .partner_logos .slick-list,
    #careers .partner_logos .slick-list {
      margin: 0 -30px; }

  #projects .project_list .project_item h2.location {
    margin-bottom: 100px; }
  #projects .project_list .project_item p.address {
    font-size: 26px;
    margin-bottom: 30px; }
  #projects .project_list .project_item p {
    font-size: 18px; }

  #careers .main_links ul li div {
    width: 100%; }
  #careers .main_links ul li div:first-of-type {
    margin-bottom: 10px; }
  #careers .main_links ul li:before {
    display: none !important; }

  .footer h3 {
    font-size: 26px; }
  .footer .disclaimer .scroll_to_top {
    width: 45px;
    height: 45px; }
    .footer .disclaimer .scroll_to_top:after {
      width: 15px; } }
@media (max-width: 768px) {
  body {
    padding-top: 85px; }

  h1 {
    font-size: 36px; }

  h2 {
    font-size: 30px; }
    h2 nowrap {
      white-space: wrap; }

  h3 {
    font-size: 28px; }

  h4 {
    font-size: 20px; }

  #home .hero_container:before {
    background: rgba(0, 0, 0, 0.4); }

  .hero_container .container {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translate(0, 0);
    padding: 40px 30px;
    background: #040604; }
    .hero_container .container h1, .hero_container .container h2 {
      padding-bottom: 0; }

  .block {
    padding-top: 50px;
    padding-bottom: 60px; }

  .div_with_bg {
    padding-top: 50px;
    padding-bottom: 50px; }
    .div_with_bg .row {
      min-height: 180px; }
    .div_with_bg.large .row {
      min-height: 250px; }

  .info_box_container .info_box {
    width: 100%; }

  .header .logo {
    max-height: 60px; }
  .header .menu ul.main_menu {
    top: 85px;
    padding-top: 60px; }
    .header .menu ul.main_menu li {
      display: block;
      margin: 0 0 35px 0; }

  .info_box_container .info_box {
    min-height: auto; }

  #home .main .green_bg:after,
  #careers .main .green_bg:after {
    display: none; }
  #home .main_links ul li,
  #careers .main_links ul li {
    font-size: 28px; }
    #home .main_links ul li:before,
    #careers .main_links ul li:before {
      left: -10px; }

  #about .banner_box {
    padding: 60px 20px;
    margin-bottom: -40px; }

  #news .news_list .news_post {
    padding: 30px 20px 0 20px;
    margin-bottom: 40px; }
    #news .news_list .news_post h3 {
      font-size: 28px; }

  .footer {
    background-size: auto 250px;
    padding-top: 40px; }
    .footer h2 span {
      border-bottom: 2px solid #6EBD44; }
    .footer h3 {
      line-height: 1.3;
      font-size: 22px; } }
@media (max-width: 600px) {
  .container {
    max-width: 100%; }

  #team .team .team_members .member {
    width: 100%;
    margin-bottom: 50px; }
    #team .team .team_members .member img {
      margin-bottom: 40px; }

  .footer ul.main_menu {
    display: block;
    padding-bottom: 40px; }
    .footer ul.main_menu li {
      display: block;
      margin-bottom: 20px; } }

/*# sourceMappingURL=my_style.css.map */
