﻿body {
  font-family: "News Cycle", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
}

h1, h2, h3, h4, h5 {
  font-family: "ff-prater-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #57328a;
}

h2 {
  font-size: 2em;
}

.form-group .form-control {
  border-radius: 8px;
  border: none;
  padding: 8.5px;
}

.container {
  max-width: 1080px;
}

.simple-pagination li {
  background-color: #2ecc71;
  padding: 5px 10px;
  margin: 0px 5px;
  color: #fff;
}
.simple-pagination li.disabled {
  opacity: 0.5;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta-btn {
  background-color: #57328a;
  color: #f6e38a;
  height: 70px;
  line-height: 70px;
  padding: 0px 30px;
  box-shadow: none;
  border: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 1em;
  font-family: "ff-prater-sans-web", sans-serif;
  text-decoration: none;
}
.cta-btn a {
  text-decoration: none;
  color: inherit;
}
.cta-btn:hover {
  background-color: #6f40af;
  text-decoration: none;
  color: #f6e38a;
}
.cta-btn.cta-btn-success {
  background-color: #2ecc71;
  color: #fff;
}
.cta-btn.cta-btn-success:hover {
  background-color: #40d47e;
}
.cta-btn.medium-btn {
  height: auto;
  line-height: normal;
  padding: 10px;
}
.cta-btn.btn-block {
  text-align: center;
}
@media (max-width: 767px) {
  .cta-btn {
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    padding: 0px 15px;
  }
}
.cta-btn.small-btn {
  height: auto;
  line-height: normal;
  padding: 12.5px 30px;
}
.cta-btn.close-btn {
  background-color: #f5f5f5;
  color: #333;
}
.cta-btn.close-btn:hover {
  background-color: gainsboro;
}

.site-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.site-wrapper .site-wrapper-inner {
  vertical-align: middle;
  display: table-cell;
}

.nav-section {
  background-color: #F1F1F1;
  padding: 15px;
  height: 141px;
  position: relative;
  z-index: 99;
}
@media (max-width: 992px) {
  .nav-section {
    height: 121px;
  }
}
.nav-section .rela {
  position: relative;
}
.nav-section .nav-logo {
  width: 70px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 992px) {
  .nav-section .nav-logo {
    margin: 0;
    margin-top: 12px;
  }
}
.nav-section .cta-btn {
  margin-left: 15px;
}
.nav-section .trust-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  height: 55px;
  transform: translateY(-50%);
}
.nav-section .button-box {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 15px;
}
.nav-section ul li {
  display: inline-block;
  margin-right: 30px;
}
.nav-section ul li a {
  font-family: "ff-prater-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #57328a;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.nav-section ul li:last-child {
  margin-right: 0px;
}
.nav-section ul li.active {
  position: relative;
}
.nav-section ul li.active a {
  color: #f6e38a;
}
.nav-section ul li.active:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100% + 30px);
  height: calc(100% + 20px);
  background-color: #57328a;
  display: block;
  top: -5px;
  left: -15px;
  border-radius: 15px 15px 0px 0px;
}
@media (max-width: 992px) {
  .nav-section ul {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.mobile-menu-seciton {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5ebf3;
  z-index: 9;
  padding: 160px 0px 60px;
  text-align: center;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-seciton ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.mobile-menu-seciton ul li {
  margin-bottom: 30px;
}
.mobile-menu-seciton ul li a {
  font-family: "ff-prater-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #57328a;
  position: relative;
  text-decoration: none;
  z-index: 2;
  padding-top: 8px;
  font-size: 1.4em;
}
.mobile-menu-seciton ul li.active {
  position: relative;
}
.mobile-menu-seciton ul li.active a {
  color: #f6e38a;
}
.mobile-menu-seciton ul li.active a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 30px);
  height: calc(100% + 20px);
  background-color: #57328a;
  display: block;
  top: -5px;
  left: -15px;
  border-radius: 15px 15px 0px 0px;
}
.mobile-menu-seciton .button-box {
  text-align: center;
  margin-bottom: 30px;
}
.mobile-menu-seciton.active {
  visibility: visible;
  opacity: 1;
}

.top-banner-section {
  padding: 60px 0px;
  background-color: #f6e38a;
}
.top-banner-section .top-tag {
  background-color: #57328a;
  color: #f6e38a;
  font-family: "ff-prater-sans-web", sans-serif;
  display: inline-block;
  padding: 5px 20px 5px 0px;
  border-radius: 0px 15px 15px 0px;
  margin-bottom: 15px;
  position: relative;
}
.top-banner-section .top-tag:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: #57328a;
}
.top-banner-section .single-slider {
  margin-bottom: 30px;
}
.top-banner-section .single-slider .item .frame img {
  border-radius: 25px 25px 0px 0px;
}
.top-banner-section .single-slider .item .frame .text-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 0px 0px 25px 25px;
  position: relative;
}
.top-banner-section .single-slider .item .frame .text-box .site-wrapper .site-wrapper-inner {
  vertical-align: bottom;
}
.top-banner-section .single-slider .item .frame .text-box .time-to-read {
  color: #57328a;
  display: block;
  margin-bottom: 5px;
  opacity: 0.5;
}
.top-banner-section .form-group {
  position: relative;
  margin-bottom: 60px;
}
.top-banner-section .form-group .cta-btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1080px) {
  .top-banner-section .form-group {
    display: none;
  }
}
.top-banner-section h3 {
  margin-bottom: 15px;
}
.top-banner-section .list-item {
  background-color: #fff;
  border-radius: 25px;
  padding: 15px 60px 15px 30px;
  position: relative;
  margin-bottom: 30px;
}
.top-banner-section .list-item svg path {
  fill: #f6e38a;
}
.top-banner-section .list-item svg circle {
  fill: #57328a;
}
.top-banner-section .list-item .icon {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  max-width: 100px;
}
.top-banner-section .list-item p {
  margin-bottom: 0;
}
.top-banner-section .list-item .time-to-read {
  color: #57328a;
  opacity: 0.5;
  display: block;
  margin-bottom: 5px;
}
.top-banner-section .list-item h4 {
  font-size: 1.1em;
  color: #000;
}
@media (max-width: 767px) {
  .top-banner-section .list-item .icon {
    right: -10px;
    max-width: 65px;
  }
}

.type-section {
  padding: 60px 0px;
}
.type-section .form-group {
  position: relative;
  margin-bottom: 60px;
}
.type-section .form-group .form-control {
  border: 1px solid #ced4da;
  padding: 7.5px;
}
.type-section .form-group .cta-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.type-section .item {
  margin-bottom: 30px;
  text-align: center;
}
.type-section .item a {
  text-decoration: none;
}
.type-section .item h4 {
  font-size: 1em;
}
.type-section .item .icon-circle {
  margin: 0 auto;
  width: 110px;
  height: 110px;
  background-color: #d5ebf3;
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
}
.type-section .item .icon-circle svg {
  max-width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.type-section .item.active .icon-circle {
  background-color: #57328a;
}
.type-section .item.active .icon-circle svg path {
  fill: #f6e38a;
}
@media (max-width: 767px) {
  .type-section .item img {
    width: 80px;
  }
}

.blog-list-section {
  background-color: #f6e38a;
  padding: 60px 0px;
}
.blog-list-section .top-tag {
  background-color: #57328a;
  color: #f6e38a;
  font-family: "ff-prater-sans-web", sans-serif;
  display: inline-block;
  padding: 15px 45px 15px 15px;
  margin-bottom: 45px;
  position: relative;
  display: inline-block;
  width: auto;
}
.blog-list-section .top-tag:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: #57328a;
}
.blog-list-section .top-tag .img-circle {
  position: absolute;
  right: -60px;
  top: -15px;
  width: 100px;
  height: 100px;
  background-color: #57328a;
  border-radius: 50%;
}
.blog-list-section .top-tag .img-circle svg {
  max-width: 60%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-list-section .top-tag .img-circle svg path {
  fill: #f6e38a;
}
.blog-list-section .top-tag img {
  position: absolute;
  top: 50%;
  left: calc(100% - 40px);
  transform: translateY(-50%);
  width: 100px;
}
.blog-list-section .button-section {
  margin-top: 60px;
}
.blog-list-section .item {
  position: relative;
  margin-bottom: 30px;
}
.blog-list-section .item .full-link {
  z-index: 3;
}
.blog-list-section .item::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 24px);
  height: 100%;
  background-color: #fff;
  left: 12px;
  top: 0;
  border-radius: 15px;
}
.blog-list-section .item .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}
.blog-list-section .item .text-box {
  position: relative;
  padding: 15px;
}
.blog-list-section .item .text-box h3 {
  font-size: 1em;
  color: #000;
}
.blog-list-section .item .text-box .date {
  display: block;
  color: #57328a;
  font-size: 0.8em;
  margin-bottom: 5px;
}

.post-modules .text-section {
  padding: 0px 0px 15px;
}

.text-w-image .item {
  margin-bottom: 30px;
}

.image-section {
  margin-bottom: 30px;
}

.date-section {
  padding: 5px 0px;
  color: #57328a;
}
.date-section span {
  margin-left: 5px;
  padding-right: 10px;
}
.date-section span:first-child {
  border-right: 1px solid;
}
.date-section span:last-child {
  border-left: 1px solid;
  padding-left: 10px;
}
.date-section .date {
  color: #57328a;
}
.date-section .c-share {
  position: relative;
  width: 1.4375em;
  height: 1.4375em;
  display: inline-block;
  top: 5px;
}
.date-section .c-share__input {
  display: none;
}
.date-section .c-share__input:checked ~ .c-share__toggler .c-share__icon {
  transition: 0s;
  width: 0;
  height: 0;
  color: #639eff;
}
.date-section .c-share__input:checked ~ .c-share__toggler .c-share__icon::before {
  transform: rotate(-45deg);
}
.date-section .c-share__input:checked ~ .c-share__toggler .c-share__icon::after {
  transform: rotate(45deg);
}
.date-section .c-share__input:checked ~ .c-share_options {
  width: 11.0625em;
  height: 8.5em;
  border-radius: 0.3125em;
  text-align: left;
  background-color: #f2f2f2;
}
.date-section .c-share__input:checked ~ .c-share_options::before,
.date-section .c-share__input:checked ~ .c-share_options li {
  transition: 0.3s 0.15s;
  opacity: 1;
  transform: translateY(0);
}
.date-section .c-share__toggler,
.date-section .c-share_options {
  position: absolute;
  right: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
}
.date-section .c-share__toggler {
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-section .c-share__icon {
  position: relative;
  left: -0.3125em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  color: #029dfc;
  background-color: currentColor;
  transition: 0.1s 0.05s;
}
.date-section .c-share__icon::before, .date-section .c-share__icon::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.125em;
  background-color: currentColor;
  transition: 0.1s;
}
.date-section .c-share__icon::before {
  top: 0.1875em;
  left: 0.1875em;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.date-section .c-share__icon::after {
  top: -0.125em;
  left: 0.03125em;
  transform-origin: center;
  transform: rotate(-45deg);
}
.date-section .c-share_options {
  list-style: none;
  margin: 0;
  padding: 1.0625em 1.25em;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s;
}
.date-section .c-share_options::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 1.25em;
  font-weight: 700;
}
.date-section .c-share_options li {
  font-size: 0.875em;
  color: #464646;
  cursor: pointer;
}
.date-section .c-share_options li a {
  color: inherit;
}
.date-section .c-share_options li:not(:last-child) {
  margin-bottom: 0.75em;
}
.date-section .c-share_options::before,
.date-section .c-share_options li {
  opacity: 0;
  transform: translateY(0.625em);
  transition: 0s;
}

.related-list-section {
  padding: 60px 0px 30px;
  background-color: #F1F1F1;
}
.related-list-section .section-title {
  margin-bottom: 30px;
}
.related-list-section .item {
  position: relative;
  margin-bottom: 30px;
}
.related-list-section .item .full-link {
  z-index: 3;
}
.related-list-section .item::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 24px);
  height: 100%;
  background-color: #fff;
  left: 12px;
  top: 0;
  border-radius: 15px;
}
.related-list-section .item .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}
.related-list-section .item .text-box {
  position: relative;
  padding: 15px;
}
.related-list-section .item .text-box h3 {
  font-size: 1em;
  color: #000;
}
.related-list-section .item .text-box .date {
  display: block;
  color: #57328a;
  font-size: 0.8em;
  margin-bottom: 5px;
}

.breadcrumb-section {
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 8px 0px 10px;
}
.breadcrumb-section .breadcrumb {
  margin-bottom: 0px;
}
.breadcrumb-section .breadcrumb li {
  color: #02b1d7;
}
.breadcrumb-section .breadcrumb li a {
  color: #02b1d7;
}

.accordion-section {
  padding: 30px 0;
}
.accordion-section .accordion-item {
  margin-bottom: 15px;
  border-radius: 15px;
  overflow-y: hidden;
}
.accordion-section .accordion-item .fa-angle-down {
  transition: 0.3s all;
}
.accordion-section .accordion-item.active .accordion-content {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.accordion-section .accordion-item.active .fa-angle-down {
  transform: rotate(180deg);
}
.accordion-section .accordion-item .accordion-title {
  color: #57328a;
  border-radius: 15px;
  font-family: "ff-prater-sans-web", sans-serif;
  background-color: #d5ebf3;
  padding: 15px;
  cursor: pointer;
}
.accordion-section .accordion-item .accordion-content {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.split-content-section {
  display: table;
  width: 100%;
  position: relative;
}
.split-content-section .main-content-section {
  width: calc(100vw - 370px);
  float: left;
  padding: 30px;
}
@media (max-width: 1080px) {
  .split-content-section .main-content-section {
    width: 100%;
    padding: 15px;
    float: unset;
  }
}
.split-content-section .sub-content-section {
  width: 350px;
  float: right;
  background-color: #F1F1F1;
  padding: 30px;
}
.split-content-section .sub-content-section .img-box {
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  .split-content-section .sub-content-section {
    width: 100%;
    padding: 15px;
    float: unset;
  }
}
@media (max-width: 1080px) {
  .split-content-section {
    display: block;
  }
}

.blog-category-list {
  padding: 30px 0px;
}
.blog-category-list .container {
  margin-right: 0;
}
.blog-category-list .title-icon {
  width: 80px;
  height: 80px;
  background-color: #f6e38a;
  padding: 10px;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.blog-category-list .blog-slider {
  margin-top: -15px;
}
.blog-category-list .blog-slider .item .frame .text-box .date {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  color: #57328a;
  font-size: 0.9em;
}
.blog-category-list .blog-slider .item .frame .text-box h3 {
  font-size: 1.3em;
  color: #000;
}
.blog-category-list .blog-slider .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}
.blog-category-list .blog-slider .owl-nav button {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #2ecc71;
  border-radius: 50%;
}
.blog-category-list .blog-slider .owl-nav button span {
  color: #fff;
}
.blog-top-banner {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-color: #d5ebf3;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .blog-top-banner {
    height: 300px;
  }
}
.blog-top-banner .top-tag {
  background-color: #57328a;
  color: #f6e38a;
  font-family: "ff-prater-sans-web", sans-serif;
  display: inline-block;
  padding: 15px 20px 10px 0px;
  border-radius: 0px 15px 15px 0px;
  margin-bottom: 15px;
  position: relative;
  margin-top: -30px;
}
.blog-top-banner .top-tag:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: #57328a;
}

.blog-content-section {
  padding: 30px 0px;
}
.blog-content-section p {
  font-size: 1.13em;
}
.blog-content-section .title-icon {
  max-width: 100px;
  display: block;
  margin-bottom: 15px;
}
.blog-content-section a {
  color: #02b1d7;
}
.blog-content-section .cta-btn-success {
  height: auto;
  line-height: normal;
  padding: 12.5px 30px;
}

.cta-section {
  padding: 30px 0px;
  background-color: #f6e38a;
}

.social-banner-section {
  padding: 60px 0px;
}
.social-banner-section .social-list {
  padding: 0;
  list-style: 0;
  margin: 0;
  margin-top: 15px;
  position: relative;
  top: 15px;
}
.social-banner-section .social-list li {
  display: inline-block;
  margin: 0px 5px;
}
.social-banner-section .social-list li a {
  color: #57328a;
  width: 70px;
  height: 70px;
  background-color: #f6e38a;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  font-size: 1.8em;
  transition: all 0.3s;
}
.social-banner-section .social-list li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.social-banner-section .social-list li a:hover {
  transform: scale(1.05);
}

.footer-section {
  padding: 45px 0px 60px 0px;
  width: 100%;
  background-color: #57328a;
  color: #f6e38a !important;
}
.footer-section h1, .footer-section h2, .footer-section h3, .footer-section h4, .footer-section h5, .footer-section h6 {
  color: #f6e38a;
}
.footer-section .footer-info-text {
  border-bottom: 1px solid #f6e38a;
  margin-bottom: 15px;
}
.footer-section .footer-info-text p {
  color: #fff;
}
.footer-section .footer-info-text .cta-btn {
  width: 50%;
  max-width: 200px;
  text-align: center;
  margin-left: 15px;
}
.footer-section .footer-cta {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .footer-section .footer-cta {
    margin-top: 0;
    text-align: left;
    padding-bottom: 10px;
  }
  .footer-section .footer-cta .cta-btn {
    margin: 7.5px 0;
  }
}
.footer-section .copyright-line {
  margin-top: 0;
  text-align: left;
  color: #fff;
}
@media (max-width: 480px) {
  .footer-section .copyright-line {
    text-align: left;
  }
}
.footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.footer-section ul li {
  margin-bottom: 5px;
}
.footer-section ul li a {
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
}
.footer-section ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-section ul.colsize {
  column-count: 3;
  column-gap: 25px;
  break-inside: avoid;
}
@media (max-width: 768px) {
  .footer-section ul.colsize {
    column-count: 2;
    margin-bottom: 30px;
  }
}
.footer-section h5 {
  margin-top: 15px;
  font-family: "ff-prater-sans-web", sans-serif;
}
.footer-section .footerlogo {
  margin: 30px 0 15px 0;
  height: 50px;
  display: block;
}
@media (max-width: 1200px) {
  .footer-section .footerlogo {
    height: 30px;
  }
}
.footer-section .social-list {
  padding: 0;
  margin: 30px 0 0 0;
  text-align: left;
}
.footer-section .social-list li {
  list-style: none;
  display: inline-block;
  margin: 0 7.5px;
  font-size: 1.4em;
  background-color: transparent;
  text-align: center;
  border-radius: 50%;
}
.footer-section .social-list li:last-child {
  margin-right: 0;
}
.footer-section .social-list li a {
  color: #f6e38a;
  display: block;
}
.footer-section .social-list li a:hover {
  color: #f6e38a;
}
@media (max-width: 480px) {
  .footer-section .social-list {
    text-align: left;
  }
}
.footer-section .copyright {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .footer-section .social-list li {
    margin-bottom: 15px;
  }
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transform: scale(0.6);
}

.line {
  fill: none;
  stroke: #57328a;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.et_pb_text_1 h1 {
  color: #fff !important;
  font-size: 35px !important;
}

.et_pb_counter_amount {
  opacity: 1 !important;
}

.et_pb_counter_amount_number_inner {
  color: #fff !important;
}

.et_pb_css_mix_blend_mode_passthrough {
  margin-bottom: 30px;
}

.white-section .et_pb_row_22 {
  background-color: #fff !important;
}

.textbox-section {
  margin: 0;
}
