body {
  color: #263239;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Comfortaa", cursive;
  font-size: 48px;
  font-weight: bold;
}

a {
  color: #37a8df;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #2a7194;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #cccccc, rgba(0, 0, 0, 0));
}

.header {
  height: 200px;
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.header__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.header__wrapper .logo {
  padding-top: 15px;
}
.header__wrapper .logo img {
  width: 360px;
}
.header__wrapper .social_header {
  position: absolute;
  right: 0;
}
.header__wrapper .social_header img {
  width: 35px;
}

nav {
  height: 70px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
nav ul {
  padding-left: 0px;
  margin-bottom: 0;
}
nav ul li {
  list-style-type: none;
  color: #37a8df;
  display: inline;
  text-transform: uppercase;
}
nav ul li:not(:first-child) {
  margin-left: 40px;
}

.benefits__wrapper {
  background: #000;
  padding-top: 130px;
  padding-bottom: 130px;
}
.benefits__wrapper .benefits__wrapper__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.benefits__wrapper .benefits__wrapper__box:not(:last-child) {
  padding-bottom: 40px;
}
.benefits__wrapper .benefits__wrapper__box .benefits__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #37a8df;
  text-transform: uppercase;
  max-width: 150px;
  width: 100%;
}
.benefits__wrapper .benefits__wrapper__box .benefits__box:not(:first-child) {
  margin-left: 75px;
}
.benefits__wrapper .benefits__wrapper__box .benefits__box img {
  width: 75px;
  height: 75px;
}
.benefits__wrapper .benefits__wrapper__box .benefits__box span {
  font-size: 14px;
  margin-top: 10px;
}

.hero {
  position: relative;
}
.hero .parallax-window {
  min-height: 600px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero .parallax-window .hero_txt {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  border: solid 5px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero .parallax-window .hero_txt p {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
.hero .parallax-description {
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}
.hero .parallax-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.hero__second {
  position: relative;
}
.hero__second .parallax-window {
  min-height: 300px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero__second .parallax-description {
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}
.hero__second .parallax-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.space {
  display: block;
  width: 100%;
  height: 200px;
  display: block;
}

.space_sm {
  display: block;
  width: 100%;
  height: 100px;
  display: block;
}

.counter {
  margin-top: 75px;
  margin-bottom: 150px;
}
.counter__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.counter__box__item {
  padding: 35px;
  border: solid 5px #000;
  border-radius: 100%;
  width: 200px;
  height: 200px;
}
.counter__box__item:not(:first-child) {
  margin-left: 75px;
}
.counter__box__item span {
  font-size: 45px;
  font-weight: bold;
}
.counter__box__item p {
  text-transform: uppercase;
  font-size: 16px;
  color: #37a8df;
  font-weight: bold;
}

.cbi_large {
  width: 300px;
  height: 300px;
  position: relative;
}
.cbi_large span {
  font-size: 50px;
}

.cbi_small {
  position: absolute;
  right: -80px;
  bottom: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  border: solid 5px #fff;
  width: 200px;
  height: 200px;
  background: #37a8df;
  border-radius: 100%;
  color: #fff;
}
.cbi_small span {
  font-size: 52px;
}
.cbi_small p {
  color: #fff;
  font-size: 20px;
}

.about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about__box {
  border: solid 5px #000;
  max-width: 1000px;
  width: 100%;
  padding: 50px 100px;
}
.about__box__heading {
  font-size: 36px;
  color: #37a8df;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
.about__box__desc {
  font-size: 20px;
}
.about__footer {
  background: #37a8df;
  height: 75px;
  max-width: 1000px;
  width: 100%;
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__footer__item {
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 100%;
}
.about__footer__item:first-child {
  margin-left: -25px;
}
.about__footer__item:last-child {
  margin-right: -25px;
}

.mps {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mps__item {
  width: 300px;
  height: 300px;
  padding: 25px;
  background: #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.mps__item:not(:first-child) {
  margin-left: 75px;
}
.mps__item__heading {
  font-size: 30px;
  color: #37a8df;
}
.mps__item p {
  color: #fff;
  font-size: 14px;
}

.partners {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 150px;
}
.partners__headding {
  font-size: 38px;
  margin-bottom: 50px;
  color: #37a8df;
}
.partners__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin-top: 25px;
}
.partners__box__item {
  display: flex;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: solid 5px #000;
  margin: 15px;
}

section.companies {
  padding-top: 50px;
  padding-bottom: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.companies__heading {
  font-size: 38px;
  color: #37a8df;
  margin-top: 50px;
  margin-bottom: 50px;
}

.light-slider-item-box {
  margin: 15px;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 50px;
  font-family: Arial, Helvetica, sans-serif;
}
.footer .social img {
  width: 45px;
}
.footer .contact {
  font-size: 22px;
  font-weight: bold;
}
.footer .contact p {
  margin-bottom: -10px;
}
.footer .contact p:first-child {
  margin-top: 15px;
}
.footer .footer_logo {
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px;
}
.footer .footer_logo p {
  margin-bottom: 0px;
}
.footer .footer_logo p:first-child {
  margin-top: 15px;
}
.footer .footer_logo img {
  margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
  .header {
    height: auto;
    padding-bottom: 25px;
  }
  .header__wrapper {
    flex-direction: column;
  }
  .header__wrapper .social_header {
    position: relative;
  }
  .header__wrapper .social_header img {
    width: 35px;
  }
  nav {
    height: auto;
    text-align: center;
  }
  nav ul {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  nav ul li {
    display: block;
  }
  nav ul li:not(:first-child) {
    margin-left: 0px;
  }
  .benefits__wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .benefits__wrapper .benefits__wrapper__box {
    flex-direction: column;
  }
  .benefits__wrapper .benefits__wrapper__box:not(:last-child) {
    padding-bottom: 0px;
  }
  .benefits__wrapper .benefits__wrapper__box .benefits__box {
    padding-bottom: 40px;
  }
  .benefits__wrapper .benefits__wrapper__box .benefits__box:not(:first-child) {
    margin-left: 0px;
  }
  .counter {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .counter__box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    flex-direction: column;
  }
  .counter__box__item {
    padding: 35px;
    border: solid 5px #000;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin-bottom: 50px;
  }
  .counter__box__item:not(:first-child) {
    margin-left: 0px;
  }
  .counter__box__item span {
    font-size: 45px;
    font-weight: bold;
  }
  .counter__box__item p {
    text-transform: uppercase;
    font-size: 16px;
    color: #37a8df;
    font-weight: bold;
  }
  .cbi_large {
    width: 300px;
    height: 300px;
    position: relative;
  }
  .cbi_large span {
    font-size: 50px;
  }
  .cbi_small {
    position: absolute;
    right: -80px;
    bottom: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    height: 200px;
    border: solid 5px #fff;
    width: 200px;
    height: 200px;
    background: #37a8df;
    border-radius: 100%;
    color: #fff;
  }
  .cbi_small span {
    font-size: 52px;
  }
  .cbi_small p {
    color: #fff;
    font-size: 20px;
  }
  .about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }
  .about__box {
    border: solid 5px #000;
    max-width: 1000px;
    width: 100%;
    padding: 25px 50px;
  }
  .about__box__heading {
    font-size: 36px;
    color: #37a8df;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
  }
  .about__box__desc {
    font-size: 20px;
  }
  .about__footer {
    background: #37a8df;
    height: 35px;
    max-width: 1000px;
    width: 100%;
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }
  .about__footer__item {
    width: 75px;
    height: 75px;
    background: #000;
    border-radius: 100%;
  }
  .about__footer__item:first-child {
    margin-left: -25px;
  }
  .about__footer__item:last-child {
    margin-right: -25px;
  }
  .mps {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .mps__item {
    width: 300px;
    height: 300px;
    background: #000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 25px;
    padding: 25px;
  }
  .mps__item:not(:first-child) {
    margin-left: 0px;
  }
  .mps__item__heading {
    font-size: 30px;
    color: #37a8df;
  }
  .mps__item p {
    color: #fff;
    font-size: 14px;
  }
  .partners {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 150px;
  }
  .partners__headding {
    font-size: 38px;
    margin-bottom: 50px;
    color: #37a8df;
  }
  .partners__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .partners__box__item {
    display: flex;
    width: 120px;
    height: 120px;
  }
  .partners__box__item:not(:first-child) {
    margin-left: 0px;
  }
  section.companies {
    padding-top: 50px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */