body {
  font-family: "Poppins", sans-serif;
}

#banner-area {
  background-image: url("../img/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
}
#banner-area .text-area h1 {
  color: #fff;
  font-size: 45px;
  text-shadow: 2px 2px 4px #000000;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  #banner-area .text-area h1 {
    font-size: 25px;
  }
}
#banner-area .text-area p {
  color: #fff;
  padding: 15px 0;
  font-size: 26px;
}
@media (max-width: 767.98px) {
  #banner-area .text-area p {
    font-size: 18px;
  }
}

.sec-1 {
  padding: 30px 0;
}
.sec-1 .white-box {
  background-color: #fff;
  max-width: 800px;
  text-align: center;
  padding: 30px;
  margin: 0 auto;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  margin-top: -50px;
  position: relative;
}
.sec-1 .white-box p {
  margin-bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F34130), color-stop(49.27%, #F46A11), to(#FBC72F));
  background: linear-gradient(180deg, #F34130 0%, #F46A11 49.27%, #FBC72F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .sec-1 .white-box p {
    font-size: 18px;
  }
}

.sec-2 {
  padding: 100px 0;
  background-image: url("../img/bg1.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .sec-2 {
    padding: 50px 0;
    background-image: none;
  }
}
.sec-2 h1 {
  color: #012273;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-2 h1 {
    font-size: 25px;
  }
}
.sec-2 p {
  color: #000;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .sec-2 p {
    font-size: 17px;
    text-align: center;
    padding: 20px 0;
  }
}

.sec-3 {
  padding: 100px 0;
  background-image: url("../img/bg2.png");
  background-size: contain;
  background-position: left;
  background-color: #E3F5FF;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .sec-3 {
    padding: 50px 0;
    background-image: none;
  }
}
.sec-3 h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .sec-3 h4 {
    font-size: 18px;
    text-align: center;
  }
}
.sec-3 p {
  color: #000;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .sec-3 p {
    font-size: 17px;
    text-align: center;
    padding: 20px 0;
  }
}

.sec-4 {
  padding: 100px 0;
  background-image: url("../img/bg3.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .sec-4 {
    padding: 50px 0;
    background-image: none;
  }
}
.sec-4 h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .sec-4 h4 {
    font-size: 18px;
    text-align: center;
  }
}
.sec-4 p {
  color: #000;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .sec-4 p {
    font-size: 17px;
    text-align: center;
    padding: 20px 0;
  }
}
.sec-4 .blue-box {
  margin-top: 30px;
  padding: 20px;
  background-color: #019CD2;
  border-radius: 20px;
}
.sec-4 .blue-box p {
  padding: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-style: italic;
  color: #fff;
}
@media (max-width: 767.98px) {
  .sec-4 .blue-box p {
    font-size: 18px;
    text-align: center;
  }
}

.sec-5 {
  padding: 80px 0;
  background-image: url("../img/bg4.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .sec-5 {
    background-position: center;
  }
}
.sec-5 h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767.98px) {
  .sec-5 h1 {
    font-size: 25px;
  }
}
.sec-5 .card-sec {
  margin-top: 40px;
}
.sec-5 .card-sec .service-card {
  border: none;
  margin: 10px 0;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
}
.sec-5 .card-sec .service-card img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.sec-5 .card-sec .service-card h4 {
  color: #000;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 700;
}

.sec-6 {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .sec-6 {
    padding: 30px 0;
  }
}
.sec-6 h1 {
  color: #012273;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-6 h1 {
    font-size: 25px;
  }
}
.sec-6 .demo-area {
  margin-top: 20px;
}

.sec-7 {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .sec-7 {
    padding: 30px 0;
  }
}
.sec-7 .pricing-area .pricing-title h2 {
  color: #012273;
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .sec-7 .pricing-area .pricing-title h2 {
    font-size: 30px;
    text-align: center;
  }
}
.sec-7 .pricing-area .main-box {
  border: none;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-7 .pricing-area .main-box {
    margin: 10px 0;
  }
}
.sec-7 .pricing-area .main-box p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
}
.sec-7 .pricing-area .main-box h1 {
  color: #fff;
  font-size: 53px;
  font-weight: 700;
  padding: 12px 0;
}
.sec-7 .pricing-area .m1 {
  background-color: #0ea8c1;
}
.sec-7 .pricing-area .m2 {
  background-color: #ff8f2e;
}
.sec-7 .pricing-box {
  margin-top: 50px;
}
.sec-7 .pricing-box .pricing-nav li {
  height: 60px;
  margin: 6px 0;
}
.sec-7 .pricing-box .pricing-nav li:nth-child(odd) {
  background-color: #E3F5FF;
}
@media (max-width: 767.98px) {
  .sec-7 .pricing-box .pricing-nav li {
    height: auto;
  }
}
.sec-7 .pricing-box .pricing-nav li .p-box {
  padding: 15px;
}
.sec-7 .pricing-box .pricing-nav li .p-box p {
  color: #606060;
  margin-bottom: 0;
}
.sec-7 .pricing-box .pricing-nav li .p-box i {
  font-size: 22px;
  display: block;
  text-align: center;
}
.sec-7 .pricing-box .pricing-nav li .p-box .i1 {
  color: #08c25a;
}
.sec-7 .pricing-box .pricing-nav li .p-box .red {
  color: #cc0000;
}
.sec-7 .pricing-box .pricing-nav .btn-price {
  padding: 15px 50px;
  color: #fff;
  border-radius: 14px;
}
.sec-7 .pricing-box .pricing-nav .pr1 {
  background-color: #0ea8c1;
}
.sec-7 .pricing-box .pricing-nav .pr2 {
  background-color: #ff8f2e;
}

#footer-content .footer-top {
  padding: 60px 0;
  background-color: #3a3838;
}
@media (max-width: 767.98px) {
  #footer-content .footer-top {
    padding: 30px 0;
  }
}
#footer-content .footer-top .site-logo img {
  max-width: 300px;
}
#footer-content .footer-top p {
  color: #fff;
  font-size: 16px;
  padding: 16px 0;
}
#footer-content .footer-top h4 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  #footer-content .footer-top h4 {
    padding: 10px 0;
  }
}
#footer-content .footer-top ul {
  list-style-type: circle;
  color: #fff;
  margin-top: 20px;
  margin-left: 20px;
}
#footer-content .footer-top ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 0;
}
@media (max-width: 767.98px) {
  #footer-content .footer-top ul li a {
    font-size: 15px;
  }
}
#footer-content .footer-bottom {
  background-color: #241E1E;
  padding: 20px 0;
  text-align: center;
}
#footer-content .footer-bottom p {
  color: #929292;
  font-size: 16px;
  margin-bottom: 0;
}

#footer-content .footer-top .site-logo img {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}