* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  text-decoration: none !important;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.primary-btn1 {
  color: #004E9D;
  background-color: transparent;
  padding: 0 14px;
  display: inline-block;
  border-radius: 20px;
  border: 2px solid #004E9D;
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
  cursor: pointer;
}

@media screen and (max-width: 1008px) {
  .primary-btn1 {
    margin: 0 auto;
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #7266e1;
  border-radius: 3px;
}

.curser-pointer {
  cursor: pointer;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.primary-color {
  color: #7266e1;
}

.secondary-color {
  color: #60aefb;
}

.lightBlack-color {
  color: #21222d;
}

.offWhite-color {
  color: #dbdbe5;
}

.primary-bg-color {
  background-color: #7266e1;
}

.secondary-bg-color {
  background-color: #60aefb;
}

.lightBlack-bg-color {
  background-color: #21222d;
}

.offWhite-bg-color {
  background-color: #dbdbe5;
}

.white-bg-color {
  background-color: #fff;
}

.p-15 {
  padding: 15px;
}

.pl-15,
.px-15 {
  padding-left: 15px;
}

.pr-15,
.px-15 {
  padding-right: 15px;
}

.pt-15,
.py-15 {
  padding-top: 15px;
}

.pb-15,
.py-15 {
  padding-bottom: 15px;
}

.m-15 {
  margin: 15px;
}

.ml-15,
.mx-15 {
  margin-left: 15px;
}

.mr-15,
.mx-15 {
  margin-right: 15px;
}

.mt-15,
.my-15 {
  margin-top: 15px;
}

.mb-15,
.my-15 {
  margin-bottom: 15px;
}

.header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2;
  background-color: #6A5BB3;
}

.header.fixed a {
  color: #fff;
}

.main-section {
  overflow: hidden;
  width: 100%;
  background-color: #E7EDF4;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header .logo {
  color: #000;
  width: 150px;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
}

@media screen and (max-width: 576px) {
  .header .logo {
    width: 100px;
  }
}

@media screen and (max-width: 258px) {
  .header .logo {
    width: 70px;
  }
}

@media screen and (max-width: 1008px) {
  .header .menu-section {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 80px;
    text-align: center;
    height: 0;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
  }
}

@media screen and (max-width: 1008px) and (max-width: 767px) {
  .header .menu-section {
    z-index: 1;
  }
}

.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.header ul li {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

@media screen and (max-width: 1008px) {
  .header ul li {
    padding: 5px 20px;
  }
}

.header ul li a {
  color: #004E9D;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.header ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #004E9D;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.header ul li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 1008px) {
  .header ul {
    display: block;
  }
}

.header .menu-icon {
  display: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 22px;
}

@media screen and (max-width: 1008px) {
  .header .menu-icon {
    display: block;
  }
}

.header .close-icon {
  display: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 22px;
}

.banner {
  height: calc(100vh - 76px);
}

@media screen and (max-width: 767px) {
  .banner {
    height: 0;
  }
}

.banner .back-img {
  position: absolute;
  width: 40vw;
  top: 0px;
}

@media screen and (max-width: 434px) {
  .banner .back-img {
    width: 60vh;
  }
}

@media screen and (max-width: 323px) {
  .banner .back-img {
    width: 48vh;
  }
}

@media screen and (max-width: 258px) {
  .banner .back-img {
    width: 33vh;
  }
}

.banner .banner-img {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 434px) {
  .banner .banner-img {
    height: 330px;
  }
}

@media screen and (max-width: 260px) {
  .banner .banner-img {
    height: 240px;
  }
}

.banner h1 {
  font-size: 60px;
  font-weight: 600;
  color: #235196;
}

@media screen and (max-width: 290px) {
  .banner h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 576px) {
  .banner h1 {
    font-size: 40px;
    margin-top: 45px;
  }
}

.banner p {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  text-align: justify;
}

@media screen and (max-width: 290px) {
  .banner p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 576px) {
  .banner p {
    font-size: 18px;
    line-height: 25px;
  }
}

.about {
  margin-top: 100px;
}

.about .txt-box {
  position: relative;
}

@media screen and (max-width: 767px) {
  .about .txt-box {
    margin-top: 100px;
  }
}

.about .txt-box h1 {
  font-size: 60px;
  font-weight: 600;
  color: #235196;
}

@media screen and (max-width: 290px) {
  .about .txt-box h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 576px) {
  .about .txt-box h1 {
    font-size: 40px;
  }
}

.about .txt-box p {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  text-align: justify;
}

@media screen and (max-width: 290px) {
  .about .txt-box p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 576px) {
  .about .txt-box p {
    font-size: 18px;
    line-height: 25px;
  }
}

.about .txt-box .about-img {
  position: absolute;
  height: 80px;
  width: 80px;
  left: -45;
  top: -20px;
}

.about .about-png {
  width: 100%;
  height: 400px;
}

.product {
  margin-top: 100px;
  position: relative;
}

.product .swiper {
  padding: 0 50px;
}

.product .swiper .swiper-wrapper {
  height: auto !important;
}

.product .swiper .swiper-button-prev,
.product .swiper .swiper-button-next {
  border-radius: 50%;
  background-color: #fff;
  height: 50px;
  width: 50px;
}

.product .swiper .swiper-button-prev::after,
.product .swiper .swiper-button-next::after {
  font-size: 20px;
}

.product .main-box .widthbox {
  background-color: #235196;
  border-radius: 150px 150px 0 0;
  margin: 0px 25px;
  padding: 20px 0;
}

.product .main-box .widthbox .txt {
  padding: 80px 15px;
  text-align: center;
  color: #fff;
}

.product .main-box .circle {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  .product .main-box .circle {
    width: 100px;
    height: 100px;
  }
}

.testimonials {
  margin: 70px 0;
}

.testimonials .icon {
  width: 100%;
  height: 50px;
}

.testimonials .icon .icon-1 {
  width: 60px;
}

.testimonials .testimonials-img {
  width: 100%;
  height: 100%;
}

.testimonials .testimonials-img .background {
  background-color: #ffff;
  width: 400px;
  height: 400px;
  border-radius: 200%;
  position: relative;
}

@media screen and (max-width: 992px) {
  .testimonials .testimonials-img .background {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 343px) {
  .testimonials .testimonials-img .background {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 290px) {
  .testimonials .testimonials-img .background {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
}

.testimonials .testimonials-img .background .testi-img {
  position: absolute;
  top: 120px;
  border-radius: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 25%;
  overflow: hidden;
}

@media screen and (max-width: 290px) {
  .testimonials .testimonials-img .background .testi-img {
    top: 45px;
  }
}

.testimonials .testimonials-img .background .testi-img-2 {
  position: absolute;
  top: -35px;
  right: 80px;
  border-radius: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 25%;
  overflow: hidden;
}

@media screen and (max-width: 290px) {
  .testimonials .testimonials-img .background .testi-img-2 {
    top: -17px;
  }
}

.testimonials .testimonials-img .background .testi-img-3 {
  position: absolute;
  top: 200px;
  right: 180px;
  border-radius: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 15%;
  overflow: hidden;
}

@media screen and (max-width: 290px) {
  .testimonials .testimonials-img .background .testi-img-3 {
    top: 65px;
    right: 65px;
  }
}

.testimonials .testimonials-img .background .testi-img-4 {
  position: absolute;
  top: 260px;
  right: -20px;
  border-radius: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 25%;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .testimonials .testimonials-img .background .testi-img-4 {
    top: 185px;
  }
}

@media screen and (max-width: 290px) {
  .testimonials .testimonials-img .background .testi-img-4 {
    top: 85px;
  }
}

.testimonials h1 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
}

.testimonials p {
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  text-align: justify;
}

@media screen and (max-width: 290px) {
  .testimonials p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 576px) {
  .testimonials p {
    font-size: 18px;
    line-height: 25px;
  }
}

.contact-us {
  margin: 100px 0;
}

.contact-us .center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .contact-us .center {
    margin-top: 130px;
  }
}

.contact-us i {
  font-size: 20px;
  color: #000;
  float: left;
  width: 44px;
  height: 44px;
  background: #e1f0ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
}

.contact-us .info .link {
  text-decoration: none;
  color: #000;
}

.contact-us .main-box {
  position: relative;
}

@media screen and (max-width: 408px) {
  .contact-us .main-box {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 408px) {
  .contact-us .main-box .back-img {
    display: none;
  }
}

.contact-us .main-box .box {
  position: absolute;
  top: 110px;
  left: 80px;
}

@media screen and (max-width: 992px) {
  .contact-us .main-box .box {
    top: 33px;
  }
}

@media screen and (max-width: 768px) {
  .contact-us .main-box .box {
    top: 130px;
  }
}

@media screen and (max-width: 492px) {
  .contact-us .main-box .box {
    top: 70px;
  }
}

@media screen and (max-width: 408px) {
  .contact-us .main-box .box {
    top: 30px;
  }
}

.contact-us .main-box .box .input {
  width: 60%;
  border: 0;
  padding: 10px 10px;
  border-bottom: 1px solid #ffffff80;
  background: transparent;
  color: #fff;
}

.contact-us .main-box .box .input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.contact-us .main-box .box .input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.contact-us .main-box .box .input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.contact-us .main-box .box .input::placeholder {
  color: #fff;
  opacity: 0.5;
}

.contact-us .main-box .box .input:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
}

.contact-us .main-box .box .btn {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  padding: 4px 20px;
  margin-top: 15px;
  color: #BD2F65;
  font-weight: 600;
}

.ftr {
  background-image: url(../images/footer-bg.svg);
  background-size: cover;
  padding: 100px 0;
}

@media screen and (max-width: 408px) {
  .ftr {
    margin-top: 200px;
  }
}

@media screen and (max-width: 991px) {
  .ftr .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.ftr .footer-logo {
  width: 170px;
  height: 170px;
  margin: 0 auto;
}

.ftr .ftr-icon .icon-bg {
  width: 40px;
  height: 40px;
  margin: 10px;
  color: #7C70BD;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ftr .ftr-icon .icon-bg i {
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .ftr .ftr-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ftr .footer-about .text {
  color: #fff;
}

.ftr .footer-about .text a {
  color: #fff;
  text-decoration: none;
}

.ftr .footer-about .text i {
  padding: 6px 10px 0 0;
}

.ftr .footer-about .footer-menu {
  position: relative;
}

.ftr .footer-about .footer-menu::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 2%;
  height: 180px;
  top: -25px;
}

@media screen and (max-width: 576px) {
  .ftr .footer-about .footer-menu::before {
    display: none;
  }
}

.ftr .footer-about .footer-menu ul {
  list-style: none;
}

@media screen and (max-width: 576px) {
  .ftr .footer-about .footer-menu ul {
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .ftr .footer-about .footer-menu ul li {
    text-align: center;
  }
}

.ftr .footer-about .footer-menu ul li a {
  color: #fff;
}

.ftr .footer-about .footer-menu ul li a:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .ftr .footer-about {
    width: 80%;
    margin: 50px auto;
  }
}

.product .heading h1 {
  font-size: 40px;
  font-weight: 600;
  color: #235196;
}

.product .heading ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.product .heading ul li {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.product .heading ul li a {
  color: #646567;
  text-decoration: none;
  font-size: 25px;
}

@media screen and (max-width: 417px) {
  .product .heading ul li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 351px) {
  .product .heading ul li a {
    font-size: 14px;
  }
}

.product .contant {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 20px;
  height: 132px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 15px 10px -15px #111;
          box-shadow: 0px 15px 10px -15px #111;
}

@media screen and (max-width: 500px) {
  .product .contant .none {
    display: none;
  }
}

.product .contant .circle-main {
  position: relative;
}

.product .contant .circle-main .circle {
  background-color: #c4c4c4;
  width: 54px;
  height: 54px;
  border: 1px solid #000;
  border-radius: 100%;
  margin-left: -10px;
}

@media screen and (max-width: 500px) {
  .product .contant .circle-main .circle {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 417px) {
  .product .contant .circle-main .circle {
    display: none;
  }
}

.product .contant .circle-4 {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 100%;
  width: 54px;
  height: 54px;
}

@media screen and (max-width: 500px) {
  .product .contant .circle-4 {
    width: 35px;
    height: 35px;
  }
}
/*# sourceMappingURL=style.css.map */