@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
.text-white, .btn-common, .btn-gradient, .btn-gradient:hover, .circle-btn i, .dark-btn, .breadcrumb-sec .breadcrumb-list li:last-child {
  color: #fff; }

.text-black, .what-we-do-sec .what-we-do-container .what-we-do-item p {
  color: #000; }

.text-green {
  color: #43b14b; }

.text-blue {
  color: #043f71; }

.bg-green, .bg-icon-1 {
  background-color: #016938; }

.text-gradient, .sec-title h2 span {
  background: #fff;
  background: linear-gradient(177deg, #43b14b 30%, #028e4d 50%, #03627a 60%, #043f71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.manrope-text, body, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-style: normal; }

.fw-600 {
  font-weight: 600 !important; }

/* ----------------------------------------------------------
// bg color
  ---------------------------------------------------------- */
.curved-bg {
  background: #FFF;
  background: radial-gradient(ellipse 500% 200% at bottom, #ffffff00 10%, #43b14b 17%, #028e4d 20%, #03627a 25%, #043f71 100%); }

.bg-gradient, .swiper-button-prev,
.swiper-rtl .swiper-button-next, .swiper-button-next,
.swiper-rtl .swiper-button-prev, .circle-btn i, .counter-sec h6, .bg-icon, .what-we-do-sec .what-we-do-container .what-we-do-item::before, .service-box .number {
  background: #fff;
  background: linear-gradient(90deg, #43b14b 60%, #028e4d 100%); }

.curved-bg-transferent, .breadcrumb-sec::before, .banner-sec::before {
  background: #fff;
  background: radial-gradient(ellipse 500% 200% at bottom, #f9f9f9 10%, #43b14bb0 17%, #028e4db8 20%, #03627ac9 25%, #043f71 100%); }

.bg-icon-1 {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 40px; }

.bg-white, .btn-gradient {
  background-color: #fff; }

.bg-black, .dark-btn {
  background-color: #000; }

.bg-tertiaryGreen {
  background: #43b14b; }

/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* ----------------------------------------------------------
// body
---------------------------------------------------------- */
body {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 400;
  color: #6D6F70;
  background-color: #F9F9F9; }
  body p,
  body li {
    font-weight: 400;
    list-style-type: none;
    color: #000; }
  body h5 {
    font-size: 1.1rem; }
    @media screen and (max-width: 767px) {
      body h5 {
        font-size: 1rem; } }
    @media screen and (min-width: 1601px) {
      body h5 {
        font-size: 1.5rem; } }
  body a {
    color: #000; }
    body a:hover {
      color: #016938; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 0.9rem; }
      body p {
        font-size: 0.9rem; }
      body h6 {
        font-size: 0.95rem; } }
  @media screen and (min-width: 1400px) {
    body {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    body {
      font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .pro-year-1 {
    font-size: 0.9rem; } }

img {
  border-radius: 20px; }
  @media screen and (max-width: 767px) {
    img {
      border-radius: 10px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1.6; }

@media screen and (min-width: 1601px) {
  h4 {
    font-size: 1.7rem; }

  h6 {
    font-size: 1.4rem; } }
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1rem; } }
/* ----------------------------------------------------------
:: // before-after other common scss
---------------------------------------------------------- */
.before-after, .breadcrumb-sec::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.before-after-1 {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0; }

.absolute {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.verticle-middle {
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: space-evenly; }

.bg-img, .breadcrumb-sec {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

/* ----------------------------------------------------------
:: section padding
---------------------------------------------------------- */
.section-xs {
  padding: 20px 0;
  background-color: #FFF; }

.section-sm {
  padding: 25px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 15px 0; } }

.section-md {
  padding: 60px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 15px 0; } }

.section-lg {
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-lg {
      padding: 30px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-lg {
      padding: 30px 0; } }
  @media screen and (min-width: 1601px) {
    .section-lg {
      padding: 100px 0; } }

a {
  text-decoration: none;
  color: #b3b3b3; }
  a:hover {
    text-decoration: none; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

button:focus:not(:focus-visible) {
  box-shadow: none; }

@media (min-width: 1601px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1495px; } }
/* ----------------------------------------------------------
:: section-title
---------------------------------------------------------- */
.banner-sec-title h2 {
  font-size: 2.8rem !important;
  margin-bottom: 2.5rem !important; }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .banner-sec-title h2 {
      font-size: 2rem !important; } }
  @media screen and (min-width: 1601px) {
    .banner-sec-title h2 {
      font-size: 4rem !important; } }
.banner-sec-title h2,
.banner-sec-title h1 {
  font-size: 3rem;
  font-weight: 100;
  color: #fff;
  margin-bottom: 2.5rem;
  line-height: 1.6; }
  .banner-sec-title h2 span,
  .banner-sec-title h1 span {
    font-weight: 700;
    display: block; }
  @media screen and (max-width: 767px) {
    .banner-sec-title h2,
    .banner-sec-title h1 {
      font-size: 1.5rem !important; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .banner-sec-title h2,
    .banner-sec-title h1 {
      font-size: 2rem !important; } }
  @media screen and (min-width: 1601px) {
    .banner-sec-title h2,
    .banner-sec-title h1 {
      font-size: 3.5rem;
      margin-bottom: 3rem; } }
.banner-sec-title a {
  margin-bottom: 2.5rem; }
@media screen and (max-width: 767px) {
  .banner-sec-title {
    margin-bottom: 1.5rem; }
    .banner-sec-title h2 {
      font-size: 1.55rem !important; } }
.banner-sec-title p {
  color: #fff; }
  @media screen and (min-width: 1601px) {
    .banner-sec-title p {
      font-size: 1.2rem; } }

.sec-title h2 {
  font-size: 2.7rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.2; }
  .sec-title h2 span {
    font-weight: 700;
    display: block; }
  @media screen and (max-width: 767px) {
    .sec-title h2 {
      font-size: 1.35rem !important; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .sec-title h2 {
      font-size: 2rem !important; } }
  @media screen and (min-width: 1601px) {
    .sec-title h2 {
      font-size: 3.5rem;
      margin-bottom: 2rem; } }
@media screen and (max-width: 767px) {
  .sec-title h2 {
    font-size: 1.5rem !important; } }
.sec-title p {
  color: #fff;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 1601px) {
    .sec-title p {
      font-size: 1.2rem;
      margin-bottom: 2.5rem; } }

@media screen and (max-width: 767px) {
  .sec-subtitle p {
    text-align: center; } }
.sec-subtitle h2 {
  font-weight: 400;
  margin-bottom: 1.5rem;
  font-size: 2.7rem; }
  @media screen and (max-width: 767px) {
    .sec-subtitle h2 {
      font-size: 1.5rem;
      text-align: center;
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .sec-subtitle h2 {
      font-size: 2rem !important; } }
  @media screen and (min-width: 1601px) {
    .sec-subtitle h2 {
      font-size: 2.8rem; } }
.sec-subtitle h3 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  margin: 0 0 1.5rem;
  line-height: 1.3; }
  .sec-subtitle h3 span {
    display: block; }
  @media screen and (max-width: 767px) {
    .sec-subtitle h3 {
      font-size: 1.12rem;
      margin: 1rem 0 0.5rem; } }
  @media screen and (min-width: 1601px) {
    .sec-subtitle h3 {
      font-size: 2rem; } }

/* ----------------------------------------------------------
:: form
---------------------------------------------------------- */
input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important; }
@media screen and (max-width: 767px) {
  input,
  select {
    font-size: 0.7rem; } }

/* ----------------------------------------------------------
:: swiper
---------------------------------------------------------- */
.swiper {
  width: 100%;
  height: 100%; }

@media (max-width: 760px) {
  .swiper-button-next {
    right: 20px; }

  .swiper-button-prev {
    left: 20px; } }
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #000;
  position: absolute;
  bottom: -100px;
  font-weight: bold;
  line-height: 45px;
  width: 45px;
  height: 45px;
  text-align: center;
  left: -50px;
  right: 0;
  margin: auto;
  border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
      width: 40px;
      height: 40px; } }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  color: #000;
  position: absolute;
  bottom: -100px;
  font-weight: bold;
  line-height: 45px;
  width: 45px;
  height: 45px;
  text-align: center;
  left: 0;
  right: -50px;
  margin: auto;
  border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
      width: 40px;
      height: 40px; } }

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 0.95rem; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #fff !important; }

/* ----------------------------------------------------------
// google icon
---------------------------------------------------------- */
.material-symbols-outlined {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  vertical-align: middle; }

.btn-common {
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 0.5rem 1.5rem;
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: inline-block; }
  .btn-common:hover {
    color: #43b14b;
    transform: translateY(0.5rem); }
  @media screen and (max-width: 767px) {
    .btn-common {
      padding: 0.4rem 1rem; } }
  @media screen and (min-width: 1601px) {
    .btn-common {
      border-radius: 35px; } }

.btn-gradient {
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 0.5rem 1.5rem;
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  background: linear-gradient(90deg, #43b14b 60%, #028e4d 72%, #03627a 84%, #043f71 100%); }
  .btn-gradient:hover {
    transform: translateY(0.5rem); }
  @media screen and (max-width: 767px) {
    .btn-gradient {
      padding: 0.4rem 1rem; } }
  @media screen and (min-width: 1601px) {
    .btn-gradient {
      border-radius: 35px; } }

.circle-btn i {
  border-radius: 50%;
  padding: 0.65rem 0.7rem;
  width: 35px;
  height: 35px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  rotate: 313deg;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .circle-btn i:hover {
    transform: translateX(5px); }
  @media screen and (max-width: 767px) {
    .circle-btn i {
      border-radius: 50%;
      padding: 0.65rem 0.7rem;
      width: 35px;
      height: 35px;
      line-height: 1;
      display: inline-block;
      text-align: center; } }
  @media screen and (min-width: 1601px) {
    .circle-btn i {
      border-radius: 50%;
      padding: 0.65rem 0.7rem;
      width: 45px;
      height: 45px;
      line-height: 1.3;
      display: inline-block;
      text-align: center; } }

.dark-btn {
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: inline-block; }
  .dark-btn:hover {
    transform: translateY(0.5rem); }
  @media screen and (min-width: 1601px) {
    .dark-btn {
      border-radius: 35px; } }

.pt-250 {
  padding-top: 15rem; }

.pb-250 {
  padding-bottom: 15rem; }

@media screen and (max-width: 767px) {
  .mt-top {
    margin-top: 4rem; } }

.border-right {
  position: relative; }
  .border-right::before {
    content: "";
    border-right: 1px solid #b3b3b3;
    height: 100px;
    right: -70px;
    width: 9px;
    top: -175px;
    position: absolute; }
  @media screen and (max-width: 992px) {
    .border-right {
      display: none; } }

@-webkit-keyframes bounce {
  100% {
    transform: translateY(-20px); } }
.breadcrumb-sec {
  padding: 10rem 0;
  background-image: url(../images/bannerbg.webp);
  background-position: 100% center;
  position: relative;
  z-index: 0; }
  .breadcrumb-sec::before {
    z-index: -1; }
  .breadcrumb-sec .banner-sec-title h1 {
    margin-bottom: 0.5rem; }
  .breadcrumb-sec .breadcrumb-list {
    display: flex; }
    .breadcrumb-sec .breadcrumb-list li {
      padding: 0.3rem; }
      .breadcrumb-sec .breadcrumb-list li:last-child {
        font-weight: 700; }
    .breadcrumb-sec .breadcrumb-list > li a:hover {
      color: #b3b3b3; }
  @media screen and (max-width: 767px) {
    .breadcrumb-sec {
      padding: 6rem 0; } }

.ul-list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.6rem;
  font-size: 0.95rem; }
  @media screen and (min-width: 1601px) {
    .ul-list li {
      font-size: 1.2rem; } }
  .ul-list li::before {
    content: "";
    width: 6px;
    position: absolute;
    left: 0;
    top: 7px;
    height: 6px;
    background-color: #016938;
    transform: skewX(329deg); }

@keyframes bounce {
  0%,
    100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); } }
@keyframes rotate-horizontal {
  0% {
    transform: rotateY(0deg);
    opacity: 0.6; }
  100% {
    transform: rotateY(360deg);
    opacity: 1; } }
.border-bottom {
  border-bottom: 1px solid #028e4d !important; }

.table {
  border-color: #016938; }
  .table tr th {
    color: #fff;
    background: #028e4d; }

header {
  position: relative;
  z-index: 1; }
  header .navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
      color: #fff;
      padding: 0 1rem; }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          padding: 0 0.55rem; } }
    header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle {
      display: inline-block; }
    header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
      border: 1px solid #43b14b;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        color: #043f71;
        font-weight: 500; }
        header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus, header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
          background-color: #e1f5e2; }
    @media screen and (min-width: 992px) {
      header .navbar .navbar-collapse .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        top: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
        display: block;
        top: 150%;
        opacity: 0;
        visibility: hidden; }
        header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
          font-size: 0.85rem; }
      header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-toggle::after {
        display: none; } }
    header .navbar .navbar-brand img {
      width: 160px;
      border-radius: 0 !important; }
      @media screen and (max-width: 676px) {
        header .navbar .navbar-brand img {
          width: 110px; } }
      @media screen and (min-width: 1920px) {
        header .navbar .navbar-brand img {
          width: 200px; } }
  header .navbar-light .navbar-toggler {
    position: relative;
    background-color: transparent;
    border: none; }
    header .navbar-light .navbar-toggler .navbar-toggler-icon {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
    header .navbar-light .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e"); }
  header.scrolled {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    width: 95%;
    min-height: 100px; }
    @media screen and (max-width: 767px) {
      header.scrolled {
        min-height: 80px; } }
    @media screen and (min-width: 1920px) {
      header.scrolled {
        min-height: 120px; } }

.fixed-top {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease; }

@media screen and (max-width: 992px) {
  .navbar {
    z-index: 9; }

  .navbar-nav {
    background: #043f71;
    padding: 0.5rem; }
    .navbar-nav .nav-item .nav-link {
      line-height: 2.5; }
    .navbar-nav .nav-item .dropdown-menu .dropdown-item {
      font-size: 0.7rem; } }
.banner-sec {
  background-image: url("../images/bannerbg.webp");
  background-position: center center;
  min-height: 63vh;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .banner-sec::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1; }
  @media screen and (min-width: 381px) {
    .banner-sec {
      min-height: 50vh; } }
  @media screen and (min-width: 1025px) {
    .banner-sec {
      min-height: 105vh; } }
  @media screen and (min-width: 1400px) {
    .banner-sec {
      min-height: 110vh; } }
  @media screen and (min-width: 1920px) {
    .banner-sec {
      min-height: 115vh; } }
  .banner-sec .banner-container {
    display: grid;
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    padding-top: 10rem; }
    @media screen and (max-width: 767px) {
      .banner-sec .banner-container {
        padding-top: 7rem; } }
    @media screen and (min-width: 1400px) {
      .banner-sec .banner-container {
        padding-top: 14rem; } }
    @media screen and (min-width: 1920px) {
      .banner-sec .banner-container {
        padding-top: 20rem; } }
  .banner-sec .banner-img {
    position: relative;
    text-align: center; }
    .banner-sec .banner-img img {
      width: 25%; }
      @media screen and (max-width: 767px) {
        .banner-sec .banner-img img {
          width: 35%; } }
    .banner-sec .banner-img iframe {
      right: -100px;
      bottom: calc(100% - 50px);
      z-index: 1;
      position: absolute; }
      @media screen and (max-width: 1024px) and (min-width: 992px) {
        .banner-sec .banner-img iframe {
          right: 0;
          bottom: calc(100% - 270px); } }
      @media screen and (max-width: 991px) {
        .banner-sec .banner-img iframe {
          width: 212px !important;
          height: 160px !important;
          right: 0;
          bottom: calc(100% - 147px); } }
      @media screen and (min-width: 1400px) {
        .banner-sec .banner-img iframe {
          right: -20px; } }

.your-partner-sec .partner-container {
  display: grid;
  grid-template-columns: auto 46%; }
  @media screen and (max-width: 767px) {
    .your-partner-sec .partner-container {
      grid-template-columns: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .your-partner-sec .partner-container {
      grid-template-columns: auto 60%; } }

.financial-solutions-sec .why-choose-container {
  display: grid;
  gap: 6rem;
  justify-content: end;
  align-items: center;
  grid-template-columns: 30% 46%; }
  @media screen and (max-width: 767px) {
    .financial-solutions-sec .why-choose-container {
      gap: 2rem; } }
  @media screen and (max-width: 991px) {
    .financial-solutions-sec .why-choose-container {
      grid-template-columns: 1fr; } }
.financial-solutions-sec .finance-sol-img {
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .financial-solutions-sec .finance-sol-img {
      width: 50%;
      margin: auto; } }
  .financial-solutions-sec .finance-sol-img > *:first-child {
    position: relative; }
  .financial-solutions-sec .finance-sol-img > *:last-child {
    position: absolute;
    left: -50%;
    bottom: 55px;
    width: 80%;
    box-shadow: 0 4px 15px #00000026;
    animation: bounce 2s ease infinite alternate; }
    @media screen and (max-width: 767px) {
      .financial-solutions-sec .finance-sol-img > *:last-child {
        left: 0;
        width: 50%;
        bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .financial-solutions-sec .finance-sol-img img {
      width: 50%;
      left: 140px;
      margin: 0 1rem 1rem; } }
@media screen and (max-width: 767px) {
  .financial-solutions-sec .bg-icon img {
    width: 25px; } }

.counter-sec h2 {
  font-size: 4.5rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .counter-sec h2 {
      font-size: 2rem;
      margin-bottom: 1rem;
      text-align: center;
      margin-top: 1.5rem; }
      .counter-sec h2:first-child h2 {
        margin-top: 0rem; } }
  .counter-sec h2 span {
    font-size: 1.9rem;
    color: #028e4d; }
    @media screen and (max-width: 767px) {
      .counter-sec h2 span {
        font-size: 1rem; } }
.counter-sec h6 {
  border-radius: 20px;
  padding: 0.2rem 1rem;
  display: inline-block;
  color: #fff;
  margin-bottom: 0.5rem; }
@media screen and (max-width: 767px) {
  .counter-sec h6 {
    display: block;
    width: 200px;
    margin: 0.8rem auto;
    text-align: center; }
  .counter-sec p {
    text-align: center;
    width: 75%;
    margin: 0.5rem auto; } }

.service-sec .smart-tool {
  background-color: #fff;
  border-radius: 10px;
  padding: 4.5rem; }
  @media screen and (max-width: 767px) {
    .service-sec .smart-tool {
      padding: 2rem; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .service-sec .smart-tool {
      padding: 1.5rem; } }
.service-sec .finance-details h5 {
  font-weight: 700; }
.service-sec .swiper-button-next,
.service-sec .swiper-rtl .swiper-button-prev {
  right: -105px; }
.service-sec .swiper-button-prev,
.service-sec .swiper-rtl .swiper-button-next,
.service-sec .swiper-button-next,
.service-sec .swiper-rtl .swiper-button-prev {
  bottom: 130px;
  left: -345px;
  border: 1px solid #027a80;
  background: #fff;
  color: #027a80; }
  @media screen and (max-width: 767px) {
    .service-sec .swiper-button-prev,
    .service-sec .swiper-rtl .swiper-button-next,
    .service-sec .swiper-button-next,
    .service-sec .swiper-rtl .swiper-button-prev {
      bottom: 19px;
      left: -70px; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .service-sec .swiper-button-prev,
    .service-sec .swiper-rtl .swiper-button-next,
    .service-sec .swiper-button-next,
    .service-sec .swiper-rtl .swiper-button-prev {
      bottom: 130px;
      left: -260px; } }
  @media screen and (min-width: 1601px) {
    .service-sec .swiper-button-prev,
    .service-sec .swiper-rtl .swiper-button-next,
    .service-sec .swiper-button-next,
    .service-sec .swiper-rtl .swiper-button-prev {
      bottom: 225px;
      left: -470px; } }
  @media screen and (min-width: 1920px) {
    .service-sec .swiper-button-prev,
    .service-sec .swiper-rtl .swiper-button-next,
    .service-sec .swiper-button-next,
    .service-sec .swiper-rtl .swiper-button-prev {
      bottom: 270px;
      left: -470px; } }
.service-sec .swiper-button-next.swiper-button-disabled,
.service-sec .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5; }

.testimonials-sec .swiper {
  padding: 2rem 1rem 5rem; }
  .testimonials-sec .swiper .swiper-slide {
    padding: 2rem;
    background: #fff;
    border: 1px solid #43b14b;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .testimonials-sec .swiper .swiper-slide {
        padding: 1rem; } }
    @media screen and (min-width: 1601px) {
      .testimonials-sec .swiper .swiper-slide {
        padding: 3.5rem; } }

footer {
  background: radial-gradient(ellipse 485% 400% at top, #ffffff00 10%, #43b14b 17%, #028e4d 20%, #03627a 25%, #043f71 100%); }
  footer h4 {
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      footer h4 {
        font-size: 1.2rem; } }
    @media screen and (min-width: 1601px) {
      footer h4 {
        font-size: 1.8rem; } }
  @media screen and (max-width: 767px) {
    footer .footer-logo {
      text-align: center; } }
  footer .footer-logo img {
    width: 160px;
    border-radius: 0 !important; }
    @media screen and (max-width: 676px) {
      footer .footer-logo img {
        width: 110px; } }
    @media screen and (min-width: 1920px) {
      footer .footer-logo img {
        width: 200px; } }
  footer .footer-logo a {
    display: inline-block;
    margin-bottom: 1.5rem; }
  footer .footer-btm {
    padding: 2rem 0; }
    @media screen and (min-width: 1601px) {
      footer .footer-btm {
        padding: 3rem 0; } }
    footer .footer-btm p {
      margin-bottom: 0; }
      footer .footer-btm p a {
        color: #fff;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s; }
        footer .footer-btm p a:hover {
          color: #43b14b; }

.custom-list {
  margin-top: 1rem; }
  .custom-list li {
    line-height: 2.1;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    .custom-list li:hover {
      transform: translateX(0.5rem); }
    @media screen and (max-width: 767px) {
      .custom-list li {
        font-size: 0.75rem; } }

.social-list .social-icon {
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 0.65rem 0.7rem;
  width: 35px;
  height: 35px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  margin: 1rem 1rem 0 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .social-list .social-icon:hover {
    transform: translateY(0.5rem); }
  @media screen and (max-width: 767px) {
    .social-list .social-icon {
      margin: 1rem 0 0 0;
      border-radius: 50%;
      padding: 0.7rem;
      width: 35px;
      height: 35px;
      line-height: 1;
      display: inline-block;
      text-align: center; } }
  @media screen and (min-width: 1400px) {
    .social-list .social-icon {
      border-radius: 50%;
      padding: 0.65rem 0.7rem;
      width: 45px;
      height: 45px;
      line-height: 1.3;
      display: inline-block;
      text-align: center; } }

.growth-sec img {
  box-shadow: 0 4px 15px #00000026; }

.bg-icon {
  box-shadow: 0 4px 15px #00000026;
  border-radius: 5px;
  padding: 0.6rem; }
  .bg-icon img {
    border-radius: 0 !important;
    filter: brightness(0) invert(1);
    width: 40px; }
    @media screen and (max-width: 767px) {
      .bg-icon img {
        width: 25px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .bg-icon img {
        width: 30px; } }
    @media screen and (min-width: 1601px) {
      .bg-icon img {
        width: 50px; } }

/* ----------------------------------------------
about-sec
---------------------------------------------- */
.about-sec .about-img {
  position: relative; }

.who-we-r-sec .main-card {
  background: #fff;
  padding: 2.5rem;
  border-radius: 20px; }
  @media screen and (max-width: 767px) {
    .who-we-r-sec .main-card {
      padding: 1rem; } }
  .who-we-r-sec .main-card .cards {
    margin: 0.5rem;
    border-radius: 20px;
    padding: 1rem 2rem;
    border: 1px solid #028e4d;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    justify-content: space-evenly; }
    @media screen and (max-width: 767px) {
      .who-we-r-sec .main-card .cards {
        margin: 0.5rem 0;
        padding: 1.2rem; } }
    .who-we-r-sec .main-card .cards p {
      margin-bottom: 0; }

.what-we-do-sec .what-we-do-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
  align-items: center;
  margin-top: 1.5rem; }
  @media screen and (max-width: 767px) {
    .what-we-do-sec .what-we-do-container {
      grid-template-columns: repeat(2, minmax(170px, 2fr)); } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .what-we-do-sec .what-we-do-container {
      grid-template-columns: repeat(3, minmax(187px, 2fr)); } }
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    .what-we-do-sec .what-we-do-container {
      grid-template-columns: repeat(3, minmax(300px, 2fr)); } }
  .what-we-do-sec .what-we-do-container .what-we-do-item {
    border: 2px solid #028e4d;
    border-radius: 15px;
    text-align: center;
    background: transparent;
    position: relative;
    padding: 0.7rem;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 0; }
    @media screen and (max-width: 991px) {
      .what-we-do-sec .what-we-do-container .what-we-do-item {
        padding: 0.5rem; } }
    @media screen and (min-width: 992px) and (max-width: 1024px) {
      .what-we-do-sec .what-we-do-container .what-we-do-item {
        padding: 2.5rem; } }
    .what-we-do-sec .what-we-do-container .what-we-do-item::before {
      content: "";
      position: absolute;
      top: 15px;
      left: 0px;
      right: 0;
      margin: auto;
      z-index: -1;
      width: 70px;
      height: 70px;
      border-radius: 50px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .what-we-do-sec .what-we-do-container .what-we-do-item::before {
          width: 60px;
          height: 60px;
          top: 10px; } }
      @media screen and (max-width: 991px) {
        .what-we-do-sec .what-we-do-container .what-we-do-item::before {
          top: 13px; } }
      @media screen and (min-width: 992px) and (max-width: 1024px) {
        .what-we-do-sec .what-we-do-container .what-we-do-item::before {
          top: 44px; } }
    .what-we-do-sec .what-we-do-container .what-we-do-item img {
      text-align: center;
      width: 50px;
      filter: brightness(0) invert(1);
      margin: 0.8rem auto;
      margin-bottom: 2rem;
      border-radius: 0; }
      @media screen and (max-width: 767px) {
        .what-we-do-sec .what-we-do-container .what-we-do-item img {
          width: 40px;
          margin: 0.5rem auto 1.2rem; } }
    @media screen and (max-width: 767px) {
      .what-we-do-sec .what-we-do-container .what-we-do-item p {
        line-height: 1.3; } }
    .what-we-do-sec .what-we-do-container .what-we-do-item h6 {
      color: #043f71;
      font-weight: 900; }
    .what-we-do-sec .what-we-do-container .what-we-do-item:hover {
      -webkit-transform: translateY(-0.5rem);
      -moz-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
      -o-transform: translateY(-0.5rem);
      transform: translateY(-0.5rem);
      background: #043f71;
      border: 2px solid transparent; }
      .what-we-do-sec .what-we-do-container .what-we-do-item:hover::before {
        animation: rotate-horizontal 1.1s ease-out forwards;
        background: #fff; }
      .what-we-do-sec .what-we-do-container .what-we-do-item:hover img {
        filter: unset; }
      .what-we-do-sec .what-we-do-container .what-we-do-item:hover h6 {
        color: #43b14b; }
      .what-we-do-sec .what-we-do-container .what-we-do-item:hover p {
        color: #fff; }

.vision-mission .vm-card {
  background: #fff;
  padding: 0.5rem;
  border-radius: 10px;
  min-height: 170px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid transparent; }
  .vision-mission .vm-card:hover {
    box-shadow: none;
    border: 1px solid #028e4d; }
  .vision-mission .vm-card p {
    margin-bottom: 0; }
  .vision-mission .vm-card .vm-details {
    padding: 0.8rem; }
  @media screen and (min-width: 1601px) {
    .vision-mission .vm-card {
      min-height: 205px; } }

.abt-container {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 50% 50%; }
  @media screen and (max-width: 767px) {
    .abt-container {
      grid-template-columns: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .abt-container {
      grid-template-columns: 90%;
      justify-content: center; } }
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    .abt-container {
      grid-template-columns: 35% 65%; } }
  .abt-container .abt-item:last-child {
    border-radius: 20px; }
    .abt-container .abt-item:last-child .about-details {
      background-color: #fff;
      margin: 2rem;
      padding: 2rem;
      border-radius: 20px;
      text-align: center;
      min-height: 400px; }
      @media screen and (max-width: 767px) {
        .abt-container .abt-item:last-child .about-details {
          margin: 1rem;
          padding: 1rem; } }
      @media screen and (min-width: 1400px) {
        .abt-container .abt-item:last-child .about-details {
          margin: 3rem;
          padding: 3rem; } }
      @media screen and (min-width: 1601px) {
        .abt-container .abt-item:last-child .about-details {
          padding: 2.5rem; } }
  .abt-container .swiper {
    padding-bottom: 5rem; }
  .abt-container .swiper-button-prev,
  .abt-container .swiper-rtl .swiper-button-next {
    bottom: -125px; }
    @media screen and (max-width: 767px) {
      .abt-container .swiper-button-prev,
      .abt-container .swiper-rtl .swiper-button-next {
        width: 40px;
        height: 40px; } }
    @media screen and (min-width: 1601px) {
      .abt-container .swiper-button-prev,
      .abt-container .swiper-rtl .swiper-button-next {
        bottom: -170px; } }
  .abt-container .swiper-button-next,
  .abt-container .swiper-rtl .swiper-button-prev {
    bottom: -125px; }
    @media screen and (max-width: 767px) {
      .abt-container .swiper-button-next,
      .abt-container .swiper-rtl .swiper-button-prev {
        width: 40px;
        height: 40px; } }
    @media screen and (min-width: 1601px) {
      .abt-container .swiper-button-next,
      .abt-container .swiper-rtl .swiper-button-prev {
        bottom: -170px; } }
  .abt-container .swiper-button-next.swiper-button-disabled,
  .abt-container .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: #f3f2f2 !important; }

@media screen and (max-width: 767px) {
  .details-key-sec h6 {
    word-wrap: break-word; } }
.details-key-sec h6 a {
  color: #016938;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .details-key-sec h6 a:hover {
    color: #000; }

/* ----------------------------------------------
key-client-sec
---------------------------------------------- */
.key-client-sec .logo-group .logo-sec {
  background: #fff;
  padding: 2.5rem;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  margin-bottom: 25px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .key-client-sec .logo-group .logo-sec:hover {
    box-shadow: 0 4px 15px #00000026; }
  @media screen and (max-width: 767px) {
    .key-client-sec .logo-group .logo-sec {
      padding: 1.5rem; } }
.key-client-sec .logo-group img {
  padding: 10px 15px;
  display: inline-block;
  border: 1px dashed #028e4d;
  background-color: #fff;
  border-radius: 20px;
  width: 175px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .key-client-sec .logo-group img:hover {
    -webkit-transform: translateY(-0.5rem);
    -moz-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    -o-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    border: 1px solid #043f71; }
  @media screen and (max-width: 676px) {
    .key-client-sec .logo-group img {
      width: 120px; } }
  @media screen and (max-width: 768px) {
    .key-client-sec .logo-group img {
      width: 130px; } }

/* ----------------------------------------------
Reach Us
---------------------------------------------- */
.map-sec {
  border: 1px solid #43b14b;
  box-shadow: 0 4px 15px #00000026;
  padding: 2.5rem; }

.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 6px 15px;
  height: 40px;
  border-radius: 0px;
  font-size: 0.75rem;
  color: #043f71;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  background-color: #fff;
  box-shadow: 0px 0px 15px #00000012;
  border: #fff solid 1px; }
  .contact-form .form-group input:hover, .contact-form .form-group input:focus,
  .contact-form .form-group select:hover,
  .contact-form .form-group select:focus,
  .contact-form .form-group textarea:hover,
  .contact-form .form-group textarea:focus {
    border: #043f71 solid 1px; }
.contact-form .form-group label {
  color: #043f71; }
  .contact-form .form-group label span {
    color: red; }
.contact-form .error-text {
  color: red !important;
  font-size: 12px;
  margin-top: 3px;
  display: block; }

input,
textarea,
select {
  border: 1px solid #043f71;
  transition: border-color 0.25s ease, box-shadow 0.25s ease; }
  input:focus, input:focus-visible, input:focus-within, input.active,
  textarea:focus,
  textarea:focus-visible,
  textarea:focus-within,
  textarea.active,
  select:focus,
  select:focus-visible,
  select:focus-within,
  select.active {
    border-color: #043f71;
    box-shadow: 0 0 0 3px #028e4d;
    outline: none; }

.contact-details {
  padding: 2.5rem;
  border: 1px solid #43b14b;
  background-color: #fff;
  border-radius: 10px;
  min-height: 270px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  @media screen and (min-width: 1601px) {
    .contact-details {
      min-height: 290px; } }
  .contact-details i {
    background-color: #028e4d;
    color: #fff;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.2rem;
    text-align: center;
    margin-right: 1.1rem;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .contact-details h4 {
    color: #043f71;
    width: 100px; }
  .contact-details > div {
    border-bottom: 2px solid #028e4d; }
  .contact-details:hover {
    border: 1px solid #043f71; }
    .contact-details:hover i {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }
  @media screen and (max-width: 767px) {
    .contact-details {
      padding: 1.5rem;
      min-height: auto; } }

.service-box {
  padding: 1.5rem 1.5rem 1rem 1rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
  border: 1px solid #fff;
  text-align: center;
  box-shadow: 0 4px 15px #00000026;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  height: 235px;
  text-transform: capitalize; }
  @media screen and (max-width: 767px) {
    .service-box {
      height: 170px;
      padding: 0.8rem; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .service-box {
      height: 225px;
      border-radius: 10px;
      padding: 1rem; } }
  @media screen and (min-width: 1601px) {
    .service-box {
      height: 280px; } }
  .service-box h5 {
    margin: 1em 0;
    font-size: 0.9rem; }
    @media screen and (max-width: 767px) {
      .service-box h5 {
        margin: 0.8em 0;
        font-size: 0.75rem;
        line-height: 1.2; } }
    @media screen and (min-width: 1601px) {
      .service-box h5 {
        font-size: 1.2rem; } }
  .service-box .number {
    counter-increment: my-counter;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    color: transparent;
    line-height: 1;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.6rem;
    border-radius: 10px;
    text-align: center;
    width: 43px; }
    @media screen and (max-width: 767px) {
      .service-box .number {
        font-size: 1rem;
        width: 35px; } }
    @media screen and (min-width: 1601px) {
      .service-box .number {
        width: 50px;
        height: 45px; } }
    .service-box .number::before {
      content: counter(my-counter); }
  .service-box a {
    padding: 0.3rem 0.5rem;
    color: #028e4d;
    width: 111px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    border: 1px solid #043f71;
    font-weight: 600;
    border-radius: 20px; }
    @media screen and (max-width: 767px) {
      .service-box a {
        padding: 0.2rem 0.2rem;
        display: inline-block;
        border-radius: 5px;
        font-size: .6rem;
        width: unset; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .service-box a {
        width: unset;
        border-radius: 10px;
        padding: 0.3rem 0.35rem; } }
    @media screen and (min-width: 1601px) {
      .service-box a {
        padding: 0.3rem 0.9rem; } }
    .service-box a i {
      margin-left: 0.3rem; }
    .service-box a:hover {
      background-color: #043f71;
      color: #fff; }
  .service-box:hover {
    border: 1px solid #43b14b; }
    .service-box:hover span {
      -webkit-transition: all 900ms ease;
      -moz-transition: all 900ms ease;
      -ms-transition: all 900ms ease;
      -o-transition: all 900ms ease;
      transition: all 900ms ease;
      -webkit-transform: rotateY(360deg);
      -moz-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      -o-transform: rotateY(360deg);
      transform: rotateY(360deg); }
  @media screen and (min-width: 1400px) {
    .service-box a {
      width: unset;
      font-size: 1rem; } }

.increment-number {
  counter-reset: my-counter; }

/* ----------------------------------------------
Vertical tabs
---------------------------------------------- */
.vertical-tabs .nav {
  position: sticky !important;
  top: 130px; }
  @media screen and (min-width: 1601px) {
    .vertical-tabs .nav {
      top: 150px; } }
.vertical-tabs .nav-pills .nav-link {
  border: 1px solid #043f71;
  border-radius: 6px;
  margin-bottom: 8px;
  color: #043f71; }
.vertical-tabs .nav-pills .nav-link.active {
  background: #043f71;
  border: 1px solid #043f71;
  color: #fff;
  box-shadow: 0 4px 15px #00000026; }
.vertical-tabs .accordion-button {
  font-weight: 600;
  color: #043f71; }
.vertical-tabs .accordion-item {
  margin: 0.5rem 0;
  border: 1px solid #43b14b; }
.vertical-tabs .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #43b14b;
  box-shadow: 0 4px 15px #00000026; }

.scroll-box {
  min-height: 75vh;
  overflow-y: scroll; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .scroll-box {
      min-height: 35vh; } }
  @media screen and (min-width: 1400px) {
    .scroll-box {
      min-height: 55vh; } }
  @media screen and (min-width: 1601px) {
    .scroll-box {
      min-height: 50vh; } }
  .scroll-box::-webkit-scrollbar {
    width: .4em;
    overflow: visible;
    border-radius: 4px;
    background: #016938; }
  .scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: #b3b3b3; }

.card-box {
  padding: 2rem;
  color: #043f71;
  background-color: #ededed;
  border-radius: 10px;
  border: 1px solid #043f71;
  min-height: 200px;
  transition: 0.6s; }
  .card-box .bg-icon {
    width: 50px;
    height: 50px;
    line-height: 35px;
    font-size: 1.5rem;
    text-align: center;
    margin-right: 1.5rem;
    color: #fff;
    transition: 0.6s; }
    .card-box .bg-icon i {
      transform: rotate(-45deg);
      transition: 0.3s; }
  .card-box .card-content {
    width: calc(100% - 100px); }
    .card-box .card-content h5 {
      color: #043f71;
      font-weight: bold; }
    .card-box .card-content p {
      margin-bottom: 0; }
  .card-box:hover {
    border: 1px solid #43b14b;
    background-color: #fff; }
    .card-box:hover .bg-icon {
      transform: scale(1.05); }
  @media screen and (max-width: 767px) {
    .card-box {
      padding: 1rem;
      min-height: auto; } }

/* ----------------------------------------------
Vertical tabs -end
---------------------------------------------- */
blockquote {
  color: #016938;
  font-size: 1.3rem;
  font-style: italic; }

.privacy-policy-sec .cards {
  align-items: start !important; }
  .privacy-policy-sec .cards p {
    margin-bottom: 1rem !important; }

@media screen and (min-width: 768px) {
  .kreo-newletters-sec .academics-list li .accordion {
    width: 100px !important;
    text-align: center;
    line-height: 1; }
  .kreo-newletters-sec .academics-list li .accordion-collapse {
    width: calc(100% - 145px) !important; } }

.thank-you-sec {
  text-align: center;
  animation: fadeIn 1s ease-in-out; }
  .thank-you-sec .checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: #016938;
    animation: pop 0.6s ease-in-out;
    margin: 0 auto 20px; }
    @media screen and (max-width: 767px) {
      .thank-you-sec .checkmark {
        width: 70px;
        height: 70px; } }
    .thank-you-sec .checkmark::after {
      content: '';
      position: absolute;
      left: 35px;
      top: 20px;
      width: 30px;
      height: 50px;
      border-right: 5px solid #fff;
      border-bottom: 5px solid #fff;
      transform: rotate(45deg);
      animation: draw 0.5s ease-in-out 0.4s forwards;
      opacity: 0; }
      @media screen and (max-width: 767px) {
        .thank-you-sec .checkmark::after {
          left: 25px;
          top: 13px;
          width: 20px;
          height: 35px; } }
  .thank-you-sec .sec-title {
    margin-top: 15px; }
    .thank-you-sec .sec-title h1 {
      font-size: 5rem;
      margin-bottom: 10px;
      animation: fadeUp 0.8s ease-in-out 0.3s both; }
      @media screen and (max-width: 767px) {
        .thank-you-sec .sec-title h1 {
          font-size: 2rem; } }
  .thank-you-sec h6 {
    margin: 10px 0 25px;
    animation: fadeUp 0.8s ease-in-out 0.4s both; }
  .thank-you-sec .btn-gradient {
    transition: all 0.3s ease; }
    .thank-you-sec .btn-gradient:hover {
      transform: scale(1.05); }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes pop {
  0% {
    transform: scale(0);
    opacity: 0; }
  80% {
    transform: scale(1.1);
    opacity: 1; }
  100% {
    transform: scale(1); } }
@keyframes draw {
  from {
    opacity: 0;
    transform: scale(0.8) rotate(45deg); }
  to {
    opacity: 1;
    transform: scale(1) rotate(45deg); } }
.error-sec {
  text-align: center;
  animation: fadeIn 1s ease-in-out; }
  .error-sec .error-code {
    font-size: 7rem;
    color: #043f71;
    font-weight: 800;
    margin: 0 0 10px;
    animation: bounce 1.5s ease-in-out infinite alternate; }
    @media screen and (max-width: 767px) {
      .error-sec .error-code {
        font-size: 3rem; } }
  .error-sec .sec-title {
    margin-top: 10px; }
    .error-sec .sec-title h2 {
      margin-bottom: 10px;
      animation: fadeUp 0.8s ease-in-out 0.3s both; }
  .error-sec h6 {
    margin: 10px 0 25px;
    animation: fadeUp 0.8s ease-in-out 0.5s both; }
  .error-sec .btn-gradient {
    transition: all 0.3s ease; }
    .error-sec .btn-gradient:hover {
      transform: scale(1.05); }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes bounce {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
.error {
  color: #ff4d4d !important;
  font-size: 0.8rem; }

/*# sourceMappingURL=style.css.map */
