body {
  color: #141414;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  padding-top: 94px;
  scroll-behavior: smooth;
}

a {
  color: #535353;
  text-decoration: none;
}
a:hover {
  color: #018900;
}

h5 {
  font-size: 62px;
}
@media (max-width: 1399px) {
  h5 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  h5 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: 40px;
  }
}

.text-green {
  color: #018900;
}

.text-green-light {
  color: #B0DAB0;
}

.text-grey {
  opacity: 0.5;
}

.hat {
  font-size: 20px;
}

.uppercase {
  text-transform: uppercase;
}

header {
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
}
header div {
  position: relative;
}
@media (max-width: 767px) {
  header .container {
    max-width: 100%;
  }
  header #navbarHeader {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    margin-top: 10px;
    padding: 10px 20px;
    position: absolute;
    width: 200px;
    right: 0;
  }
}

@media (max-width: 767px) {
  #main-box {
    max-width: 100%;
  }
}

.main-box {
  background: linear-gradient(0deg, rgba(20, 20, 20, 0.7) 0%, rgba(20, 20, 20, 0.7) 100%), url(../img/main_bg.jpg), lightgray 50%/cover no-repeat;
  border-radius: 20px;
  color: #fff;
  padding: 50px 0;
  min-height: 800px;
}
@media (max-width: 1399px) {
  .main-box {
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  .main-box {
    min-height: 200px;
  }
}
@media (max-width: 575px) {
  .main-box {
    padding: 30px;
  }
}
@media (max-width: 420px) {
  .main-box {
    padding: 20px;
  }
}
.main-box h1 {
  font-size: 77px;
  margin: 20px 0;
}
@media (max-width: 1199px) {
  .main-box h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-box h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .main-box h1 {
    font-size: 32px;
  }
}
.main-box h2 {
  font-size: 25px;
}
@media (max-width: 991px) {
  .main-box h2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .main-box h2 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .about .about-img {
    margin: -30px 0 -70px;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .about .about-img {
    margin: -20px 0 -40px;
    max-width: 70%;
  }
}

@media (max-width: 575px) {
  .download-box .d-flex a {
    width: 50%;
  }
  .download-box .d-flex a img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  #features {
    max-width: 100% !important;
  }
}

.features1 {
  background: #141414;
  border-radius: 20px;
  color: #fff;
  padding: 100px;
}
.features1 .feature-bg-color {
  background: url(../img/feature_item_bg.jpg) center/cover;
}
.features1 .feature-bg-dark {
  background: radial-gradient(371.89% 134.33% at 3.21% 1.26%, rgba(255, 255, 255, 0.07) 0%, rgba(217, 217, 217, 0) 100%);
  background-repeat: no-repeat;
}
.features1 .feature-item {
  border-radius: 32px;
  border: 2px solid #666;
  padding: 60px;
  position: relative;
}
.features1 .feature-item h4 {
  color: #fff;
  font-size: 32px;
}
.features1 .feature-item span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.features1 .feature-item p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
}
.features1 .feature-box1 {
  background: radial-gradient(371.89% 134.33% at 3.21% 1.26%, rgba(255, 255, 255, 0.07) 0%, rgba(217, 217, 217, 0) 100%), url(../img/feature1_box1.png) center right/contain;
  background-repeat: no-repeat;
  padding-right: 215px;
}
.features1 .feature-box2 {
  background: url(../img/feature1_box2.png), url(../img/feature_item_bg.jpg);
  background-position: bottom right, center;
  background-repeat: no-repeat;
  background-size: 150px, cover;
}
@media (max-width: 1399px) {
  .features1 .feature-item {
    padding: 30px;
  }
  .features1 .feature-box1 {
    padding-right: 115px;
  }
  .features1 .feature-box2 {
    background-size: 110px, cover;
  }
}
@media (max-width: 1199px) {
  .features1 .feature-item {
    padding: 20px;
  }
  .features1 .feature-item h4 {
    font-size: 26px;
  }
  .features1 .feature-box1 {
    padding-right: 115px;
  }
  .features1 .feature-box2 {
    background-size: 110px, cover;
  }
}
@media (max-width: 991px) {
  .features1 {
    padding: 50px;
  }
  .features1 .feature-box2 {
    background-size: 90px, cover;
  }
}
@media (max-width: 575px) {
  .features1 .feature-box1 {
    background: radial-gradient(371.89% 134.33% at 3.21% 1.26%, rgba(255, 255, 255, 0.07) 0%, rgba(217, 217, 217, 0) 100%);
    background-repeat: no-repeat;
    padding: 20px;
  }
}
@media (max-width: 420px) {
  .features1 {
    padding: 30px;
  }
}

.features2 .number {
  color: #535353;
  font-size: 60px;
  font-weight: 600;
  opacity: 0.5;
}
.features2 h6 {
  color: #141414;
  font-size: 25px;
}
@media (max-width: 1199px) {
  .features2 h6 {
    font-size: 22px;
  }
}
.features2 p {
  font-size: 16px;
}

.how-it-works .row .position-relative {
  margin-bottom: 50px;
}
@media (max-width: 420px) {
  .how-it-works .row .position-relative {
    margin-bottom: 10px;
  }
}
.how-it-works .row .position-relative h4 {
  font-size: 20px;
  font-weight: bold;
}
.how-it-works .row .position-relative p {
  font-size: 16px;
}
.how-it-works .row .position-relative .number {
  background: #141414;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  height: 82px;
  line-height: 82px;
  margin: 30px 0 20px;
  text-align: center;
  width: 82px;
}
@media (max-width: 420px) {
  .how-it-works .row .position-relative .number {
    margin-bottom: 10px;
  }
}
.how-it-works .row .position-relative .number span {
  z-index: 5;
}
.how-it-works .row .position-relative .number:after {
  background: #141414;
  height: 2px;
  content: " ";
  left: 15px;
  position: absolute;
  top: 69px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 575px) {
  .how-it-works .row .position-relative .number:after {
    width: calc(100% - 30px);
  }
}
.how-it-works .row .position-relative:last-child .number:after {
  width: calc(100% - 25px);
}
.how-it-works .row .position-relative .bg-light {
  height: calc(100% - 130px);
  padding: 30px;
}

.testimonials {
  position: relative;
}
.testimonials h5 {
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .testimonials h5 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .testimonials h5 {
    font-size: 30px;
  }
}
.testimonials .testimonials-item {
  padding: 20px;
  width: 100%;
}
.testimonials .testimonials-item h6 {
  font-size: 20px;
  font-weight: bold;
}
.testimonials .testimonials-item p {
  font-size: 13px;
}
.testimonials .testimonials-item img {
  width: auto;
}
.testimonials .testimonials-item .testimonials-footer {
  font-size: 16px;
}
.testimonials .testimonials-item .testimonials-footer strong, .testimonials .testimonials-item .testimonials-footer span {
  color: #535353;
  margin-right: 5px;
}
.testimonials .testimonials-item .testimonials-footer small {
  font-size: 13px;
}
.testimonials .testimonials-slider {
  padding-bottom: 40px;
  position: relative;
}
.testimonials .testimonials-slider .owl-nav {
  bottom: 0;
  display: flex;
  height: 24px;
  justify-content: space-between;
  position: absolute;
  right: 0;
  width: 64px;
}
.testimonials .testimonials-slider .owl-dots {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.testimonials .testimonials-slider .owl-dots button {
  background: #DCDCDC;
  border-radius: 50%;
  height: 8px;
  margin: 0 8px;
  width: 8px;
}
.testimonials .testimonials-slider .owl-dots button:hover {
  background: rgba(1, 137, 0, 0.3137254902);
}
.testimonials .testimonials-slider .owl-dots button.active {
  background: #018900;
}
.testimonials .testimonials-slider .owl-dots button.active:hover {
  background: #018900;
}
.testimonials .testimonials-slider .owl-nav.disabled {
  display: none;
}
.testimonials .testimonials-nav {
  display: flex;
  bottom: 0;
  height: 24px;
  justify-content: space-between;
  position: absolute;
  right: 15px;
  width: 64px;
  z-index: 500;
}
.testimonials .testimonials-nav span {
  align-items: center;
  border: 1px solid #959595;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 24px;
}
.testimonials .testimonials-nav span svg, .testimonials .testimonials-nav span path {
  fill: #959595;
  height: 14px;
  width: 14px;
}
.testimonials .testimonials-nav span:hover {
  border-color: #018900;
  cursor: pointer;
}
.testimonials .testimonials-nav span:hover svg, .testimonials .testimonials-nav span:hover path {
  fill: #018900;
}

.faq h5 {
  font-size: 62px;
  font-weight: bold;
}
@media (max-width: 1399px) {
  .faq h5 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .faq h5 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .faq h5 {
    font-size: 40px;
  }
}
.faq .faq-item {
  border: 2px solid #F6F6F6;
  border-radius: 5px;
  margin-bottom: 15px;
}
.faq .faq-item .faq-item-header {
  background: #F6F6F6;
  cursor: pointer;
  padding: 15px 30px 15px 15px;
  position: relative;
}
.faq .faq-item .faq-item-header:after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666666'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  content: "";
  height: 1.25rem;
  position: absolute;
  width: 1.25rem;
  right: 20px;
  top: 18px;
}
.faq .faq-item .faq-item-header h6 {
  font-size: 20px;
  margin: 0;
}
.faq .faq-item .faq-item-content {
  color: #535353;
  font-size: 16px;
  padding: 15px;
}
.faq .faq-item .faq-item-content p {
  margin: 0;
}
.faq .faq-item:not(.open) .faq-item-header:after {
  transform: rotate(0);
}
.faq .faq-item:not(.open) .faq-item-content {
  display: none;
}

.contact {
  font-size: 16px;
}
.contact .bg-light {
  padding: 30px;
}
.contact .box-info {
  position: relative;
}
.contact .box-info .box-download-info {
  margin: 30px 0;
}
@media (min-width: 1119px) {
  .contact .box-info .box-download-info {
    bottom: 20px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
  }
}

footer {
  background: url(../img/footer_bg.jpg) center/cover;
  color: #fff;
  display: block;
  margin-top: 50px;
  padding: 80px 0;
  position: relative;
}
footer:after {
  background: #000;
  content: "";
  height: 100%;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
footer > div {
  position: relative;
  z-index: 10;
}
footer a {
  color: #fff;
}
footer .footer-menu {
  display: table;
  margin: -30px auto 0;
}
@media (max-width: 991px) {
  footer .footer-menu {
    margin: 30px auto -20px;
  }
}
@media (max-width: 575px) {
  footer .footer-menu {
    font-size: 15px;
  }
}
footer .footer-links {
  font-size: 16px;
  padding-top: 15px;
}
footer .footer-links span, footer .footer-links a {
  display: inline-block;
  font-size: 16px;
  margin: 0 10px;
}
@media (max-width: 575px) {
  footer .footer-links span, footer .footer-links a {
    font-size: 14px;
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  footer .footer-links span {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}

.bio {
  background: url(../img/bio1.png), url(../img/bio2.png);
  background-repeat: no-repeat;
  background-position: -600px center, right top;
  background-size: 800px, 150px;
  margin: 100px 0;
  padding: 50px 0;
  position: relative;
}
.bio:after {
  background: url(../img/bio3.png) no-repeat;
  background-size: contain;
  background-position: 250px 150%;
  height: 500px;
  width: 100%;
  content: " ";
  opacity: 0.5;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.bio .bio-list {
  position: relative;
  z-index: 10px;
}
@media (min-width: 420px) {
  .bio .bio-list {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1130px) {
  .bio .bio-list {
    flex-wrap: wrap;
  }
}
.bio .bio-list .bio-item {
  margin-right: 30px;
  width: 100%;
}
@media (min-width: 576px) {
  .bio .bio-list .bio-item {
    max-width: calc(50% - 30px);
  }
}
@media (min-width: 767px) {
  .bio .bio-list .bio-item {
    max-width: calc(33.33% - 30px);
  }
}
.bio .bio-list .bio-item:last-child {
  margin-right: 0;
}
.bio .bio-list .bio-item img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.bio .bio-list .bio-item h4 {
  font-size: 20px;
}
.bio .bio-list .bio-item h6 {
  color: #959595;
  font-size: 13px;
  font-weight: 400;
}
.bio .bio-list .bio-item .bio-content {
  padding-top: 10px;
}

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