@font-face {
  font-family: "bebas_neueregular";
  src: url("../fonts/bebasneueregular-webfont.woff2") format("woff2"), url("../fonts/bebasneueregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  background: #f3f3f3;
}

header {
  background: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1071;
}

.navbar {
  background-color: #ffffff;
  padding: 0px;
  /* ONE */
}
.navbar .navbar-brand {
  padding: 1px 0px;
}
.navbar .navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0;
  margin: 0 20px;
  position: relative;
}
.navbar .navbar-nav a.nav-link:before {
  content: "";
  background: #b7b7a4;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav a.nav-link:hover::before {
  width: 100%;
}
.navbar .navbar-nav a.nav-link.active::before {
  width: 100%;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar .hamburger .line {
  width: 50px;
  height: 3px;
  background-color: #212e3d;
  display: block;
  margin: 10px auto;
  transition: all 0.3s ease-in-out;
}
.navbar .hamburger:hover {
  cursor: pointer;
}
.navbar #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
.navbar #hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}
.navbar #hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

.page_space {
  padding-top: 82px;
}

.sub_title {
  font-size: 18px;
  color: #b7b7a4;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sub_title span {
  padding-right: 80px;
  position: relative;
}
.sub_title span::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  right: 0;
  background: #b7b7a4;
  top: 50%;
}

h3 {
  font-size: 48px;
  font-family: "bebas_neueregular";
  font-weight: 700;
  letter-spacing: 2px;
}

p {
  font-size: 18px;
  line-height: 26px;
}

.banner_section {
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.banner_section h2 {
  font-size: 72px;
  font-family: "bebas_neueregular";
  font-weight: 700;
  letter-spacing: 2px;
}
.banner_section p {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
}
.banner_section p span {
  color: #8fbeb1;
}
.banner_section .container > .row {
  min-height: 800px;
}

.benefits_card_section {
  margin-top: -130px;
  padding: 0 0 43px 0;
}
.benefits_card_section .card.benefits_card {
  text-align: center;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.2);
  border: none;
}
.benefits_card_section .card.benefits_card .card-body {
  padding: 15px 15px 18px 15px;
}
.benefits_card_section .card.benefits_card .card-body .card-icon {
  width: 84px;
  height: 84px;
  background-color: #f6f4f3;
  border-radius: 24px;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits_card_section .card.benefits_card .card-body .card-title {
  color: #001f2e;
  font-size: 90px;
  line-height: 80px;
  font-family: "bebas_neueregular";
  font-weight: 700;
  letter-spacing: 2px;
}
.benefits_card_section .card.benefits_card .card-body .card-text {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.impact_section {
  padding: 43px 0 0 0;
}
.impact_section .impact_right {
  max-width: 510px;
  float: right;
  clear: both;
}
.impact_section .impact_right img {
  max-width: 100%;
}
.impact_section .quotes_wrap {
  padding: 38px 0;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
}

.involved_section {
  padding: 34px 0 54px 0;
  position: relative;
}
.involved_section::before {
  content: " ";
  position: absolute;
  background: #384441;
  height: 541px;
  width: calc(50% - 190px);
  left: 0px;
  top: 59px;
}
.involved_section .involved_box .involved_img {
  position: absolute;
  background: #384441;
  padding: 40px 75px;
  left: -577px;
  top: 25px;
  min-height: 541px;
  display: flex;
  align-items: center;
}
.involved_section .involved_box .involved_img img {
  max-width: 100%;
}
.involved_section .involved_box .involved_wrap {
  position: relative;
  width: 708px;
  background: #1f2e2a;
  color: #ffffff;
  padding: 64px;
  min-height: 591px;
}
.involved_section .involved_box .involved_card {
  padding: 16px 0 0 0;
}
.involved_section .involved_box .involved_card .inv_card_icon {
  width: 64px;
  height: 64px;
  background-color: #8fbeb1;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.involved_section .involved_box .involved_card .inv_card_icon img {
  max-width: 100%;
}
.involved_section .involved_box .involved_card .inv_card_title {
  font-size: 35px;
  line-height: 28px;
  font-family: "bebas_neueregular";
  font-weight: 400;
  letter-spacing: 2px;
}
.initiatives_section {
  max-width: 1600px;
  margin: 0 auto;
  padding: 54px 0 54px 0;
}
.initiatives_section .initiatives_card {
  border: none;
  background-color: #1f2e2a;
  color: #fff;
  height: 100%;
}
.initiatives_section .initiatives_card .row {
  height: 100%;
}
.initiatives_section .initiatives_card .img_holder img {
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.initiatives_section .initiatives_card .card-body {
  padding: 30px;
  position: relative;
  height: 100%;
}
.initiatives_section .initiatives_card .card-body .card-title {
  font-size: 33px;
  line-height: 28px;
  font-family: "bebas_neueregular";
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.initiatives_section .initiatives_card .card-body::after {
  position: absolute;
  left: -24px;
  top: calc(50% - 14.5px);
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-top: 14.5px solid transparent;
  border-right: 25px solid #1f2e2a;
  border-bottom: 14.5px solid transparent;
}
.initiatives_section .card_row .card_list:nth-child(3) .card .row, .initiatives_section .card_row .card_list:nth-child(4) .card .row {
  flex-direction: row-reverse;
}
.initiatives_section .card_row .card_list:nth-child(3) .card .row .card-body::after, .initiatives_section .card_row .card_list:nth-child(4) .card .row .card-body::after {
  left: auto;
  right: -24px;
  transform: rotate(180deg);
}
.initiatives_section .card_row .card_list:nth-child(2) .card, .initiatives_section .card_row .card_list:nth-child(3) .card, .initiatives_section .card_row .card_list:nth-child(6) .card {
  background-color: #8fbeb1;
  color: #1f2e2a;
}
.initiatives_section .card_row .card_list:nth-child(2) .card .card-body::after, .initiatives_section .card_row .card_list:nth-child(3) .card .card-body::after, .initiatives_section .card_row .card_list:nth-child(6) .card .card-body::after {
  border-right-color: #8fbeb1;
}

.partners_section {
  padding: 54px 0 54px 0;
}
.partners_section .carousel_partners {
  padding: 44px 0;
}
.partners_section .carousel_partners .owl-stage {
  display: flex;
  align-items: center;
}

.contact_section {
  margin: 10px 0 0 0;
  padding: 48px 0;
  background: #1f2e2a;
  color: #fff;
}
.contact_section .contact_form {
  max-width: 812px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
.contact_section .contact_form h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: "bebas_neueregular";
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 38px;
}
.contact_section .contact_form .form-control {
  padding: 13px 18px;
  border-radius: 2px;
  color: #001f2e;
}
.contact_section .contact_form .btn {
  background: #068d6e;
  border-radius: 2px;
  font-family: "bebas_neueregular";
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  padding: 11px 30px;
}
.contact_section .contact_form .btn img {
  margin-left: 11px;
}

.errorWrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: fixed;
  top: 100px;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
}

footer {
  padding: 60px 0;
  text-align: center;
}
footer p {
  font-weight: 700;
}
footer p a {
  text-transform: uppercase;
  color: #1f2e2a;
  text-decoration: none;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1062px;
  }
}
@media (max-width: 1600px) {
  .banner_section .container > .row {
    min-height: 667px;
  }
}
@media (max-width: 1450px) {
  .involved_section .involved_box .involved_wrap {
    width: 550px;
    padding: 45px;
  }
}
@media (max-width: 1200px) {
  .banner_section h2 {
    font-size: 62px;
  }
  .banner_section p {
    font-size: 22px;
    line-height: 34px;
  }
  .benefits_card_section {
    margin-top: -100px;
  }
  .benefits_card_section .card.benefits_card .card-body .card-title {
    font-size: 80px;
    line-height: 70px;
  }
  .benefits_card_section .card.benefits_card .card-body .card-text {
    font-size: 22px;
  }
  .involved_section .involved_box .involved_img {
    padding: 40px 45px;
    left: -350px;
    width: 350px;
  }
  .initiatives_section {
    max-width: 960px;
  }
  .initiatives_section .initiatives_card .row {
    align-items: center;
  }
  .initiatives_section .card_row .card_list:nth-child(odd) .card {
    background-color: #1f2e2a;
    color: #fff;
  }
  .initiatives_section .card_row .card_list:nth-child(odd) .card .row {
    flex-direction: initial;
  }
  .initiatives_section .card_row .card_list:nth-child(odd) .card .row .card-body::after {
    border-right-color: #1f2e2a;
    left: -24px;
    right: auto;
    transform: rotate(0deg);
  }
  .initiatives_section .card_row .card_list:nth-child(even) .card {
    background-color: #8fbeb1;
    color: #1f2e2a;
  }
  .initiatives_section .card_row .card_list:nth-child(even) .card .row {
    flex-direction: row-reverse;
  }
  .initiatives_section .card_row .card_list:nth-child(even) .card .row .card-body::after {
    border-right-color: #8fbeb1;
    left: auto;
    right: -24px;
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    background: #f3f3f3;
    border: 1px solid #dedede;
  }
  .navbar .navbar-nav .nav-link {
    padding: 14px 0;
  }
  h3 {
    font-size: 38px;
  }
  .banner_section .container > .row {
    min-height: 567px;
  }
  .banner_section h2 {
    font-size: 52px;
  }
  .banner_section p {
    font-size: 18px;
    line-height: 28px;
  }
  .benefits_card_section {
    margin-top: -80px;
    padding-bottom: 23px;
  }
  .benefits_card_section .card.benefits_card .card-body .card-title {
    font-size: 70px;
    line-height: 60px;
  }
  .benefits_card_section .card.benefits_card .card-body .card-text {
    font-size: 18px;
  }
  .involved_section {
    padding: 17px 0 27px 0;
  }
  .involved_section .involved_box .involved_img {
    padding: 40px 45px;
    left: auto;
    width: 100%;
    top: inherit;
    position: inherit;
    min-height: auto;
    justify-content: center;
    margin-bottom: 25px;
  }
  .involved_section .involved_box .involved_wrap {
    width: 100%;
    padding: 20px;
  }
  .involved_section .involved_box .involved_card .inv_card_title {
    font-size: 28px;
    line-height: 21px;
  }
  .involved_section::before {
    display: none;
  }
  .impact_section {
    padding-top: 23px;
  }
  .impact_section .impact_right {
    float: inherit;
    margin: 0 auto;
  }
  .initiatives_section {
    max-width: 720px;
    padding: 27px 0 27px 0;
  }
  .initiatives_section .card_row .card_list .card .img_holder img {
    max-width: 220px;
  }
  .initiatives_section .card_row .card_list .card .card-body {
    padding: 20px;
  }
  .initiatives_section .card_row .card_list:nth-child(odd) .card .img_holder {
    padding: 20px 0px 20px 20px;
  }
  .initiatives_section .card_row .card_list:nth-child(even) .card .img_holder {
    padding: 20px 20px 20px 0px;
  }
  .partners_section {
    padding: 27px 0 27px 0;
  }
  footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .banner_section .container > .row {
    min-height: auto;
    padding-top: 3rem;
  }
  .benefits_card_section {
    margin-top: 23px;
  }
  .initiatives_section {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .initiatives_section .card_row .card_list {
    margin-bottom: 15px;
  }
  .initiatives_section .card_row .card_list .card .card-body {
    padding-top: 0px;
  }
  .initiatives_section .card_row .card_list:nth-child(odd) .card .img_holder, .initiatives_section .card_row .card_list:nth-child(even) .card .img_holder {
    padding: 20px 20px 20px 20px;
  }
  .initiatives_section .card_row .card_list:nth-child(odd) .card .img_holder img, .initiatives_section .card_row .card_list:nth-child(even) .card .img_holder img {
    max-width: 100%;
  }
  .initiatives_section .card_row .card_list:nth-child(odd) .card .card-body::after, .initiatives_section .card_row .card_list:nth-child(even) .card .card-body::after {
    display: none;
  }
  .impact_section .impact_right {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .involved_section .involved_box .involved_card .inv_card_icon {
    width: 54px;
    height: 54px;
    padding: 10px;
  }
  .impact_section .quotes_wrap {
    padding: 23px 0;
    font-size: 18px;
    line-height: 28px;
  }
}/*# sourceMappingURL=style.css.map */