@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:wght@500;700&display=swap');

body {
  font-family: 'IBM Plex Sans', sans-serif;
}

a {
  color: #009ec6;
}

label,
p {
  color: #787882;
}

h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

h2 {
  font-family: 'IBM Plex serif', sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.2;
  color: #000;
}

.container-fluid {
  padding: 0;
}

.col-center {
  margin: 0 auto;
}

header .navbar {
  transition: 0.5s all;
}

header.full .navbar {
  box-shadow: 0 0px 17px #1e1e1e38;
}

header a.nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height, or 137% */
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  margin-right: 15px;
}

header .navbar-brand {
  margin-right: 5px
}

header .navbar-brand img {
  height: 40px
}

header .navbar-expand-md .navbar-collapse {
  width: auto;
  flex-grow: unset;
}

.navbar-light .navbar-nav .nav-link.active {
  border-radius: 2px;
}

.navbar-light .navbar-nav .nav-link {
  padding: 11px 10px;
  font-size: 13px;
  color: #000;
  position: relative;
}

.navbar-light .navbar-nav .nav-link:before {
  content: '';
  width: 0;
  height: 4px;
  display: block;
  background: #e33537;
  bottom: -13px;
  position: absolute;
  transition: 0.5s all;
}

.navbar-light .navbar-nav .nav-link.active:before {
  width: 83%;
}

.btn,
.btn.nav-link {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  border-radius: 0;
  letter-spacing: 1px;
  width: auto !important;
  display: inline-block;
}

.btn-img {
  padding: 10px 10px 10px 20px;
}

.btn img {
  margin-left: 15px;
  width: 18px;
  position: relative;
  margin-top: -2px;
}

.btn-primary {
  background: #0A9DCA;
  border: 1px solid #222192;
  border: #0A9DCA;
}

.btn-primary:hover {
  background: #1B1A79 !important
}

.btn-red {
  background: #DE3831;
  border: 1px solid #DE3831;
  border: #DE3831;
  color: #fff !important
}

.btn-red:hover {
  background: #DE3831 !important
}

.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
}

.btn-outline {
  border: 1px solid #000;
  color: #000;
  margin-right: 10px
}

.navbar.fixed-top {
  margin-top: 0;
  background: #fff !important;
  width: 100%;
  padding: 10px 15px;
  transition: 0.5s all;
  /* border-bottom: 1px solid #d1d1d6; */
}

.top-banner {
  padding: 175px 0 75px;
  position: relative;
}

.top-banner h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  color: #000000;
  font-family: 'IBM Plex serif', sans-serif
}

.top-banner h2 span {
  font-weight: 500;
  font-style: italic;
  position: relative;
  display: inline-block;
}

.top-banner h2 span:before {
  position: absolute;
  top: 40px;
  left: 0;
  background: #DE3831;
  width: 100%;
  height: 9px;
  content: '';
  display: block;
  z-index: -1;
}

.top-banner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

.who-are-we {
  background: url(../img/bg-stats.png) no-repeat #1A3665;
  padding: 100px 0 50px;
  margin-top: -20px;
  background-attachment: fixed;
}

.who-are-we h2 {
  font-family: 'IBM Plex serif', sans-serif;
  font-size: 46px;
  line-height: 60px;
  color: #FFFFFF;
}

.who-are-we p {
  color: #fff
}

.top-banner-video video {
  width: 100%
}

.stats-box {
  margin-top: 100px;
}

.stats-left .stats-box {
  margin-top: 0;
}

.stats-right {
  padding-left: 60px;
  list-style: none
}

.stats-box .col-6:first-child {
  padding-right: 50px
}

.stats-box .col-6:last-child {
  border-left: 1px solid #406396;
  position: relative;
  left: 15px
}

.stats-right li {
  margin-bottom: 50px
}

.stats-right h2,
.stats-left h2 {
  font-weight: 700;
  font-size: 80px;
  line-height: 65px;
  margin-bottom: 20px;
  /* identical to box height, or 81% */
  text-transform: uppercase;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  color: #0A9DCA;
}

.stats-left {
  margin-bottom: 40px
}

.stats-left h6 {
  font-size: 44px;
  color: #fff;
  margin: 30px 0;
}

.board-member {
  background: #f5f5f5;
  padding: 80px 0;
}

.board-member h2 {
  margin-bottom: 50px
}

.box-team {
  width: 100%;
  background: #fff;
  padding: 8px;
  margin-bottom: 30px;
  transition: 0.5s all;
  min-height: 410px;
}

.box-team:hover {
  box-shadow: 0 10px 10px #ccc
}

.team-img {
  background: #eee;
  width: 100%;
  height: 470px;
  margin-bottom: 10px;
  overflow: hidden;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team-position h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 0
}

.team-position h4,
.team-position p {
  color: #000;
  margin-bottom: 0;
}

.team-position p {
  font-size:14px;
  margin-top: 10px
}

.banner-img-people {
  width: 100%;
  position: relative;
  z-index: 6;
  background: url(../img/group-14.jpg) no-repeat #EEEEEE;
  min-height: 500px;
  background-attachment: scroll;
  background-size: 100%;
  /*background-position: left 25vh;*/
}

.banner-img-people .caption-img {
  position: absolute;
  z-index: 9;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
  text-align: center;
  padding: 15px 50px 15px;
}

.banner-img-people .caption-img h4 {
  font-size: 34px;
  line-height: 36px;
  /* identical to box height, or 101% */
  text-align: center;
  color: #000000;
  font-family: 'IBM Plex serif', sans-serif;
}

.banner-img-people2 {
  width: 100%;
  position: relative;
  z-index: 6;
  background: url(../img/group20.jpg) no-repeat #EEEEEE;
  min-height: 550px;
  background-attachment: scroll;
  background-size: 100%;
  /*background-position: left 15vh;*/
}

.banner-img-people2 .caption-img {
  position: absolute;
  z-index: 9;
  background: #fff;
  top: 20vh;
  right: 10vh;
  margin: 0 auto;
  width: 40%;
  text-align: left;
  padding: 30px 50px 20px;
}

.how-we-work {
  margin: 41px 0;
}

.how-we-work h2 {
  font-family: 'IBM Plex serif', sans-serif;
  font-size: 40px;
  line-height: 60px;
  color: #000;
}

.our-goal {
  background: #F5F5F5;
  padding: 100px 0
}

.our-goal h2 {
  margin-bottom: 30px
}

.our-goal h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600
}

.our-goal .col-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.circle {
  position: absolute;
  border: solid 1px #ccc;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.box-goal {
  background: #eee;
  width: 100%;
  height: auto;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.box-goal-1 {
  background: #0A9DCA;
}

.box-goal-2 {
  background: #006EA5;
}

.box-goal-3 {
  background: #0A4E93;
}

.box-goal-4 {
  background: #1A3665;
}

.our-activity {
  padding: 100px 0 150px;
}

.our-activity h2 {
  margin-bottom: 50px
}

.our-activity .col-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.box-activity {
  background: #0A4E93;
  transition: 0.5s all;
  position: relative;
  top: 0;
}

.box-activity h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  /* or 145% */
  color: #FFFFFF;
  font-family: 'IBM Plex serif', sans-serif;
}

.activity-img img {
  max-width: 100%;
  width:100%
}

.activity-caption {
  padding: 30px;
  min-height: 200px;
  position: relative;
}

.activity-caption a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  align-items: center;
}

.activity-caption a span {
  background: #009ec6;
  padding: 10px;
  display: inline-block;
  margin-left: 20px;
  transition: 0.5s all;
}

.box-activity:hover {
  background: #009ec6;
  top: -30px;
}

.box-activity:hover .activity-caption a span {
  background: #00508e;
}

.benefits img {
  width: auto;
  height: 100%;
}

.banner-benefit-1 .col-6,
.banner-benefit-2 .col-6 {
  padding: 0;
  overflow: hidden;
}

.banner-benefit-1 .col-6:first-child,
.banner-benefit-2 .col-6:last-child {
  padding: 50px 10% 50px;
}

.benefits h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 60px;
  color: #0A9DCA;
}

.banner-img-join {
  width: 100%;
  position: relative;
  z-index: 6;
  background: url(../img/group463.jpg) no-repeat #EEEEEE;
  min-height: 550px;
  background-attachment: fixed;
  background-size: cover;
  /*background-position: left 15vh;*/
}

.banner-img-join .caption-img {
  position: absolute;
  z-index: 9;
  background: #fff;
  top: 20vh;
  left: 10vh;
  margin: 0 auto;
  width: 40%;
  text-align: left;
  padding: 30px 50px 20px;
}

footer {
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 50px 0 30px;
}

footer .nav-link {
  font-size: 13px;
  color: #fff;
  padding: 4px;
}

footer ul,
footer ul li {
  list-style: none;
  padding: 0;
}

footer h6 {
  font-size: 14px;
  color: #fff;
  padding: 11px 4px;
}

footer small {
  font-size: 12px;
  display: block;
  margin-top: 30px;
  width: 80%
}

.copyright {
  border-top: 1px solid #3e3a3a;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.nav-link:focus,
.nav-link:hover {
  color: #009ec6;
}

footer .nav-link img:last-child {
  width: 14px;
}

footer .nav-link img:first-child {
  width: 22px;
  margin-right: 6px;
}

footer h6 {
  text-transform: uppercase;
  color: #666;
}

section.contact {
  padding: 70px 0 0px;
  background: #000;
}

form#contact-form input,
form#contact-form textarea {
  margin-bottom: 0px;
  background: #333;
  border: none;
  border-radius: 0;
  min-height: 50px;
  color:#fff !important;
}

form#contact-form #submit {
  margin-bottom: 20px;
}

.contact h2 {
  color: #fff;
}

section.contact .container {
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
}

section.contact p {
  font-size: 14px;
}

.contact-info {
  padding-left: 50px;
}

.slick-arrow {
  width: 60px;
  height: 70px;
  position: absolute;
  z-index: 9;
  top: 200px;
  left: 11px;
  text-indent: -999999px;
  background: url(../img/arrow-2.svg) no-repeat #000 center center;
  border: none;
}

.slick-arrow.slick-prev {
  left: 11px
}

.slick-arrow.slick-next {
  right: 11px;
  left: auto;
  background: url(../img/arrow-1.svg) no-repeat #000 center center;
}

.w-4{width:312px}
.slide-team{justify-content: center;}
@media(max-width: 1000px) {
  .banner-img-people .caption-img {
    width: 90%
  }

  .banner-img-people {
    min-height: 400px;
  }

  .navbar-expand-md .navbar-toggler {
    display: block;
    border: none;
    color: #163a60;
    padding-left: 0;
    box-shadow: none;
  }

  .navbar-expand-md .navbar-collapse {
    display: block !important;
    transition: 0.5s all;
    position: fixed;
    height: 100vh;
    z-index: 99;
    background: #fff;
    border-right: 1px solid #ccc;
    top: 60px;
    left: -100%;
    padding: 20px 0;
  }

  .navbar-expand-md .navbar-collapse.show {
    left: 0;
    width: 280px;
  }

  .navbar-expand-md .navbar-nav {
    display: block;
  }

  .navbar-light .navbar-nav .nav-item,
  .navbar-light .navbar-nav .nav-item .nav-link {
    width: 100%;
    display: block;
    text-align: left;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 10px 20px
  }

  .navbar-light .navbar-nav .nav-item .nav-link:hover,
  .navbar-light .navbar-nav .nav-item .nav-link.active {
    padding: 10px 20px;
    background: #009ec6;
    color: #fff;
  }

  .navbar-light .navbar-nav .nav-link:before {
    display: none;
  }

  .container {
    max-width: 96%;
  }
}

@media(max-width: 800px) {
  .container {
    max-width: 92%;
  }

  h2,
  .how-we-work h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
  }

  p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }

  .top-banner h2 {
    font-size: 26px;
    line-height: normal;
  }

  .top-banner {
    padding: 100px 10px 50px;
  }

  .top-banner h2 span:before {
    top: 28px
  }

  ul.stats-right {
    padding: 0;
  }

  ul.stats-right li {
    width: 48%;
    display: inline-block;
    border-right: 1px solid #fff;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .who-are-we {
    padding: 40px 0 20px
  }

  .stats-left h2 {
    font-weight: 700;
    font-size: 53.6232px;
    line-height: 35px;
    /* identical to box height, or 65% */
    text-align: center;
    text-transform: uppercase;
    color: #0A9DCA;
  }

  .stats-right p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* or 129% */
    text-align: center;
    color: #FFFFFF;
  }

  .stats-left+p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* or 113% */
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 31px;
  }

  .stats-right h2 {
    font-size: 41.4184px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #0A9DCA;
  }

  .stats-left h6 {
    margin: 0 0 11px;
  }

  .stats-left {
    margin-bottom: 0;
  }

  ul.stats-right li:nth-child(2) {
    border-right: none;
  }

  ul.stats-right li:last-child {
    width: 100%;
    border-right: none;
    border-top: 1px solid #fff;
    padding: 40px;
    text-align: center;
  }

  .who-are-we .col-md-5 h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 60px;
    /* identical to box height, or 272% */
    text-align: center;
    color: #FFFFFF;
  }

  .who-are-we .col-md-7 {
    text-align: center;
  }

  .who-are-we .col-md-7 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    /* or 18px */
    text-align: center;
    color: #FFFFFF;
  }

  .navbar .btn {
    font-size: 11px;
    padding: 7px 11px;
  }

  header .navbar-brand img {
    height: 23px;
  }

  .stats-box {
    margin-top: 40px;
  }

  .board-member .col-md-3 {
    width: 50%;
    padding: 0 11px;
  }

  .team-position h4 {
    font-size: 16px
  }

  .team-position p {
    font-size: 12px
  }

  .banner-img-people p {
    font-size: 14px;
  }

  .banner-img-people .caption-img h4 {
    font-size: 20px;
  }

  .banner-img-people2 .caption-img,
  .banner-img-join .caption-img {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
    /* padding-top: 0; */
  }

  .banner-img-people2 {
    min-height: 430px;
    padding-top: 219px;
    background-size: contain;
    background-position: top center;
  }

  .banner-img-join {
    min-height: 500px;
    padding-top: 219px;
    background-size: cover;
    background-position: top center;
  }

  .our-goal {
    padding: 40px 0;
  }

  .our-goal .col-3 {
    width: ;
    width: 50%;
  }

  .our-activity .col-4 {
    width: 50%;
    padding: 0 6px;
  }

  .box-activity h3 {
    font-size: 16px;
    line-height: normal;
  }

  .activity-caption {
    padding: 10px;
    min-height: 180px;
  }

  .activity-caption a {
    font-size: 13px;
  }

  .board-member {
    padding: 20px 0;
    text-align: center;
  }

  .board-member h2 {
    margin-bottom: 20px;
  }

  ul.slick-dots li {
    list-style: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    text-indent: -99999px;
    border-radius: 23px;
    margin: 0 6px;
  }

  ul.slick-dots li.slick-active {
    background: #0D9ACB;
  }

  .slick-arrow {
    transform: scale(0.5);
    top: 30%;
  }

  .row.center-slider {
    padding: 0 21px;
    text-align: center;
  }

  .row.center-slider .slick-dots {
    margin-top: 27px;
  }

  .row.banner-benefit-2 {
    flex-direction: unset !important;
  }

  .row.banner-benefit-2 .col-6 {
    width: 100%;
  }

  .contact .col-sm-6 {
    width: 100%;
  }

  .contact .col-md-7 {
    width: 100%;
    text-align: center;
  }

  .contact .col-md-12 {
    text-align: center;
  }

  section#contact {
    padding-top: 30px;
  }

  section#contact .col-md-5 {
    width: 100%;
  }

  section#contact .col-md-5 div {
    padding-left: 0;
  }

  footer .col-3 {
    width: 100%;
    text-align: center;
  }

  footer .col-3 small {
    width: 100%;
  }

  footer .col-3:nth-child(2),
  footer .col-3:nth-child(3) {
    width: 50%;
    text-align: left;
  }

  footer .col-3:nth-child(4) {
    width: 100%;
    text-align: left;
  }

  footer .col-3:nth-child(4) li {
    display: inline-block;
    margin-right: 10px
  }

  .our-activity {
    padding: 40px 0;
  }
  .w-4{width:330px}
}

.row.center-slider {
  padding: 0 40px;
}

a.close-menu {
  color: #000;
  font-size: 21px;
  text-decoration: none;
  display: none;
  padding: 11px;
}

.error.error{font-size:12px;color:red}