@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Space+Grotesk:wght@300;400;500;600;700&family=Nunito+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Subrayada&family=Montserrat:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,300&family=Quantico:wght@700&display=swap");
@import "../../assets/css/font.css";
.col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3,
.col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center, .flex-center-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-between, .flex-between-center {
  display: flex;
  justify-content: space-between;
}

.flex-between-center {
  align-items: center;
}

.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-end, .flex-end-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-center-column {
  flex-direction: column;
}

.flex-end-column {
  flex-direction: column;
}

.flex-center-vert {
  display: flex;
  align-items: center;
}

.flex-center-horiz {
  display: flex;
  justify-content: center;
}

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
}

/* ===== pseudo ===== */
/* ===== Usage ===== */
/* ===== vertically-center ===== */
.typed-sec {
  min-height: 180px;
}
@media only screen and (max-width: 768px) {
  .typed-sec {
    min-height: 118px;
  }
}
.typed-sec h2 {
  color: #010C5E;
  font-family: Montserrat;
  font-size: 46px;
  font-weight: 600;
}
@media only screen and (max-width: 1600px) {
  .typed-sec h2 {
    font-size: 32px;
  }
}
.typed-sec span {
  color: #010C5E;
  font-family: Arial;
  font-size: 46px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 1.84px;
}
.typed-sec span.hightlight-cl {
  color: #F91D2F;
}
@media only screen and (max-width: 1600px) {
  .typed-sec span {
    font-size: 32px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .typed-sec span {
    font-size: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .typed-sec span {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .typed-sec span {
    font-size: 24px;
    line-height: 36px;
  }
}

body {
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
}

button.btn:focus {
  box-shadow: none;
}

b, strong {
  font-weight: 600;
}

input:focus,
textarea:focus {
  outline: none;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1270px;
  }
}

.pd-50 {
  padding: 50px 0px;
}

.ptb {
  padding: 100px 0;
}
@media only screen and (max-width: 1200px) {
  .ptb {
    padding: 50px 0;
  }
}

.pb {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .pb {
    padding-bottom: 50px;
  }
}

.pt {
  padding-top: 100px;
}

@media only screen and (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1520px;
  }
}
.cl-red {
  color: #F91D2F;
}

.cl-green {
  color: #0CC031;
}

.reach-btn {
  border-radius: 36px;
  background: #F91D2F;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 13px 100px;
  color: #fff;
  transition: all 0.3s;
}
.reach-btn:hover {
  color: #fff;
  background-color: #d92836;
}
@media only screen and (max-width: 1600px) {
  .reach-btn {
    padding: 10px 68px;
  }
}
@media only screen and (max-width: 992px) {
  .reach-btn {
    font-size: 16px;
    padding: 8px 50px;
  }
}

.learn-btn {
  border-radius: 36px;
  background: #F91E2F;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 80px;
  color: #fff;
}
.learn-btn:hover {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .learn-btn {
    font-size: 16px;
    padding: 8px 50px;
  }
}

.reach-btn2 {
  background: #F91D2F;
  border-radius: 4px;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 80px;
  color: #fff;
}
.reach-btn2:hover {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .reach-btn2 {
    font-size: 16px;
    padding: 8px 50px;
  }
}

.btn-view {
  min-width: 250px;
  font-family: "Roboto";
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 13px 70px;
  color: #F91D2F;
  border-radius: 36px;
  border: 1px solid #F91D2F;
}
.btn-view:hover {
  color: #F91D2F;
}
@media only screen and (max-width: 1600px) {
  .btn-view {
    min-width: unset;
    padding: 10px 38px;
  }
}
@media only screen and (max-width: 992px) {
  .btn-view {
    font-size: 16px;
    padding: 8px 15px;
    min-width: unset;
  }
}

.btn-view2 {
  min-width: 250px;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 8px 40px;
  color: #F91D2F;
  font-weight: 600;
  text-decoration: underline;
}
.btn-view2:hover {
  color: #F91D2F;
}
@media only screen and (max-width: 992px) {
  .btn-view2 {
    font-size: 16px;
    padding: 8px 15px;
    min-width: unset;
  }
}

.signup-btn {
  background-color: #F91D2F;
  border-radius: 30px;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 14px 138px;
  color: #fff;
}
.signup-btn:hover {
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  .signup-btn {
    padding: 9px 70px;
  }
}
@media only screen and (max-width: 992px) {
  .signup-btn {
    font-size: 16px;
    padding: 5px 30px;
  }
}

.btnlogin-menu {
  border: 2px solid #F91D2F;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  color: #F91E2F;
  padding: 8px 45px;
  border-radius: 36px;
  transition: 0.5s all;
}
.btnlogin-menu:hover {
  color: #fff;
  background-color: #F91D2F;
}

.btn-signup {
  background-color: #F91D2F;
  border-radius: 4px;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 12px 90px;
  color: #fff;
}
.btn-signup:hover {
  color: #fff;
}

.btn-login, .header .menu-section .navbar .navbar-nav .form-inline .Sign-up, .header .menu-section .navbar .navbar-nav .form-inline .btn-login {
  border: 2px solid #F91D2F;
  border-radius: 4px;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 12px 0px;
  color: #F91D2F;
}
.btn-login:hover, .header .menu-section .navbar .navbar-nav .form-inline .Sign-up:hover, .header .menu-section .navbar .navbar-nav .form-inline .btn-login:hover {
  color: #F91D2F;
}

.btn-submit {
  background: #f91e2f;
  width: 100%;
  border-radius: 5px;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 12px 90px;
  color: #fff;
}
.btn-submit:hover {
  color: #fff;
}

.start-btn {
  background: #f81d2e;
  padding: 20px;
  border-radius: 5px;
  margin-left: 7px;
  box-shadow: #ffc6ca 1px 0px 10px;
  width: 20%;
  float: left;
  margin-top: -17px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .start-btn {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.start-btn:hover {
  color: #fff;
}

/* ----------------------- start header ------------------------- */
.header {
  background: #FFF;
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 999;
  padding: 5px;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s ease;
  animation: d 0.95s ease forwards;
  transition: all 0.3s ease-in;
}
@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 992px) {
  .header .menu-section .navbar .navbar-toggler {
    background-color: #fff;
  }
  .header .menu-section .navbar .menu-nav {
    overflow-y: hidden;
    background: #f91d2f;
    height: 100%;
    position: fixed;
    z-index: 999;
    right: -100%;
    display: block;
    top: 0;
    transition: 0.6s;
    width: 280px;
    padding: 20px;
  }
  .header .menu-section .navbar .menu-nav.open-menu {
    right: 0;
  }
  .header .menu-section .navbar .menu-nav .nav-logo {
    position: relative;
    padding-bottom: 20px;
    text-align: left;
  }
  .header .menu-section .navbar .menu-nav button.side-info-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    height: 45px;
    width: 45px;
    background-color: #d92446;
    border: 1px solid #d82345;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s linear 0s;
  }
}
.header .menu-section .navbar .navbar-nav li .nav-link:hover, .header .menu-section .navbar .navbar-nav li .nav-link.active {
  color: #F91E2F;
}
@media only screen and (max-width: 992px) {
  .header .menu-section .navbar .navbar-nav li .nav-link:hover, .header .menu-section .navbar .navbar-nav li .nav-link.active {
    color: #fff;
  }
}
.header .menu-section .navbar .navbar-nav li .nav-link:hover i, .header .menu-section .navbar .navbar-nav li .nav-link.active i {
  color: #F91E2F;
}
.header .menu-section .navbar .navbar-nav .nav-item .header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .menu-section .navbar .navbar-nav .nav-item .header_right .humberger_sign {
  width: 35px;
  display: inline-block;
  height: 26px;
  overflow: hidden;
  margin-left: 35px;
  cursor: pointer;
}
.header .menu-section .navbar .navbar-nav .nav-item .header_right .humberger_sign span {
  height: 4px;
  background-color: #fff;
  display: block;
  margin-bottom: 7px;
  border-radius: 10px;
  transition: 0.3s;
}
.header .menu-section .navbar .navbar-nav .nav-item .header_right .humberger_sign span.bar1 {
  margin-left: auto;
  width: 30px;
  transition: 0.5s;
}
.header .menu-section .navbar .navbar-nav .nav-item i {
  position: absolute;
  right: 4px;
  font-size: 12px;
  top: 10px;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 1400px) {
  .header .menu-section .navbar .navbar-nav .nav-item i {
    right: -3px;
  }
}
@media only screen and (max-width: 992px) {
  .header .menu-section .navbar .navbar-nav .nav-item i {
    right: 0;
    top: 0;
    width: 39px;
    height: 39px;
    text-align: center;
    font-size: 12px;
    line-height: 41px;
    background: #ffffff;
    color: #e5213e;
    cursor: pointer;
    z-index: 5;
  }
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown > ul.drop-menu > li:first-child > a {
  border-radius: 10px 10px 0px 0px;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown > ul.drop-menu > li:last-child > a {
  border-radius: 0px 0px 10px 10px;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown > ul.drop-menu > li:hover > a {
  background-color: #f91e2f;
  color: #fff;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown > ul.drop-menu > li:hover > a img {
  filter: brightness(15);
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown > ul.drop-menu > li:hover::after {
  color: #fff;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown > ul.drop-menu > li:hover::before {
  border-bottom-color: #f91e2f;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown ul {
  top: 100%;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 3px 7px 4px rgba(134, 134, 134, 0.35);
  transition: 0.3s;
  border-radius: 10px;
  z-index: 999;
}
@media only screen and (min-width: 992px) {
  .header .menu-section .navbar .navbar-nav .nav-item.dropdown ul {
    position: absolute;
  }
}
@media only screen and (min-width: 992px) {
  .header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu {
    min-width: 15rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transform: scaleY(0);
    transform-origin: 0 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu {
    position: relative;
    display: none;
    width: auto;
  }
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li {
  position: relative;
  transition: all 0.2s linear;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li:hover > .drop-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
  transform: translateY(0px);
  transform: scaleY(1);
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li::after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  top: 11px;
  right: 16px;
  font-size: 16px;
  color: #f91e2f;
  transition: all 0.2s linear;
  font-weight: 600;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li a {
  font-size: 15px;
  color: #747474;
  font-weight: 500;
  padding: 12px 15px;
  transition: all 0.2s linear;
  white-space: normal;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li a img {
  max-width: 20px;
  margin-right: 10px;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li > ul.drop-menu {
  top: 0;
  left: 100%;
  width: 25rem;
  padding: 5px;
}
@media only screen and (min-width: 992px) {
  .header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li > ul.drop-menu.width-divide {
    width: 45rem;
  }
}
@media only screen and (max-width: 1600px) {
  .header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li > ul.drop-menu.width-divide {
    width: 38rem;
  }
}
@media only screen and (max-width: 992px) {
  .header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li > ul.drop-menu.drop-menu {
    width: auto;
    left: 0;
    overflow-y: scroll;
    height: 526px;
  }
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li > ul.drop-menu li {
  padding-left: 25px;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li > ul.drop-menu li::after {
  position: absolute;
  content: "\f101";
  font-family: FontAwesome;
  top: 18px;
  left: 10px;
  font-size: 15px;
  color: #ffffff;
  transition: all 0.2s linear;
  line-height: 19px;
  width: 20px;
  display: inline-block;
  height: 20px;
  background: #fa1e30;
  border-radius: 50%;
  text-align: center;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li > ul.drop-menu li a:hover {
  background: transparent;
  color: #ed1e2f;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li > ul.drop-menu li a:hover small {
  color: #212529;
}
.header .menu-section .navbar .navbar-nav .nav-item.dropdown ul.drop-menu li > ul.drop-menu li a small {
  display: block;
}
@media only screen and (min-width: 992px) {
  .header .menu-section .navbar .navbar-nav .nav-item.dropdown:hover > .drop-menu {
    opacity: 1;
    visibility: visible;
    top: 150%;
    transform: translateY(0px);
    transform: scaleY(1);
  }
}
@media only screen and (max-width: 992px) {
  .header .menu-section .navbar .navbar-nav .nav-item {
    margin: 0px;
  }
}
.header .menu-section .navbar .navbar-nav .nav-item:first-child {
  margin-right: 13px;
}
.header .menu-section .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
.header .menu-section .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  padding: 0.3rem 1.2rem 0;
  height: 40px;
}
@media only screen and (max-width: 1400px) {
  .header .menu-section .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.3rem 1rem 0;
  }
}
@media only screen and (max-width: 992px) {
  .header .menu-section .navbar .navbar-nav .nav-item .nav-link {
    border: 1px solid rgba(255, 250, 250, 0.41);
    padding: 10px;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .header .menu-section .navbar .navbar-nav .nav-item.active span {
    color: #0077AC;
  }
}
.header .menu-section .navbar .navbar-nav .nav-item.active .nav-link {
  color: #0077AC;
  font-weight: 600;
  position: relative;
}
.side-info {
  overflow-y: hidden;
  background: #fff;
  height: 100%;
  width: 640px;
  padding: 80px 70px;
  position: fixed;
  z-index: 999;
  right: -100%;
  top: 0;
  transition: 0.6s;
  border-radius: 100px 0px 0px 0px;
}
@media only screen and (max-width: 1400px) {
  .side-info {
    width: 470px;
    padding: 70px 30px;
  }
}
.side-info.info-open {
  right: 0;
}
.side-info button.side-info-close {
  font-size: 16px;
  background-color: transparent;
  color: #F91D2F;
  border-radius: 50%;
  border: none;
  transition: all 0.3s linear 0s;
}
.side-info .contact-infos .queries-sec {
  border: 1px solid #F91D2F;
  border-radius: 4px;
  padding: 8px 10px;
  max-width: 332px;
  margin-bottom: 20px;
}
.side-info .contact-infos .queries-sec a {
  color: #F91D2F;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}
.side-info .contact-infos .queries-sec a:hover {
  text-decoration: none;
}
.side-info .contact-infos .contact-list h4 {
  font-weight: 500;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  margin-bottom: 0px;
}
.side-info .contact-infos .contact-list p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #666666;
}
.side-info .contact-infos .contact-list a {
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 20px;
  color: #666666;
  display: inline-block;
}
.side-info .sidebar-btn {
  display: flex;
  gap: 10px;
}
.side-info .sidebar-btn a {
  flex: 1;
}

.breadcrumb {
  background-color: transparent;
  display: flex;
  padding: 8px 0;
}
.breadcrumb li {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .breadcrumb li {
    font-size: 16px;
  }
}
.breadcrumb li + li {
  padding-left: 0.5rem;
}
.breadcrumb li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #E0E0E0;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 16px;
}
.breadcrumb li a {
  color: #fff;
}

.about-us-banner {
  position: relative;
  z-index: 1;
  background-image: url(../img/about-us/about-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 603px;
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 1400px) {
  .about-us-banner {
    height: 500px;
  }
}

.page-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .page-title {
    font-size: 20px;
  }
}

.bharat-section {
  position: relative;
  z-index: 1;
  background-image: url(../img/about-us/bharat-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .bharat-section {
    padding: 50px 0 0;
  }
}

.bharat-heading h2 {
  color: #010C5E;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
}
.bharat-heading h2 span {
  color: #F91E2F;
}
.bharat-heading p {
  color: #424242;
  text-align: justify;
  font-family: Roboto;
  font-size: 18px;
  line-height: 38px;
}

.bharat-content p {
  color: #424242;
  text-align: justify;
  font-family: Roboto;
  font-size: 19px;
  line-height: 42px;
}
.bharat-content p span {
  color: #F91E2F;
}

.mission-section {
  position: relative;
  z-index: 1;
  background-image: url(../img/about-us/mission-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 220px 0px;
}
@media only screen and (max-width: 1400px) {
  .mission-section {
    padding: 100px 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .mission-section {
    margin-top: 150px;
    background: #f91e2f;
  }
}
.mission-section .missin-title h2 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
}

.mission-box {
  position: relative;
  border-radius: 24px;
  border: 1px solid #FFF;
  padding: 40px 60px;
  transition: all 0.5s;
}
@media only screen and (max-width: 1400px) {
  .mission-box {
    padding: 20px 20px;
  }
}
.mission-box .mission-hover1 {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
.mission-box h3 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.5s;
}
.mission-box h3 .mission2 {
  color: #007DD8;
}
.mission-box h3 .mission3 {
  color: #00C791;
}
.mission-box p {
  font-family: "Roboto";
  font-weight: 400;
  color: #FFF;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  transition: all 0.5s;
}
@media only screen and (max-width: 1400px) {
  .mission-box p {
    font-size: 16px;
  }
}
.mission-box:hover {
  background-color: #fff;
}
.mission-box:hover .mission-1 {
  display: none;
  opacity: 0;
}
.mission-box:hover .mission-hover1 {
  display: block;
  opacity: 1;
}
.mission-box:hover h3 {
  color: #010C5E;
}
.mission-box:hover p {
  color: #010C5E;
}

.histry-heading h2 {
  font-family: "Roboto";
  font-weight: 600;
  color: #010C5E;
  font-size: 36px;
  margin-bottom: 30px;
}
.histry-heading p {
  font-family: "Roboto";
  color: #666666;
  text-align: justify;
  font-size: 23px;
  margin-bottom: 40px;
}

.histry-wrapper .histry-sec {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12) inset;
}
@media only screen and (max-width: 1400px) {
  .histry-wrapper .histry-sec {
    gap: 15px;
    padding: 15px;
  }
}
.histry-wrapper .histry-sec .histry-icon {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  padding: 7px;
  text-align: center;
  line-height: 50px;
  transition: 0.3s;
}
.histry-wrapper .histry-sec .histry-content {
  flex: 1;
}
.histry-wrapper .histry-sec .histry-content p {
  color: #424242;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.gallery-wrapper {
  border-radius: 24px;
  border: 2px solid #F91D2F;
  background: linear-gradient(187deg, #F91D2F 0%, rgba(255, 255, 255, 0.45) 100%);
  overflow: hidden;
}
.gallery-wrapper .awards-sec {
  padding: 40px 50px 60px;
  background: rgba(255, 255, 255, 0.45);
}
.gallery-wrapper .awards-sec h2 {
  color: #3A3A3A;
  text-align: justify;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
}
.gallery-wrapper .awards-sec p {
  color: #858585;
  text-align: justify;
  font-family: Montserrat;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}

.gallery-slider .owl-dots {
  position: absolute;
  bottom: -173px;
  left: 37%;
}
.gallery-slider .owl-dots button:hover {
  background-color: transparent;
}
.gallery-slider .owl-dots button.owl-dot {
  margin: 8px 0;
}
.gallery-slider .owl-dots button.owl-dot span {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #F91D2F;
  transition: all 0.3s;
}
.gallery-slider .owl-dots button.owl-dot:hover span {
  background-color: transparent;
}
.gallery-slider .owl-dots button.owl-dot.active span {
  opacity: 1;
  background: #F91D2F;
  width: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

.gallery-sec {
  padding: 0px 60px;
}
@media only screen and (max-width: 1400px) {
  .gallery-sec {
    padding: 0px;
  }
}
.gallery-sec h2 {
  color: #F91D2F;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.gallery-sec h3 {
  color: #F91D2F;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 212.5% */
}
.gallery-sec p {
  color: #3F3F3F;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
  text-align: justify;
}

.partner-tabs {
  position: relative;
  z-index: 1;
  background-image: url(../img/about-us/partner-bg.png);
  background-position: 100% 62%;
  background-repeat: no-repeat;
}
.partner-tabs .nav-tabs .nav-item .nav-link {
  border-radius: 36px;
  border-bottom: 2px solid #000;
  padding: 13px;
  margin: 10px;
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
.partner-tabs .nav-tabs .nav-item .nav-link.active {
  background: #F91D2F;
  border-bottom: 2px solid #F91D2F;
  color: #FFF;
}

.partner-box {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 45px;
}
.partner-box .partner-icon {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .partner-box {
    margin-bottom: 20px;
  }
}

.ecosystems-box {
  position: relative;
}
.ecosystems-box .eco-inner-box1 {
  display: flex;
  gap: 17px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 25px;
  width: 426px;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .ecosystems-box .eco-inner-box1 {
    animation: move-chevron 3s ease-out infinite;
  }
}
@media only screen and (max-width: 1400px) {
  .ecosystems-box .eco-inner-box1 {
    width: 350px;
  }
}
@media only screen and (max-width: 1200px) {
  .ecosystems-box .eco-inner-box1 {
    width: 100%;
  }
}
.ecosystems-box .eco-inner-box1 figure {
  width: 94px;
}
.ecosystems-box .eco-inner-box1 .eco-title h3 {
  color: #F91E2F;
  text-align: justify;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
}
.ecosystems-box .eco-inner-box1 .eco-title p {
  color: #111;
  text-align: justify;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.ecosystems-box .eco-inner-box2 {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 16px;
  position: absolute;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  padding: 40px 25px;
  width: 259px;
  right: 0px;
  top: 29px;
}
@media only screen and (max-width: 1200px) {
  .ecosystems-box .eco-inner-box2 {
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .ecosystems-box .eco-inner-box2 {
    animation: move-chevron 4s ease-out infinite;
  }
}
.ecosystems-box .eco-inner-box2 .eco-title h3 {
  color: #F91E2F;
  text-align: justify;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
}
.ecosystems-box .eco-inner-box2 .eco-title p {
  color: #111;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.ecosystems-box .eco-inner-box3 {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 16px;
  position: absolute;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
  width: 370px;
  right: 0px;
  bottom: -216px;
}
@media only screen and (max-width: 1200px) {
  .ecosystems-box .eco-inner-box3 {
    position: relative;
    width: 100%;
    bottom: -60px;
  }
}
@media only screen and (min-width: 1200px) {
  .ecosystems-box .eco-inner-box3 {
    animation: move-chevron 5s ease-out infinite;
  }
}
.ecosystems-box .eco-inner-box3 .eco-title h3 {
  color: #F91E2F;
  text-align: justify;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
}
.ecosystems-box .eco-inner-box3 .eco-title p {
  color: #111;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.ecosystems-box .eco-inner-box4 {
  gap: 20px;
  border-radius: 16px;
  position: absolute;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
  width: 200px;
  left: 102px;
  bottom: -255px;
}
@media only screen and (min-width: 1200px) {
  .ecosystems-box .eco-inner-box4 {
    animation: move-chevron 6s ease-out infinite;
  }
}
@media only screen and (max-width: 1400px) {
  .ecosystems-box .eco-inner-box4 {
    left: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .ecosystems-box .eco-inner-box4 {
    position: relative;
    width: 100%;
    bottom: -88px;
    left: 0;
  }
}
.ecosystems-box .eco-inner-box4 .eco-title h3 {
  color: #F91E2F;
  text-align: right;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .ecosystems-box .eco-inner-box4 .eco-title h3 {
    text-align: left;
  }
}
.ecosystems-box .eco-inner-box4 .eco-title p {
  color: #111;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  .ecosystems-box .eco-inner-box4 .eco-title p {
    text-align: left;
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
  }
}
.advantan-section {
  position: relative;
  z-index: 1;
  background-image: url(../advante-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.advantane-sec h2 {
  color: #fff;
  font-family: Roboto;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1400px) {
  .advantane-sec h2 {
    font-size: 36px;
  }
}
.advantane-sec p {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  max-width: 594px;
}

.advant-box {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  position: relative;
  height: 300px;
  display: block;
}
.advant-box .advant-content h3 {
  color: #F91D2F;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.advant-box .advant-content p {
  color: #965F80;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}
.advant-box .hover-image {
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 19%;
  left: 22%;
  opacity: 0.9;
  transform: scale(0);
  transition: all 0.3s ease;
}
.advant-box:hover .advant-content {
  display: none;
  opacity: 0;
}
.advant-box:hover .hover-image {
  transform: scale(1);
}

.google-rating {
  border-radius: 14px;
  border: 2px solid #FFF;
  padding: 10px 20px;
  max-width: 425px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .google-rating {
    margin-top: 20px;
  }
}
.google-rating .google-innner p {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .google-rating .google-innner img {
    max-width: 30px;
  }
}
.google-rating .google-innner .rates {
  color: #FFF;
  font-family: Roboto;
  font-size: 34px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .google-rating .google-innner .rates {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .google-rating .google-innner .rates {
    font-size: 24px;
  }
}
.google-rating .google-innner .reviews {
  color: #FFF;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 500;
}

.contact-section {
  position: relative;
  background-image: url(../img/contact-us/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-api h2 {
  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 38px;
}
@media only screen and (max-width: 992px) {
  .contact-api h2 {
    font-size: 24px;
  }
}
.contact-api h2 span {
  color: #F91D2F;
}
.contact-api .start-now {
  color: #46218B;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-decoration: none;
  margin-bottom: 40px;
  display: inline-block;
}

.contact-wrapper-main {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.12);
  padding: 50px;
  max-width: 650px;
}
.contact-wrapper-main .contact-wrap h2 {
  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.contact-wrapper-main .contact-wrap .form-group {
  position: relative;
}
.contact-wrapper-main .contact-wrap .form-group label {
  color: rgba(67, 107, 120, 0.5);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}
.contact-wrapper-main .contact-wrap .form-group .form-control {
  height: 56px;
  border-radius: 4px;
  background: #F0F0F0;
  border: none;
  font-size: 18px;
  margin-bottom: 30px;
}
.contact-wrapper-main .contact-wrap .contact-btn {
  text-align: center;
}

.title-reach h2 {
  color: #000;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 60px;
}

.reach-box {
  text-align: center;
  background: #FFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 52px;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}
.reach-box h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #000;
  transition: all 0.3s ease 0s;
}
.reach-box p {
  color: #46218B;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
.reach-box:hover {
  transform: scale(1.1);
}
.reach-box:hover h3,
.reach-box:hover p {
  color: #46218B;
}

.responsive-map {
  position: relative;
}
.responsive-map iframe {
  left: 0;
  top: 0;
  height: 450px;
  width: 100%;
}

.section-blog {
  padding: 50px 0px;
}
.section-blog .page-title h1 {
  font-size: 1.6rem;
  font-weight: 600;
}

.blog-img {
  position: relative;
}
.blog-img > img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-img .item-overlay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0px;
  border-radius: 0px 0px 9px 9px;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .blog-img .item-overlay {
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .blog-img .item-overlay .blog-social a img {
    max-width: 20px;
  }
}
.blog-img .item-overlay .media img {
  width: 60px;
}
.blog-img .item-overlay .media .media-body h4 {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .blog-img .item-overlay .media .media-body h4 {
    font-size: 16px;
  }
}
.blog-img .item-overlay .media .media-body p {
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.latest-blog .latest-sec {
  position: relative;
}
.latest-blog .latest-sec .latest-box {
  border-radius: 8px 0px 0px 8px;
  background: rgba(255, 255, 255, 0.87);
  padding: 30px;
  max-width: 429px;
  position: absolute;
  bottom: 50px;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .latest-blog .latest-sec .latest-box {
    position: relative;
    bottom: 0;
    padding: 20px 0px;
  }
}
.latest-blog .latest-sec .latest-box .latest-title {
  color: #F91D2F;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.latest-blog .latest-sec .lastest-bl {
  border-radius: 8px 0px 24px 0px;
  background: linear-gradient(149deg, #F91D2F 0%, #0F31AC 100%);
  padding: 9px 26px;
  max-width: 200px;
  position: absolute;
  top: 0;
}
.latest-blog .latest-sec .lastest-bl p {
  color: #FFF;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}

.blog-wrap {
  border-radius: 6px;
  box-shadow: 0 30px 40px 0 rgba(1, 11, 60, 0.1);
  transition: all 0.3s ease-out 0s;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.blog-wrap .blog-img-wrapper {
  position: relative;
}
.blog-wrap .blog-img-wrapper .btn-finance {
  position: absolute;
  bottom: -25px;
  right: 35px;
}
.blog-wrap .blog-img-wrapper .btn-finance .btn-blog {
  background-color: #fff;
  padding: 10px 50px;
  color: #0CC031;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 35px;
}
.blog-wrap .blog-img-wrapper .btn-finance .btn-it {
  background-color: #fff;
  padding: 10px 50px;
  color: #0F31AC;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 35px;
}
.blog-wrap .blog-img-wrapper .btn-finance .btn-api {
  background-color: #fff;
  padding: 10px 50px;
  color: #FFDF00;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 35px;
}
.blog-wrap .blog-img-wrapper .btn-finance .btn-money {
  background-color: #fff;
  padding: 10px 50px;
  color: #FF9114;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 35px;
}
.blog-wrap .blog-img-wrapper .btn-finance .btn-bank {
  background-color: #fff;
  padding: 10px 50px;
  color: #27DEBF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 35px;
}
.blog-wrap .blog-img-wrap {
  overflow: hidden;
  position: relative;
}
.blog-wrap .blog-img-wrap img {
  transition: all 0.3s ease-out 0s;
}
.blog-wrap:hover .blog-img-wrap img {
  transform: scale(1.1);
}
.blog-wrap .blog-content {
  padding: 20px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-wrap .blog-content a:focus {
  box-shadow: none;
}
.blog-wrap .blog-content a.read-more {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #0077ac;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-wrap .blog-content a span {
  font-size: 1.3rem;
  line-height: 18px;
}
.blog-wrap .blog-content .blog-heading h3 {
  line-height: 24px;
}
.blog-wrap .blog-content .blog-heading h3 a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #F91D2F;
}
.blog-wrap .blog-content p {
  font-family: "Poppins";
  font-size: 16px;
  text-align: justify;
  color: #404040;
}
.blog-wrap .blog-similar {
  padding: 20px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFFFFF;
}

.blog-meta {
  display: flex;
  gap: 10px;
}
.blog-meta li {
  color: #A3A3A3;
}

.social-icons-follow .box-follow {
  border-radius: 6px;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.social-icons-follow .box-follow .box-content span {
  color: white;
  padding-left: 16px;
  position: relative;
  font-size: 22px;
}
.social-icons-follow .box-follow .box-content span::after {
  content: "\f09a";
  position: absolute;
  font-family: "FontAwesome";
  font-weight: 200;
  left: -9px;
  top: -11px;
  opacity: 0.3;
  font-size: 48px;
}
.social-icons-follow .box-follow .box-content h5 {
  display: inline-block;
  font-family: Poppins;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-left: 10px;
  color: white;
}
.social-icons-follow .box-follow:nth-child(2) {
  background: #3B5999;
}
.social-icons-follow .box-follow:nth-child(2) .box-content span::after {
  content: "\f099";
  left: -21px;
}
.social-icons-follow .box-follow:nth-child(3) {
  background: #55ACEE;
}
.social-icons-follow .box-follow:nth-child(3) .box-content span::after {
  content: "\f16d";
  left: -16px;
}
.social-icons-follow .box-follow:nth-child(4) {
  background: #FA3067;
}
.social-icons-follow .box-follow:nth-child(4) .box-content span::after {
  content: "\f0e1";
  left: -16px;
}
.social-icons-follow .box-follow:nth-child(5) {
  background: #2C67B3;
}
.social-icons-follow .box-follow:nth-child(5) .box-content span::after {
  content: "\f167";
  left: -16px;
}
.social-icons-follow .box-follow:nth-child(6) {
  background: #F30806;
}
.social-icons-follow .box-follow:nth-child(6) .box-content span::after {
  content: "\f167";
  left: -16px;
}
.social-icons-follow .box-follow .long-arrow span {
  color: white;
  font-size: 1.3rem;
}

.blog-latest-post .post-content {
  flex-basis: 100%;
}
.blog-latest-post .post-content .blog-meta {
  display: flex;
  gap: 10px;
}
.blog-latest-post .inner .blog-title {
  margin: 35px 0px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
}
.blog-latest-post .inner .blog-post-list .latest-post {
  position: relative;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.blog-latest-post .inner .blog-post-list .latest-post .post-content a {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
}
.blog-latest-post .inner .blog-post-list .latest-post .post-content .title1 a {
  color: #0CC031;
}
.blog-latest-post .inner .blog-post-list .latest-post .post-content .title2 a {
  color: #FF9114;
}
.blog-latest-post .inner .blog-post-list .latest-post .post-content .title3 a {
  color: #0F31AC;
}
.blog-latest-post .inner .blog-post-list .latest-post .post-content .title4 a {
  color: #FDDB00;
}
.blog-latest-post .inner .blog-post-list .latest-post .post-content p {
  text-align: justify;
  margin: 0;
}
.blog-latest-post .inner .blog-post-list .latest-post .blog-meta li {
  margin: 5px 0px;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  font-size: 15px;
}
@media only screen and (max-width: 1400px) {
  .blog-latest-post .inner .blog-post-list .latest-post .blog-meta li {
    font-size: 12px;
  }
}
.blog-latest-post .inner .blog-post-list .latest-post .blog-meta li i {
  font-size: 16px;
  padding-right: 10px;
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.5);
}
.blog-latest-post .inner .blog-post-list .latest-post .thumbnail {
  margin-right: 20px;
}
@media only screen and (max-width: 1400px) {
  .blog-latest-post .inner .blog-post-list .latest-post .thumbnail {
    margin-right: 10px;
  }
}
.blog-latest-post .inner .blog-post-list .latest-post .thumbnail img {
  max-width: 150px;
}
@media only screen and (max-width: 1400px) {
  .blog-latest-post .inner .blog-post-list .latest-post .thumbnail img {
    max-width: 100%;
  }
}

.pagination {
  margin-top: 30px;
  margin-bottom: 10px;
}
.pagination ul li {
  display: inline-block;
  margin-right: 20px;
  transition: all 0.3s ease-out 0s;
}
.pagination ul li.active a {
  color: #ffffff;
  background: #0077ac;
  border-color: #0077ac;
}
.pagination ul li.prev a {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  padding-left: 21px;
}
.pagination ul li.prev a:hover {
  color: #0077ac;
  background: inherit;
}
.pagination ul li.next a {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  padding-right: 21px;
}
.pagination ul li.next a:hover {
  color: #0077ac;
  background: inherit;
}
.pagination ul li a {
  position: relative;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #eef0f6;
  color: #0e1133;
}
.pagination ul li a:hover {
  background: #0077ac;
  color: #ffffff;
  border-color: #0077ac;
}

.blog-carousel .blog-img,
.blog-carousel .buy-img {
  position: relative;
  overflow: hidden;
}
.blog-carousel .blog-img .content,
.blog-carousel .buy-img .content {
  color: #fff;
  background: rgba(255, 255, 255, 0.78);
  position: absolute;
  top: 0%;
  left: 100%;
  width: 256px;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.blog-carousel .blog-img .content .blog-content h3,
.blog-carousel .buy-img .content .blog-content h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #0F3049;
}
.blog-carousel .blog-img .content .blog-content .blog-list li,
.blog-carousel .buy-img .content .blog-content .blog-list li {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  font-size: 16px;
  color: #1e3954;
}
.blog-carousel:hover .content {
  left: 67%;
}
.blog-carousel.owl-carousel .owl-nav {
  position: absolute;
  left: -3px;
  top: 40%;
  right: -30px;
}
.blog-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 17px;
  background: rgb(255, 242, 243);
  width: 36px;
  height: 36px;
}
.blog-carousel.owl-carousel .owl-nav .owl-prev span {
  font-size: 16px;
  color: #F91D2F;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
}
.blog-carousel.owl-carousel .owl-nav .owl-prev:hover {
  background: #0077ac;
}
.blog-carousel.owl-carousel .owl-nav .owl-prev:hover span {
  color: #fff;
}
.blog-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -25px;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 17px;
  background: #fff;
  width: 36px;
  height: 36px;
}
.blog-carousel.owl-carousel .owl-nav .owl-next span {
  font-size: 16px;
  color: #F91D2F;
  text-transform: capitalize;
  font-weight: 400;
}
.blog-carousel.owl-carousel .owl-nav .owl-next:hover {
  background: #0077ac;
}
.blog-carousel.owl-carousel .owl-nav .owl-next:hover span {
  color: #fff;
}
.blog-carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 46%;
}
.blog-carousel.owl-carousel .owl-dots .owl-dot.active span, .blog-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background: #fff;
}
.blog-carousel.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #FFFFFF;
}

.blog-carousel .buy-img .subtitle-buy-blog {
  position: absolute;
  z-index: 2;
  bottom: 15%;
  background: #0077ac;
  border-radius: 0 36px 36px 0;
  width: 192px;
  margin: auto;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 76px;
}
.blog-carousel .buy-img .subtitle-buy-blog h5 {
  font-style: normal;
  font-weight: 500;
  padding-left: 50px;
  font-size: 20px;
  display: inline-block;
  line-height: 30px;
  color: #fff;
}

.blog-detail-section {
  padding: 50px 0px;
}

.speed-box {
  padding: 20px;
  position: relative;
  z-index: 1;
  background-image: url(../img/blog/speed-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
}
.speed-box h2 {
  color: #455A64;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}
.speed-box h3 {
  color: #455A64;
  font-family: Quantico;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
}
.speed-box .form-group {
  position: relative;
}
.speed-box .form-group .icons-arrow {
  position: absolute;
  top: 16px;
  right: 60px;
}
.speed-box .form-group .form-control {
  padding: 31px;
  border-radius: 50px;
  border: none;
  font-size: 20px;
  padding-right: 124px;
}

.blog-detail-title {
  padding: 12px 0px;
}
.blog-detail-title h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  color: #0077AC;
}

.blog-description p {
  display: flex;
  gap: 10px;
  font-family: Poppins;
  font-style: italic;
  font-weight: 500;
  color: #31984b;
  margin: 0;
}

.user-sec {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.user-sec .media h4 {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 2px;
}
@media only screen and (max-width: 640px) {
  .user-sec .media h4 {
    font-size: 14px;
  }
}
.user-sec .media p {
  color: rgba(0, 0, 0, 0.3);
}
.user-sec .social-icons .social-wrapper {
  background: #F5F5F5;
  border-radius: 2px;
  padding: 4px;
}

.blog-content-detail {
  padding-top: 30px;
}
.blog-content-detail .entry-content {
  margin-bottom: 40px;
}
.blog-content-detail h4 {
  font-size: 1.4rem;
}
.blog-content-detail .premium-list {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 10px;
}
.blog-content-detail .premium-list li {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #707070;
}
.blog-content-detail p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  text-align: justify;
}
.blog-content-detail h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .blog-content-detail h5 {
    text-align: left;
  }
}
.blog-content-detail blockquote {
  background: #f0f0f0;
  margin: 30px 0;
  padding: 36px 58px;
  font-size: 16px;
  color: #212121;
  font-style: italic;
  position: relative;
  font-weight: 400;
  text-align: justify;
}
.blog-content-detail blockquote span {
  color: red;
}
.blog-content-detail blockquote span:nth-child(1) {
  position: absolute;
  left: 30px;
  font-size: 25px;
  top: 14px;
}
.blog-content-detail blockquote span:nth-child(2) {
  position: absolute;
  right: 26px;
  font-size: 25px;
  bottom: 14px;
}
.blog-content-detail h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #0077AC;
  margin-bottom: 8px;
}
.blog-content-detail .blog-meta p {
  padding-left: 20px;
}
.blog-content-detail .share-section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-content-detail .share-section .comment a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.blog-content-detail .comments-area {
  position: relative;
  margin-top: 60px;
}
.blog-content-detail .comments-area .group-title h4 {
  position: relative;
  font-size: 20px;
  color: #161e39;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.blog-content-detail .comments-area .comment-box {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 300ms ease;
}
.blog-content-detail .comments-area .comment-box.reply-comment {
  margin-left: 100px;
}
@media only screen and (max-width: 640px) {
  .blog-content-detail .comments-area .comment-box.reply-comment {
    margin: 0;
  }
}
.blog-content-detail .comments-area .comment-box .comment {
  position: relative;
  font-size: 14px;
  min-height: 120px;
  padding: 0px 0px 0px 110px;
}
@media only screen and (max-width: 640px) {
  .blog-content-detail .comments-area .comment-box .comment {
    padding: 0;
  }
}
.blog-content-detail .comments-area .comment-box .comment .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #7a7a7a;
}
@media only screen and (max-width: 640px) {
  .blog-content-detail .comments-area .comment-box .comment .author-thumb {
    position: relative;
    width: 90px;
  }
}
.blog-content-detail .comments-area .comment-box .comment .text {
  color: #626262;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: justify;
}
.blog-content-detail .comments-area .comment-box .comment .comment-info .comment-time::before {
  position: absolute;
  content: "\f133";
  left: 0px;
  top: 0px;
  color: #00aa15;
  font-family: "Font Awesome 5 Pro";
}
.blog-content-detail .comments-area .comment-box .comment .comment-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #161e39;
  display: block;
  line-height: 1.3em;
  display: inline-block;
  text-transform: capitalize;
}
.blog-content-detail .comments-area .comment-box .comment .comment-info .comment-time {
  position: absolute;
  right: 0px;
  font-size: 15px;
  color: #626262;
  padding-left: 20px;
  display: inline-block;
}
.blog-content-detail .comments-area .comment-box .theme-btn {
  position: relative;
  font-size: 16px;
  color: #31984b;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-content-detail .comments-area .comment-box .form_show {
  padding-left: 110px;
}
.blog-content-detail .sec-title h2 {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.blog-content-detail .cource-block-two {
  position: relative;
  margin-bottom: 30px;
}
.blog-content-detail .cource-block-two .inner-box {
  position: relative;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.blog-content-detail .cource-block-two .inner-box:hover .image img {
  transform: scale(1.09, 1.09) rotate(2deg);
}
.blog-content-detail .cource-block-two .inner-box:hover .image:before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.blog-content-detail .cource-block-two .inner-box .image {
  position: relative;
  overflow: hidden;
}
.blog-content-detail .cource-block-two .inner-box .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  width: 75%;
  height: 100%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, rgba(0, 119, 172, 0.5019607843));
  transform: skewX(-25deg);
}
.blog-content-detail .cource-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.blog-content-detail .cource-block-two .inner-box .lower-content {
  position: relative;
  padding: 10px;
}
.blog-content-detail .cource-block-two .inner-box .lower-content .students {
  position: relative;
  color: #393939;
  font-size: 16px;
  font-weight: 500;
}
.blog-content-detail .cource-block-two .inner-box .lower-content .hours {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
}
.blog-content-detail .cource-block-two .inner-box .lower-content h5 {
  position: relative;
  color: #03382e;
  font-weight: 600;
  line-height: 1.3em;
}
.blog-content-detail .cource-block-two .inner-box .lower-content .text {
  position: relative;
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 15px;
  margin-bottom: 12px;
}

.leave-section {
  position: relative;
  background: #FFF1F3;
  padding-top: 50px;
  padding-bottom: 200px;
}
.leave-section::after {
  content: "";
  position: absolute;
  background: #FFF1F3;
  width: 100%;
  height: 30%;
  left: 0;
  bottom: -231px;
  z-index: -1;
}
.leave-section .comment-form p {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.leave-section .comment-form label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #656565;
}
.leave-section .comment-form .form-control {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #F91D2F;
}
.leave-section .comment-form .form-control::-moz-placeholder {
  color: #656565;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.leave-section .comment-form .form-control::placeholder {
  color: #656565;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.leave-section .comment-form h4 {
  color: #000;
  font-family: Roboto;
  font-size: 48px;
  font-weight: 700;
}
.leave-section .comment-form .btn-style-three {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
  padding: 10px 40px;
  font-weight: 400;
  overflow: hidden;
  border-radius: 4px;
  background: #F91D2F;
  border-radius: 4px;
  text-transform: capitalize;
  border: none;
  z-index: 1;
  transition: all 0.3s ease;
}
.leave-section .comment-form .btn-style-three::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #31984b;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.leave-section .comment-form .btn-style-three:hover::before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

.reply-form {
  background: rgba(237, 246, 252, 0.8509803922);
  padding: 20px;
}
.reply-form .post {
  color: rgba(0, 0, 0, 0.8);
  margin-right: 15px;
  border: none;
  background: transparent;
  text-transform: capitalize;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
.reply-form .post:hover {
  color: #0077ac;
}
.reply-form .cancel {
  border: none;
  background: transparent;
  text-transform: capitalize;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
.reply-form .cancel:hover {
  color: #0077ac;
}

.reply-form label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #656565;
}
.reply-form .form-control::-moz-placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #656565;
}
.reply-form .form-control::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #656565;
}

.similar-section {
  position: relative;
  padding: 100px 0px 100px 0px;
  background: #fff2f3;
}
.similar-section::after {
  content: "";
  position: absolute;
  background: #FFF1F3;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: -231px;
  z-index: -1;
}
@media only screen and (max-width: 1400px) {
  .similar-section {
    padding: 80px 0px 80px 0px;
  }
}

.blog-carousel .blog-slider {
  border-radius: 6px;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.blog-carousel .blog-slider .blog-img-wrap {
  overflow: hidden;
}
.blog-carousel .blog-slider .blog-img-wrap img {
  transition: all 0.3s ease-out 0s;
}
.blog-carousel .blog-slider:hover .blog-img-wrap img {
  transform: scale(1.1);
}
.blog-carousel .blog-slider .blog-content {
  padding: 20px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-carousel .blog-slider .blog-content a:focus {
  box-shadow: none;
}
.blog-carousel .blog-slider .blog-content a.read-more {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #0077ac;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-carousel .blog-slider .blog-content a span {
  font-size: 1.3rem;
  line-height: 18px;
}
.blog-carousel .blog-slider .blog-content .blog-heading h3 {
  line-height: 24px;
}
.blog-carousel .blog-slider .blog-content .blog-heading h3 a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #F91D2F;
}
.blog-carousel .blog-slider .blog-content p {
  font-family: "Poppins";
  font-size: 16px;
  text-align: justify;
  color: #404040;
}
.blog-carousel .blog-slider .blog-content {
  padding: 20px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-carousel .blog-slider .blog-content a:focus {
  box-shadow: none;
}
.blog-carousel .blog-slider .blog-content a.read-more {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #0077ac;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-carousel .blog-slider .blog-content a span {
  font-size: 1.3rem;
  line-height: 18px;
}
.blog-carousel .blog-slider .blog-content p {
  font-family: "Poppins";
  font-size: 16px;
  text-align: justify;
  color: #404040;
}

.blog-similar {
  padding: 20px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.blog-similar.box-shadow {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}
.blog-similar .blog-heading h3 {
  line-height: 24px;
}
.blog-similar .blog-heading h3 a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
.blog-similar .blog-heading p {
  text-align: justify;
}
.blog-similar .title1 a {
  color: #FF9114;
}
.blog-similar .title2 a {
  color: #0CC031;
}
.blog-similar .title3 a {
  color: #0F31AC;
}
.blog-similar .title4 a {
  color: #FF9114;
}

.launche-sec {
  display: flex;
  gap: 15px;
}
.launche-sec h2 {
  flex: 1;
  color: #11133E;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
}

.blog-recom-content p {
  text-align: justify;
  font-size: 20px;
  color: #000;
}
.blog-recom-content .blog-list li {
  color: #11133E;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.blog-recom-content .blog-quotes-box {
  position: relative;
  padding: 51px 50px;
  background: #fff;
  box-shadow: 3px 1px 18px 0px rgba(0, 0, 0, 0.21);
}
.blog-recom-content .blog-quotes-box p {
  color: #F91D2F;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.blog-recom-content .blog-quotes-box p::before {
  content: "\f10d";
  font-family: "fontawesome";
  position: absolute;
  left: -24px;
  top: -27px;
  color: #A345BF;
  font-size: 25px;
}
.blog-recom-content .blog-quotes-box p::after {
  content: "\f10e";
  font-family: "fontawesome";
  position: absolute;
  right: -24px;
  bottom: -27px;
  color: #A345BF;
  font-size: 25px;
}
.blog-recom-content .blog-api-line {
  padding-left: 40px;
  position: relative;
}
.blog-recom-content .blog-api-line::after {
  content: "";
  width: 7px;
  height: 152px;
  background: #0CC031;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-recom-content .blog-api-line p {
  color: #F91D2F;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

.title-like h2 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 40px;
}

.like-blog {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}
.like-blog .blog-img-wrap img {
  width: 100%;
}
.like-blog .like-content {
  padding: 20px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 6px;
  background: #FFF;
}

.comments-area {
  position: relative;
  margin-top: 60px;
}
.comments-area .group-title h4 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.comments-area .group-title p {
  color: #B3B3B3;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.comments-area .comment-box {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-radius: 16px;
  border: 1px solid #D6D6D6;
  transition: all 300ms ease;
  padding: 25px;
}
.comments-area .comment-box .comment {
  position: relative;
  font-size: 14px;
  padding: 0px 0px 30px 110px;
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .comments-area .comment-box .comment {
    padding: 0;
  }
}
.comments-area .comment-box .comment .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #7a7a7a;
}
@media only screen and (max-width: 640px) {
  .comments-area .comment-box .comment .author-thumb {
    position: relative;
    width: 90px;
  }
}
.comments-area .comment-box .comment .text {
  color: #626262;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: justify;
}
.comments-area .comment-box .comment .comment-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #161e39;
  display: block;
  line-height: 1.3em;
  display: inline-block;
  text-transform: capitalize;
}
.comments-area .comment-box .theme-btn {
  position: relative;
  font-size: 16px;
  color: #31984b;
  font-weight: 500;
  text-transform: capitalize;
}
.comments-area .comment-box .form_show {
  display: flex;
  justify-content: space-between;
}
.comments-area .comment-box .form_show .theme-btn {
  text-decoration: none;
}
.comments-area .comment-box .form_show .reply-btn {
  border-radius: 20px;
  border: 1px solid #F91D2F;
  color: #F91D2F;
  padding: 4px 20px;
  cursor: pointer;
}

.bankaeps-section {
  position: relative;
  background-image: url(../shape-benfit.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .bankaeps-section {
    margin-bottom: 50px;
  }
}

.adhar-enable h2 {
  color: #000;
  font-family: Roboto;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .adhar-enable h2 {
    font-size: 30px;
  }
}
.adhar-enable p {
  color: #404040;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.76px;
}

.adhar-inti {
  padding-left: 16px;
  position: relative;
}
.adhar-inti::after {
  content: "";
  width: 4px;
  height: 74px;
  background: #0CC031;
  position: absolute;
  left: 0;
  top: 0;
}
.adhar-inti p {
  color: #46218B;
  font-size: 22px;
  font-weight: 500;
  text-align: justify;
}

.aeps-section {
  background: linear-gradient(180deg, rgba(249, 29, 47, 0.19) 0%, rgba(249, 29, 47, 0) 100%);
}

.border-line {
  width: 64%;
  border: 1px dashed #64B2FF;
  position: absolute;
  left: 16%;
  top: 19%;
}
@media only screen and (max-width: 992px) {
  .border-line {
    display: none;
  }
}

.aeps-heading h2 {
  color: #11133E;
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
}
.aeps-heading p {
  color: #F91D2F;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.96px;
}

.aeps-box .aeps-img {
  text-align: center;
}
.aeps-box p {
  color: #545454;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.minus-margin {
  margin-top: -52px;
}
@media only screen and (max-width: 992px) {
  .minus-margin {
    margin-top: 0px;
  }
}

.bankaeip-title h2 {
  color: #000;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .bankaeip-title h2 {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

.bankaeps-box {
  border-radius: 28px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 60px;
  max-width: 420px;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .bankaeps-box {
    max-width: 100%;
    padding: 30px 20px;
  }
}
.bankaeps-box h3 {
  color: #F91D2F;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.bankaeps-box p {
  color: rgb(29, 18, 115);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.benefit-box .benefit-inner {
  border-radius: 12px;
  border: 1px solid rgba(98, 129, 200, 0.2);
  background: #FFF;
  padding: 25px;
  margin-bottom: 40px;
  transition: all 0.2s linear;
}
.benefit-box .benefit-inner:hover {
  background-color: #A843B7;
}
.benefit-box .benefit-inner:hover p {
  color: #FFF;
}
.benefit-box .benefit-inner p {
  color: #A843B7;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  transition: all 0.2s linear;
}

.accordion-section {
  padding: 50px 0px;
}
.accordion-section .accordion .accordion-heading h2 {
  color: #11133E;
  font-family: Roboto;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  line-height: 34px;
}
@media only screen and (max-width: 992px) {
  .accordion-section .accordion .accordion-heading h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.accordion-section .accordion .card {
  border: none;
  padding: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .accordion-section .accordion .card {
    padding: 0px;
  }
}
.accordion-section .accordion .card .collapsible-link {
  position: relative;
  background-color: transparent;
  padding: 15px;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .accordion-section .accordion .card .collapsible-link {
    padding: 15px 34px 15px 15px;
  }
}
.accordion-section .accordion .card .collapsible-link::before {
  content: "\f106";
  position: absolute;
  top: 14px;
  right: 2rem;
  display: block;
  color: #C6C6C6;
  font-family: "FontAwesome";
  font-size: 28px;
  font-weight: 500;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  .accordion-section .accordion .card .collapsible-link::before {
    top: 4px;
    right: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .accordion-section .accordion .card .collapsible-link h4 {
    font-size: 16px;
  }
}
.accordion-section .accordion .card .collapsible-link[aria-expanded=true]::before {
  content: "\f107";
}
.accordion-section .accordion .card.open {
  border-radius: 12px;
  border: 1px solid #F91D2F;
}
.accordion-section .accordion .card.open .collapsible-link {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #D1D1D1;
}
.accordion-section .accordion .card .card-body p {
  color: #ADADAD;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.section-faq-newsletter .contact-wrapper {
  background-image: url(../faq-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px;
  border-radius: 20px;
}
@media only screen and (max-width: 992px) {
  .section-faq-newsletter .contact-wrapper {
    padding: 30px;
  }
}
.section-faq-newsletter .contact-wrapper .heading {
  position: relative;
  bottom: -52px;
}
@media only screen and (max-width: 992px) {
  .section-faq-newsletter .contact-wrapper .heading {
    bottom: 0;
  }
}
.section-faq-newsletter .contact-wrapper .heading h4 {
  color: #FFF;
  font-family: Roboto;
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
}
.section-faq-newsletter .contact-wrapper::after {
  content: "";
  position: absolute;
  top: 108px;
  right: calc(-12% - 29px);
  width: 16%;
  height: 4px;
  background: #F91D2F;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .section-faq-newsletter .contact-wrapper::after {
    display: none;
  }
}
.section-faq-newsletter .contact-wrapper::before {
  content: "";
  position: absolute;
  top: 108px;
  left: -14%;
  width: 14%;
  height: 4px;
  background: #F91D2F;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .section-faq-newsletter .contact-wrapper::before {
    display: none;
  }
}
.section-faq-newsletter .contact-email-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .section-faq-newsletter .contact-email-1 {
    width: 80px;
  }
}
.section-faq-newsletter .contact-email-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .section-faq-newsletter .contact-email-2 {
    width: 80px;
  }
}
.section-faq-newsletter .btn-ques {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 12px;
  width: 48%;
  color: #000;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 25%;
  bottom: -32px;
}
@media only screen and (max-width: 992px) {
  .section-faq-newsletter .btn-ques {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}

.connect-inner h2 {
  color: #FFF;
  font-family: Roboto;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 1400px) {
  .connect-inner h2 {
    font-size: 30px;
  }
}

.advantange-box {
  background-color: #fff;
  padding: 40px 30px 60px;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .advantange-box {
    padding: 20px 30px 30px;
  }
}
.advantange-box h3 {
  color: #F91D2F;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .advantange-box h3 {
    font-size: 20px;
  }
}
.advantange-box p {
  color: #965F80;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .advantange-box p {
    font-size: 18px;
  }
}

.feauture-section {
  position: relative;
  background-image: url(../Polygon-shape.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.feauture-section .feature-title h2 {
  color: #11133E;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .feauture-section .feature-title h2 {
    font-size: 24px;
  }
}
.feauture-section .feature-domestic p {
  color: #F91D2F;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.saving-account-section {
  position: relative;
  background-image: url(../saving-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.microatm-section {
  position: relative;
  background-image: url(../microatm-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 80px;
  padding-bottom: 240px;
}
@media only screen and (max-width: 992px) {
  .microatm-section {
    background-size: cover;
  }
}
.microatm-section .adhar-line {
  padding-left: 16px;
  position: relative;
}
.microatm-section .adhar-line::after {
  content: "";
  width: 4px;
  height: 74px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.microatm-section .adhar-line p {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

.money-title h2 {
  color: #11133E;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.micro-heading h2 {
  color: #FFF;
  font-family: Roboto;
  font-size: 62px;
  font-weight: 600;
  margin-bottom: 30px;
}
.micro-heading p {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.76px;
  text-align: justify;
}

.microbenfit-title h2 {
  text-align: center;
  color: #11133E;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}

.micro-wrapper {
  background: linear-gradient(139deg, #1D1273 0%, #F91D2F 68%);
}

.micro-wrapper .process-microatm-inner .microatm-main {
  display: flex;
  gap: 20px;
}
.micro-wrapper .process-microatm-inner .microatm-main .micro-content {
  flex: 1;
}
.micro-wrapper .process-microatm-inner .microatm-main .micro-content h3 {
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.micro-wrapper .process-microatm-inner .microatm-main .micro-content p {
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
}

.section-moneytransfer {
  position: relative;
  background-image: url(../money-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.moneytransfer-wrapper .transfer-content-lft:nth-child(1) {
  margin-top: 10rem;
}
@media only screen and (max-width: 992px) {
  .moneytransfer-wrapper .transfer-content-lft:nth-child(1) {
    margin-top: 0rem;
  }
}
.moneytransfer-wrapper .transfer-content-lft p {
  color: #1D1273;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}
.moneytransfer-wrapper .transfer-content-rgt:nth-child(1) {
  margin-top: 3rem;
}
.moneytransfer-wrapper .transfer-content-rgt p {
  color: #1D1273;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}

.paysprint-section .provide-content h2 {
  color: #11133E;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.paysprint-section .provide-content p {
  color: #A1A0A0;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
}

.cms-section {
  position: relative;
  z-index: 1;
}
.cms-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../cms-shape.png);
  background-repeat: no-repeat;
  width: 349px;
  height: 504px;
  bottom: -22%;
  left: 0;
}

.benefit-cms-section {
  padding: 80px 0px;
}

.api-provides-section {
  background: linear-gradient(142deg, #F91D2F 0%, #5553BD 100%, rgba(85, 83, 189, 0.11) 100%);
}
.api-provides-section .api-provides-heading h2 {
  color: #FFF;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 992px) {
  .api-provides-section .api-provides-heading h2 {
    font-size: 24px;
  }
}
.api-provides-section .api-pr-wrapper .adhar-line {
  padding-left: 16px;
  position: relative;
}
.api-provides-section .api-pr-wrapper .adhar-line h4 {
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
}
.api-provides-section .api-pr-wrapper .adhar-line::after {
  content: "";
  width: 4px;
  height: 77px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.api-provides-section .api-pr-wrapper .adhar-line p {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-align: justify;
}

.benfit-heading h2 {
  color: #F91D2F;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .benfit-heading h2 {
    font-size: 24px;
  }
}

.benefit-wrapper .parent .sibling .cms-box {
  padding: 50px;
  border-radius: 32px;
  position: relative;
  transition: 0.5s all;
}
.benefit-wrapper .parent .sibling .cms-box:after {
  content: "";
  position: absolute;
  background-image: url(../shape-bapi.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  bottom: 20px;
  z-index: 1;
  right: 30px;
  opacity: 0;
  transition: 0.5s all;
}
.benefit-wrapper .parent .sibling .cms-box:hover {
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.benefit-wrapper .parent .sibling .cms-box:hover::after {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .benefit-wrapper .parent .sibling .cms-box {
    padding: 20px;
  }
}
.benefit-wrapper .parent .sibling .cms-box .cms-img {
  margin-bottom: 30px;
}
.benefit-wrapper .parent .sibling .cms-box h4 {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.benefit-wrapper .parent .sibling .cms-box p {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-align: justify;
}

.ott-section {
  position: relative;
  z-index: 1;
}
.ott-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 200px 0px 0px 200px;
  background: linear-gradient(140deg, #F91D2F 0%, #46218B 100%);
  width: 550px;
  height: 420px;
  bottom: 23%;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .ott-section::after {
    width: 510px;
  }
}
@media only screen and (max-width: 992px) {
  .ott-section::after {
    display: none;
  }
}

.otp-cms-section {
  background: linear-gradient(142deg, #F91D2F 0%, #5553BD 100%, rgba(85, 83, 189, 0.11) 100%);
  padding-top: 70px;
  padding-bottom: 50px;
}
.otp-cms-section .benfitotp-heading h2 {
  color: #fff;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box:after {
  content: "";
  position: absolute;
  background-image: url(../shape-bapi.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  bottom: 20px;
  z-index: 1;
  right: 30px;
  opacity: 0;
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box img {
  filter: brightness(15);
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box:hover {
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box:hover::after {
  opacity: 1;
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box:hover img {
  filter: brightness(0);
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box:hover h4 {
  color: #000000;
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box:hover p {
  color: #000000;
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box .cms-img {
  margin-bottom: 30px;
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box h4 {
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box p {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-align: justify;
}

.credit-section {
  position: relative;
}
.credit-section::after {
  content: "";
  position: absolute;
  background-image: url(../shape-credit-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  height: 310px;
  bottom: -52px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1400px) {
  .credit-section::after {
    bottom: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .credit-section::after {
    background-image: none;
  }
}
.credit-section .credit-line {
  padding-left: 16px;
  position: relative;
}
.credit-section .credit-line::after {
  content: "";
  width: 4px;
  height: 74px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .credit-section .credit-line::after {
    background: #0CC031;
  }
}
.credit-section .credit-line p {
  color: #ffffff;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}
@media only screen and (max-width: 1200px) {
  .credit-section .credit-line p {
    color: #46218B;
  }
}

.credit-btn .sign {
  background-color: white;
  border-radius: 4px;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 80px;
  color: #F91D2F;
}
.credit-btn .sign:hover {
  color: #F91D2F;
}
@media only screen and (max-width: 1200px) {
  .credit-btn .sign {
    background-color: #F91D2F;
    color: #fff;
  }
}
.credit-btn .view-doc {
  min-width: 250px;
  font-family: "Roboto";
  letter-spacing: 1px;
  font-size: 18px;
  padding: 8px 40px;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .credit-btn .view-doc {
    color: #f91d2f;
  }
}

.bundle-section.busbook {
  position: relative;
  background-image: url(../txt-shape.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding: 110px 0px;
}
.bundle-section .ott-heading h2 {
  color: #11133E;
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .bundle-section .ott-heading h2 {
    font-size: 24px;
  }
}
.bundle-section .bundle-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.bundle-section .bundle-wrapper .bundle-content {
  flex: 1;
}
.bundle-section .bundle-wrapper .bundle-content p {
  color: #11133E;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-align: justify;
  margin: 0;
}

.otp-cms-section {
  background: linear-gradient(142deg, #F91D2F 0%, #5553BD 100%, rgba(85, 83, 189, 0.11) 100%);
  padding-top: 70px;
  padding-bottom: 50px;
}
.otp-cms-section .benfitotp-heading h2 {
  color: #fff;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box {
  padding: 50px;
  border-radius: 32px;
  position: relative;
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box .cms-img {
  margin-bottom: 30px;
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box h4 {
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.otp-cms-section .benefit-wrapper .parent .sibling .ott-box p {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-align: justify;
}

.lpg-section {
  position: relative;
  z-index: 1;
}
.lpg-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 900px;
  background: linear-gradient(180deg, #072E65 0%, rgba(217, 217, 217, 0) 100%);
  width: 900px;
  height: 900px;
  top: -90px;
  right: -185px;
}
@media only screen and (max-width: 1400px) {
  .lpg-section::after {
    background: transparent;
  }
}

.ticket-section {
  position: relative;
  background-image: url(../ticket-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 80px;
}
@media only screen and (max-width: 992px) {
  .ticket-section {
    background-image: none;
    padding-top: 50px;
  }
}

.cown-section {
  background: linear-gradient(180deg, rgba(249, 29, 47, 0.37) 0%, rgba(249, 29, 47, 0) 100%);
  opacity: 0.8799999952;
  position: relative;
  z-index: 1;
}
.cown-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../shape-cown.png);
  background-repeat: no-repeat;
  width: 658px;
  height: 807px;
  bottom: 76px;
  right: 0;
}

.cown-title h2 {
  color: #11133E;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 50px;
}

.pancard-section {
  position: relative;
  z-index: 1;
}
.pancard-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../panshape-bg.png);
  background-repeat: no-repeat;
  width: 620px;
  height: 781px;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 1200px) {
  .pancard-section::after {
    display: none;
  }
}

.pancard-correction-section {
  position: relative;
  z-index: 1;
}
.pancard-correction-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../panshape2-bg.png);
  background-repeat: no-repeat;
  width: 574px;
  height: 823px;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 1200px) {
  .pancard-correction-section::after {
    display: none;
  }
}

.pan-correction-service {
  background: linear-gradient(150deg, #F91D2F 0%, rgba(70, 33, 139, 0.75) 100%);
}

.pancorrrec-title h2 {
  color: #fff;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.telemidical-section {
  position: relative;
  z-index: 1;
  background-image: url(../shape-telemdical.png);
  background-repeat: no-repeat;
}
.telemidical-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 200px 0px 0px 200px;
  background: linear-gradient(140deg, #F91D2F 0%, #46218B 100%);
  width: 715px;
  height: 482px;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1400px) {
  .telemidical-section::after {
    width: 580px;
    height: 430px;
    bottom: 59px;
  }
}
@media only screen and (max-width: 1200px) {
  .telemidical-section::after {
    background-image: none;
  }
}

.lic-section {
  position: relative;
  background-image: url(../lic-bg.png);
  background-repeat: no-repeat;
}

.fast-section {
  position: relative;
}
.fast-section::after {
  content: "";
  position: absolute;
  background-image: url(../bg-fast.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  height: 310px;
  bottom: 26px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1600px) {
  .fast-section::after {
    bottom: -26px;
  }
}
@media only screen and (max-width: 1200px) {
  .fast-section::after {
    background-image: none;
  }
}
.fast-section .credit-line {
  padding-left: 16px;
  position: relative;
}
.fast-section .credit-line::after {
  content: "";
  width: 4px;
  height: 74px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.fast-section .credit-line p {
  color: #ffffff;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

.adhar-pay-bg {
  position: relative;
  background-image: url(../adhar-pay-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
@media only screen and (max-width: 1600px) {
  .adhar-pay-bg {
    background-position: 100% 144%;
  }
}
@media only screen and (max-width: 992px) {
  .adhar-pay-bg {
    background-image: none;
  }
}

.validate-bg {
  position: relative;
  background-image: url(../validate-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 90px 0px 70px;
}
@media only screen and (max-width: 640px) {
  .validate-bg {
    padding: 50px 0px 70px;
  }
}

.term-banner {
  position: relative;
  z-index: 1;
  background-image: url(../img/term-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
}
.term-banner:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(75deg, rgba(249, 30, 47, 0.8) 10%, rgba(0, 0, 0, 0.88)) !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.term-content p {
  color: rgb(133, 127, 127);
  font-family: Roboto;
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
}
.term-content h3 {
  color: #010C5E;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin-top: 30px;
}
.term-content .section-heading h2 {
  margin: 0 0 1rem;
  font-family: Roboto;
  font-weight: 600;
  line-height: 1.21;
  font-size: 1.953em;
}
.term-content .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #f91e2f;
  overflow: hidden;
}
.term-content .grievance-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  color: rgb(133, 127, 127);
  font-family: Roboto;
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
}
.term-content .grievance-list li:before {
  position: absolute;
  content: "\f04e";
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  color: #f91e2f;
}

.onboard-section {
  position: relative;
  z-index: 1;
  background-image: url(../img/onboard-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}
@media only screen and (max-width: 768px) {
  .onboard-section {
    padding: 30px 0px;
  }
}

.onboard-content h5 {
  color: #fff;
  font-size: 16px;
}
.onboard-content h2 {
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .onboard-content h2 {
    font-size: 22px;
  }
}
.onboard-content p {
  font-size: 16px;
  color: #fff;
  padding-right: 30px;
  line-height: 25px;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .onboard-content p {
    padding-right: 0px;
  }
}
.onboard-content .arrow-img {
  margin-top: -37px;
  height: 80px;
  text-align: right;
}

.onboard-form {
  max-width: 35rem;
  padding: 35px 53px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 15px 10px rgba(255, 244, 244, 0.44);
}
@media only screen and (max-width: 992px) {
  .onboard-form {
    margin: auto;
    padding: 20px;
  }
}
.onboard-form h3 {
  font-family: "Roboto";
  color: #000;
  margin-bottom: 7px;
}
.onboard-form p {
  font-size: 15px;
}
.onboard-form .onboard-form-inner .form-group label {
  margin-bottom: 0rem;
  color: #000;
  font-weight: 600;
}
.onboard-form .onboard-form-inner .form-group .start-icon {
  position: absolute;
  left: 35px;
  top: 11px;
  font-size: 14px;
}
.onboard-form .onboard-form-inner .form-group .start-icon img {
  height: 17px;
}
.onboard-form .onboard-form-inner .form-group.phone .form-control {
  padding-left: 72px;
}
.onboard-form .onboard-form-inner .form-group .form-control {
  padding-left: 55px;
  height: 40px;
  font-size: 16px;
  background: #f3f3f3;
  border-radius: 5px;
  border: 0;
}
.onboard-form .onboard-form-inner .checkbox-group .form-check .form-check-label {
  color: #535353;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 5px;
  padding-left: 5px;
}
.onboard-form .onboard-form-inner .checkbox-group .form-check input[type=checkbox]:checked:after {
  position: relative;
  content: "\f00c";
  display: block;
  left: -1px;
  top: -19px;
  width: 17px;
  height: 17px;
  font-family: "FontAwesome";
  background: #e11725;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.onboard-form .onboard-form-inner .checkbox-group .form-check input[type=checkbox]::before {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  background: #fff;
  border: #c3c2c9 solid 1px;
  top: -1px;
  left: -1px;
  border-radius: 2px;
}

.partner-section {
  position: relative;
  background-image: url(../img/shape/top-shape.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .partner-section {
    padding-bottom: 10px;
  }
}

.partner-heading {
  text-align: center;
}
.partner-heading h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  font-family: Poppins;
}
@media only screen and (max-width: 1400px) {
  .partner-heading h2 {
    font-size: 24px;
  }
}
.partner-heading p {
  font-size: 16px;
  color: #5f5d5d;
  margin-top: 13px;
  margin-bottom: 40px;
  font-family: Poppins;
}
@media only screen and (max-width: 640px) {
  .partner-heading p {
    font-size: 15px;
  }
}

.more-heading h2 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
}

.more {
  list-style: none;
  margin-top: 30px;
}
.more li {
  margin-right: 40px;
  width: 29%;
  display: inline-flex;
}
@media only screen and (max-width: 1400px) {
  .more li {
    width: 27%;
  }
}
@media only screen and (max-width: 768px) {
  .more li {
    width: 26%;
  }
}
@media only screen and (max-width: 640px) {
  .more li {
    width: 100%;
  }
}
.more li i {
  margin-top: 3px;
  color: #f91e2f;
}

.partner-box {
  margin-bottom: 27px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  background: #fff;
}
.partner-box h4 {
  font-family: Poppins;
  font-size: 18px;
  line-height: 30px;
}
.partner-box p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.8;
}

.ready-section {
  background-image: url(../img/ready-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 22rem 0 17rem;
  margin-top: -16em;
}
@media only screen and (max-width: 640px) {
  .ready-section {
    margin-top: 0em;
  }
}
.ready-section .ready-heading {
  text-align: center;
  margin-top: 4em;
}
@media only screen and (max-width: 640px) {
  .ready-section .ready-heading {
    margin-top: 0em;
  }
}
.ready-section .ready-heading h2 {
  font-size: 38px;
  color: #fff;
}
.ready-section .ready-heading p {
  font-size: 16px;
  color: #fff;
}

.banking .banking-heading h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  font-family: Poppins;
}
@media only screen and (max-width: 1400px) {
  .banking .banking-heading h2 {
    font-size: 24px;
  }
}
.banking .banking-heading p {
  font-size: 16px;
  color: #5f5d5d;
}
.banking .know-heading h4 {
  color: #000;
  font-size: 17px;
  margin-top: 50px;
}
.banking .know-heading p {
  font-size: 16px;
  color: #5f5d5d;
}
.banking .video {
  color: #f91e2f;
  font-weight: 700;
}

.discuss_project {
  background: #fff;
  box-shadow: 10px 10px rgb(255, 164, 171);
  padding: 52px 0 40px;
  border-radius: 5px;
  position: absolute;
  left: 20%;
  width: 65%;
  text-align: center;
  margin-top: -70px;
  z-index: 9;
}
@media only screen and (max-width: 992px) {
  .discuss_project {
    width: 90%;
    left: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .discuss_project {
    left: 2%;
    width: 96%;
    padding: 10px;
  }
}
.discuss_project .heading_title {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  width: 75%;
  float: left;
}
@media only screen and (max-width: 640px) {
  .discuss_project .heading_title {
    width: 100%;
    font-size: 13px;
  }
}

.banner-section {
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
  margin-bottom: 150px;
  background-repeat: no-repeat;
}
.banner-section .polygon {
  position: absolute;
  top: 35px;
  left: 0px;
}
@media only screen and (max-width: 1600px) {
  .banner-section {
    margin-bottom: 10px;
    padding: 100px 0 150px;
  }
}
@media only screen and (max-width: 640px) {
  .banner-section {
    margin-bottom: 0px;
    padding: 30px 0 0;
  }
}
.banner-section .banner-title h3 {
  color: #010C5E;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin-top: 30px;
}
.banner-section .banner-title p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 80px;
  text-align: justify;
  color: #424242;
  margin-top: 30px;
}
@media only screen and (max-width: 1400px) {
  .banner-section .banner-title p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .banner-section .banner-title p {
    font-size: 15px;
  }
}
.banner-section .banner-img {
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .banner-section .banner-img {
    margin-bottom: 0;
    max-width: 429px;
    margin: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .banner-section .banner-img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .banner-section .banner-img {
    margin-top: 0px;
    padding-left: 0px;
  }
}

.verific-title h2 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1400px) {
  .verific-title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .verific-title h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.verification-section {
  position: relative;
  background-image: url(../img/shape/bg-verify-shape.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.verify-wrapper {
  padding: 50px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1400px) {
  .verify-wrapper .verify-img {
    max-width: 907px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .verify-wrapper {
    padding: 20px;
  }
}
.verify-wrapper .verify-title {
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .verify-wrapper .verify-title {
    margin-top: 20px;
  }
}
.verify-wrapper .verify-title p {
  color: #424242;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 1400px) {
  .verify-wrapper .verify-title p {
    font-size: 15px;
  }
}

.growth-sec h3 {
  font-family: "Roboto";
  font-weight: 800;
  color: #F91D2F;
  font-size: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .growth-sec h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.trusted-section {
  position: relative;
  background-image: url(../img/trusted-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  padding: 100px 0px;
}
.trusted-section .trusted-title h2 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 33px;
  margin-bottom: 40px;
}
.trusted-section .trusted-title p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: justify;
}
.trusted-section .f_img {
  max-width: 410px;
  margin: auto;
}
.trusted-section .slider-business .owl-dots {
  position: absolute;
  top: 30%;
  right: 100px;
}
@media only screen and (max-width: 1400px) {
  .trusted-section .slider-business .owl-dots {
    right: 24px;
  }
}
.trusted-section .slider-business .owl-dots .owl-dot {
  display: block;
}
.trusted-section .slider-business .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
  transition: 0.3s;
}
.trusted-section .slider-business .owl-dots .owl-dot.active span {
  height: 24px;
  background: #fff !important;
}

.sprint-api-section {
  position: relative;
  background-image: url(../img/sprintapi-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  .sprint-api-section {
    background: #ffe4e6;
  }
}
.sprint-api-section .api-shape {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .sprint-api-section .api-shape {
    display: none;
  }
}
.sprint-api-section .api-content p {
  color: #424242;
  text-align: right;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 20px;
}
.sprint-api-section .api-content .typed-sec span {
  font-size: 52px;
}
@media only screen and (max-width: 1400px) {
  .sprint-api-section .api-content .typed-sec span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .sprint-api-section .api-content .typed-sec span {
    font-size: 26px;
  }
}

.business-bnk h2 {
  font-family: "Roboto";
  font-weight: 600;
  color: #182537;
  font-size: 63px;
}
@media only screen and (max-width: 1400px) {
  .business-bnk h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .business-bnk h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .business-bnk h2 {
    font-size: 24px;
    margin-top: 20px;
  }
}
.business-bnk p {
  font-family: "Roboto";
  font-weight: 400;
  color: #666666;
  font-size: 20px;
  margin-bottom: 90px;
  text-align: justify;
}
@media only screen and (max-width: 1400px) {
  .business-bnk p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .business-bnk p {
    font-size: 16px;
  }
}

.sprint-us-section {
  position: relative;
  background-image: url(../img/shape/sprint-us-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  padding: 100px 0px 174px;
}
@media only screen and (max-width: 768px) {
  .sprint-us-section {
    background-size: unset;
  }
}

.sprint-withus-section {
  position: relative;
  padding: 200px 0px;
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  .sprint-withus-section {
    padding: 100px 0px;
  }
}
@media only screen and (max-width: 992px) {
  .sprint-withus-section {
    padding: 0px 0px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .sprint-withus-section {
    padding: 50px 0px 50px;
  }
}

.sprint-us h2 {
  color: #010C5E;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .sprint-us h2 {
    font-size: 24px;
  }
}
.sprint-us p {
  color: #424242;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .sprint-us p {
    font-size: 16px;
  }
}

.sprintus-sec {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .sprintus-sec {
    gap: 10px;
  }
}
.sprintus-sec .clear-api {
  width: 72px;
  height: 72px;
  background-color: #F91E2F;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  border: 5px solid #fff;
  line-height: 58px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 40px 0px;
}
.sprintus-sec .clear-content {
  flex: 1;
}
.sprintus-sec:not(:last-child) .clear-api::after {
  content: "";
  position: absolute;
  height: 60px;
  border: 1px dashed #F91D2F;
  border-width: thin;
  left: 30px;
  bottom: -65px;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .sprintus-sec:not(:last-child) .clear-api::after {
    height: 100%;
    bottom: -88px;
  }
}
.sprintus-sec .clear-content h3 {
  color: #010C5E;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
}
.sprintus-sec .clear-content p {
  color: rgb(66, 66, 66);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}
@media only screen and (max-width: 1200px) {
  .sprintus-sec .clear-content p {
    font-size: 16px;
  }
}

.bank-sprint-section {
  padding: 200px 0px 100px;
  background-image: url(../img/banking-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  position: relative;
}
.bank-sprint-section .shape-srinkt-1 {
  position: absolute;
  top: -196px;
  left: 0;
  z-index: 1;
}
.bank-sprint-section .shape-srinkt-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bank-sprint-section .sprint-title span {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  color: #F91D2F;
}
.bank-sprint-section .sprint-title h2 {
  font-family: "Roboto";
  font-weight: 800;
  color: #F91D2F;
  font-size: 36px;
  margin-bottom: 35px;
}
.bank-sprint-section .sprint-title p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
  color: #666666;
}
@media only screen and (min-width: 992px) {
  .bank-sprint-section .sprint-title p {
    max-width: 500px;
  }
}
.bank-sprint-section .bank-wrapper .box-parent .box-bank-main {
  position: relative;
  transition: all 0.2s;
}
.bank-sprint-section .bank-wrapper .box-parent .box-bank-main .box-bank-hover {
  position: absolute;
  opacity: 0;
  top: 98%;
  visibility: hidden;
  padding: 11px;
  text-align: justify;
  background: #FFFFFF;
  z-index: 1;
  width: 100%;
  transition: all 0.2s;
}
.bank-sprint-section .bank-wrapper .box-parent .box-bank-main .box-bank-hover p {
  font-size: 14px;
}
.bank-sprint-section .bank-wrapper .box-parent .box-bank-main:hover .box-bank {
  border-radius: 10px 10px 0px 0px;
}
.bank-sprint-section .bank-wrapper .box-parent .box-bank-main:hover .box-bank-hover {
  opacity: 1;
  visibility: visible;
}
.bank-sprint-section .bank-wrapper .box-parent .box-bank-main .box-bank {
  border: 2px solid #FF7D01;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.bank-sprint-section .bank-wrapper .box-parent .box-bank-main .box-bank .bank-icon {
  width: 75px;
  height: 75px;
  line-height: 68px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}
.bank-sprint-section .bank-wrapper .box-parent .box-bank-main .box-bank p {
  flex: 1;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #11133E;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.bank-sprint-section .bank-wrapper .box-parent:nth-of-type(1) .box-bank-main .box-bank {
  border: 2px solid #FF7D01;
}
.bank-sprint-section .bank-wrapper .box-parent:nth-of-type(1) .box-bank-main:hover .box-bank-hover {
  border: 2px solid #FF7D01;
}
.bank-sprint-section .bank-wrapper .box-parent:nth-of-type(1) .box-bank-main .box-bank {
  border: 2px solid #FF7D01;
}
.bank-sprint-section .bank-wrapper .box-parent:nth-of-type(1) .box-bank-main:hover .box-bank-hover {
  border: 2px solid #FF7D01;
}
.bank-sprint-section .bank-wrapper .box-parent:nth-of-type(2) .box-bank-main .box-bank {
  border: 2px solid #8EC000;
}
.bank-sprint-section .bank-wrapper .box-parent:nth-of-type(2) .box-bank-main:hover .box-bank-hover {
  border: 2px solid #8EC000;
}
.bank-sprint-section .bank-wrapper .box-parent:nth-of-type(3) .box-bank-main .box-bank {
  border: 2px solid #FFCF00;
}
.bank-sprint-section .bank-wrapper .box-parent:nth-of-type(3) .box-bank-main:hover .box-bank-hover {
  border: 2px solid #FFCF00;
}
.bank-sprint-section .bank-wrapper .box-parent:nth-of-type(4) .box-bank-main .box-bank {
  border: 2px solid #1BB0D4;
}
.bank-sprint-section .bank-wrapper .box-parent:nth-of-type(4) .box-bank-main:hover .box-bank-hover {
  border: 2px solid #1BB0D4;
}
.bank-sprint-section .bank-wrapper .box-parent:nth-of-type(5) .box-bank-main .box-bank {
  border: 2px solid #0024BA;
}
.bank-sprint-section .bank-wrapper .box-parent:nth-of-type(5) .box-bank-main:hover .box-bank-hover {
  border: 2px solid #0024BA;
}

.suite-section {
  padding: 0px 0px 200px;
  position: relative;
  z-index: 1;
}
.suite-section::after {
  content: "";
  position: absolute;
  bottom: -190px;
  left: 0;
  background-image: url(../img/suite-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 1051px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .suite-section::after {
    background: #f81e2f;
    height: 100%;
    bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .suite-section {
    padding: 50px 0;
  }
}
.suite-section .suite-heading h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .suite-section .suite-heading h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.suite-section .suite-heading p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
}
@media only screen and (max-width: 992px) {
  .suite-section .suite-heading p {
    font-size: 16px;
  }
}
.suite-section .trust a {
  color: #fff;
  text-decoration: underline;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 992px) {
  .suite-section .trust-img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .suite-section .trust-img .firstimg {
    order: 2;
  }
}

.mutli-section {
  padding: 80px 0px 40px;
}
.mutli-section .box-wrapper-multi {
  position: relative;
  margin-bottom: 30px;
}
.mutli-section .box-wrapper-multi .box-muliti {
  background: white;
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.2);
  border: 2px solid white;
  border-radius: 20px;
  display: flex;
  transition: 0.5s all;
  position: relative;
  overflow: hidden;
}
.mutli-section .box-wrapper-multi .box-muliti::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0px;
  bottom: 0px;
  background: #F91D2F;
  border-radius: 0px 40px 0px 20px;
  transition: 0.5s all;
  opacity: 0;
}
.mutli-section .box-wrapper-multi .box-muliti .box-heading {
  flex: 1;
  padding: 20px 31px 20px;
}
@media only screen and (max-width: 640px) {
  .mutli-section .box-wrapper-multi .box-muliti .box-heading {
    padding: 20px 11px 20px;
  }
}
.mutli-section .box-wrapper-multi .box-muliti .box-heading h4 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 24px;
  text-decoration-line: underline;
  color: #F91D2F;
  margin-bottom: 20px;
}
.mutli-section .box-wrapper-multi .box-muliti .box-heading P {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  text-align: justify;
}
.mutli-section .box-wrapper-multi .box-muliti .icons-bank {
  background: #F91D2F;
  border-radius: 24px 20px 20px 93.5px;
  width: 150px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.5s all;
}
.mutli-section .box-wrapper-multi .box-muliti .icons-bank::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 10%;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 20px;
  width: 54px;
  height: 17px;
  transition: 0.5s all;
  opacity: 0;
}
.mutli-section .box-wrapper-multi:hover .box-muliti {
  border: 2px solid #F91D2F;
}
.mutli-section .box-wrapper-multi:hover .box-muliti::after {
  opacity: 1;
}
.mutli-section .box-wrapper-multi:hover .box-muliti .icons-bank::after {
  opacity: 1;
}

.our-services-section {
  padding: 200px 0px;
  position: relative;
}
.our-services-section .steps-shape-1 {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .our-services-section .steps-shape-1 {
    top: -380px;
    z-index: -1;
  }
}
.our-services-section .steps-shape-2 {
  position: absolute;
  bottom: -100px;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .our-services-section .steps-shape-2 {
    bottom: -280px;
  }
}
@media only screen and (max-width: 992px) {
  .our-services-section .steps-shape-2 {
    display: none;
  }
}
.our-services-section .steps-wrapper h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 35px;
  text-align: center;
  color: #F91D2F;
}
.our-services-section .services-tab .nav-pills-custom .nav-item a {
  font-size: 22px;
  color: #666666;
  text-transform: capitalize;
  border-bottom: 1px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.5s all;
  padding: 0;
}
.our-services-section .services-tab .nav-pills-custom .nav-item a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/line-tab.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
}
.our-services-section .services-tab .nav-pills-custom .nav-item a.active {
  color: #F91D2F;
  background-color: transparent;
  z-index: 9;
}
.our-services-section .services-tab .nav-pills-custom .nav-item a.active::after {
  visibility: visible;
  opacity: 1;
}
.our-services-section .services-tab .v-tab {
  padding-top: 50px;
}
.our-services-section .services-tab .v-tab .steps-content h4 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .our-services-section .services-tab .v-tab .steps-content h4 {
    font-size: 26px;
  }
}
.our-services-section .services-tab .v-tab .steps-content h4 span {
  color: #F91D2F;
}
.our-services-section .services-tab .v-tab .steps-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  color: #666666;
}

.section-connect {
  position: relative;
  z-index: 1;
  padding-top: 180px;
}
@media only screen and (max-width: 768px) {
  .section-connect {
    padding-top: 80px;
  }
}
.section-connect .contact-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  padding: 100px 20px;
  position: relative;
}
.section-connect .contact-wrapper::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -57px;
  border: 1px solid #F91D2F;
  border-radius: 0px 24px 0px 0px;
  width: 100%;
  width: 284px;
  z-index: -1;
  height: 235px;
}
@media only screen and (max-width: 992px) {
  .section-connect .contact-wrapper::after {
    right: -15px;
  }
}
.section-connect .contact-wrapper::before {
  content: "";
  position: absolute;
  bottom: -1%;
  left: -76%;
  width: 77%;
  border: 1px solid #F91D2F;
  transform: rotate(165deg);
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .section-connect .contact-wrapper::before {
    display: none;
  }
}
@media only screen and (min-width: 2200px) {
  .section-connect .contact-wrapper::before {
    display: none;
  }
}
.section-connect .contact-wrapper .contact-email-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .section-connect .contact-wrapper .contact-email-1 {
    width: 80px;
  }
}
.section-connect .contact-wrapper .contact-email-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .section-connect .contact-wrapper .contact-email-2 {
    width: 80px;
  }
}
.section-connect .start-now-sec h2 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 36px;
  line-height: 33px;
  color: #F91D2F;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .section-connect .start-now-sec h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .section-connect .start-now-sec h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.section-connect .start-now-sec p {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .section-connect .start-now-sec p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.section-connect .start-now-sec .btn-reach {
  width: 100%;
  background: #F91D2F;
  border-radius: 50px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: white;
  padding: 12px;
}

.footer {
  position: relative;
  background: #FFE4E6;
  z-index: 1;
}
.footer .col-inner.contact h5 {
  text-decoration: none;
}
.footer .col-inner .footer-menu ul li {
  margin: 0 0 10px;
  font-size: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
}
.footer .col-inner .footer-menu ul li a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
}
.footer .col-inner h5 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.footer .col-inner .footer-social ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin: 20px 0 0;
}
.footer .col-inner .footer-contact .email-form {
  display: flex;
  align-items: end;
  gap: 15px;
  margin-bottom: 20px;
}
.footer .col-inner .footer-contact .email-form .form-group {
  width: 100%;
  margin: 0;
}
.footer .col-inner .footer-contact .email-form .form-group .form-control {
  border-radius: 4px;
  border: 1px solid #F91D2F;
  background: #FFE4E6;
  height: 56px;
}
.footer .col-inner .footer-contact .email-form .btn-sign-up {
  background-color: #F91D2F;
  border-radius: 4px;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
  width: 145px;
  height: 53px;
}
.footer .col-inner .footer-contact li a {
  color: #424242;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 22px;
}
.footer .footer-top {
  padding: 0 0 100px;
}

.footer-bot {
  padding: 39px 0;
  background-color: #F91D2F;
}
.footer-bot .footer-address li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.footer-bot p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #8F8F8F;
}

.footer-bottom {
  padding: 20px 0;
  background-color: #fff;
}
.footer-bottom p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #424242;
}

.reach-modal .modal-content {
  border-radius: 52px;
  border: 2px solid #fff;
}
.reach-modal .modal-content .btn-close {
  position: absolute;
  right: 16px;
  background: #F91D2F;
  border-radius: 18px;
  border: transparent;
  color: white;
  height: 36px;
  width: 36px;
  top: 12px;
  line-height: 2px;
  z-index: 1;
}
.reach-modal .modal-content .btn-close span {
  font-weight: 400;
  font-size: 1.6rem;
}
.reach-modal .modal-content .modal-body {
  padding: 0rem;
  position: relative;
}
.reach-modal .modal-content .modal-body .arrow-model-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.reach-modal .modal-content .modal-body .contact-sec {
  background: linear-gradient(180deg, rgba(70, 33, 139, 0.57) 0%, #F91D2F 91.78%);
  border-radius: 52px 0px 0px 52px;
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media only screen and (max-width: 992px) {
  .reach-modal .modal-content .modal-body .contact-sec {
    border-radius: 52px 52px 0 0;
  }
}
.reach-modal .modal-content .modal-body .contact-sec h4 {
  font-family: "Roboto";
  font-size: 32px;
  line-height: 49px;
  color: white;
}
@media only screen and (max-width: 992px) {
  .reach-modal .modal-content .modal-body .contact-sec .reach-img {
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .reach-modal .modal-content .modal-body .contact-sec .reach-img img {
    max-width: 70%;
  }
}
.reach-modal .modal-content .modal-body .send-msg-content {
  padding: 35px 25px;
}
.reach-modal .modal-content .modal-body .send-msg-content h2 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 28px;
  color: #000000;
}
.reach-modal .modal-content .modal-body .send-msg-content .contact-form .form-group label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  color: #11133E;
}
.reach-modal .modal-content .modal-body .send-msg-content .contact-form .form-group .form-control {
  height: 56px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.reach-modal .modal-content .modal-body .send-msg-content .contact-form .form-group .form-control::-moz-placeholder {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  color: #CECECE;
}
.reach-modal .modal-content .modal-body .send-msg-content .contact-form .form-group .form-control::placeholder {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  color: #CECECE;
}
.reach-modal .modal-content .modal-body .send-msg-content .contact-form .btn-send {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  background: #F91D2F;
  padding: 9px 135px;
  color: #fff;
  border-radius: 4px;
}

/* enquiry form css last updated code */

.banner {
  position: relative;
  z-index: 1;
  background-image: url(../img/onboard-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:100px;
}

@media only screen and (max-width: 768px) {
  .banner {
    padding: 30px 0px;
  }
}

.banner-text h5 {
  color: #fff;
  font-size: 16px;
}


.banner-text h2 {
  color: #fff;
  font-size: 24px;
}

@media only screen and (max-width: 640px) {
  .banner-text h2 {
    font-size: 22px;
  }
}

.banner-text p {
  font-size: 16px;
  color: #fff;
  padding-right: 30px;
  line-height: 25px;
  text-align: justify;
}

@media only screen and (max-width: 640px) {
  .banner-text p {
    padding-right: 0px;
  }
}

.arrow-img {
  float: right;
  margin-top: -37px;
  height: 80px;
}


.form_hero {
  max-width: 31rem;
  padding: 35px 53px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 15px 10px rgb(255 244 244 / 44%);
}

@media (max-width:768px){
  .form_hero {
     margin: auto;
  }
}
.name span img {
  height: 22px;
}

.name span {
  position: absolute;
  left: 35px;
  top: 9px;
  font-size: 15px;
}

.email span {
  position: absolute;
  left: 35px;
  top: 9px;
  font-size: 15px;
}

.phone span {
  position: absolute;
  left: 35px;
  top: 9px;
  font-size: 14px;
}

.form_hero .form_wrap .form-control {
  padding-left: 55px;
  height: 40px;
  font-size: 14px;
}

.phone .form-control {
  padding-left: 79px !important;
}

.star {
  display: none;
  color: #008000;
  float: right;
  position: absolute;
  right: 24px;
  top: 10px;
  font-size: 12px;
}

.verify-button {
  display: none;
  padding: 10px 9px;
  width: auto !important;
  font-size: 12px;
  position: absolute;
  top: -8px;
  right: 16px;
}

.hide {
  display: none;
}

.resend-button {
  display: none;
  background: #008000 !important;
  padding: 9px;
  width: auto !important;
  font-size: 12px;
  position: absolute;
  top: 41px;
  right: 1em;
}

.checkbox-group .form-check .form-check-label {
  color: #535353;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 5px;
}

.checkbox-group .form-check input[type=checkbox]:checked:after {
  position: relative;
  content: "\f00c";
  display: block;
  left: -1px;
  top: -19px;
  width: 17px;
  height: 17px;
  font-family: "FontAwesome";
  background: #e11725;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.checkbox-group .form-check input[type=checkbox]::before {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  background: #fff;
  border: #c3c2c9 solid 1px;
  top: -1px;
  left: -1px;
  border-radius: 2px;
}

.btn2 {
  background: #f91e2f;
  width: 100%;
  border-radius: 5px;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 12px 90px;
  margin-top: 20px;
  color: #fff;
}

.btn2:hover {
  color: #fff;
}


.partner {
  position: relative;
  background-image: url(../img/shape/top-shape.png);
  background-size: cover;
  padding: 47rem 0 20rem;
  margin-top: -49em;
}

@media only screen and (max-width: 640px) {
  .partner-section {
    padding-bottom: 10px;
  }
}

.main-heading {
  text-align: center;
  margin-top: 3em;
}

.heading {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}

.main-heading p {
  font-size: 16px;
  color: #5f5d5d;
  padding: 0 210px;
  margin-top: 13px;
  margin-bottom: 40px;
}

@media (max-width: 768px){
  .heading {
    font-size: 20px;
  }
  .banking p {
    text-align: center;
   }
  .main-heading p {
      padding-left: 0;
      padding-right: 0;
  }
}
.partner-single-wrap {
  margin-bottom: 27px;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 6%);
  border-radius: 5px;
  background: #fff;
}

.partner-icon {
  position: relative;
  display: block;
  width: 100%;
}

.partner-info h4 {
  font-size: 16px;
  line-height: 30px;
}

.more {
  position: absolute;
  width: 100%;
  margin-top: -18em;
  z-index: 9;
}

ul.more {
  list-style: none;
  margin-top: 30px;
}

ul.more li {
  margin-right: 40px;
  width: 29%;
  display: inline-flex;
}

ul.more li .fa {
  margin-top: 3px;
  color: #f91e2f;
}



.heading2 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
}

.ready{
  background-image: url(../img/ready-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 22rem 0 17rem;
  margin-top: -16em;
}


@media (max-width: 768px){
  .ready {
      margin-top: -4em;
      height: auto;
      padding-top: 12rem;
      padding-bottom: 60px;
  }
}


.heading.h-ready {
  font-size: 38px;
  color: #fff;
}

.main-heading.ready-head p {
  color: #fff;
}
.banking h4 {
  font-size: 17px;
  margin-top: 50px;
}
.banking p {
  font-size: 15px;
  padding-right: 87px;
}
@media (max-width: 768px){
  .banking p {
     padding-right:0px;
   }
}

.video a {
  color: #f91e2f;
  font-weight: 700;
}
.discuss_project .heading_title {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  -webkit-background-clip: text;
  width: 75%;
  float: left;
}
@media (max-width: 568px){
  .discuss_project .heading_title {
    font-size: 16px;
    width: 100%;
  }
}

.get-btn a {
  background: #f81d2e;
  padding: 20px;
  border-radius: 5px;
  margin-left: 7px;
  box-shadow: #ffc6ca 1px 0px 10px;
  width: 20%;
  float: left;
  margin-top: -17px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 568px){
    .get-btn a {
      width: 100%;
      margin: 20px 0 0 0;
  }
}


/* ----------------------- End footer ------------------------- */
.whatsapp-icon {
  position: fixed;
  bottom: 24px;
  left: 32px;
  width: 59px;
  height: 60px;
  border-radius: 48%;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 46px;
  fill: rgb(255, 255, 255);
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background-color: rgb(37, 211, 102);
  transition: all 0.3s ease 0s;
  animation: 6s ease-in-out 0s infinite normal none running float;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}/*# sourceMappingURL=main.css.map */