/* Base Grid */
@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");
.container {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1040px;
}

/* Colors */
/* ------------- Layout Styles ------------- */
.nopad-top {
  padding-top: 0 !important;
}

.nopad-bottom {
  padding-bottom: 0 !important;
}

.pad-top {
  padding-top: 90px !important;
}

.pad-bottom {
  padding-bottom: 90px !important;
}

/* Fonts */
/* Elementor Overrides */
* {
  font-family: "Poppins", sans-serif;
}

.elementor-kit-5 h1, .elementor-kit-5 h2, .elementor-kit-5 h3, .elementor-kit-5 h4 {
  font-family: "Poppins", sans-serif;
}

.elementor-42 .elementor-element.elementor-element-651cfd0 .elementor-nav-menu--main .elementor-item, .elementor-42 .elementor-element.elementor-element-651cfd0 .elementor-nav-menu--dropdown .elementor-item, .elementor-42 .elementor-element.elementor-element-651cfd0 .elementor-nav-menu--dropdown .elementor-sub-item,
.elementor-19 .elementor-element.elementor-element-6786b7d .elementor-testimonial__text {
  font-family: "Poppins", sans-serif;
}

.elementor-kit-5 a {
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.elementor-kit-5 .elementor-button {
  font-family: "Poppins", sans-serif;
  background: #213B88 !important;
  color: #ffffff !important;
  border: 0;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 500;
  padding: 10px 45px;
  display: inline-block;
  transform: scale(1) !important;
}
.elementor-kit-5 .elementor-button:hover {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background: #11AEA0 !important;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 500;
  padding: 10px 45px;
}

.elementor-62 .elementor-element.elementor-element-1becdd6d .elementor-button {
  background: #11AEA0 !important;
}
.elementor-62 .elementor-element.elementor-element-1becdd6d .elementor-button:hover {
  background: #ffffff !important;
  color: #213B88 !important;
}

.elementor-62 .elementor-heading-title {
  font-family: "Poppins", sans-serif !important;
}

.page-content h1 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-wrap: pretty;
}
.page-content h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-wrap: pretty;
}
.page-content h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-wrap: pretty;
}
.page-content h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-wrap: pretty;
}
.page-content p, .page-content li {
  font-size: 17px;
  font-weight: 400;
  text-wrap: pretty;
  color: #000000;
}
.page-content .btn {
  font-family: "Poppins", sans-serif;
  background: #213B88;
  color: #ffffff;
  border: 0;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 500;
  padding: 10px 45px;
  display: inline-block;
}
.page-content .btn:hover {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background: #11AEA0;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 500;
  padding: 10px 45px;
}
.page-content .btn.teal {
  background: #11AEA0;
}
.page-content .btn.teal:hover {
  background: #ffffff;
  color: #11AEA0;
}

@media (max-width: 1024px) {
  .page-content h1 {
    font-size: 35px;
    line-height: 44px;
  }
  .page-content h2 {
    font-size: 26px;
  }
  .page-content h3 {
    font-size: 19px;
  }
  .page-content h4 {
    font-size: 17px;
  }
  .page-content p, .page-content li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-content h1 {
    font-size: 30px;
    line-height: 37px;
  }
}
/* Page Hero */
.page-hero {
  background: #213B88;
  color: #ffffff;
  padding: 90px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.page-hero .hero-image {
  width: 49.99999998%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.page-hero .hero-image picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-hero .hero-image picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-hero .hero-content {
  flex: 0 0 auto;
  width: 58.33333331%;
}
.page-hero .hero-content h1 {
  color: #ffffff;
  margin-bottom: 25px;
}
.page-hero .hero-content p {
  color: #ffffff;
}
.page-hero .hero-content .btn-area {
  padding-top: 30px;
}
.page-hero .hero-content .hero-bottom {
  padding-top: 30px;
}
.page-hero .hero-content .hero-bottom .review-image {
  max-width: 160px;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 1024px) {
  .page-hero {
    padding: 70px 40px;
  }
}
@media (max-width: 767px) {
  .page-hero {
    padding: 40px 25px;
  }
  .page-hero .hero-image {
    width: 100%;
    position: static;
  }
  .page-hero .hero-content {
    width: 100%;
  }
}
/* Page Intro */
.page-intro {
  padding: 90px 0;
}
.page-intro .intro-content {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
.page-intro .intro-content h4 {
  color: #11AEA0;
}
.page-intro .intro-content h2 {
  color: #213B88;
}
.page-intro .btn-area {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
.page-intro .intro-columns {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
}
.page-intro .intro-columns .int-col {
  padding: 15px;
  flex: 0 0 auto;
  width: 33.3333%;
  text-align: center;
}
.page-intro .intro-columns .int-col.half {
  width: 50%;
}
.page-intro .intro-columns .int-col h3 {
  color: #11AEA0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.page-intro .intro-columns .int-col h3 .checkimg {
  max-width: 27px;
  margin-right: 8px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .page-intro {
    padding: 70px 30px;
  }
  .page-intro .intro-columns .int-col {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .page-intro {
    padding: 40px 25px;
  }
  .page-intro .intro-columns .int-col {
    width: 100% !important;
  }
}
/* Content Row */
.content-row {
  padding: 90px 0;
}
.content-row .row-image {
  flex: 0 0 auto;
  width: 50%;
  padding-right: 8.33333333%;
  display: flex;
  align-items: center;
}
.content-row .row-image picture {
  width: 100%;
  height: auto;
}
.content-row .row-image picture img {
  width: 100%;
  height: auto;
}
.content-row .row-content {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: center;
}
.content-row .row-content h4 {
  color: #11AEA0;
}
.content-row .row-content h2 {
  color: #213B88;
  margin-bottom: 25px;
}
.content-row .row-content .btn-area {
  padding-top: 30px;
}
.content-row.right .row-image {
  order: 2;
  padding-right: 0;
  padding-left: 8.33333333%;
}
.content-row.right .row-content {
  order: 1;
}
.content-row.full-image .row-image {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1024px) {
  .content-row {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .content-row {
    padding: 40px 25px;
  }
  .content-row .row-image {
    width: 100%;
    padding: 0;
    order: 1 !important;
  }
  .content-row .row-content {
    width: 100%;
    padding-top: 20px;
    order: 2 !important;
  }
}
/* Reviews Row */
.reviews-row {
  padding: 90px 0;
  background: rgba(33, 59, 136, 0.07);
  overflow: hidden;
}
.reviews-row .row-intro {
  flex: 0 0 auto;
  width: 83.3333333%;
  margin: 0 auto;
  text-align: center;
}
.reviews-row .row-intro h4 {
  color: #11AEA0;
}
.reviews-row .row-intro h2 {
  color: #213B88;
  margin-bottom: 25px;
}
.reviews-row .review-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
.reviews-row .review-text .col {
  flex: 0 0 auto;
  width: 41.66666665%;
  text-align: center;
  padding: 0 15px;
}
.reviews-row .review-text .col .gr-image {
  width: auto;
  max-height: 80px;
}
.reviews-row .review-text .col .tp-image {
  width: auto;
  max-height: 74px;
  margin-bottom: 6px;
}
.reviews-row .review-text .col .rt-text {
  font-size: 14px;
  font-weight: 400;
}
.reviews-row .reviews {
  padding-top: 50px;
  width: 100%;
}
.reviews-row .reviews .reviewWrap {
  display: flex;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
.reviews-row .reviews .review {
  flex: 0 0 auto;
  width: 41.66666665%;
  padding: 8px;
}
.reviews-row .reviews .review .inner {
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  height: 100%;
}
.reviews-row .reviews .review .inner .quote-icon {
  padding: 40px 30px 20px 15px;
}
.reviews-row .reviews .review .inner .quote-icon img {
  max-width: 60px;
}
.reviews-row .reviews .review .inner .content {
  padding: 0 30px 40px 20px;
}
.reviews-row .reviews .review .inner .content .author {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-top: 20px;
}
.reviews-row .reviews .review .inner .content .stars {
  padding-top: 15px;
}
.reviews-row .reviews .review .inner .content .stars .source-icon {
  width: 22px;
  margin-right: 8px;
  display: inline-block;
}
.reviews-row .reviews .review .inner .content .stars .source-icon img {
  width: 100%;
  height: auto;
}
.reviews-row .reviews .review .inner .content .stars .star-img {
  width: 22px;
  display: inline-block;
}
.reviews-row .reviews .reviews-navigation {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.reviews-row .reviews .reviews-navigation .arrow {
  width: 19px;
  cursor: pointer;
  display: inline-block;
  margin: 0 15px;
  position: relative;
  top: 5px;
}
.reviews-row .reviews .reviews-navigation .arrow img {
  width: 100%;
  height: auto;
}
.reviews-row .reviews .reviews-navigation .arrow.next img {
  transform: rotate(180deg);
}
.reviews-row .reviews .reviews-navigation .dot-nav {
  display: inline-block;
  padding: 0 10px;
}
.reviews-row .reviews .reviews-navigation .dot-nav span {
  width: 10px;
  height: 10px;
  border: 1px solid #000000;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
}
.reviews-row .reviews .reviews-navigation .dot-nav span.active {
  background: #000000;
}

@media (max-width: 1024px) {
  .reviews-row {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .reviews-row {
    padding: 40px 0;
  }
  .reviews-row .reviews {
    padding: 40px 25px 0 25px;
  }
  .reviews-row .reviews .review {
    width: 100%;
  }
}
/* Steps Section */
.steps-section {
  padding: 90px 0;
}
.steps-section .row-content {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.steps-section .row-content h4 {
  color: #11AEA0;
}
.steps-section .row-content h2 {
  color: #213B88;
  margin-bottom: 25px;
}
.steps-section .row-content .btn-area {
  padding-top: 30px;
}
.steps-section .row-steps {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 15px;
}
.steps-section .row-steps .step {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 25px;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
}
.steps-section .row-steps .step .inner {
  display: flex;
  flex-wrap: wrap;
}
.steps-section .row-steps .step .inner .icon {
  flex: 0 0 auto;
  width: 65px;
  display: flex;
  align-items: center;
}
.steps-section .row-steps .step .inner .icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.steps-section .row-steps .step .inner .content {
  flex: 0 0 auto;
  width: calc(100% - 65px);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-wrap: pretty;
  display: flex;
  align-items: center;
}
.steps-section .row-steps .step .step-bottom {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 75%);
}
.steps-section .row-steps .step .step-bottom img {
  width: 23px;
  height: auto;
}
.steps-section .row-steps .step:last-child .step-bottom {
  display: none;
}
.steps-section .row-steps .step:nth-child(2) .icon img {
  position: relative;
  left: -6px;
}

@media (max-width: 1024px) {
  .steps-section {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .steps-section {
    padding: 40px 25px;
  }
  .steps-section .row-content {
    width: 100%;
    padding: 0 0 25px 0;
  }
  .steps-section .row-steps {
    width: 100%;
    padding: 0;
  }
}
/* Calculator Section */
.calculator-section {
  padding: 90px 0;
  background: rgba(33, 59, 136, 0.07);
}
.calculator-section .row-content {
  flex: 0 0 auto;
  width: 83.3333333%;
  margin: 0 auto;
  text-align: center;
}
.calculator-section .row-content h4 {
  color: #11AEA0;
}
.calculator-section .row-content h2 {
  color: #213B88;
  margin-bottom: 25px;
}
.calculator-section .disclaimer {
  padding-top: 30px;
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
.calculator-section .disclaimer p {
  text-align: center;
}
.calculator-section .btn-area {
  padding-top: 20px;
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
.calculator-section .row-calculator {
  flex: 0 0 auto;
  width: 100%;
  border-radius: 25px;
  background: #11AEA0;
  padding: 20px 0;
  margin-top: 25px;
}
.calculator-section .row-calculator h3 {
  font-family: "Poppins", sans-serif !important;
}

@media (max-width: 1024px) {
  .calculator-section {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .calculator-section {
    padding: 40px 25px;
  }
}
/* Cta Section */
.cta-section {
  padding: 90px 0;
  background-image: url(../img/cta-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-section .row-content {
  flex: 0 0 auto;
  width: 83.3333333%;
  margin: 0 auto;
  text-align: center;
}
.cta-section .row-content h4 {
  color: #ffffff;
}
.cta-section .row-content h2 {
  color: #ffffff;
  margin-bottom: 25px;
}
.cta-section .row-content p {
  color: #ffffff;
}
.cta-section .row-content .btn-area {
  padding-top: 30px;
}

@media (max-width: 1024px) {
  .cta-section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 40px 0;
  }
}
/* latest News */
.latest-news {
  padding: 90px 0;
}
.latest-news .row-content {
  flex: 0 0 auto;
  width: 83.3333333%;
  margin: 0 auto;
  text-align: center;
}
.latest-news .row-content h4 {
  color: #11AEA0;
}
.latest-news .row-content h2 {
  color: #213B88;
  margin-bottom: 25px;
}
.latest-news .blog-posts {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}
.latest-news .blog-posts .post-wrap {
  flex: 0 0 auto;
  width: 33.33333332%;
  padding: 15px 10px;
}
.latest-news .blog-posts .b-post {
  border-radius: 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  height: 100%;
  position: relative;
  padding-bottom: 45px;
}
.latest-news .blog-posts .b-post .blog-image {
  width: 100%;
  aspect-ratio: 6/3;
}
.latest-news .blog-posts .b-post .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.latest-news .blog-posts .b-post .blog-content {
  padding: 20px 20px 0 20px;
}
.latest-news .blog-posts .b-post .blog-content .cat-tag {
  display: inline-block;
  border: 2px solid #11AEA0;
  border-radius: 8px;
  padding: 5px 15px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.latest-news .blog-posts .b-post .blog-content h3, .latest-news .blog-posts .b-post .blog-content h3 a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.latest-news .blog-posts .b-post .blog-btn {
  padding: 0 25px;
  position: absolute;
  bottom: 20px;
}
.latest-news .blog-posts .b-post .blog-btn a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.latest-news .blog-posts .b-post .blog-btn a img {
  width: 19px;
  transform: rotate(180deg);
  margin-left: 8px;
}
.latest-news .btn-area {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 1024px) {
  .latest-news {
    padding: 70px 30px;
  }
  .latest-news .blog-posts .b-post .blog-content .cat-tag {
    font-size: 12px;
    padding: 3px 10px;
  }
  .latest-news .blog-posts .b-post .blog-content h3, .latest-news .blog-posts .b-post .blog-content h3 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .latest-news {
    padding: 40px 25px;
  }
  .latest-news .blog-posts .post-wrap {
    width: 100%;
    padding: 15px 0;
  }
}

/*# sourceMappingURL=site-refresh.css.map */
