@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
}
body p {
  font-size: 16px;
}
body a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
}

main {
  overflow-x: hidden !important;
}

button {
  padding: 6px 35px;
  background-color: #CCE6FF;
  color: #223192;
  border-radius: 8px !important;
  border: none !important;
}
button.btn-outline {
  background-color: transparent !important;
  color: #CCE6FF !important;
  border: solid 1px #CCE6FF !important;
}

.logo {
  height: 50px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 5px;
}

nav a {
  color: white !important;
}

header.hmPge {
  background-image: url("../images/header.png");
  height: 540px;
  width: 100%;
}
header.hmPge p {
  color: white;
}
@media (min-width: 1200px) {
  header.hmPge p {
    font-size: 18px;
  }
}
header.hmPge h1 {
  color: white;
}
@media (min-width: 1200px) {
  header.hmPge h1 {
    font-size: 48px;
  }
}
header.hmPge .socialIcons {
  color: #CCE6FF;
}
@media (max-width: 1199px) {
  header.hmPge .sidenav {
    height: 300px;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    bottom: auto;
    background-color: #223192;
    border-bottom-left-radius: 3em;
  }
  header.hmPge .sidenav .innerNav {
    padding-left: 20px;
    padding-right: 20px;
  }
  header.hmPge .navLg {
    display: none;
  }
}
@media (min-width: 1200px) {
  header.hmPge .sidenav {
    display: none;
  }
}
header.hmPge .welcomeWrpr {
  height: 80%;
  margin: auto;
}
header.hmPge .welcomeWrpr .contactUs {
  padding: 6px 35px;
  border-radius: 8px !important;
  background-color: #CCE6FF !important;
  color: #223192 !important;
}
header.hmPge .welcomeSec {
  margin: auto;
}
@media (min-width: 576px) {
  header.hmPge {
    height: 550px;
    background-repeat: space;
    background-size: cover;
  }
}
@media (min-width: 1000px) {
  header.hmPge {
    background-position: bottom;
    height: 700px;
  }
}

header nav {
  background-color: #223192;
}
header nav .contactUs {
  padding: 6px 35px;
  border-radius: 8px !important;
  background-color: transparent !important;
  color: #F6F7FC !important;
  border: solid 1px #F6F7FC !important;
}
header nav .nav-link {
  padding: 6px 15px !important;
}
header .navbar-toggler {
  color: #223192;
  padding: 6px 35px;
  background-color: #CCE6FF;
  border-radius: 8px;
  border: 0;
}
header .navbar-toggler:focus {
  outline: none !important;
  border: none;
  box-shadow: none;
}

header.tier {
  background-color: #223192;
}
header.tier .btn-outline .contactUs {
  text-decoration: none !important;
  color: #CCE6FF;
}
header.tier .offcanvas {
  bottom: auto;
  background-color: #223192;
  border-bottom-left-radius: 3em;
}
header.tier .offcanvas.offcanvas-end {
  width: 300px;
}

.footer-info hr {
  color: #CCE6FF !important;
  height: 1.5px;
}

#circle1 {
  width: 300px;
  height: 300px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F6F7FC;
  position: absolute;
  left: -150px;
}

#circle2 {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F6F7FC;
  overflow-x: hidden !important;
  position: relative;
  bottom: 550px;
  margin-bottom: -125px;
  float: right;
  left: 5em;
}

@media (min-width: 576px) {
  #circle2 {
    bottom: 20em;
  }
}
@media (min-width: 768px) {
  #circle2 {
    right: -5em;
    bottom: 25em;
  }
}
@media (min-width: 1400px) {
  #circle1 {
    width: 400px;
    height: 400px;
  }

  #circle2 {
    width: 275px;
    height: 275px;
    right: -8em;
    bottom: 25em;
  }
}
.whatWeDo {
  z-index: 99;
  position: relative;
  top: 25px;
}
.whatWeDo h6 {
  color: #223192;
  font-weight: 600 !important;
  margin-bottom: 5px;
}
.whatWeDo img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.whatWeDo .viewMore {
  color: #CCE6FF;
  text-decoration: none;
  border-bottom: solid #CCE6FF 1px;
  padding-bottom: 5px;
}
.whatWeDo a {
  text-decoration: none !important;
  color: #212529;
}
.whatWeDo a:hover {
  color: #434b54;
}

.sec-border:after {
  content: "";
  width: 50%;
  height: 1px !important;
  display: block;
  background-color: #CCE6FF;
  bottom: 0;
  position: relative;
  margin: auto;
}

.callToActionOut {
  margin-bottom: -123px;
}

.callToAction {
  background-image: url("../images/callToAction-sm.png");
  background-repeat: round;
  height: 250px;
  background-size: cover;
  width: auto;
  position: relative;
}

.cta-inner {
  position: relative;
  bottom: 14em;
}
@media (min-width: 768px) {
  .cta-inner {
    bottom: 13em;
  }
}
.cta-inner h2 {
  color: white;
}
.cta-inner .contactUs {
  border: 1px solid #F6F7FC;
  color: #F6F7FC;
  border-radius: 8px;
  padding: 8px 12px;
  width: 200px;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .callToAction {
    background-image: url("../images/callToAction.png");
  }
}
@media (min-width: 1368px) {
  .callToAction .cta-inner {
    left: 8em;
  }
}
@media (min-width: 1620px) {
  .callToAction .cta-inner {
    left: 10em;
  }
}
.titleLable {
  margin-bottom: 0;
  color: #CCE6FF;
}

.process {
  margin-left: 30px;
}

@media (min-width: 576px) {
  .process,
.recent {
    margin-left: 0 !important;
    left: 3em;
  }
}
@media (min-width: 700px) {
  .process,
.recent {
    left: 6em;
  }
}
@media (min-width: 820px) {
  .process,
.recent {
    left: 7em;
  }
}
@media (min-width: 1024px) {
  .process,
.recent {
    left: 8em;
  }
}
@media (min-width: 1200px) {
  .process,
.recent {
    left: 9em;
  }
}
@media (min-width: 1368px) {
  .process,
.recent {
    left: 10em;
  }
}
@media (min-width: 1400px) {
  .process,
.recent {
    left: 17em;
  }
}
@media (min-width: 1500px) {
  .process,
.recent {
    left: 18em;
  }
}
@media (min-width: 1620px) {
  .process,
.recent {
    left: 19em;
  }
}
@media (min-width: 1720px) {
  .process,
.recent {
    left: 20em;
  }
}
@media (min-width: 1920px) {
  .process,
.recent {
    left: 22em;
  }
}
#owl-carousel {
  margin-bottom: 20px;
  padding-left: 5px;
  overflow: hidden;
  z-index: 99;
}
#owl-carousel .owl-item {
  margin-right: 30px;
}
#owl-carousel .owl-item .card {
  width: 14em !important;
}
#owl-carousel .owl-item .card .card-text {
  font-size: 14px;
  line-height: 18px;
}
#owl-carousel .owl-stage {
  display: flex;
  margin-bottom: 20px;
}
#owl-carousel .owl-nav button {
  padding: 0 15px;
  border-radius: 60px !important;
  margin: 2px;
}
#owl-carousel .owl-nav button span {
  font-size: 25px;
  font-family: "Font Awesome 6 Brands";
  font-weight: 600;
  position: relative;
  bottom: 2px;
}

.processSlider {
  position: relative;
}
.processSlider .card {
  overflow: hidden;
  border: none !important;
  border-radius: 16px;
  height: 257px !important;
}
.processSlider .card .card-info {
  position: relative;
  bottom: 30px;
  margin-bottom: -20px;
}
.processSlider .card .card-info img {
  width: 150px !important;
  height: 100%;
  margin: auto;
  position: relative;
  bottom: 25px;
}
.processSlider .card-title {
  position: relative;
}
.processSlider .card-title .card-Numb {
  z-index: 999;
  position: relative;
  font-weight: bolder;
}
.processSlider .card-title .corner {
  height: 70px;
  width: 70px;
  background-color: #F6F7FC;
  border-radius: 80px;
  margin-bottom: 30px;
  float: left;
  margin-right: 20px;
  position: absolute;
  left: -30px;
  top: -27px;
  z-index: 1;
}
.section-bg {
  background-color: #F6F7FC;
  padding-top: 10em;
  position: relative;
  position: relative;
  bottom: 130px;
  padding-bottom: 2em;
  margin-bottom: -90px;
}

.clip {
  overflow-y: clip;
}
.clip #circle3 {
  width: 400px;
  height: 400px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #CCE6FF;
  position: relative;
  left: -160px;
  bottom: 80px;
  margin-bottom: -125px;
}

.benefitsSec {
  position: relative;
  bottom: 13em;
  top: -13em;
}
.benefitsSec .card {
  border: none !important;
  border-radius: 16px;
}
.benefitsSec .benefitsBody {
  position: relative;
  margin-bottom: -200px;
}
.benefitsSec .benefitsBody .titleLable {
  color: white;
}
.benefitsSec .benefitsBody .card {
  padding: 30px;
}
.benefitsSec .benefitsBody .sec-text {
  font-size: 14px;
}
.benefitsSec .benefitsInfo {
  z-index: 999;
  position: relative;
  top: -225px;
}
.benefitsSec .benefitsInfo .titleLable {
  color: white !important;
}
.benefitsSec img {
  width: 50px;
  height: 100%;
}

@media (min-width: 1024px) {
  .benefitsSec {
    top: 5em;
  }
}
@media (min-width: 1720px) {
  .benefitsBody .titleLable {
    color: #223192 !important;
  }
}
#owlApp img {
  height: 100%;
  width: 50px;
  align-items: center;
  margin: auto;
  filter: grayscale(100%);
}
#owlApp img.w-change {
  width: 120px !important;
}
#owlApp .owl-nav {
  display: none !important;
}
#owlApp .owl-stage {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .section-bg #circle3 {
    width: 450px;
    height: 450px;
    left: -160px;
    bottom: 130px;
    margin-bottom: -125px;
  }
  .section-bg .benefitsSec .benefitsBody {
    bottom: 20em;
    margin-bottom: -245px;
  }

  .pushUp {
    position: relative;
    bottom: 2em;
  }

  .exp-bg.rightCorner {
    border-top-right-radius: 0 !important;
  }

  .exp-bg.leftCorner {
    border-top-left-radius: 0 !important;
  }
}
@media (min-width: 1400px) {
  .section-bg #circle3 {
    width: 550px;
    height: 550px;
    left: -170px;
    bottom: 155px;
    margin-bottom: -185px;
  }
  .section-bg .benefitsSec .benefitsBody {
    bottom: 20em;
    margin-bottom: -245px;
  }
}
.exp-bg {
  margin-bottom: 20px;
  background-color: #F6F7FC;
  border-radius: 16px;
  height: 150px;
  font-size: 14px;
  padding: 10px calc(var(--bs-gutter-x) * 0.5);
}
.exp-bg.exp-bg2 {
  background-color: #CCE6FF !important;
}

.displayNumber {
  font-size: 36px;
  color: #223192;
  margin-bottom: 0;
}

#circle4 {
  width: 300px;
  height: 300px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F6F7FC;
  position: relative;
  left: -150px;
  margin-bottom: -125px;
}

#outline {
  width: 350px;
  height: 350px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #CCE6FF;
  position: relative;
  left: -150px;
  margin-bottom: -23em;
  bottom: 11.5em;
}

.recent {
  position: relative;
  bottom: 5em;
  z-index: 99;
  margin-left: 30px;
}
.recent .titleLable {
  color: #223192;
}
.recent .card-body {
  background-color: #F6F7FC;
}
.recent .launch {
  border-radius: 50% !important;
  background-color: #CCE6FF;
  color: white;
  height: 30px;
  width: 30px;
  padding: 2px 7px;
  cursor: pointer;
}
.recent #owl-recent .owl-item.active {
  width: auto !important;
}

@media (min-width: 768px) {
  #circle4 {
    width: 400px;
    height: 400px;
  }

  #outline {
    width: 450px;
    height: 450px;
    bottom: 18em;
    margin-bottom: -28em;
  }

  .recent {
    bottom: 8em;
  }
}
@media (min-width: 1024px) {
  #circle5 {
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #F6F7FC;
    float: right;
    position: relative;
    right: -150px;
    margin-bottom: -20em;
    bottom: 41em;
  }

  #outline2 {
    width: 350px;
    height: 350px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #CCE6FF;
    float: right;
    position: relative;
    right: -150px;
    margin-bottom: -23em;
    bottom: 41.5em;
  }
}
footer {
  margin-top: 40px;
  font-size: 14px !important;
}
footer .container {
  margin-bottom: -200px;
}
footer .card {
  border: 0 !important;
  border-radius: 16px !important;
  position: relative;
  z-index: 99;
}
footer .card input.form-control, footer .card textarea {
  background-color: #F6F7FC !important;
  font-family: "Poppins", sans-serif;
  border-radius: 8px !important;
}
footer .card p span {
  color: #223192;
}
footer .card p a {
  text-decoration: none;
  color: black;
}
footer .card button {
  cursor: pointer;
}
footer #footer-bg {
  background-image: url("../images/footer.png");
  background-repeat: round;
  height: 700px;
  background-size: cover;
  width: 100%;
  position: relative;
  /* bottom: -2px; */
  top: 5em;
  margin-bottom: -32px;
}
footer #footer-bg h5 {
  color: white;
  font-weight: 500px;
}
footer #footer-bg p {
  color: white;
  font-size: 14px;
}
footer #footer-bg .footer-info {
  position: relative;
  top: 11em;
}
footer .copyright {
  background-color: #223192;
  color: white;
  position: relative;
  top: 6em;
  padding: 14px 0;
}
footer .socialIcons {
  color: #CCE6FF;
}
footer ul li {
  color: white;
}
footer #owl-client {
  overflow: hidden;
}
footer #owl-client .owl-stage {
  display: flex;
  align-items: center;
}
footer #owl-client .owl-nav {
  display: none !important;
}
footer #owl-client .item img {
  height: 100%;
  width: 65px;
  display: flex;
  align-items: center !important;
  margin: auto;
  filter: grayscale(100%);
}
footer #owl-client .item img.w-change {
  width: 120px !important;
}

@media (min-width: 576px) {
  footer #footer-bg {
    height: 600px;
  }
  footer #footer-bg .footer-info {
    top: 9em;
  }
}
@media (min-width: 768px) {
  footer #footer-bg {
    height: 600px;
  }
  footer .container {
    margin-bottom: -225px;
  }
}
@media (min-width: 1024px) {
  footer #footer-bg {
    height: 500px;
  }
  footer .container {
    margin-bottom: -275px;
  }
}
@media (min-width: 572px) {
  footer .container {
    margin-top: 0;
  }
}

/*# sourceMappingURL=Contensive-Styles.css.map */
