/*
Theme Name: Crete - Personal Portfolio HTML Template
Author: Mate_Themes
Author URI: https://themeforest.net/user/mate_themes/
Tags: portfolio, agency, personal, blog, html5 template, portfolio template
Description: Crete - Personal Portfolio HTML5 Template. 
Version: 1.1.0
*/
/************************************** base css **************************************/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&family=Saira:wght@500&display=swap");
body {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-weight: 400; }

input {
  outline: 0; }

select {
  outline: 0;
  border: 0; }

a {
  text-decoration: none;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }

ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }

button {
  border: 0;
  background-color: transparent; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700; }

h1,
.h1 {
  font-size: 64px;
  line-height: 1.2; }
  @media (max-width: 767.98px) {
    h1,
    .h1 {
      font-size: 48px; } }

.h2,
h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .h2,
    h2 {
      font-size: 30px;
      line-height: 50px; } }

.h3,
h3 {
  font-size: 40px;
  line-height: 1.2; }
  @media (max-width: 767.98px) {
    .h3,
    h3 {
      font-size: 36px;
      line-height: 1.2em; } }

.h4,
h4 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .h4,
    h4 {
      font-size: 30px;
      line-height: 1.2em; } }

.h5,
h5 {
  font-size: 24px;
  line-height: 1.3; }
  @media (max-width: 767.98px) {
    .h5,
    h5 {
      font-size: 24px;
      line-height: 1.2em; } }

.h6,
h6 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .h6,
    h6 {
      font-size: 18px;
      line-height: 1.2em; } }

p {
  font-size: 16px;
  line-height: 26px; }
  @media (max-width: 767.98px) {
    p {
      font-size: 14px;
      line-height: 1.7; } }

.lead {
  font-size: 18px;
  line-height: 28px; }

.fs-18 {
  font-size: 18px;
  line-height: 1.6; }

.fs-xs {
  font-size: 12px;
  line-height: 1.7; }

.fs-xsb {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600; }

.fs-sm {
  font-size: 14px;
  line-height: 1.7; }

.fs-smb {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600; }

.fs-md {
  font-size: 16px;
  line-height: 1.7; }

.fs-mdb {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600; }

.fs-lg {
  font-size: 18px;
  line-height: 1.6; }

.fs-lgb {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600; }

.fs-lg {
  font-size: 18px;
  line-height: 1.6; }

.fs-lgb {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600; }

.fs-20 {
  font-size: 20px;
  line-height: 1.2em; }

.fs-30 {
  font-size: 30px; }
  @media (max-width: 767.98px) {
    .fs-30 {
      font-size: 24px;
      line-height: 1.2em; } }

.fs-40 {
  font-size: 40px; }
  @media (max-width: 767.98px) {
    .fs-40 {
      font-size: 36px;
      line-height: 1.2em; } }

/***************** spacing padding *************/
.pt-100 {
  padding-top: 100px; }
  @media (max-width: 767.98px) {
    .pt-100 {
      padding-top: 70px; } }

.pt-200 {
  padding-top: 200px; }

.ptb-100 {
  padding: 100px 0; }
  @media (max-width: 767.98px) {
    .ptb-100 {
      padding: 70px 0; } }

.ptb-60 {
  padding: 60px 0; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pt-40 {
  padding-top: 40px; }

.pt-30 {
  padding-top: 30px; }

.pt-32 {
  padding-top: 32px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-32 {
  padding-bottom: 32px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-100 {
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .pb-100 {
      padding-bottom: 70px; } }

.pb-140 {
  padding-bottom: 140px; }
  @media (max-width: 767.98px) {
    .pb-140 {
      padding-bottom: 100px; } }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.px-32 {
  padding-left: 32px;
  padding-right: 32px; }

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px; }

.px-40 {
  padding-left: 40px;
  padding-right: 40px; }

.px-45 {
  padding-left: 72px;
  padding-right: 72px; }

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

/*********************** spacing margin ***********************/
.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-32 {
  margin-top: 32px; }

.mt-40 {
  margin-top: 40px; }

.mt-48 {
  margin-top: 48px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-32 {
  margin-bottom: 32px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-100 {
  margin-bottom: 100px; }

.mx-32 {
  margin-left: 32px;
  margin-right: 32px; }

.mx-40 {
  margin-left: 40px;
  margin-right: 40px; }

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px; }

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mt-120 {
  margin-top: 120px; }
  @media (max-width: 767.98px) {
    .mt-120 {
      margin-top: 70px; } }

/******************************* theme css **********************************/
.container {
  max-width: 1304px; }

.container-large {
  max-width: 1344px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px; }

.container-1660 {
  max-width: 1660px;
  margin: 0 auto; }

.primary-bg-color {
  background-color: var(--primary-color) !important; }

.primary-text-color {
  color: var(--primary-color); }

.primary-bg-light {
  background-color: var(--primary-light); }

.spacer {
  background-color: var(--border-color);
  height: 1px; }

.dark-bg-color {
  background-color: var(--headings-color); }

.text-gray {
  color: var(--gray-color); }

.theme-shadow {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow); }

.text-color {
  color: var(--text-color); }

.light-bg {
  background-color: var(--light-bg); }

.theme-input {
  width: 100%;
  padding: 24px 25px;
  border-radius: 15px;
  border: 1px solid var(--light-stroke);
  outline: 0;
  color: var(--headings-color);
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base); }
  .theme-input::-webkit-input-placeholder {
    color: var(--text-color); }
  .theme-input:-ms-input-placeholder {
    color: var(--text-color); }
  .theme-input::-ms-input-placeholder {
    color: var(--text-color); }
  .theme-input::placeholder {
    color: var(--text-color); }
  .theme-input:focus {
    border-color: var(--primary-color); }

.z-2 {
  z-index: 2; }

.z-5 {
  z-index: 5; }

.z--1 {
  z-index: -1; }

.bg-light-white {
  background-color: var(--light-white); }

.slider-spacing .slick-list {
  margin: 0 -12px; }
  .slider-spacing .slick-list .slick-slide {
    margin: 0 12px; }

.hm3-light-bg {
  background-color: var(--hm3-light-bg); }

.text-italic {
  font-style: italic; }

.text-headings-color {
  color: var(--headings-color); }

.cursor {
  background-color: var(--primary-color);
  z-index: 109;
  height: 8px;
  width: 8px; }

.cursor2,
.cursor3 {
  height: 50px;
  width: 50px;
  z-index: 108;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: 1px solid var(--primary-color); }

.cursor,
.cursor2,
.cursor3 {
  position: fixed;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0; }

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh; }

.loader {
  font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1280 - 320)); }

.pl {
  display: block;
  overflow: visible;
  width: 8em;
  height: 8em; }

.pl__ring {
  stroke: rgba(1, 8, 24, 0.1);
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s; }

.pl__worm {
  stroke: #0d4ef2;
  -webkit-transform-origin: 64px 64px;
  -ms-transform-origin: 64px 64px;
  transform-origin: 64px 64px;
  visibility: hidden; }

.pl__worm--moving {
  -webkit-animation: worm 8s linear;
  animation: worm 8s linear;
  visibility: visible;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s; }

.woww {
  -webkit-animation: toTopFromBottom 1s ease-in-out;
  animation: toTopFromBottom 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes ups-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes ups-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes theme_fadeInUp {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes theme_fadeInUp {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes theme_fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes theme_fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes product-hover {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@keyframes product-hover {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  51% {
    opacity: 1; } }

@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  51% {
    opacity: 1; } }

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  51% {
    opacity: 1; } }

@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  51% {
    opacity: 1; } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

@-webkit-keyframes flipimage {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg); }
  50% {
    -webkit-transform: scale(0.8) rotateY(90deg);
    transform: scale(0.8) rotateY(90deg); }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0); } }

@keyframes flipimage {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg); }
  50% {
    -webkit-transform: scale(0.8) rotateY(90deg);
    transform: scale(0.8) rotateY(90deg); }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0); } }

@-webkit-keyframes loading {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes loading {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes btn-animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

@keyframes btn-animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

@-webkit-keyframes btn-animation2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; } }

@keyframes btn-animation2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; } }

@-webkit-keyframes ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--primary-light);
    box-shadow: 0 0 0 0 var(--primary-light); }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0); } }

@keyframes ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--primary-light);
    box-shadow: 0 0 0 0 var(--primary-light); }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0); } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg); } }

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg); } }

@-webkit-keyframes scale_fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0) rotate(-10deg);
    transform: translate3d(0, 60px, 0) rotate(-10deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(-10deg);
    transform: translate3d(0, 0, 0) rotate(-10deg); } }

@keyframes scale_fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0) rotate(-10deg);
    transform: translate3d(0, 60px, 0) rotate(-10deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(-10deg);
    transform: translate3d(0, 0, 0) rotate(-10deg); } }

@-webkit-keyframes worm {
  from {
    stroke-dasharray: 22 307.86 22;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    stroke-dasharray: 2 347.86 2;
    -webkit-transform: rotate(4turn);
    transform: rotate(4turn); } }

@keyframes worm {
  from {
    stroke-dasharray: 22 307.86 22;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    stroke-dasharray: 2 347.86 2;
    -webkit-transform: rotate(4turn);
    transform: rotate(4turn); } }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* ----------------------------------------------
 * Generated by Animista on 2023-12-10 10:20:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both; }

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

/* ----------------------------------------------
 * Generated by Animista on 2023-12-10 10:28:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-90-cw
 * ----------------------------------------
 */
.rotate-90-cw {
  -webkit-animation: rotate-90-cw 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
  animation: rotate-90-cw 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both; }

@-webkit-keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

.rotate-center {
  -webkit-animation: rotate-center 1.5s ease-in-out infinite both;
  animation: rotate-center 1.5s ease-in-out infinite both; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.item-animateOne {
  -webkit-animation: animateOne 15s infinite ease-in-out;
  -o-animation: animateOne 15s infinite ease-in-out;
  -ms-animation: animateOne 15s infinite ease-in-out;
  -moz-animation: animateOne 15s infinite ease-in-out;
  animation: animateOne 15s infinite ease-in-out; }

@-webkit-keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.item-animateTwo {
  -webkit-animation: animateTwo 15s infinite ease-in-out;
  -o-animation: animateTwo 15s infinite ease-in-out;
  -ms-animation: animateTwo 15s infinite ease-in-out;
  -moz-animation: animateTwo 15s infinite ease-in-out;
  animation: animateTwo 15s infinite ease-in-out; }

@-webkit-keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

/* ----------------------------------------------
 * Generated by Animista on 2023-12-13 9:42:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px); }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px); } }

@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px); }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px); } }

.shake-vertical {
  -webkit-animation: shake-vertical 10.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s infinite forwards;
  animation: shake-vertical 10.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s infinite forwards; }

/* ----------------------------------------------
 * Generated by Animista on 2023-12-13 12:14:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-in-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotate-in-center {
  -webkit-animation: rotate-in-center 40.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s infinite both;
  animation: rotate-in-center 40.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s infinite both; }

.blue-shade-1 {
  background-color: #164fc8; }

.business-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#0979b6), color-stop(108.15%, #184aca));
  background: -webkit-linear-gradient(top, #0979b6 0%, #184aca 108.15%);
  background: -o-linear-gradient(top, #0979b6 0%, #184aca 108.15%);
  background: linear-gradient(180deg, #0979b6 0%, #184aca 108.15%); }

.orange-shade-1 {
  background-color: #df616e; }

.baby-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#e8895e), color-stop(108.15%, #de5d70));
  background: -webkit-linear-gradient(top, #e8895e 0%, #de5d70 108.15%);
  background: -o-linear-gradient(top, #e8895e 0%, #de5d70 108.15%);
  background: linear-gradient(180deg, #e8895e 0%, #de5d70 108.15%); }

.purple-shade-1 {
  background-color: #c32baf; }

.hatchling-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#8728c1), color-stop(108.15%, #ca2cad));
  background: -webkit-linear-gradient(top, #8728c1 0%, #ca2cad 108.15%);
  background: -o-linear-gradient(top, #8728c1 0%, #ca2cad 108.15%);
  background: linear-gradient(180deg, #8728c1 0%, #ca2cad 108.15%); }

.members-box {
  position: relative;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .members-box .icc {
    position: relative;
    z-index: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%; }
    .members-box .icc svg {
      position: relative;
      z-index: 0; }

.investment-box {
  position: relative;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .investment-box .icc {
    background-color: #7c2ffb;
    position: relative;
    z-index: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%; }
    .investment-box .icc svg {
      position: relative;
      z-index: 0; }
  .investment-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(124, 47, 251, 0.2);
    border-radius: 50%;
    z-index: 0; }
  .investment-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background: rgba(124, 47, 251, 0.1);
    border-radius: 50%;
    z-index: 0; }

.countries-box {
  position: relative;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .countries-box .icc {
    background-color: #18bdca;
    position: relative;
    z-index: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%; }
    .countries-box .icc svg {
      position: relative;
      z-index: 0; }
  .countries-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(24, 189, 202, 0.2);
    border-radius: 50%;
    z-index: 0; }
  .countries-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background: rgba(24, 189, 202, 0.1);
    border-radius: 50%;
    z-index: 0; }

.counter-row .common:nth-child(4) .experts-box {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .counter-row .common:nth-child(4) .experts-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(255, 47, 139, 0.2);
    border-radius: 50%;
    z-index: 0; }

.counter-row .common:nth-child(5) .experts-box {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .counter-row .common:nth-child(5) .experts-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(9, 232, 227, 0.2);
    border-radius: 50%;
    z-index: 0; }

.counter-row .common:nth-child(6) .experts-box {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .counter-row .common:nth-child(6) .experts-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(124, 47, 251, 0.2);
    border-radius: 50%;
    z-index: 0; }

.counter-row .common:nth-child(1) .experts-box {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .counter-row .common:nth-child(1) .experts-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(47, 92, 251, 0.2);
    border-radius: 50%;
    z-index: 0; }

.counter-row .common:nth-child(2) .experts-box {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .counter-row .common:nth-child(2) .experts-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(255, 187, 0, 0.2);
    border-radius: 50%;
    z-index: 0; }

.counter-row .common:nth-child(3) .experts-box {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .counter-row .common:nth-child(3) .experts-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(222, 47, 251, 0.2);
    border-radius: 50%;
    z-index: 0; }

.experts-box {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .experts-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(47, 92, 251, 0.2);
    border-radius: 50%;
    z-index: 0; }

.secure-box {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .secure-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(255, 187, 0, 0.2);
    border-radius: 50%;
    z-index: 0; }

.secured-box {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  border-top: 4px solid #fb0;
  background: rgba(255, 187, 0, 0.1); }
  .secured-box .counters-icon {
    fill: #fb0; }
    .secured-box .counters-icon path {
      stroke: #fb0;
      fill: #fb0; }

.registered-box {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .registered-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(222, 47, 251, 0.2);
    border-radius: 50%;
    z-index: 0; }

.register-box {
  border-top: 4px solid #de2ffb;
  background: rgba(222, 47, 251, 0.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .register-box .counters-icon {
    fill: #de2ffb; }
    .register-box .counters-icon path {
      stroke: #de2ffb;
      fill: #de2ffb; }

.withdraw-box {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .withdraw-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(255, 47, 139, 0.2);
    border-radius: 50%;
    z-index: 0; }

.withdraws-box {
  border-top: 4px solid #ff2f8b;
  background: rgba(255, 47, 139, 0.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .withdraws-box .counters-icon {
    fill: #ff2f8b; }
    .withdraws-box .counters-icon path {
      stroke: #ff2f8b;
      fill: #ff2f8b; }

.verified-box {
  background: rgba(9, 232, 227, 0.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .verified-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(9, 232, 227, 0.2);
    border-radius: 50%;
    z-index: 0; }

.support-box {
  background: rgba(251, 47, 47, 0.1);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .support-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background: rgba(124, 47, 251, 0.2);
    border-radius: 50%;
    z-index: 0; }

.common-box {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .common-box::before {
    content: "";
    position: absolute;
    top: 79%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background: rgba(55, 178, 77, 0.15);
    border-radius: 50%;
    z-index: 0; }

.purple .hero-section .circle-shape-1 {
  opacity: 0.2; }

.purple .hero-section .circle-shape-2 {
  opacity: 0.2; }

.purple .hero-shape {
  display: none; }

.purple .hero-shape.purple {
  display: inline-block; }

.purple .hm4-service-section {
  background: purple; }

.purple .hm4-telbox {
  background: purple;
  border: 0; }

.purple .hm4-counter-column .icon-wrapper {
  background: purple;
  border: 0; }

.purple .hm4-ticker-section {
  background: purple; }

.purple .hm4-pricing-section {
  background-color: purple; }

.purple .hm5-sidebar-navigation li a::before {
  background: purple; }

.purple .hm5-sidebar-navigation li a span {
  background: purple; }
  .purple .hm5-sidebar-navigation li a span::before {
    background: purple; }

.purple .hm5-counter-column .icon-wrapper {
  background: purple;
  border: 0; }

.red .hero-section .circle-shape-1 {
  opacity: 0.2; }

.red .hero-section .circle-shape-2 {
  opacity: 0.2; }

.red .hero-shape {
  display: none; }

.red .hero-shape.red {
  display: inline-block; }

.red .hm4-service-section {
  background: red; }

.red .hm4-telbox {
  background: red;
  border: 0; }

.red .hm4-counter-column .icon-wrapper {
  background: red;
  border: 0; }

.red .hm4-ticker-section {
  background: red; }

.red .hm4-pricing-section {
  background-color: red; }

.red .hm5-sidebar-navigation li a::before {
  background: red; }

.red .hm5-sidebar-navigation li a span {
  background: red; }
  .red .hm5-sidebar-navigation li a span::before {
    background: red; }

.red .hm5-counter-column .icon-wrapper {
  background: red;
  border: 0; }

.blue .hero-section .circle-shape-1 {
  opacity: 0.2; }

.blue .hero-section .circle-shape-2 {
  opacity: 0.2; }

.blue .hero-shape {
  display: none; }

.blue .hero-shape.blue {
  display: inline-block; }

.blue .hm4-service-section {
  background: blue; }

.blue .hm4-telbox {
  background: blue;
  border: 0; }

.blue .hm4-counter-column .icon-wrapper {
  background: blue;
  border: 0; }

.blue .hm4-ticker-section {
  background: blue; }

.blue .hm4-pricing-section {
  background-color: blue; }

.blue .hm5-sidebar-navigation li a::before {
  background: blue; }

.blue .hm5-sidebar-navigation li a span {
  background: blue; }
  .blue .hm5-sidebar-navigation li a span::before {
    background: blue; }

.blue .hm5-counter-column .icon-wrapper {
  background: blue;
  border: 0; }

.orange .hero-section .circle-shape-1 {
  opacity: 0.2; }

.orange .hero-section .circle-shape-2 {
  opacity: 0.2; }

.orange .hero-shape {
  display: none; }

.orange .hero-shape.orange {
  display: inline-block; }

.orange .hm4-service-section {
  background: orange; }

.orange .hm4-telbox {
  background: orange;
  border: 0; }

.orange .hm4-counter-column .icon-wrapper {
  background: orange;
  border: 0; }

.orange .hm4-ticker-section {
  background: orange; }

.orange .hm4-pricing-section {
  background-color: orange; }

.orange .hm5-sidebar-navigation li a::before {
  background: #ffa500; }

.orange .hm5-sidebar-navigation li a span {
  background: orange; }
  .orange .hm5-sidebar-navigation li a span::before {
    background: orange; }

.orange .hm5-counter-column .icon-wrapper {
  background: orange;
  border: 0; }

.green .hero-section .circle-shape-1 {
  opacity: 0.2; }

.green .hero-section .circle-shape-2 {
  opacity: 0.2; }

.green .hero-shape {
  display: none; }

.green .hero-shape.green {
  display: inline-block; }

.green .hm4-service-section {
  background: green; }

.green .hm4-telbox {
  background: green;
  border: 0; }

.green .hm4-counter-column .icon-wrapper {
  background: green;
  border: 0; }

.green .hm4-ticker-section {
  background: green; }

.green .hm4-pricing-section {
  background-color: green; }

.green .hm5-sidebar-navigation li a::before {
  background: green; }

.green .hm5-sidebar-navigation li a span {
  background: green; }
  .green .hm5-sidebar-navigation li a span::before {
    background: green; }

.green .hm5-counter-column .icon-wrapper {
  background: green;
  border: 0; }

/******************************** components ******************************/
/*********************** header section ********************/
.header-section {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .header-section .crete-navbar {
      -webkit-box-shadow: none;
      box-shadow: none; } }

.info-bar {
  padding-top: 18px;
  padding-bottom: 17px;
  background-color: #2f9e44; }
  @media (max-width: 460px) {
    .info-bar {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .info-bar .info-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 72px;
    padding-right: 54px; }
  .info-bar a {
    color: #fff; }
  .info-bar .info-left .wows {
    gap: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .info-bar .info-left .wows li {
      font-size: 16px;
      font-weight: 500; }
    .info-bar .info-left .wows .info-left-icon {
      padding-bottom: 2px; }
  .info-bar .info-right .wows {
    gap: 16px; }
  @media (max-width: 1290px) {
    .info-bar .info-row {
      padding-right: 40px; } }
  @media (max-width: 991.98px) {
    .info-bar .info-row {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 767.98px) {
    .info-bar .info-row .info-left .wows {
      gap: 16px; }
      .info-bar .info-row .info-left .wows li {
        font-size: 14px;
        font-weight: 500; }
    .info-bar .info-row .info-right .wows {
      gap: 8px; } }
  @media (max-width: 619.98px) {
    .info-bar .info-row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .info-bar .info-right {
      display: none; } }
  @media (max-width: 460px) {
    .info-bar .info-row .info-left ul {
      display: block; } }

.container-header {
  max-width: 1365px;
  margin: 0 auto;
  font-family: "IBM Plex Sans", sans-serif; }

.crete-navbar {
  padding: 0 40px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif !important; }
  @media (max-width: 991.98px) {
    .crete-navbar {
      padding: 10px; } }

.logo-dsgn {
  padding-left: 5px; }
  @media (max-width: 991.98px) {
    .logo-dsgn {
      width: 150px;
      padding-left: 20px; } }

.crete-navmenu {
  text-align: end; }
  .crete-navmenu > ul {
    display: inline-block; }
    .crete-navmenu > ul > li > a {
      position: relative; }
    .crete-navmenu > ul li {
      display: inline-block;
      position: relative;
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s; }
      .crete-navmenu > ul li a {
        display: inline-block;
        padding: 55px 30px;
        font-weight: 500;
        color: #04032e;
        text-transform: capitalize;
        font-size: 18px; }
        @media (max-width: 1199.98px) {
          .crete-navmenu > ul li a {
            padding: 55px 20px; } }
        @media (max-width: 1119.98px) {
          .crete-navmenu > ul li a {
            padding: 55px 18px; } }
        @media (max-width: 1059.98px) {
          .crete-navmenu > ul li a {
            padding: 55px 15px; } }
      .crete-navmenu > ul li:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: transparent;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s; }
      .crete-navmenu > ul li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: transparent;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s; }
      .crete-navmenu > ul li.active > a {
        color: #2f9e44; }
      .crete-navmenu > ul li.active:after, .crete-navmenu > ul li.active:before {
        background-color: #ffffff; }
      .crete-navmenu > ul li:hover > a {
        color: #2f9e44; }
      .crete-navmenu > ul li:hover:after, .crete-navmenu > ul li:hover:before {
        background-color: #ffffff; }

/****************** sticky header ****************/
.header-sticky.sticky-on {
  position: fixed !important;
  top: -98px;
  left: 0;
  width: 100%;
  -webkit-animation: 1s fadeInDown;
  animation: 1s fadeInDown;
  overflow: visible; }
  .header-sticky.sticky-on .infobar {
    display: none !important; }
  .header-sticky.sticky-on .crete-navbar {
    padding-top: 38px;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(184, 184, 184, 0.48);
    box-shadow: 0px 2px 2px 2px rgba(184, 184, 184, 0.48); }
    @media (max-width: 991.98px) {
      .header-sticky.sticky-on .crete-navbar {
        padding: 30px; }
        .header-sticky.sticky-on .crete-navbar .logo-wrapper {
          padding-top: 14px; }
        .header-sticky.sticky-on .crete-navbar .header-toggle {
          padding-top: 14px; } }
  .header-sticky.sticky-on .header-template-btn {
    padding: 16px 40px; }
  .header-sticky.sticky-on .crete-navmenu a {
    padding: 50px 26px; }
  @media (max-width: 991.98px) {
    .header-sticky.sticky-on {
      position: fixed !important;
      top: -75px;
      left: 0;
      width: 100%;
      -webkit-animation: 1s fadeInDown;
      animation: 1s fadeInDown;
      z-index: 100;
      z-index: 200; } }

/******************** preloader ******************/
.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/**************** scroll top button ***************/
.template-btn {
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  @media (max-width: 767.98px) {
    .template-btn {
      padding: 14px 51px;
      font-size: 18px; } }
  @media (max-width: 575.98px) {
    .template-btn {
      padding: 10px 30px;
      font-size: 14px; } }
  @media (max-width: 460px) {
    .template-btn {
      padding: 14px 51px;
      font-size: 14px; } }
  @media (max-width: 400px) {
    .template-btn {
      padding: 14px 51px;
      font-size: 14px; } }

.header-template-btn {
  padding: 18px 41px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }

.form-btn {
  padding: 14px 51px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }

.reply-btn {
  padding: 9px 32px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }

.reply-primary-btn {
  background-color: #2f9e44;
  color: #ffffff; }
  .reply-primary-btn::before {
    content: "";
    position: absolute;
    left: -53px;
    top: -135%;
    width: 190%;
    height: 135%;
    background-color: #04032e;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .reply-primary-btn:hover {
    background-color: transparent;
    color: #ffffff; }
    .reply-primary-btn:hover::before {
      top: -10px; }

.primary-btn-contact {
  background-color: #2f9e44;
  color: #ffffff; }
  .primary-btn-contact::before {
    content: "";
    position: absolute;
    left: -240px;
    top: -135%;
    width: 190%;
    height: 135%;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .primary-btn-contact:hover {
    background-color: transparent;
    color: #0d0d0d; }
    .primary-btn-contact:hover::before {
      top: -10px; }

.blog-comment {
  background-color: #2f9e44;
  color: #ffffff; }
  .blog-comment::before {
    content: "";
    position: absolute;
    left: -220px;
    top: -135%;
    width: 190%;
    height: 135%;
    background-color: #04032e;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .blog-comment:hover {
    background-color: transparent;
    color: #ffffff; }
    .blog-comment:hover::before {
      top: -10px; }

.primary-btn-forms {
  background-color: #2f9e44;
  color: #ffffff;
  border: 1px solid transparent; }
  .primary-btn-forms::before {
    content: "";
    position: absolute;
    left: -120px;
    top: -135%;
    width: 190%;
    height: 135%;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .primary-btn-forms:hover {
    background-color: transparent;
    border: 1px solid #2f9e44;
    color: #0d0d0d; }
    .primary-btn-forms:hover::before {
      top: -10px; }

.primary-btn-login {
  background-color: #2f9e44;
  color: #ffffff; }
  .primary-btn-login::before {
    content: "";
    position: absolute;
    left: -220px;
    top: -135%;
    width: 190%;
    height: 135%;
    background-color: #04032e;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .primary-btn-login:hover {
    background-color: transparent;
    color: #ffffff; }
    .primary-btn-login:hover::before {
      top: -10px; }

.primary-btn-calc {
  background-color: #fd3392;
  color: #ffffff; }
  .primary-btn-calc::before {
    content: "";
    position: absolute;
    left: -120px;
    top: -135%;
    width: 190%;
    height: 135%;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .primary-btn-calc:hover {
    background-color: transparent;
    color: #0d0d0d; }
    .primary-btn-calc:hover::before {
      top: -10px; }

.primary-btn {
  background-color: #2f9e44;
  color: #ffffff; }
  .primary-btn::before {
    content: "";
    position: absolute;
    left: -90px;
    top: -135%;
    width: 190%;
    height: 135%;
    background-color: #000000;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .primary-btn:hover {
    background-color: transparent;
    color: #ffffff; }
    .primary-btn:hover::before {
      top: -10px; }

.primary-btn-app-section {
  background-color: #2f9e44;
  color: #ffffff; }
  .primary-btn-app-section::before {
    content: "";
    position: absolute;
    left: -90px;
    top: -135%;
    width: 190%;
    height: 135%;
    background-color: #000000;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .primary-btn-app-section:hover {
    background-color: transparent;
    color: #0d0d0d; }
    .primary-btn-app-section:hover::before {
      top: -10px; }

.white-btn {
  background-color: #ffffff;
  color: #0d0d0d; }
  .white-btn::before {
    content: "";
    position: absolute;
    left: -50px;
    top: -130%;
    width: 170%;
    height: 130%;
    background-color: #2f9e44;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .white-btn:hover {
    background-color: transparent;
    color: #ffffff; }
    .white-btn:hover::before {
      top: -10px; }

.primary-outline {
  border: 1px solid #2f9e44;
  color: #2f9e44; }
  .primary-outline::before {
    content: "";
    position: absolute;
    left: -90px;
    top: -135%;
    width: 190%;
    height: 135%;
    background-color: #2f9e44;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .primary-outline:hover {
    color: #ffffff; }
    .primary-outline:hover::before {
      top: -8px; }

.secondary-btn {
  color: #ffffff;
  background-color: #000000; }
  .secondary-btn::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -136%;
    width: 170%;
    height: 136%;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .secondary-btn:hover {
    color: #0d0d0d; }
    .secondary-btn:hover::before {
      top: -10px; }

.header-toggle {
  width: 55px;
  height: 50px;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
  display: none; }
  @media (max-width: 991.98px) {
    .header-toggle {
      display: block;
      margin-left: auto;
      margin-right: 27px; } }
  @media (max-width: 400px) {
    .header-toggle {
      display: block;
      margin-left: auto;
      margin-right: 27px;
      width: 45px;
      height: 40px; } }
  .header-toggle span {
    width: 20px;
    height: 2px;
    background-color: #2f9e44;
    display: block;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .header-toggle::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -145%;
    width: 150%;
    height: 143%;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 40%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .header-toggle:hover {
    color: #ffffff; }
    .header-toggle:hover span {
      background-color: #0d0d0d; }
    .header-toggle:hover::before {
      top: -6px; }

.phone-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px; }
  .phone-btn .icon {
    width: 55px;
    height: 55px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%; }
  .phone-btn span {
    color: var(--text-color); }

.scroll-top-btn {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: var(--white-color);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  border-radius: 6px; }

.contact-btn {
  max-width: 200px; }
  @media (max-width: 1199.98px) {
    .contact-btn {
      padding: 10px 30px; } }

.template-btn-offer {
  padding: 15px 98px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  @media (max-width: 1290px) {
    .template-btn-offer {
      font-size: 16px;
      padding: 14px 80px; } }
  @media (max-width: 1199.98px) {
    .template-btn-offer {
      padding: 14px 50px; } }
  @media (max-width: 1059.98px) {
    .template-btn-offer {
      padding: 14px 40px; } }
  @media (max-width: 991.98px) {
    .template-btn-offer {
      padding: 14px 50px; } }
  @media (max-width: 460px) {
    .template-btn-offer {
      padding: 14px 29px;
      font-size: 14px; } }

.primary-outline-offer {
  border: 1px solid #2f9e44;
  color: #2f9e44; }
  .primary-outline-offer::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -130%;
    width: 170%;
    height: 130%;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
    @media (max-width: 460px) {
      .primary-outline-offer::before {
        left: -50px; } }
  .primary-outline-offer:hover {
    color: #ffffff; }
    .primary-outline-offer:hover::before {
      top: -8px; }

.active-tab-btn {
  padding: 14px 51px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  background-color: #ffffff;
  color: #2f9e44; }
  .active-tab-btn.active {
    background-color: #2f9e44;
    color: #ffffff; }
    .active-tab-btn.active::before {
      content: "";
      position: absolute;
      left: -90px;
      top: -135%;
      width: 190%;
      height: 135%;
      background-color: #ffffff;
      z-index: -1;
      border-radius: 50%;
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s; }
    .active-tab-btn.active:hover {
      background-color: transparent;
      color: #2f9e44; }
      .active-tab-btn.active:hover::before {
        top: -10px; }
  @media (max-width: 767.98px) {
    .active-tab-btn {
      padding: 8px 10px; } }

.state-left-btn {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px solid #2f9e44; }

.state-right-btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 1px solid #2f9e44; }

/************************ mobile menu start ****************/
.mobile-menu {
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -310px;
  background-color: #ffffff;
  z-index: 60;
  padding: 60px 24px;
  overflow-y: scroll;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .mobile-menu .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #2f9e44; }
    .mobile-menu .close:hover {
      color: #2f9e44; }
  .mobile-menu .mobile-nav-menu {
    margin-top: 32px; }
    .mobile-menu .mobile-nav-menu li {
      display: block; }
      .mobile-menu .mobile-nav-menu li + li {
        border-top: 1px solid #2f9e44; }
      .mobile-menu .mobile-nav-menu li a {
        display: block;
        color: #333333;
        padding: 10px 0;
        font-weight: 600; }
        .mobile-menu .mobile-nav-menu li a:hover {
          color: #2f9e44; }
      .mobile-menu .mobile-nav-menu li.has-submenu {
        position: relative; }
        .mobile-menu .mobile-nav-menu li.has-submenu > i {
          position: absolute;
          right: 0;
          top: 6px;
          padding: 8px;
          -webkit-transition: all 0.8s;
          -o-transition: all 0.8s;
          transition: all 0.8s; }
          .mobile-menu .mobile-nav-menu li.has-submenu > i.icon-rotate {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
        .mobile-menu .mobile-nav-menu li.has-submenu > .submenu-wrapper {
          padding-left: 15px;
          display: none; }
  .mobile-menu .mobile-search input {
    width: 100%; }
  .mobile-menu .mobile-search button span {
    padding: 0;
    width: 50px;
    height: 50px; }
  .mobile-menu.active {
    left: 0; }
  .mobile-menu .info-right {
    margin-top: 20px;
    display: none; }
    @media (max-width: 619.98px) {
      .mobile-menu .info-right {
        display: block; }
        .mobile-menu .info-right ul > li {
          padding-right: 10px; } }

.footers-section {
  background-color: #2f9e44;
  overflow: hidden; }

.wow1 {
  position: absolute;
  opacity: 0.1;
  width: 100%; }

.footer-section {
  padding-bottom: 10px; }
  .footer-section .footer-tops {
    padding-bottom: 50px; }
  .footer-section .footer-section-row {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 70px; }
    .footer-section .footer-section-row .footer-logo {
      margin-bottom: 22px; }
      .footer-section .footer-section-row .footer-logo img {
        width: 110px;
        height: 40px; }
    .footer-section .footer-section-row .footer-social .common-icon {
      font-size: 26px;
      color: #ffffff;
      margin-right: 10px; }
    .footer-section .footer-section-row .footer-social img {
      padding-right: 12px; }
      @media (max-width: 1199.98px) {
        .footer-section .footer-section-row .footer-social img {
          padding-right: 5px; } }
      @media (max-width: 1059.98px) {
        .footer-section .footer-section-row .footer-social img {
          padding-right: 2px; } }
      @media (max-width: 767.98px) {
        .footer-section .footer-section-row .footer-social img {
          padding-right: 8px; } }
    @media (max-width: 767.98px) {
      .footer-section .footer-section-row p {
        font-size: 16px; } }
    .footer-section .footer-section-row .footer-links h5 {
      color: #ffffff; }
    .footer-section .footer-section-row .footer-links hr {
      color: #ffffff;
      border: 1px solid #ffffff;
      display: inline-block;
      width: 140px; }
    .footer-section .footer-section-row .footer-links .footer-company-hr {
      color: #ffffff;
      border: 1px solid #ffffff;
      display: inline-block;
      width: 110px; }
    .footer-section .footer-section-row .footer-links ul > li {
      margin-bottom: 2px;
      line-height: 37px;
      font-weight: 300;
      font-family: "IBM Plex Sans";
      font-style: normal; }
      .footer-section .footer-section-row .footer-links ul > li a {
        color: #ffffff;
        font-size: 18px; }
        .footer-section .footer-section-row .footer-links ul > li a:hover {
          color: #2f9e44; }
    @media (max-width: 767.98px) {
      .footer-section .footer-section-row .footer-links h5 {
        font-size: 20px; }
      .footer-section .footer-section-row .footer-links ul > li a {
        font-size: 16px; } }
    .footer-section .footer-section-row .footer-contact {
      color: white; }
      .footer-section .footer-section-row .footer-contact h5 {
        color: #ffffff; }
      .footer-section .footer-section-row .footer-contact .footer-contact-hr {
        color: #ffffff;
        border: 1px solid #ffffff;
        display: inline-block;
        width: 127px; }
      .footer-section .footer-section-row .footer-contact ul > li {
        margin-bottom: 2px;
        line-height: 37px;
        font-weight: 300;
        font-family: "IBM Plex Sans";
        font-style: normal;
        color: #ffffff;
        font-size: 18px; }
        .footer-section .footer-section-row .footer-contact ul > li:hover {
          color: #2f9e44; }
      @media (max-width: 767.98px) {
        .footer-section .footer-section-row .footer-contact h5 {
          font-size: 20px; }
        .footer-section .footer-section-row .footer-contact ul > li {
          font-size: 16px; } }
    @media (max-width: 575.98px) {
      .footer-section .footer-section-row {
        padding-left: 32px;
        padding-right: 32px; } }
  .footer-section .bottom-footer-top-hr {
    color: #ffffff;
    width: 100%; }
  .footer-section .footer-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px; }
    @media (max-width: 575.98px) {
      .footer-section .footer-bottom p {
        font-size: 14px; } }

p {
  color: white;
  font-size: 18px;
  line-height: 1.6; }

/*********************** theme swithcer **********************/
.color-switcher-btn {
  position: fixed;
  top: 35%;
  left: -40px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: var(--white-color);
  color: var(--headings-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base); }
  .color-switcher-btn i {
    -webkit-animation: 10s rotate linear infinite;
    animation: 10s rotate linear infinite; }
  .color-switcher-btn.active {
    left: 0; }
  .color-switcher-btn.position-right {
    right: -40px;
    left: auto;
    border-radius: 3px 0 0 3px; }
    .color-switcher-btn.position-right.active {
      right: 0;
      left: auto; }

.theme-color-switch {
  width: 200px;
  position: fixed;
  top: calc(35% + 40px);
  left: -200px;
  z-index: 10;
  background-color: var(--white-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding: 16px;
  border-radius: 0 4px 4px 0;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base); }
  .theme-color-switch .color-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .theme-color-switch .color-list li a {
      width: 20px;
      height: 20px;
      display: inline-block;
      border-radius: 2px; }
      .theme-color-switch .color-list li a.purple {
        background-color: #800080; }
      .theme-color-switch .color-list li a.red {
        background-color: #ff0000; }
      .theme-color-switch .color-list li a.blue {
        background-color: #0000ff; }
      .theme-color-switch .color-list li a.orange {
        background-color: #ffa500; }
      .theme-color-switch .color-list li a.green {
        background-color: #008000; }
      .theme-color-switch .color-list li a.primary {
        background: #5044EB; }
  .theme-color-switch .cursor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px; }
    .theme-color-switch .cursor-list li a {
      color: var(--primary-color);
      width: 30px;
      height: 30px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid var(--primary-color);
      border-radius: 50%; }
      .theme-color-switch .cursor-list li a i {
        -webkit-transition: var(--transition-base);
        -o-transition: var(--transition-base);
        transition: var(--transition-base); }
      .theme-color-switch .cursor-list li a.cursor-circle i {
        font-size: 10px; }
      .theme-color-switch .cursor-list li a:hover {
        background-color: var(--primary-color);
        color: var(--white-color); }
  .theme-color-switch .template-btn {
    font-size: 12px;
    padding: 12px 20px;
    border-radius: 4px; }
    .theme-color-switch .template-btn::before {
      left: -50px; }
  .theme-color-switch.active {
    left: 0; }
  .theme-color-switch.position-right {
    left: auto;
    right: -200px; }
    .theme-color-switch.position-right.active {
      left: auto;
      right: 0; }

.breadcrumb-section {
  height: 463px;
  width: 100%;
  margin-top: 0px;
  padding-top: 158px;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center;
  position: relative; }
  .breadcrumb-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .breadcrumb-section .breadcrumb-rows {
    padding-left: 72px;
    padding-right: 72px; }
  .breadcrumb-section .breadcrumb-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center; }
    .breadcrumb-section .breadcrumb-content .default_link {
      color: #fff;
      text-decoration: none; }
      .breadcrumb-section .breadcrumb-content .default_link::after {
        content: "/";
        /* Unicode character for right angle quote */
        margin-right: 10px;
        margin-left: 10px;
        font-size: 24px; }
    .breadcrumb-section .breadcrumb-content h5 {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 5px;
      width: 100%;
      font-weight: 400; }
  @media (max-width: 1199.98px) {
    .breadcrumb-section {
      height: 580px; }
      .breadcrumb-section .breadcrumb-content h1 {
        font-size: 50px; }
      .breadcrumb-section .breadcrumb-content h4 {
        font-size: 28px; } }
  @media (max-width: 991.98px) {
    .breadcrumb-section {
      height: 500px; }
      .breadcrumb-section .breadcrumb-content h1 {
        font-size: 40px; }
      .breadcrumb-section .breadcrumb-content h4 {
        font-size: 24px; } }
  @media (max-width: 767.98px) {
    .breadcrumb-section {
      height: 450px; }
      .breadcrumb-section .breadcrumb-rows {
        padding-left: 40px;
        padding-right: 40px; }
      .breadcrumb-section .breadcrumb-content h1 {
        font-size: 32px; }
      .breadcrumb-section .breadcrumb-content h4 {
        font-size: 20px; } }
  @media (max-width: 575.98px) {
    .breadcrumb-section {
      height: 420px; }
      .breadcrumb-section .breadcrumb-rows {
        padding-left: 30px;
        padding-right: 30px; }
      .breadcrumb-section .breadcrumb-content h1 {
        font-size: 24px; }
      .breadcrumb-section .breadcrumb-content h4 {
        font-size: 16px; } }

/****************************** page styles ******************************/
/************************ index - 1  ****************/
/************* hero section start **************/
.hero-section {
  height: 920px;
  width: 100%;
  margin-top: -200px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden; }
  .hero-section .hero-shapes {
    position: absolute;
    top: 26%;
    left: 50%; }
  .hero-section .hero-vector {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0; }
  .hero-section .hero-shape {
    position: absolute;
    bottom: 60px;
    left: 60px; }
    @media (max-width: 619.98px) {
      .hero-section .hero-shape {
        display: none; } }
  .hero-section .hero-row {
    z-index: 1;
    padding-left: 72px;
    padding-right: 72px; }
  .hero-section .hero-section-img {
    position: absolute;
    right: 178px;
    bottom: 96px;
    height: 606px;
    width: 603px; }
  .hero-section .hero-content {
    width: 577px;
    padding-top: 269px;
    color: #04032e; }
    .hero-section .hero-content .hero-header {
      padding-top: 5px;
      font-size: 63px;
      line-height: 1.2; }
      .hero-section .hero-content .hero-header .hero-span {
        color: #5f3dc4; }
    @media (max-width: 767.98px) {
      .hero-section .hero-content {
        width: initial; } }
  .hero-section h6 {
    color: #2f9e44;
    padding-top: 80px; }
  .hero-section .hero-p {
    padding-top: 10px;
    width: 532px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #04032e; }
  .hero-section .hero-btn {
    margin-top: 40px; }
  @media (max-width: 1900px) {
    .hero-section {
      background-position: center bottom;
      background-size: cover; } }
  @media (max-width: 1700px) {
    .hero-section .hero-section-img {
      right: 100px; } }
  @media (max-width: 1600px) {
    .hero-section .hero-section-img {
      right: 50px; } }
  @media (max-width: 1460px) {
    .hero-section .hero-section-img {
      right: 20px; }
    .hero-section .hero-shapes {
      position: absolute;
      top: 26%;
      left: 45%; } }
  @media (max-width: 1399.98px) {
    .hero-section .hero-section-img {
      right: 20px; } }
  @media (max-width: 1290px) {
    .hero-section .hero-section-img {
      right: 0px;
      bottom: 100px;
      height: 575px;
      width: 560px; } }
  @media (max-width: 1199.98px) {
    .hero-section .hero-section-img {
      right: 0px;
      bottom: 100px;
      height: 562px;
      width: 480px; } }
  @media (max-width: 1119.98px) {
    .hero-section {
      overflow: hidden; }
      .hero-section .hero-section-img {
        right: -12px;
        bottom: 117px;
        height: 530px;
        width: 420px; } }
  @media (max-width: 1059.98px) {
    .hero-section {
      overflow: hidden; }
      .hero-section .hero-content {
        width: 500px;
        padding-top: 232px; }
        .hero-section .hero-content h1 {
          font-size: 42px; }
        .hero-section .hero-content p {
          font-size: 18px; }
      .hero-section .hero-p {
        width: 500px; }
      .hero-section .hero-section-img {
        right: -4px;
        bottom: 117px;
        height: 526px;
        width: 429px; } }
  @media (max-width: 991.98px) {
    .hero-section {
      overflow: hidden; }
      .hero-section .hero-section-img {
        display: none; }
      .hero-section .hero-content {
        width: 100%;
        padding-top: 269px;
        color: #04032e; }
        .hero-section .hero-content .hero-header {
          padding-top: 24px; }
        .hero-section .hero-content h1 {
          font-size: 50px; }
        .hero-section .hero-content .hero-p {
          width: 100%; }
      .hero-section .hero-p {
        padding-top: 25px;
        width: 532px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        color: #04032e; } }
  @media (max-width: 767.98px) {
    .hero-section .hero-section-img {
      display: none; }
    .hero-section .hero-content {
      width: 100%;
      padding-top: 269px;
      color: #04032e; }
      .hero-section .hero-content .hero-header {
        padding-top: 24px;
        font-size: 50px; }
      .hero-section .hero-content h1 {
        font-size: 50px; }
      .hero-section .hero-content .hero-p {
        width: 100%; }
    .hero-section .hero-p {
      padding-top: 25px;
      width: 532px;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      color: #04032e; } }
  @media (max-width: 575.98px) {
    .hero-section {
      height: 760px; }
      .hero-section .hero-shapes {
        display: none; }
      .hero-section .hero-row {
        padding-left: 10px;
        padding-right: 10px; }
      .hero-section .hero-content {
        width: 100%;
        padding-top: 200px;
        color: #04032e; }
        .hero-section .hero-content .hero-header {
          padding-top: 24px;
          font-size: 40px; }
        .hero-section .hero-content h1 {
          font-size: 40px; }
        .hero-section .hero-content p {
          font-size: 18px; }
        .hero-section .hero-content .hero-p {
          width: 100%; }
      .hero-section .hero-btn {
        text-align: center; }
      .hero-section .hero-p {
        padding-top: 25px;
        width: 532px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        color: #04032e; } }
  @media (max-width: 460px) {
    .hero-section {
      height: 720px; }
      .hero-section .hero-shapes {
        display: none; }
      .hero-section .hero-row {
        padding-left: 10px;
        padding-right: 10px; }
      .hero-section .hero-content {
        width: 100%;
        padding-top: 200px;
        color: #04032e; }
        .hero-section .hero-content .hero-header {
          padding-top: 24px;
          font-size: 26px; }
        .hero-section .hero-content h1 {
          font-size: 36px; }
        .hero-section .hero-content p {
          font-size: 16px; }
        .hero-section .hero-content .hero-p {
          width: 100%; }
      .hero-section .hero-btn {
        text-align: center; }
      .hero-section .hero-p {
        padding-top: 25px;
        width: 532px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        color: #04032e; } }
  @media (max-width: 400px) {
    .hero-section {
      padding-left: 0px;
      padding-right: 0px; }
      .hero-section .hero-section-img {
        display: none; }
      .hero-section .hero-content {
        width: 100%;
        padding-top: 200px;
        color: #04032e; }
        .hero-section .hero-content .hero-header {
          padding-top: 24px; }
        .hero-section .hero-content h1 {
          font-size: 30px; }
        .hero-section .hero-content p {
          font-size: 16px; }
        .hero-section .hero-content .hero-p {
          width: 100%; }
      .hero-section .hero-p {
        padding-top: 25px;
        width: 532px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        color: #04032e; } }

.counter-section {
  padding: 112px 0;
  background-color: #37b24d; }
  .counter-section .counter-row {
    padding-left: 72px;
    padding-right: 72px; }
    @media (max-width: 575.98px) {
      .counter-section .counter-row {
        padding-left: 10px;
        padding-right: 10px; } }
  .counter-section .counter-row .common:nth-child(1) .counter-box {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
    .counter-section .counter-row .common:nth-child(1) .counter-box:hover {
      border: 2px solid #2f5cfb; }
    .counter-section .counter-row .common:nth-child(1) .counter-box .members-box .icc {
      background-color: #2f5cfb; }
    .counter-section .counter-row .common:nth-child(1) .counter-box .members-box::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 160px;
      height: 160px;
      border-radius: 80px;
      background: rgba(47, 92, 251, 0.2);
      border-radius: 50%;
      z-index: 0; }
    .counter-section .counter-row .common:nth-child(1) .counter-box .members-box::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 180px;
      height: 180px;
      background: rgba(47, 92, 251, 0.1);
      border-radius: 50%;
      z-index: 0; }
  .counter-section .counter-row .common:nth-child(2) .counter-box {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
    .counter-section .counter-row .common:nth-child(2) .counter-box:hover {
      border: 2px solid #7c2ffb; }
    .counter-section .counter-row .common:nth-child(2) .counter-box .members-box .icc {
      background-color: #7c2ffb; }
    .counter-section .counter-row .common:nth-child(2) .counter-box .members-box::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 160px;
      height: 160px;
      border-radius: 80px;
      background: rgba(124, 47, 251, 0.2);
      border-radius: 50%;
      z-index: 0; }
    .counter-section .counter-row .common:nth-child(2) .counter-box .members-box::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 180px;
      height: 180px;
      background: rgba(124, 47, 251, 0.1);
      border-radius: 50%;
      z-index: 0; }
  .counter-section .counter-row .common:nth-child(3) .counter-box {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
    .counter-section .counter-row .common:nth-child(3) .counter-box:hover {
      border: 2px solid #18bdca; }
    .counter-section .counter-row .common:nth-child(3) .counter-box .members-box .icc {
      background-color: #18bdca; }
    .counter-section .counter-row .common:nth-child(3) .counter-box .members-box::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 160px;
      height: 160px;
      border-radius: 80px;
      background: rgba(24, 189, 202, 0.2);
      border-radius: 50%;
      z-index: 0; }
    .counter-section .counter-row .common:nth-child(3) .counter-box .members-box::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 180px;
      height: 180px;
      background: rgba(24, 189, 202, 0.1);
      border-radius: 50%;
      z-index: 0; }
  .counter-section .counter-box {
    padding: 48px 40px;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.08); }
    .counter-section .counter-box .icon-box {
      padding-top: 25px; }
    .counter-section .counter-box h3 {
      padding-top: 42px;
      font-size: 50px;
      margin-bottom: 0px;
      color: #0d0d0d; }
    .counter-section .counter-box p {
      font-size: 24px;
      color: #0d0d0d;
      margin-bottom: 0rem !important; }
    .counter-section .counter-box .icon-wraper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s;
      border-radius: 50%; }
      .counter-section .counter-box .icon-wraper .icon-counter {
        padding-top: 20px;
        margin-top: 20px; }
      .counter-section .counter-box .icon-wraper .fas {
        z-index: 9;
        margin-top: 20px;
        font-size: 60px;
        padding-top: 20px;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s; }
    @media (max-width: 1399.98px) {
      .counter-section .counter-box h3 {
        font-size: 48px; }
      .counter-section .counter-box p {
        font-size: 23px; } }
    @media (max-width: 1290px) {
      .counter-section .counter-box {
        margin-bottom: 80px; }
        .counter-section .counter-box h3 {
          font-size: 40px; }
        .counter-section .counter-box p {
          font-size: 22px; } }
    @media (max-width: 1260px) {
      .counter-section .counter-box h3 {
        font-size: 40px; }
      .counter-section .counter-box p {
        font-size: 20px; } }
    @media (max-width: 1199.98px) {
      .counter-section .counter-box {
        margin-bottom: 80px; }
        .counter-section .counter-box h3 {
          font-size: 36px; }
        .counter-section .counter-box p {
          font-size: 18px; } }
    @media (max-width: 1059.98px) {
      .counter-section .counter-box {
        margin-bottom: 80px; }
        .counter-section .counter-box h3 {
          font-size: 32px; }
        .counter-section .counter-box p {
          font-size: 18px; } }
    @media (max-width: 991.98px) {
      .counter-section .counter-box h3 {
        font-size: 36px; }
      .counter-section .counter-box p {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .counter-section .counter-box {
        margin-bottom: 80px; }
        .counter-section .counter-box h3 {
          font-size: 36px; }
        .counter-section .counter-box p {
          font-size: 18px; } }
    @media (max-width: 575.98px) {
      .counter-section .counter-box {
        margin-bottom: 80px; }
        .counter-section .counter-box h3 {
          font-size: 36px; }
        .counter-section .counter-box p {
          font-size: 18px; } }
    @media (max-width: 460px) {
      .counter-section .counter-box {
        margin-bottom: 80px; }
        .counter-section .counter-box h3 {
          font-size: 36px; }
        .counter-section .counter-box p {
          font-size: 18px; } }
    @media (max-width: 400px) {
      .counter-section .counter-box {
        margin-bottom: 80px; }
        .counter-section .counter-box h3 {
          font-size: 36px; }
        .counter-section .counter-box p {
          font-size: 18px; } }
  @media (max-width: 1290px) {
    .counter-section {
      padding-bottom: 40px; } }

.about-us-section {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative; }
  .about-us-section .about-shape-top {
    position: absolute;
    top: 40px;
    left: 10%; }
  .about-us-section .about-shape-bottom {
    position: absolute;
    bottom: 53px;
    right: 0px; }
  .about-us-section .about-img {
    position: absolute;
    left: -115px;
    bottom: 0;
    height: 680px;
    width: 620px; }
  .about-us-section .about-us-row {
    padding-left: 72px;
    padding-right: 72px; }
    @media (max-width: 575.98px) {
      .about-us-section .about-us-row {
        padding-left: 10px;
        padding-right: 10px; } }
  .about-us-section h6 {
    color: #2f9e44; }
  .about-us-section h2 {
    color: #0d0d0d; }
  .about-us-section .about-span {
    color: #5f3dc4; }
  .about-us-section .about-paragraph {
    color: #0d0d0d;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 12px; }
  .about-us-section .about-wrap .about-short:nth-child(1) .license-bg {
    background: rgba(24, 189, 202, 0.1); }
    .about-us-section .about-wrap .about-short:nth-child(1) .license-bg i {
      color: #18bdca; }
  .about-us-section .about-wrap .about-short:nth-child(1) .license-details-head {
    color: #18bdca; }
  .about-us-section .about-wrap .about-short:nth-child(2) .license-bg {
    background: rgba(250, 183, 87, 0.1); }
    .about-us-section .about-wrap .about-short:nth-child(2) .license-bg i {
      color: #fab757; }
  .about-us-section .about-wrap .about-short:nth-child(2) .license-details-head {
    color: #fab757; }
  .about-us-section .about-wrap .about-short:nth-child(3) .license-bg {
    background: rgba(253, 51, 146, 0.1); }
    .about-us-section .about-wrap .about-short:nth-child(3) .license-bg i {
      color: #fd3392; }
  .about-us-section .about-wrap .about-short:nth-child(3) .license-details-head {
    color: #fd3392; }
  .about-us-section .about-short {
    padding-bottom: 24px; }
    .about-us-section .about-short .license-img {
      width: 100px;
      height: 100px;
      padding: 20px;
      border-radius: 50px; }
      .about-us-section .about-short .license-img i {
        width: 64px;
        height: 60px;
        font-size: 35px;
        text-align: center;
        justify-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateY(17%);
        -ms-transform: translateY(17%);
        transform: translateY(17%); }
    .about-us-section .about-short .short-details {
      padding-left: 16px; }
      .about-us-section .about-short .short-details p {
        color: #3a4b68;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.7; }
  .about-us-section .saving-bg {
    background: rgba(250, 183, 87, 0.1); }
  .about-us-section .saving-details-head {
    color: #fab757; }
  .about-us-section .innovate-details-head {
    color: #fd3392; }
  .about-us-section .innovate-bg {
    background: rgba(253, 51, 146, 0.1); }
  .about-us-section .about-btn {
    padding-top: 25px; }
  @media (max-width: 1600px) {
    .about-us-section .about-img {
      position: absolute;
      left: -40px;
      bottom: 0;
      height: 680px;
      width: 620px; } }
  @media (max-width: 1460px) {
    .about-us-section .about-img {
      position: absolute;
      left: 5px;
      bottom: 0;
      height: 665px;
      width: 610px; } }
  @media (max-width: 1399.98px) {
    .about-us-section .about-img {
      position: absolute;
      left: 30px;
      bottom: 0;
      height: 634px;
      width: 575px; } }
  @media (max-width: 1199.98px) {
    .about-us-section .about-img {
      position: absolute;
      left: 7px;
      bottom: 20px;
      height: 580px;
      width: 510px; }
    .about-us-section h2 {
      font-size: 40px; }
    .about-us-section h6 {
      font-size: 16px; }
    .about-us-section .about-paragraph {
      font-size: 14px; }
    .about-us-section .template-btn {
      font-size: 14px;
      padding: 14px 45px; }
    .about-us-section .about-short .short-details p {
      font-size: 14px; } }
  @media (max-width: 991.98px) {
    .about-us-section .about-short .short-details {
      padding-top: 20px; }
    .about-us-section .about-img {
      display: none; }
    .about-us-section h6 {
      font-size: 16px; }
    .about-us-section .about-paragraph {
      font-size: 14px; } }
  @media (max-width: 767.98px) {
    .about-us-section h6 {
      font-size: 16px; }
    .about-us-section .about-paragraph {
      font-size: 14px; }
    .about-us-section .about-shape-one {
      position: absolute;
      top: 40px;
      right: 10%; } }
  @media (max-width: 575.98px) {
    .about-us-section .about-short .short-details {
      padding-top: 15px; }
    .about-us-section .about-img {
      display: none; }
    .about-us-section h2 {
      font-size: 30px; }
    .about-us-section h6 {
      font-size: 16px; }
    .about-us-section .about-paragraph {
      font-size: 14px; }
    .about-us-section .template-btn {
      font-size: 14px; } }
  @media (max-width: 460px) {
    .about-us-section .about-short .short-details {
      padding-top: 10px; }
    .about-us-section .about-img {
      display: none; }
    .about-us-section h6 {
      font-size: 16px; }
    .about-us-section .about-paragraph {
      font-size: 14px; }
    .about-us-section .about-btn {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .about-us-section .template-btn {
      font-size: 14px;
      width: 100%;
      text-align: center; } }

@media (max-width: 460px) and (max-width: 400px) {
  .about-us-section .about-img {
    display: none; }
  .about-us-section h6 {
    font-size: 16px; }
  .about-us-section .about-paragraph {
    font-size: 14px; }
  .about-us-section .about-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
  @media (max-width: 767.98px) {
    .about-us-section {
      padding-top: 80px;
      padding-bottom: 80px; }
      .about-us-section .about-shape-top {
        display: none; }
      .about-us-section .about-shape-bottom {
        display: none; } }

.choose-us-section {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative; }
  .choose-us-section .choose-top-shape {
    position: absolute;
    top: 30px;
    left: 0; }
    @media (max-width: 991.98px) {
      .choose-us-section .choose-top-shape {
        height: 130px;
        width: 70px; } }
    @media (max-width: 575.98px) {
      .choose-us-section .choose-top-shape {
        display: none; } }
  .choose-us-section .choose-bottom-shape {
    position: absolute;
    bottom: 35px;
    right: 0; }
    @media (max-width: 1399.98px) {
      .choose-us-section .choose-bottom-shape {
        height: 150px;
        width: 60px; } }
    @media (max-width: 991.98px) {
      .choose-us-section .choose-bottom-shape {
        height: 130px;
        width: 50px; } }
    @media (max-width: 575.98px) {
      .choose-us-section .choose-bottom-shape {
        display: none; } }
  .choose-us-section .choose-section-header {
    color: #0d0d0d;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 110px; }
    .choose-us-section .choose-section-header h6 {
      color: #2f9e44; }
    .choose-us-section .choose-section-header .plan-span {
      color: #5f3dc4; }
    .choose-us-section .choose-section-header p {
      max-width: 650px;
      margin: 0 auto;
      color: #0d0d0d; }
  .choose-us-section .counter-row {
    padding-left: 72px;
    padding-right: 72px; }
    @media (max-width: 575.98px) {
      .choose-us-section .counter-row {
        padding-left: 10px;
        padding-right: 10px; } }
  .choose-us-section .counter-row .common:nth-child(1) {
    padding-bottom: 30px; }
    .choose-us-section .counter-row .common:nth-child(1) .counter-box {
      border: 1px solid #2f5cfb; }
      .choose-us-section .counter-row .common:nth-child(1) .counter-box .experts-box {
        background-color: #2f5cfb; }
        .choose-us-section .counter-row .common:nth-child(1) .counter-box .experts-box .counters-icon {
          fill: #fff; }
          .choose-us-section .counter-row .common:nth-child(1) .counter-box .experts-box .counters-icon path {
            stroke: #ffffff;
            fill: #ffffff; }
  .choose-us-section .counter-row .common:nth-child(2) {
    padding-bottom: 30px; }
    .choose-us-section .counter-row .common:nth-child(2) .counter-box {
      border: 1px solid #fb0; }
      .choose-us-section .counter-row .common:nth-child(2) .counter-box .experts-box {
        background-color: #fb0; }
        .choose-us-section .counter-row .common:nth-child(2) .counter-box .experts-box .counters-icon {
          fill: #fff; }
          .choose-us-section .counter-row .common:nth-child(2) .counter-box .experts-box .counters-icon path {
            stroke: #ffffff;
            fill: #ffffff; }
  .choose-us-section .counter-row .common:nth-child(3) {
    padding-bottom: 30px; }
    .choose-us-section .counter-row .common:nth-child(3) .counter-box {
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s;
      border: 1px solid #de2ffb; }
      .choose-us-section .counter-row .common:nth-child(3) .counter-box .experts-box {
        background-color: #de2ffb; }
        .choose-us-section .counter-row .common:nth-child(3) .counter-box .experts-box .counters-icon {
          fill: #fff; }
          .choose-us-section .counter-row .common:nth-child(3) .counter-box .experts-box .counters-icon path {
            stroke: #ffffff;
            fill: #ffffff; }
  .choose-us-section .counter-row .common:nth-child(4) {
    padding-bottom: 30px; }
    .choose-us-section .counter-row .common:nth-child(4) .counter-box {
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s;
      border: 1px solid #ff2f8b; }
      .choose-us-section .counter-row .common:nth-child(4) .counter-box .experts-box {
        background-color: #ff2f8b; }
        .choose-us-section .counter-row .common:nth-child(4) .counter-box .experts-box .counters-icon {
          fill: #fff; }
          .choose-us-section .counter-row .common:nth-child(4) .counter-box .experts-box .counters-icon path {
            stroke: #ffffff;
            fill: #ffffff; }
  .choose-us-section .counter-row .common:nth-child(5) {
    padding-bottom: 30px; }
    .choose-us-section .counter-row .common:nth-child(5) .counter-box {
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s;
      border: 1px solid #09e8e3; }
      .choose-us-section .counter-row .common:nth-child(5) .counter-box .experts-box {
        background-color: #09e8e3; }
        .choose-us-section .counter-row .common:nth-child(5) .counter-box .experts-box .counters-icon {
          fill: #fff; }
          .choose-us-section .counter-row .common:nth-child(5) .counter-box .experts-box .counters-icon path {
            stroke: #ffffff;
            fill: #ffffff; }
  .choose-us-section .counter-row .common:nth-child(6) {
    padding-bottom: 30px; }
    .choose-us-section .counter-row .common:nth-child(6) .counter-box {
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s;
      border: 1px solid #7c2ffb; }
      .choose-us-section .counter-row .common:nth-child(6) .counter-box .experts-box {
        background-color: #7c2ffb; }
        .choose-us-section .counter-row .common:nth-child(6) .counter-box .experts-box .counters-icon {
          fill: #fff; }
          .choose-us-section .counter-row .common:nth-child(6) .counter-box .experts-box .counters-icon path {
            stroke: #ffffff;
            fill: #ffffff; }
  .choose-us-section .counter-box {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 52px;
    padding-bottom: 28px;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.08); }
    .choose-us-section .counter-box h3 {
      padding-top: 41px;
      font-size: 64px;
      margin-bottom: 0px;
      color: #0d0d0d; }
    .choose-us-section .counter-box p {
      font-size: 32px;
      color: #0d0d0d;
      margin-bottom: 0rem !important; }
    .choose-us-section .counter-box .icon-wraper {
      position: absolute;
      width: 140px;
      height: 140px;
      margin: 0 auto;
      top: 52;
      left: 50%;
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 50%; }
      .choose-us-section .counter-box .icon-wraper i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        font-size: 70px;
        margin-top: 34px;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s; }
    .choose-us-section .counter-box .counter-content {
      padding-top: 100px; }
      .choose-us-section .counter-box .counter-content h5 {
        font-size: 24px;
        padding-top: 65px; }
      .choose-us-section .counter-box .counter-content p {
        font-size: 14px; }
      @media (max-width: 1199.98px) {
        .choose-us-section .counter-box .counter-content h5 {
          font-size: 18px; }
        .choose-us-section .counter-box .counter-content p {
          font-size: 14px; } }
    @media (max-width: 767.98px) {
      .choose-us-section .counter-box .choose-section-header h6 {
        font-size: 18px; }
      .choose-us-section .counter-box .choose-section-header h2 {
        font-size: 30px; }
      .choose-us-section .counter-box .choose-section-header p {
        font-size: 14px; } }

.offer-section {
  padding-top: 120px;
  padding-bottom: 40px;
  background-color: #ffffff;
  background-size: 100% auto;
  height: 100%;
  position: relative;
  background-color: #ebfbee; }
  @media (max-width: 767.98px) {
    .offer-section {
      padding-top: 80px; } }
  .offer-section .offer-top-shape {
    position: absolute;
    top: 71px;
    left: 80px; }
    @media (max-width: 1119.98px) {
      .offer-section .offer-top-shape {
        left: 60px;
        width: 140px;
        height: 140px; } }
    @media (max-width: 991.98px) {
      .offer-section .offer-top-shape {
        display: none; } }
  .offer-section .offer-bottom-shape {
    position: absolute;
    bottom: 45px;
    right: 0px; }
    @media (max-width: 1399.98px) {
      .offer-section .offer-bottom-shape {
        height: 150px;
        width: 70px; } }
    @media (max-width: 575.98px) {
      .offer-section .offer-bottom-shape {
        display: none; } }
  .offer-section .offer-section-header {
    color: #0d0d0d;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 110px; }
    @media (max-width: 767.98px) {
      .offer-section .offer-section-header {
        padding-bottom: 60px; } }
    .offer-section .offer-section-header .offer-span {
      color: #5f3dc4; }
    .offer-section .offer-section-header .offer-span-top {
      color: #2f9e44; }
    .offer-section .offer-section-header p {
      max-width: 696px;
      margin: 0 auto;
      color: #0d0d0d; }
      @media (max-width: 767.98px) {
        .offer-section .offer-section-header p {
          font-size: 16px; } }
  .offer-section .offer-row-box {
    padding-left: 72px;
    padding-right: 72px; }
    @media (max-width: 575.98px) {
      .offer-section .offer-row-box {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 460px) {
      .offer-section .offer-row-box {
        padding-left: 10px;
        padding-right: 10px; } }
  .offer-section .offer-box {
    padding: 0px 30px;
    padding-top: 50px;
    padding-bottom: 30px;
    border-radius: 15px;
    text-align: center;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin-bottom: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 12px;
    border: 1px solid var(--v-4-color-primary-900, #2b8a3e);
    background: #fff; }
    .offer-section .offer-box:hover {
      background-color: #2f9e44; }
      .offer-section .offer-box:hover .icon-wraper .icon-box {
        background-color: #ffffff; }
        .offer-section .offer-box:hover .icon-wraper .icon-box h6 {
          color: #2f9e44; }
        .offer-section .offer-box:hover .icon-wraper .icon-box::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 255px;
          height: 82px;
          border-radius: 40px;
          background: #e9e9e9;
          z-index: -1; }
      .offer-section .offer-box:hover .offer-content .offer-price h4 {
        text-align: start;
        color: #ffffff; }
        .offer-section .offer-box:hover .offer-content .offer-price h4 span {
          font-size: 18px; }
      .offer-section .offer-box:hover .offer-content hr {
        color: #ccc;
        opacity: 1.25; }
      .offer-section .offer-box:hover .offer-content ul > li {
        color: #ffffff;
        font-size: 22px;
        font-weight: 500;
        text-align: start;
        line-height: 40px; }
      .offer-section .offer-box:hover .offer-btn {
        background-color: #ffffff;
        color: #2f9e44; }
      .offer-section .offer-box:hover .offer-svg .border-clr {
        fill: #2f9e44; }
    .offer-section .offer-box .icon-wraper {
      position: relative; }
      .offer-section .offer-box .icon-wraper .icon-box {
        width: 235px;
        height: 62px;
        border-radius: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #2f9e44;
        -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.08);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        z-index: 1;
        border: 1px solid transparent; }
        .offer-section .offer-box .icon-wraper .icon-box::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 255px;
          height: 82px;
          border-radius: 40px;
          background: rgba(43, 138, 62, 0.2);
          z-index: 0; }
        .offer-section .offer-box .icon-wraper .icon-box h6 {
          color: #ffffff;
          font-size: 20px; }
        @media (max-width: 1119.98px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 205px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 225px;
              height: 82px; } }
        @media (max-width: 1059.98px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 205px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 225px;
              height: 82px; } }
        @media (max-width: 991.98px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 205px;
            height: 62px; } }
        @media (max-width: 899.98px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 205px;
            height: 62px; } }
        @media (max-width: 819.98px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 205px;
            height: 62px; } }
        @media (max-width: 767.98px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 245px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 265px;
              height: 82px; } }
        @media (max-width: 698.98px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 245px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 265px;
              height: 82px; } }
        @media (max-width: 658.98px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 245px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 265px;
              height: 82px; } }
        @media (max-width: 619.98px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 245px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 265px;
              height: 82px; } }
        @media (max-width: 575.98px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 245px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 265px;
              height: 82px; } }
        @media (max-width: 520px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 245px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 265px;
              height: 82px; } }
        @media (max-width: 460px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 245px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 265px;
              height: 82px; } }
        @media (max-width: 430px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 245px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 265px;
              height: 82px; } }
        @media (max-width: 400px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 245px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 265px;
              height: 82px; } }
        @media (max-width: 360px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 225px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 245px;
              height: 82px; } }
        @media (max-width: 330px) {
          .offer-section .offer-box .icon-wraper .icon-box {
            top: -87%;
            left: 51%;
            width: 215px;
            height: 62px; }
            .offer-section .offer-box .icon-wraper .icon-box::before {
              width: 235px;
              height: 82px; } }
    .offer-section .offer-box .overlay-box {
      position: absolute;
      top: 60px;
      left: -91px;
      z-index: 0;
      background-color: #ffffff;
      width: 283px;
      height: 72px;
      border-radius: 40px; }
  .offer-section .offer-content {
    padding-left: 17px;
    padding-top: 30px; }
    .offer-section .offer-content .offer-price h4 {
      text-align: start;
      color: #0d0d0d; }
      .offer-section .offer-content .offer-price h4 span {
        font-size: 18px; }
    .offer-section .offer-content hr {
      color: #ccc;
      opacity: 1.25; }
    .offer-section .offer-content ul > li {
      color: #0d0d0d;
      font-size: 22px;
      font-weight: 500;
      text-align: start;
      line-height: 40px; }
    @media (max-width: 1199.98px) {
      .offer-section .offer-content {
        padding-left: 10px; }
        .offer-section .offer-content .offer-price h4 {
          font-size: 24px; }
        .offer-section .offer-content ul > li {
          font-size: 18px; } }
    @media (max-width: 1059.98px) {
      .offer-section .offer-content {
        padding-left: 10px; }
        .offer-section .offer-content .offer-price h4 {
          font-size: 20px; }
        .offer-section .offer-content ul > li {
          font-size: 16px; } }
    @media (max-width: 899.98px) {
      .offer-section .offer-content {
        padding-left: 10px; }
        .offer-section .offer-content .offer-price h4 {
          font-size: 24px; }
        .offer-section .offer-content ul > li {
          font-size: 18px; } }
    @media (max-width: 460px) {
      .offer-section .offer-content {
        padding-left: 5px; } }

.investor-section {
  padding-top: 130px;
  padding-bottom: 140px;
  background-size: 100% auto;
  position: relative; }
  .investor-section .investor-shape {
    position: absolute;
    top: 51px;
    left: 95px; }
    @media (max-width: 991.98px) {
      .investor-section .investor-shape {
        height: 100px;
        width: 150px; } }
    @media (max-width: 899.98px) {
      .investor-section .investor-shape {
        height: 80px;
        width: 110px;
        left: 65px; } }
    @media (max-width: 575.98px) {
      .investor-section .investor-shape {
        display: none; } }
  .investor-section .investor-section-header {
    color: #0d0d0d;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 65px; }
    .investor-section .investor-section-header p {
      max-width: 696px;
      margin: 0 auto;
      color: #0d0d0d; }
      @media (max-width: 575.98px) {
        .investor-section .investor-section-header p {
          font-size: 14px; } }
    .investor-section .investor-section-header .investor-span-top {
      color: #2f9e44; }
    .investor-section .investor-section-header .investor-span {
      color: #5f3dc4; }
  .investor-section .investor-rows {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 130px; }
    .investor-section .investor-rows .counter-box {
      padding: 27px 30px;
      border-radius: 8px;
      border: 1px solid var(--v-4-color-primary-700, #37b24d);
      background: var(--v-4-color-primary-300, #ebfbee);
      text-align: center;
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s;
      position: relative; }
      .investor-section .investor-rows .counter-box:hover {
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05); }
      .investor-section .investor-rows .counter-box h6 {
        font-size: 20px;
        color: #0d0d0d;
        font-weight: 700;
        line-height: 130%; }
      .investor-section .investor-rows .counter-box p {
        font-size: 16px;
        color: #2f9e44;
        font-weight: 500;
        padding-bottom: 16px;
        border-bottom: 1px dotted #2f9e44; }
      .investor-section .investor-rows .counter-box .icon-wraper {
        position: absolute;
        top: -20%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100px;
        height: 100px; }
        .investor-section .investor-rows .counter-box .icon-wraper .icon-box {
          background-color: white;
          width: 220px;
          height: 220px;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: absolute;
          top: 40%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 11; }
          .investor-section .investor-rows .counter-box .icon-wraper .icon-box .investor-img {
            width: 220px;
            height: 220px;
            border-radius: 50%;
            border: 2px solid #2f9e44; }
      .investor-section .investor-rows .counter-box .counter-content {
        padding-top: 85px;
        color: #ffffff; }
        .investor-section .investor-rows .counter-box .counter-content h5 {
          font-weight: 800; }
        .investor-section .investor-rows .counter-box .counter-content h6 {
          font-weight: 700; }
      .investor-section .investor-rows .counter-box .social-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      @media (max-width: 1399.98px) {
        .investor-section .investor-rows .counter-box .icon-wraper .icon-box {
          width: 200px !important;
          height: 200px !important; }
          .investor-section .investor-rows .counter-box .icon-wraper .icon-box .investor-img {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            border: 2px solid #2f9e44; }
        .investor-section .investor-rows .counter-box .counter-content {
          padding-top: 80px; }
          .investor-section .investor-rows .counter-box .counter-content h6 {
            font-size: 20px; } }
      @media (max-width: 1199.98px) {
        .investor-section .investor-rows .counter-box .icon-wraper .icon-box {
          width: 180px !important;
          height: 180px !important; }
          .investor-section .investor-rows .counter-box .icon-wraper .icon-box .investor-img {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            border: 2px solid #2f9e44; }
        .investor-section .investor-rows .counter-box .counter-content {
          padding-top: 70px; }
          .investor-section .investor-rows .counter-box .counter-content h6 {
            font-size: 20px; }
          .investor-section .investor-rows .counter-box .counter-content p {
            font-size: 16px; } }
      @media (max-width: 1059.98px) {
        .investor-section .investor-rows .counter-box .icon-wraper .icon-box {
          width: 160px !important;
          height: 160px !important; }
          .investor-section .investor-rows .counter-box .icon-wraper .icon-box .investor-img {
            width: 160px;
            height: 160px;
            border-radius: 50%;
            border: 2px solid #2f9e44; }
        .investor-section .investor-rows .counter-box .counter-content {
          padding-top: 70px; }
          .investor-section .investor-rows .counter-box .counter-content h6 {
            font-size: 18px; }
          .investor-section .investor-rows .counter-box .counter-content p {
            font-size: 14px; } }
      @media (max-width: 991.98px) {
        .investor-section .investor-rows .counter-box {
          margin-top: 150px; }
          .investor-section .investor-rows .counter-box .icon-wraper .icon-box {
            width: 220px !important;
            height: 220px !important; }
            .investor-section .investor-rows .counter-box .icon-wraper .icon-box .investor-img {
              width: 220px;
              height: 220px;
              border-radius: 50%;
              border: 2px solid #2f9e44; }
          .investor-section .investor-rows .counter-box .counter-content {
            padding-top: 100px; }
            .investor-section .investor-rows .counter-box .counter-content h6 {
              font-size: 18px; }
            .investor-section .investor-rows .counter-box .counter-content p {
              font-size: 14px; } }
      @media (max-width: 460px) {
        .investor-section .investor-rows .counter-box {
          margin-top: 150px; }
          .investor-section .investor-rows .counter-box .icon-wraper .icon-box {
            width: 180px !important;
            height: 180px !important; }
            .investor-section .investor-rows .counter-box .icon-wraper .icon-box .investor-img {
              width: 180px;
              height: 180px;
              border-radius: 50%;
              border: 2px solid #2f9e44; }
          .investor-section .investor-rows .counter-box .counter-content {
            padding-top: 70px; }
            .investor-section .investor-rows .counter-box .counter-content h6 {
              font-size: 18px; }
            .investor-section .investor-rows .counter-box .counter-content p {
              font-size: 14px; } }
      @media (max-width: 400px) {
        .investor-section .investor-rows .counter-box {
          margin-top: 120px; }
          .investor-section .investor-rows .counter-box .icon-wraper .icon-box {
            width: 150px !important;
            height: 150px !important; }
            .investor-section .investor-rows .counter-box .icon-wraper .icon-box .investor-img {
              width: 150px;
              height: 150px;
              border-radius: 50%;
              border: 2px solid #2f9e44; }
          .investor-section .investor-rows .counter-box .counter-content {
            padding-top: 70px; }
            .investor-section .investor-rows .counter-box .counter-content h6 {
              font-size: 16px; }
            .investor-section .investor-rows .counter-box .counter-content p {
              font-size: 12px; } }
    @media (max-width: 991.98px) {
      .investor-section .investor-rows {
        padding-top: 0; } }
    @media (max-width: 400px) {
      .investor-section .investor-rows {
        padding-left: 20px;
        padding-right: 20px; } }

.stat-section {
  padding-top: 80px;
  padding-bottom: 50px;
  background-size: 100% auto;
  position: relative; }
  .stat-section .stat-shape-top {
    position: absolute;
    top: 20px;
    left: 120px; }
    @media (max-width: 1199.98px) {
      .stat-section .stat-shape-top {
        width: 120px;
        height: 80px;
        top: 30px;
        left: 120px; } }
    @media (max-width: 991.98px) {
      .stat-section .stat-shape-top {
        width: 100px;
        height: 60px;
        top: 50px;
        left: 120px; } }
    @media (max-width: 575.98px) {
      .stat-section .stat-shape-top {
        display: none; } }
  .stat-section .stat-shape-bottom {
    position: absolute;
    bottom: 50px;
    right: 32px; }
    @media (max-width: 575.98px) {
      .stat-section .stat-shape-bottom {
        display: none; } }
  .stat-section .stat-section-img {
    width: 100%;
    height: 554px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
  .stat-section .stat-section-header {
    color: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 10px; }
    .stat-section .stat-section-header h6 {
      color: #2f9e44; }
    .stat-section .stat-section-header h2 {
      color: #0d0d0d; }
      .stat-section .stat-section-header h2 .stat-span {
        color: #5f3dc4; }
    .stat-section .stat-section-header p {
      max-width: 690px;
      margin: 0 auto;
      color: #0d0d0d; }
    @media (max-width: 575.98px) {
      .stat-section .stat-section-header p {
        font-size: 14px; } }
  .stat-section .stat-table {
    padding: 50px 72px;
    position: relative;
    z-index: 1; }
    .stat-section .stat-table .custom-table {
      -webkit-box-shadow: none;
      box-shadow: none;
      overflow: hidden;
      min-width: 800px; }
    .stat-section .stat-table .table > :not(caption) > * > * {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .stat-section .stat-table table.rounded-corners {
      border-spacing: 0;
      border-collapse: separate;
      border-radius: 12px;
      border: 1px solid #2f9e44; }
    .stat-section .stat-table .tb-row {
      color: #ffffff;
      height: 80px; }
    .stat-section .stat-table tr:nth-child(odd) {
      background-color: #ffffff; }
    .stat-section .stat-table tr:nth-child(even) {
      background-color: #ebfbee;
      color: #0d0d0d; }
    .stat-section .stat-table th {
      background-color: #2f9e44; }
    .stat-section .stat-table .tb-body {
      background-color: #2f9e44;
      vertical-align: middle; }
    .stat-section .stat-table .tb-head .tb-row {
      background-color: #2f9e44 !important;
      vertical-align: middle; }
    .stat-section .stat-table th,
    .stat-section .stat-table td {
      font-size: 20px;
      font-weight: 500;
      line-height: 32px;
      padding-left: 40px; }
    .stat-section .stat-table tr:last-child {
      border-bottom: transparent; }
    .stat-section .stat-table .tb-data-username {
      padding-left: 10px; }
    @media (max-width: 575.98px) {
      .stat-section .stat-table {
        padding: 50px 20px; } }

.testimonial-section {
  padding-top: 100px;
  background-size: 100% auto; }
  .testimonial-section .slick-dots {
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .testimonial-section .slick-dots li.slick-active button {
      background-color: #37b24d; }
    .testimonial-section .slick-dots li button {
      border-radius: 50%;
      font-size: 0;
      height: 18px;
      width: 18px;
      background-color: #ebfbee; }
  .testimonial-section .feedback-sliderr .slick-list {
    padding: 30px 0; }
    @media (max-width: 1199.98px) {
      .testimonial-section .feedback-sliderr .slick-list {
        padding: 100px 0; } }
  .testimonial-section .testimonial-section-header {
    color: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 65px; }
    .testimonial-section .testimonial-section-header h6 {
      color: #2f9e44;
      font-size: 20; }
    .testimonial-section .testimonial-section-header h2 {
      color: #0d0d0d; }
    .testimonial-section .testimonial-section-header .testimonial-span {
      color: #5f3dc4; }
    .testimonial-section .testimonial-section-header p {
      max-width: 558px;
      margin: 0 auto;
      color: #0d0d0d; }
      @media (max-width: 575.98px) {
        .testimonial-section .testimonial-section-header p {
          font-size: 14px; } }
    @media (max-width: 991.98px) {
      .testimonial-section .testimonial-section-header {
        padding-bottom: 10px; } }
  .testimonial-section .testimonial-row {
    padding-left: 72px;
    padding-right: 72px; }
    @media (max-width: 575.98px) {
      .testimonial-section .testimonial-row {
        padding-left: 10px;
        padding-right: 10px; } }
  .testimonial-section .testimonial-box {
    padding: 50px 24px;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.08); }
    .testimonial-section .testimonial-box:hover {
      -webkit-box-shadow: var(--box-shadow);
      box-shadow: var(--box-shadow); }
    .testimonial-section .testimonial-box h5 {
      padding-top: 140px;
      color: #0d0d0d;
      font-size: 22px; }
    .testimonial-section .testimonial-box .fa-star {
      color: #fb0; }
    .testimonial-section .testimonial-box p {
      padding-top: 10px;
      text-align: justify;
      font-size: 14px;
      color: #0d0d0d;
      font-weight: 400; }
    .testimonial-section .testimonial-box .icon-wraper {
      position: absolute;
      width: 130px;
      height: 130px;
      margin: 0 auto;
      top: 0;
      left: 50%;
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 0px 0px 80px 80px;
      padding-top: 20px; }
      .testimonial-section .testimonial-box .icon-wraper .icon-inner-wrapper {
        width: 140px;
        height: 140px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 50%;
        background: rgba(55, 178, 77, 0.15); }
      .testimonial-section .testimonial-box .icon-wraper .fas {
        height: 124px;
        width: 124px;
        border: 6px solid #37b24d;
        border-radius: 50%;
        display: inline;
        margin-top: 20px;
        font-size: 60px;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s; }
    @media (max-width: 1199.98px) {
      .testimonial-section .testimonial-box h5 {
        font-size: 20px; }
      .testimonial-section .testimonial-box p {
        font-size: 14px; } }
    @media (max-width: 991.98px) {
      .testimonial-section .testimonial-box {
        margin-bottom: -20px; }
        .testimonial-section .testimonial-box h5 {
          padding-top: 170px;
          font-size: 20px; }
        .testimonial-section .testimonial-box p {
          font-size: 14px; } }
    @media (max-width: 767.98px) {
      .testimonial-section .testimonial-box h5 {
        font-size: 20px; }
      .testimonial-section .testimonial-box p {
        font-size: 14px; } }
    @media (max-width: 575.98px) {
      .testimonial-section .testimonial-box h5 {
        font-size: 20px; }
      .testimonial-section .testimonial-box p {
        font-size: 14px; } }
    @media (max-width: 460px) {
      .testimonial-section .testimonial-box h5 {
        font-size: 18px; }
      .testimonial-section .testimonial-box p {
        font-size: 12px; } }
    @media (max-width: 400px) {
      .testimonial-section .testimonial-box h5 {
        font-size: 18px; }
      .testimonial-section .testimonial-box p {
        font-size: 12px; } }
    .testimonial-section .testimonial-box .counter-content .left-quotes {
      position: absolute;
      top: 20px;
      left: 10px;
      width: 66px;
      height: 60px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 1; }
      @media (max-width: 1119.98px) {
        .testimonial-section .testimonial-box .counter-content .left-quotes {
          width: 50px;
          height: 50px; } }
    .testimonial-section .testimonial-box .counter-content .right-quotes {
      position: absolute;
      bottom: 16px;
      right: 10px;
      width: 53px;
      height: 48px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      z-index: 1; }
      @media (max-width: 1119.98px) {
        .testimonial-section .testimonial-box .counter-content .right-quotes {
          width: 40px;
          height: 40px; } }
    @media (max-width: 991.98px) {
      .testimonial-section .testimonial-box {
        padding-top: 20px;
        padding-bottom: 40px; } }

/************* about section start ************/
.ab-award-box {
  left: 40px;
  bottom: 40px;
  max-width: 280px;
  border-radius: 15px; }
  .ab-award-box::before {
    content: "";
    position: absolute;
    left: 10px;
    top: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--white-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    border-radius: 15px; }
  .ab-award-box:hover::before {
    left: -10px; }

.mt-150 {
  margin-top: -650px;
  padding: 400px 0; }

.ab-flex-box img {
  max-width: 100px; }

.cr-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color); }

.cr-subtitle.text-white::before {
  background-color: var(--white-color); }

/************************* service section start ***********************/
.service-section .circle-shape-1 {
  width: 160px;
  height: 160px;
  background-color: #2d2d2d;
  border-radius: 50%;
  opacity: 0.6;
  top: 30%;
  left: -80px; }

.service-section .circle-shape-2 {
  width: 800px;
  height: 800px;
  background-color: #2d2d2d;
  border-radius: 50%;
  opacity: 0.6;
  left: -400px;
  bottom: -300px; }

.yyut {
  color: #000000;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.service-card {
  padding: 50px; }
  .service-card .explore-btn {
    color: var(--headings-color);
    font-weight: 600;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    font-size: 17px; }
    .service-card .explore-btn svg path {
      -webkit-transition: var(--transition-base);
      -o-transition: var(--transition-base);
      transition: var(--transition-base); }
  .service-card:hover .icon-wrapper img {
    -webkit-animation: 0.3s shake;
    animation: 0.3s shake; }
  .service-card:hover .explore-btn {
    color: var(--primary-color); }
    .service-card:hover .explore-btn svg {
      -webkit-animation: 0.3s toLeftFromRight linear;
      animation: 0.3s toLeftFromRight linear; }
      .service-card:hover .explore-btn svg path {
        fill: var(--primary-color); }
  @media (max-width: 991.98px) {
    .service-card {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 575.98px) {
    .service-card {
      padding: 32px; } }

/************************ ticker section start ************************/
.ticker-section {
  padding: 32px 0;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -40px;
  background-size: cover; }

/************************** experts section start *********************/
.cta-box {
  padding: 40px;
  max-width: 600px; }
  .cta-box .icon-wrapper {
    width: 55px;
    height: 55px; }
  .cta-box .icon-tel {
    width: 73px;
    height: 73px;
    background: -webkit-gradient(linear, left top, right top, from(#cbc7f1), to(rgba(226, 234, 243, 0)));
    background: -webkit-linear-gradient(left, #cbc7f1 0%, rgba(226, 234, 243, 0) 100%);
    background: -o-linear-gradient(left, #cbc7f1 0%, rgba(226, 234, 243, 0) 100%);
    background: linear-gradient(90deg, #cbc7f1 0%, rgba(226, 234, 243, 0) 100%);
    padding: 12px;
    position: relative;
    z-index: 1;
    -webkit-animation: 1s ripple-animation linear infinite;
    animation: 1s ripple-animation linear infinite; }
    .cta-box .icon-tel span {
      position: relative; }

.exp-year-box {
  width: 190px;
  height: 190px;
  background-color: var(--primary-color);
  left: 5%;
  bottom: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 24px;
  text-align: center; }
  .exp-year-box h3 {
    margin-bottom: 2px; }
  .exp-year-box h6 {
    line-height: 1.2em; }

.cr-pf-slider .prev-arrow,
.cr-pf-slider .next-arrow {
  width: 60px;
  height: 60px;
  background-color: rgba(78, 60, 254, 0.07);
  color: var(--primary-color);
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  border-radius: 50%;
  position: absolute;
  top: -54px; }
  .cr-pf-slider .prev-arrow:hover,
  .cr-pf-slider .next-arrow:hover {
    background-color: var(--primary-color);
    color: var(--white-color); }
  @media (max-width: 575.98px) {
    .cr-pf-slider .prev-arrow,
    .cr-pf-slider .next-arrow {
      display: none; } }

.cr-pf-slider .prev-arrow {
  right: 76px; }

.cr-pf-slider .next-arrow {
  right: 0; }

.pf-box {
  border-radius: 12px;
  overflow: hidden; }
  .pf-box img {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .pf-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--headings-color);
    opacity: 0;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    z-index: 1; }
  .pf-box .pf-content {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 2;
    max-width: calc(100% - 100px); }
  .pf-box .explore-btn {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    z-index: 1;
    opacity: 0;
    visibility: hidden; }
    .pf-box .explore-btn:hover {
      background-color: var(--primary-color);
      border-color: var(--primary-color);
      color: var(--white-color); }
      .pf-box .explore-btn:hover svg {
        -webkit-animation: 0.3s toLeftFromRight;
        animation: 0.3s toLeftFromRight; }
  .pf-box h3,
  .pf-box p {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .pf-box h3 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 16px; }
  .pf-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .pf-box:hover::before {
    opacity: 0.7; }
  .pf-box:hover .explore-btn {
    opacity: 1;
    visibility: visible;
    -webkit-animation: 0.5s theme_fadeInUp;
    animation: 0.5s theme_fadeInUp; }
  .pf-box:hover h3 {
    -webkit-animation: 0.6s theme_fadeInUp;
    animation: 0.6s theme_fadeInUp;
    opacity: 1;
    visibility: visible; }
  .pf-box:hover p {
    -webkit-animation: 0.7s theme_fadeInUp;
    animation: 0.7s theme_fadeInUp;
    opacity: 1;
    visibility: visible; }
  .pf-box.box-sm .explore-btn {
    width: 60px;
    height: 60px;
    left: 24px;
    top: 32px; }
  .pf-box.box-sm .pf-content {
    left: 24px;
    bottom: 32px;
    max-width: calc(100% - 48px); }

/********************* feedback section start **********************/
.feedback-section .circle-shape-1,
.feedback-section .circle-shape-2 {
  width: 600px;
  height: 600px;
  background-color: #272727;
  border-radius: 50%; }

.feedback-section .circle-shape-1 {
  top: -200px;
  left: -130px; }

.feedback-section .circle-shape-2 {
  bottom: -270px;
  right: -110px; }

.feedback-slider .prev-arrow,
.feedback-slider .next-arrow {
  position: absolute;
  top: -120px; }
  .feedback-slider .prev-arrow svg path,
  .feedback-slider .next-arrow svg path {
    opacity: 0.2;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .feedback-slider .prev-arrow:hover svg path,
  .feedback-slider .next-arrow:hover svg path {
    opacity: 1; }

.feedback-slider .prev-arrow {
  right: 80px; }

.feedback-slider .next-arrow {
  right: 0; }

@media (max-width: 767.98px) {
  .feedback-slider .prev-arrow,
  .feedback-slider .next-arrow {
    display: none; } }

.feedback-single {
  border-radius: 40px;
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px; }
  .feedback-single .clients-comment {
    font-size: 30px; }
  @media (max-width: 991.98px) {
    .feedback-single {
      padding: 60px; }
      .feedback-single > img {
        display: none; } }
  @media (max-width: 575.98px) {
    .feedback-single {
      padding: 40px 32px; }
      .feedback-single .clients-comment {
        font-size: 22px; } }

/************************* pricing section start *******************/
.pricing-box {
  padding: 70px 40px 40px;
  background-color: var(--gray-100);
  border-radius: 30px;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  padding: 50px 32px 32px; }
  .pricing-box h3 {
    font-size: 36px; }
  .pricing-box .package-icon {
    width: 120px;
    height: 120px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px;
    border: 10px solid var(--gray-100); }
  .pricing-box .pricing-box-content {
    padding: 110px 40px 40px;
    background-color: var(--white-color);
    border-radius: 30px;
    margin-top: -60px; }
    .pricing-box .pricing-box-content .pricing-title span {
      margin-left: -16px;
      color: var(--text-color); }
    .pricing-box .pricing-box-content .pricing-features li {
      font-weight: 500; }
      .pricing-box .pricing-box-content .pricing-features li + li {
        margin-top: 10px; }
    .pricing-box .pricing-box-content .template-btn {
      border-radius: 30px; }
      .pricing-box .pricing-box-content .template-btn::after {
        border-radius: 30px; }
  .pricing-box:hover {
    background-color: var(--primary-color); }
    .pricing-box:hover h3,
    .pricing-box:hover .subtitle {
      color: var(--white-color); }
    .pricing-box:hover .package-icon {
      border-color: var(--primary-color); }

/************************************* contact section start ********************************/
.contact-section .circle-shape,
.contact-section .circle-shape-2 {
  background-color: #272727; }

.contact-section .circle-shape {
  width: 600px;
  height: 600px;
  left: -400px;
  bottom: -400px; }

.contact-section .circle-shape-2,
.contact-section .circle-shape-3 {
  width: 800px;
  height: 800px; }

.contact-section .circle-shape-2 {
  right: -200px;
  top: -200px; }

.contact-section .circle-shape-3 {
  border: 2px solid #272727;
  left: -440px;
  bottom: -440px; }

.contact-section.dark-bg-color .lead {
  color: #898989; }

.contact-section.dark-bg-color .contact-info-list li span {
  color: #6b6b6b; }

.contact-info-list li .icon {
  width: 80px;
  height: 80px; }

.contact-info-list li h6 {
  font-size: 22px;
  line-height: 1.3em;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base); }
  .contact-info-list li h6:hover {
    color: var(--primary-color) !important; }

.contact-info-list li + li {
  margin-top: 40px; }

.contact-info-list li:hover .icon img {
  -webkit-animation: 0.4s shake linear;
  animation: 0.4s shake linear; }

.contact-form-box {
  padding: 60px;
  border-radius: 30px; }
  .contact-form-box .contact-form label {
    display: block;
    font-weight: 500;
    color: var(--headings-color);
    margin-bottom: 24px; }
  @media (max-width: 575.98px) {
    .contact-form-box {
      padding: 32px; } }

/************************* blog section start **************************/
.article-card {
  border-radius: 25px;
  overflow: hidden;
  z-index: 1; }
  .article-card .overlay-bg {
    position: absolute;
    left: -110%;
    top: 0;
    width: 120%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    opacity: 0;
    z-index: 1; }
  .article-card .feature-image img {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .article-card .card-content-wrapper {
    width: calc(100% - 60px);
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 30px;
    padding: 42px;
    border-radius: 25px; }
    .article-card .card-content-wrapper .blog-meta span + span {
      position: relative; }
      .article-card .card-content-wrapper .blog-meta span + span::before {
        content: "";
        position: absolute;
        left: -12px;
        top: 0;
        width: 1px;
        height: 16px;
        background-color: var(--primary-light);
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg); }
    .article-card .card-content-wrapper .title {
      font-size: 30px;
      line-height: 38px; }
    .article-card .card-content-wrapper .description {
      display: none; }
    .article-card .card-content-wrapper .explore-btn {
      font-weight: 700;
      color: var(--primary-color); }
      .article-card .card-content-wrapper .explore-btn:hover i {
        -webkit-animation: 0.3s toLeftFromRight;
        animation: 0.3s toLeftFromRight; }
  .article-card:hover .overlay-bg {
    left: -10%;
    opacity: 1; }
  .article-card:hover .feature-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  @media (max-width: 575.98px) {
    .article-card .overlay-bg {
      display: none; }
    .article-card .card-content-wrapper {
      position: relative;
      left: auto;
      margin-left: 15px;
      width: calc(100% - 30px);
      -webkit-box-shadow: var(--box-shadow);
      box-shadow: var(--box-shadow); } }

.spinner-border {
  border-color: #000 !important;
  border-right-color: transparent !important;
  width: 21px;
  height: 21px;
  border-width: 2px !important;
  display: none; }

.faq-section {
  background-color: #ffffff;
  position: relative;
  padding-top: 20px;
  padding-bottom: 70px; }
  .faq-section .testimonial-header {
    margin-left: 15px; }
  .faq-section h6 {
    color: #2f9e44;
    font-size: 20;
    position: relative; }
    @media (max-width: 767.98px) {
      .faq-section h6 {
        padding-left: 90px; } }
  .faq-section h2 {
    color: #0d0d0d; }
  .faq-section .faq-img {
    width: 640px;
    height: 680px;
    position: absolute;
    left: 0;
    bottom: 150px;
    margin-left: 200px; }
  .faq-section .hyp-accordians {
    background-color: transparent; }
    .faq-section .hyp-accordians .accordion-item,
    .faq-section .hyp-accordians .accordion-header,
    .faq-section .hyp-accordians .accordion-button {
      background-color: transparent;
      color: #2f9e44;
      font-weight: 500;
      font-size: 20px; }
    .faq-section .hyp-accordians .accordion-header {
      z-index: -1; }
    .faq-section .hyp-accordians .accordion-body {
      font-weight: 400;
      font-size: 18px;
      color: #333333; }
    .faq-section .hyp-accordians .accordion-item {
      border-bottom: 1px solid #ccc;
      border-width: thin; }
    .faq-section .hyp-accordians .accordion-button:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .faq-section .hyp-accordians .accordion-button:after {
      width: auto;
      height: auto;
      content: "+";
      font-size: 40px;
      background-image: none;
      font-weight: 300;
      color: #020134;
      -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px); }
    .faq-section .hyp-accordians .accordion-button:not(.collapsed)::after {
      width: auto;
      height: auto;
      content: "-";
      font-size: 48px;
      -webkit-transform: translate(-5px, -4px);
      -ms-transform: translate(-5px, -4px);
      transform: translate(-5px, -4px);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      color: #020134; }
    @media (max-width: 575.98px) {
      .faq-section .hyp-accordians .accordion-button {
        font-size: 16px;
        line-height: 22px; }
      .faq-section .hyp-accordians .accordion-header,
      .faq-section .hyp-accordians .accordion-body {
        font-size: 14px; } }
  @media (max-width: 1700px) {
    .faq-section .faq-img {
      width: 590px;
      height: 675px;
      margin-left: 115px; } }
  @media (max-width: 1399.98px) {
    .faq-section .faq-img {
      width: 540px;
      height: 630px;
      margin-left: 100px; }
    .faq-section .hyp-accordians {
      padding-right: 40px; } }
  @media (max-width: 1260px) {
    .faq-section .faq-img {
      width: 490px;
      height: 590px;
      bottom: 180px;
      margin-left: 44px; } }
  @media (max-width: 1059.98px) {
    .faq-section .faq-img {
      width: 450px;
      height: 548px;
      bottom: 180px;
      margin-left: 33px; } }
  @media (max-width: 991.98px) {
    .faq-section .faq-img {
      width: 383px;
      height: 536px;
      bottom: 207px;
      margin-left: 33px; } }
  @media (max-width: 819.98px) {
    .faq-section .faq-img {
      width: 380px;
      height: 500px;
      bottom: 260px;
      margin-left: 8px; }
    .faq-section .accordion-item {
      font-size: 14px; } }
  @media (max-width: 767.98px) {
    .faq-section .faq-img {
      position: relative;
      width: 450px;
      height: 505px;
      bottom: 55px;
      margin-left: 90px; } }
  @media (max-width: 575.98px) {
    .faq-section .faq-img {
      position: relative;
      width: 350px;
      height: 405px;
      bottom: 55px;
      margin-left: 70px; }
    .faq-section .hyp-accordians {
      padding-right: 10px; } }
  @media (max-width: 460px) {
    .faq-section .faq-img {
      position: relative;
      width: 300px;
      height: 380px;
      bottom: 55px;
      margin-left: 50px; } }
  @media (max-width: 400px) {
    .faq-section .faq-img {
      position: relative;
      width: 250px;
      height: 330px;
      bottom: 55px;
      margin-left: 40px; } }
  @media (max-width: 360px) {
    .faq-section .faq-img {
      position: relative;
      width: 250px;
      height: 330px;
      bottom: 55px;
      margin-left: 28px; } }
  @media (max-width: 767.98px) {
    .faq-section {
      padding-bottom: 40px; } }

.gateways-section {
  padding-top: 130px;
  padding-bottom: 120px;
  background-color: #2f9e44;
  background-size: 100% auto;
  position: relative; }
  .gateways-section .wow2 {
    position: absolute;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    top: 0px; }
    @media (max-width: 767.98px) {
      .gateways-section .wow2 {
        display: none; } }
  .gateways-section .gateways-section-header {
    color: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 60px; }
    .gateways-section .gateways-section-header h6 {
      color: #ffffff;
      font-size: 20;
      position: relative;
      display: inline-block; }
    .gateways-section .gateways-section-header p {
      padding-top: 10px;
      max-width: 696px;
      margin: 0 auto;
      font-weight: 400; }
      @media (max-width: 575.98px) {
        .gateways-section .gateways-section-header p {
          font-size: 14px; } }
  .gateways-section .gateways-box {
    background-color: #2f9e44;
    height: 170px;
    width: 170px;
    padding: 45px;
    border-radius: 50%;
    border: 1px solid #ffffff; }
    @media (max-width: 1260px) {
      .gateways-section .gateways-box {
        padding: 39px;
        height: 160px;
        width: 160px; } }
    @media (max-width: 1199.98px) {
      .gateways-section .gateways-box {
        height: 170px;
        width: 170px;
        padding: 45px; } }
    @media (max-width: 991.98px) {
      .gateways-section .gateways-box {
        margin-bottom: 20px; } }
    @media (max-width: 899.98px) {
      .gateways-section .gateways-box {
        padding: 39px;
        height: 160px;
        width: 160px; } }
    @media (max-width: 819.98px) {
      .gateways-section .gateways-box {
        padding: 35px;
        height: 150px;
        width: 150px; } }
    @media (max-width: 460px) {
      .gateways-section .gateways-box {
        margin: 0 auto; } }

.calculator-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: 100% auto;
  position: relative; }
  .calculator-section .calculator-top-shape {
    position: absolute;
    top: 40px;
    left: 0; }
    @media (max-width: 1460px) {
      .calculator-section .calculator-top-shape {
        width: 80px;
        height: 170px; } }
    @media (max-width: 1399.98px) {
      .calculator-section .calculator-top-shape {
        width: 60px;
        height: 150px; } }
  .calculator-section .calculator-section-image {
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
  .calculator-section .calcultor-row {
    padding-left: 72px;
    padding-right: 72px; }
    @media (max-width: 575.98px) {
      .calculator-section .calcultor-row {
        padding-left: 20px;
        padding-right: 20px; } }
  .calculator-section h6 {
    color: #2f9e44;
    font-size: 20;
    position: relative; }
  .calculator-section h2 {
    color: #0d0d0d; }
  .calculator-section .calculate-span {
    color: #5f3dc4; }
  .calculator-section .calculator-paragraph {
    color: #0d0d0d;
    font-weight: 400;
    padding-bottom: 10px; }
  .calculator-section .calcultor-img {
    width: 730px;
    height: 737px;
    position: absolute;
    right: 40px;
    bottom: 108px;
    margin-left: 145px; }
  .calculator-section .form-areas {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 16px;
    position: relative;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #2f9e44; }
    .calculator-section .form-areas .form-feild {
      padding: 30px; }
      .calculator-section .form-areas .form-feild .form-inpt {
        border-radius: 10px;
        padding: 10px;
        width: 100%;
        margin-bottom: 5px;
        color: #0d0d0d;
        font-size: 16px;
        font-weight: 500; }
        .calculator-section .form-areas .form-feild .form-inpt .form-control:focus {
          -webkit-box-shadow: none;
          box-shadow: none;
          border-color: #0d0d0d; }
        .calculator-section .form-areas .form-feild .form-inpt .forms {
          height: 50px;
          background-color: #ffffff;
          color: #0d0d0d; }
          .calculator-section .form-areas .form-feild .form-inpt .forms::-webkit-input-placeholder {
            color: #0d0d0d;
            font-size: 16px; }
          .calculator-section .form-areas .form-feild .form-inpt .forms:-ms-input-placeholder {
            color: #0d0d0d;
            font-size: 16px; }
          .calculator-section .form-areas .form-feild .form-inpt .forms::-ms-input-placeholder {
            color: #0d0d0d;
            font-size: 16px; }
          .calculator-section .form-areas .form-feild .form-inpt .forms::placeholder {
            color: #0d0d0d;
            font-size: 16px; }
        .calculator-section .form-areas .form-feild .form-inpt .disable-forms {
          height: 50px;
          background-color: #d3f9d8;
          color: #0d0d0d; }
          .calculator-section .form-areas .form-feild .form-inpt .disable-forms::-webkit-input-placeholder {
            color: #0d0d0d;
            font-size: 16px; }
          .calculator-section .form-areas .form-feild .form-inpt .disable-forms:-ms-input-placeholder {
            color: #0d0d0d;
            font-size: 16px; }
          .calculator-section .form-areas .form-feild .form-inpt .disable-forms::-ms-input-placeholder {
            color: #0d0d0d;
            font-size: 16px; }
          .calculator-section .form-areas .form-feild .form-inpt .disable-forms::placeholder {
            color: #0d0d0d;
            font-size: 16px; }
      .calculator-section .form-areas .form-feild .btn-forms {
        width: 100%;
        margin-top: 20px; }
  @media (max-width: 1860px) {
    .calculator-section .calcultor-img {
      width: 730px;
      height: 737px;
      position: absolute;
      right: 40px;
      bottom: 108px;
      margin-left: 145px; }
    .calculator-section .form-areas {
      padding: 20px;
      left: 0px; } }
  @media (max-width: 1600px) {
    .calculator-section .calcultor-img {
      width: 702px;
      height: 720px;
      position: absolute;
      right: 0px;
      bottom: 108px;
      margin-left: 145px; }
    .calculator-section .form-areas {
      padding: 16px; } }
  @media (max-width: 1460px) {
    .calculator-section .calcultor-img {
      width: 670px;
      height: 720px;
      position: absolute;
      right: 0px;
      bottom: 108px;
      margin-left: 145px; }
    .calculator-section .form-areas {
      padding: 10px; } }
  @media (max-width: 1399.98px) {
    .calculator-section .calcultor-img {
      width: 640px;
      height: 713px;
      position: absolute;
      right: 0px;
      bottom: 108px;
      margin-left: 145px; }
    .calculator-section .form-areas {
      padding: 10px; } }
  @media (max-width: 1290px) {
    .calculator-section .calcultor-img {
      width: 616px;
      height: 713px;
      position: absolute;
      right: 0px;
      bottom: 108px;
      margin-left: 145px; }
    .calculator-section .form-areas {
      padding: 10px; } }
  @media (max-width: 1260px) {
    .calculator-section .calcultor-img {
      width: 600px;
      height: 713px;
      position: absolute;
      right: 0px;
      bottom: 108px;
      margin-left: 145px; }
    .calculator-section .form-areas {
      padding: 10px; } }
  @media (max-width: 1199.98px) {
    .calculator-section .calcultor-img {
      width: 531px;
      height: 713px;
      position: absolute;
      right: 0px;
      bottom: 108px;
      margin-left: 145px; }
    .calculator-section .form-areas {
      padding: 10px; } }
  @media (max-width: 1059.98px) {
    .calculator-section .calcultor-img {
      width: 500px;
      height: 699px;
      position: absolute;
      right: 0px;
      bottom: 108px;
      margin-left: 145px; }
    .calculator-section .form-areas {
      padding: 10px; } }
  @media (max-width: 991.98px) {
    .calculator-section {
      overflow: hidden; }
      .calculator-section .calcultor-img {
        width: 453px;
        height: 645px;
        position: absolute;
        right: 0px;
        bottom: 122px;
        margin-left: 145px; }
      .calculator-section h2 {
        font-size: 32px; }
      .calculator-section h6 {
        font-size: 18px; }
      .calculator-section .calculator-paragraph {
        font-size: 16px; }
      .calculator-section .form-areas {
        padding: 0px; } }
  @media (max-width: 899.98px) {
    .calculator-section {
      overflow: hidden; }
      .calculator-section .calcultor-img {
        width: 415px;
        height: 594px;
        position: absolute;
        right: 0px;
        bottom: 121px;
        margin-left: 145px; }
      .calculator-section h2 {
        font-size: 32px; }
      .calculator-section h6 {
        font-size: 18px; }
      .calculator-section .calculator-paragraph {
        font-size: 16px; }
      .calculator-section .form-areas {
        padding: 0px; } }
  @media (max-width: 819.98px) {
    .calculator-section {
      overflow: hidden; }
      .calculator-section .calcultor-img {
        width: 392px;
        height: 586px;
        position: absolute;
        right: 0px;
        bottom: 121px;
        margin-left: 145px; } }
  @media (max-width: 767.98px) {
    .calculator-section {
      padding-top: 10px;
      padding-bottom: 70px; }
      .calculator-section h2 {
        font-size: 30px;
        padding-bottom: 0; }
      .calculator-section h6 {
        font-size: 18px;
        padding-bottom: 0; }
      .calculator-section .calcultor-img {
        width: 538px;
        height: 637px;
        position: relative;
        right: -163px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 30px;
        bottom: 420px; }
      .calculator-section .calculation-details {
        padding: 30px;
        padding-top: 70px; }
        .calculator-section .calculation-details .calculator-paragraph {
          color: #0d0d0d;
          font-weight: 500;
          font-size: 16px; } }
  @media (max-width: 619.98px) {
    .calculator-section {
      padding-top: 10px;
      padding-bottom: 70px; }
      .calculator-section h2 {
        font-size: 30px;
        padding-bottom: 0; }
      .calculator-section h6 {
        font-size: 18px;
        padding-bottom: 0; }
      .calculator-section .calcultor-img {
        width: 538px;
        height: 637px;
        position: relative;
        right: -140px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 30px;
        bottom: 420px; }
      .calculator-section .calculation-details {
        padding: 30px;
        padding-top: 70px; }
        .calculator-section .calculation-details .calculator-paragraph {
          color: #0d0d0d;
          font-weight: 500;
          font-size: 16px; } }
  @media (max-width: 575.98px) {
    .calculator-section {
      padding-top: 10px;
      padding-bottom: 70px; }
      .calculator-section .calcultor-img {
        width: 484px;
        height: 557px;
        position: relative;
        right: -129px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 30px;
        bottom: 420px; }
      .calculator-section .calculation-details {
        padding: 10px;
        padding-top: 70px; } }
  @media (max-width: 520px) {
    .calculator-section {
      padding-top: 0px;
      padding-bottom: 70px; }
      .calculator-section .calcultor-img {
        width: 456px;
        height: 520px;
        position: relative;
        right: -80px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 30px;
        bottom: 420px; } }
  @media (max-width: 460px) {
    .calculator-section {
      padding-top: 10px;
      padding-bottom: 70px; }
      .calculator-section .calcultor-img {
        width: 370px;
        height: 465px;
        position: relative;
        right: -56px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 30px;
        bottom: 420px; }
      .calculator-section .calculation-details {
        padding: 10px;
        padding-top: 70px; }
        .calculator-section .calculation-details .calculator-paragraph {
          color: #0d0d0d;
          font-weight: 400;
          font-size: 14px; }
      .calculator-section .form-areas .form-feild .form-inpt {
        font-size: 14px; }
      .calculator-section .btn-forms {
        font-size: 14px; }
      .calculator-section .form-btn {
        padding: 14px 14px; } }
  @media (max-width: 400px) {
    .calculator-section .calcultor-img {
      width: 290px;
      height: 396px;
      position: relative;
      right: -20px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 30px;
      bottom: 420px; } }

.blog-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden; }
  .blog-section .blog-top-shape {
    position: absolute;
    top: 36px;
    left: 0; }
    @media (max-width: 819.98px) {
      .blog-section .blog-top-shape {
        width: 80px;
        height: 160px; } }
    @media (max-width: 460px) {
      .blog-section .blog-top-shape {
        display: none; } }
  .blog-section .blog-bottom-shape {
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 575.98px) {
      .blog-section .blog-bottom-shape {
        display: none; } }
  .blog-section .blog-section-header {
    color: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 60px; }
    .blog-section .blog-section-header h6 {
      color: #2f9e44;
      font-size: 20;
      position: relative;
      display: inline-block; }
    .blog-section .blog-section-header h2 {
      color: #0d0d0d; }
    .blog-section .blog-section-header p {
      padding-top: 10px;
      max-width: 696px;
      margin: 0 auto;
      font-weight: 400;
      color: #191919; }
      @media (max-width: 575.98px) {
        .blog-section .blog-section-header p {
          font-size: 14px; } }
  .blog-section .blog-post .blog-row {
    padding-left: 72px;
    padding-right: 72px; }
    .blog-section .blog-post .blog-row .indv-blog {
      padding-bottom: 70px; }
    .blog-section .blog-post .blog-row img {
      width: 100%;
      height: 360px;
      border-radius: 8px; }
    .blog-section .blog-post .blog-row .blog-content {
      width: 100%;
      position: relative; }
      .blog-section .blog-post .blog-row .blog-content .blog-info p {
        color: #666666;
        font-size: 16px;
        font-weight: 400;
        padding-left: 32px; }
      .blog-section .blog-post .blog-row .blog-content .blog-info svg {
        position: absolute;
        top: 17px; }
      .blog-section .blog-post .blog-row .blog-content .blog-info .author::after,
      .blog-section .blog-post .blog-row .blog-content .blog-info .date::after {
        position: absolute;
        content: "|";
        top: 11px;
        color: #666666;
        margin-left: 151px;
        font-size: 26px; }
        @media (max-width: 1199.98px) {
          .blog-section .blog-post .blog-row .blog-content .blog-info .author::after,
          .blog-section .blog-post .blog-row .blog-content .blog-info .date::after {
            display: none; } }
      @media (max-width: 460px) {
        .blog-section .blog-post .blog-row .blog-content .blog-info p {
          font-size: 14px;
          padding-left: 22px; }
        .blog-section .blog-post .blog-row .blog-content .blog-info svg {
          width: 20px;
          height: 20px; } }
      @media (max-width: 400px) {
        .blog-section .blog-post .blog-row .blog-content .blog-info p {
          font-size: 12px;
          padding-left: 22px; }
        .blog-section .blog-post .blog-row .blog-content .blog-info svg {
          width: 16px;
          height: 16px; } }
    .blog-section .blog-post .blog-row h5 {
      color: #0d0d0d; }
    .blog-section .blog-post .blog-row p {
      padding-top: 18px;
      color: #191919; }
    .blog-section .blog-post .blog-row .read-more-btn {
      display: block;
      padding-left: 40px;
      position: relative; }
      .blog-section .blog-post .blog-row .read-more-btn a {
        font-size: 16px;
        color: #2f9e44;
        font-weight: 500; }
      .blog-section .blog-post .blog-row .read-more-btn::before {
        content: "";
        position: absolute;
        top: 64%;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #0d0d0d; }
      .blog-section .blog-post .blog-row .read-more-btn::after {
        content: "";
        position: absolute;
        top: 64%;
        right: 0;
        width: 30px;
        height: 2px;
        background-color: #0d0d0d; }
    @media (max-width: 1290px) {
      .blog-section .blog-post .blog-row h4 {
        font-size: 26px; }
      .blog-section .blog-post .blog-row h6 {
        font-size: 18px; }
      .blog-section .blog-post .blog-row p {
        font-size: 16px; }
      .blog-section .blog-post .blog-row .read-more-btn {
        font-size: 14px; } }
    @media (max-width: 991.98px) {
      .blog-section .blog-post .blog-row h4 {
        font-size: 30px; }
      .blog-section .blog-post .blog-row h6 {
        font-size: 20px; }
      .blog-section .blog-post .blog-row p {
        font-size: 18px; }
      .blog-section .blog-post .blog-row .read-more-btn {
        font-size: 16px; } }
    @media (max-width: 619.98px) {
      .blog-section .blog-post .blog-row h4 {
        font-size: 26px; }
      .blog-section .blog-post .blog-row h6 {
        font-size: 18px; }
      .blog-section .blog-post .blog-row p {
        font-size: 16px; }
      .blog-section .blog-post .blog-row .read-more-btn {
        font-size: 14px; } }
    @media (max-width: 575.98px) {
      .blog-section .blog-post .blog-row {
        padding-left: 20px;
        padding-right: 20px; }
        .blog-section .blog-post .blog-row h4 {
          font-size: 22px; }
        .blog-section .blog-post .blog-row h6 {
          font-size: 16px; }
        .blog-section .blog-post .blog-row p {
          font-size: 14px; }
        .blog-section .blog-post .blog-row .read-more-btn {
          font-size: 12px; } }
  .blog-section .blog-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-right: 10px; }
    .blog-section .blog-pagination ul > li {
      display: inline-block;
      -webkit-font-feature-settings: "clig" off, "liga" off;
      font-feature-settings: "clig" off, "liga" off;
      font-family: Jost;
      color: #ffffff;
      padding: 12px 16px;
      border-radius: 5px;
      font-weight: 400; }
    .blog-section .blog-pagination .active {
      background-color: #2f9e44;
      height: 48px;
      width: 48px; }
      .blog-section .blog-pagination .active a {
        color: #ffffff; }
    .blog-section .blog-pagination .deactive {
      border: 1px solid #999999;
      height: 48px;
      width: 48px;
      color: #04032e; }
      .blog-section .blog-pagination .deactive a {
        color: #04032e; }
    @media (max-width: 575.98px) {
      .blog-section .blog-pagination h5 {
        font-size: 16px;
        font-weight: 400;
        padding: 10px; } }
    @media (max-width: 400px) {
      .blog-section .blog-pagination h5 {
        font-size: 14px;
        font-weight: 300;
        padding: 6px; } }
  @media (max-width: 767.98px) {
    .blog-section {
      padding-top: 80px;
      padding-bottom: 80px; } }

.contact-service-section {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative; }
  .contact-service-section .choose-shape {
    position: absolute;
    top: 60px;
    right: 60px; }
    @media (max-width: 1199.98px) {
      .contact-service-section .choose-shape {
        width: 90px;
        height: 70px; } }
    @media (max-width: 575.98px) {
      .contact-service-section .choose-shape {
        width: 50px;
        height: 40px;
        right: 10px; } }
  .contact-service-section .choose-section-header {
    color: #0d0d0d;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 70px; }
    .contact-service-section .choose-section-header h6 {
      color: #2f9e44;
      font-size: 20;
      position: relative;
      display: inline-block; }
    .contact-service-section .choose-section-header p {
      padding-top: 10px;
      max-width: 690px;
      margin: 0 auto;
      color: #0d0d0d; }
  .contact-service-section .counter-row {
    padding-left: 72px;
    padding-right: 72px; }
    @media (max-width: 575.98px) {
      .contact-service-section .counter-row {
        padding-left: 10px;
        padding-right: 10px; } }
  .contact-service-section .counter-row .common:nth-child(1) {
    padding-bottom: 30px; }
    .contact-service-section .counter-row .common:nth-child(1) .counter-box:hover {
      border: 2px solid #ff2f8b; }
      .contact-service-section .counter-row .common:nth-child(1) .counter-box:hover .withdraws-box {
        background-color: #ff2f8b; }
        .contact-service-section .counter-row .common:nth-child(1) .counter-box:hover .withdraws-box .counters-icon {
          fill: #fff; }
          .contact-service-section .counter-row .common:nth-child(1) .counter-box:hover .withdraws-box .counters-icon path {
            stroke: #ffffff;
            fill: #ffffff; }
  .contact-service-section .counter-row .common:nth-child(2) {
    padding-bottom: 30px; }
    .contact-service-section .counter-row .common:nth-child(2) .counter-box:hover {
      border: 2px solid #fb0; }
      .contact-service-section .counter-row .common:nth-child(2) .counter-box:hover .secured-box {
        background-color: #fb0; }
        .contact-service-section .counter-row .common:nth-child(2) .counter-box:hover .secured-box .counters-icon {
          fill: #fff; }
          .contact-service-section .counter-row .common:nth-child(2) .counter-box:hover .secured-box .counters-icon path {
            stroke: #ffffff;
            fill: #ffffff; }
  .contact-service-section .counter-row .common:nth-child(3) {
    padding-bottom: 30px; }
    .contact-service-section .counter-row .common:nth-child(3) .counter-box {
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s; }
      .contact-service-section .counter-row .common:nth-child(3) .counter-box:hover {
        border: 2px solid #de2ffb; }
        .contact-service-section .counter-row .common:nth-child(3) .counter-box:hover .register-box {
          background-color: #de2ffb; }
          .contact-service-section .counter-row .common:nth-child(3) .counter-box:hover .register-box .counters-icon {
            fill: #fff; }
            .contact-service-section .counter-row .common:nth-child(3) .counter-box:hover .register-box .counters-icon path {
              stroke: #ffffff;
              fill: #ffffff; }
  .contact-service-section .counter-row .common:nth-child(4) {
    padding-bottom: 30px; }
    .contact-service-section .counter-row .common:nth-child(4) .counter-box {
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s; }
      .contact-service-section .counter-row .common:nth-child(4) .counter-box:hover {
        border: 2px solid #ff2f8b; }
        .contact-service-section .counter-row .common:nth-child(4) .counter-box:hover .withdraw-box {
          background-color: #ff2f8b; }
          .contact-service-section .counter-row .common:nth-child(4) .counter-box:hover .withdraw-box .counters-icon {
            fill: #fff; }
            .contact-service-section .counter-row .common:nth-child(4) .counter-box:hover .withdraw-box .counters-icon path {
              stroke: #ffffff;
              fill: #ffffff; }
  .contact-service-section .counter-row .common:nth-child(5) {
    padding-bottom: 30px; }
    .contact-service-section .counter-row .common:nth-child(5) .counter-box {
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s; }
      .contact-service-section .counter-row .common:nth-child(5) .counter-box:hover {
        border: 2px solid #09e8e3; }
        .contact-service-section .counter-row .common:nth-child(5) .counter-box:hover .verified-box {
          background-color: #09e8e3; }
          .contact-service-section .counter-row .common:nth-child(5) .counter-box:hover .verified-box .counters-icon {
            fill: #fff; }
            .contact-service-section .counter-row .common:nth-child(5) .counter-box:hover .verified-box .counters-icon path {
              stroke: #ffffff;
              fill: #ffffff; }
  .contact-service-section .counter-row .common:nth-child(6) {
    padding-bottom: 30px; }
    .contact-service-section .counter-row .common:nth-child(6) .counter-box {
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s; }
      .contact-service-section .counter-row .common:nth-child(6) .counter-box:hover {
        border: 2px solid #fb2f2f; }
        .contact-service-section .counter-row .common:nth-child(6) .counter-box:hover .support-box {
          background-color: #fb2f2f; }
          .contact-service-section .counter-row .common:nth-child(6) .counter-box:hover .support-box .counters-icon {
            fill: #fff; }
            .contact-service-section .counter-row .common:nth-child(6) .counter-box:hover .support-box .counters-icon path {
              stroke: #ffffff;
              fill: #ffffff; }
  .contact-service-section .counter-box {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 83px;
    padding-bottom: 28px;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.08); }
    .contact-service-section .counter-box h3 {
      padding-top: 41px;
      font-size: 64px;
      margin-bottom: 0px;
      color: #0d0d0d; }
    .contact-service-section .counter-box p {
      font-size: 32px;
      color: #0d0d0d;
      margin-bottom: 0rem !important; }
    .contact-service-section .counter-box .icon-wraper {
      position: absolute;
      width: 140px;
      height: 160px;
      margin: 0 auto;
      top: 0;
      left: 50%;
      -webkit-transition: all 0.8s;
      -o-transition: all 0.8s;
      transition: all 0.8s;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 0px 0px 80px 80px; }
      .contact-service-section .counter-box .icon-wraper .fas {
        margin-top: 20px;
        font-size: 60px;
        padding-top: 20px;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s; }
    .contact-service-section .counter-box .counter-content {
      padding-top: 100px; }
      .contact-service-section .counter-box .counter-content h4 {
        font-size: 32px; }
      .contact-service-section .counter-box .counter-content h6 {
        padding-top: 5px;
        font-size: 24px;
        font-weight: 400; }
      @media (max-width: 1199.98px) {
        .contact-service-section .counter-box .counter-content h4 {
          font-size: 24px; }
        .contact-service-section .counter-box .counter-content h6 {
          font-size: 18px; } }
    @media (max-width: 767.98px) {
      .contact-service-section .counter-box .choose-section-header h6 {
        font-size: 18px; }
      .contact-service-section .counter-box .choose-section-header h2 {
        font-size: 30px; }
      .contact-service-section .counter-box .choose-section-header p {
        font-size: 14px; } }
  @media (max-width: 767.98px) {
    .contact-service-section {
      padding-bottom: 0px; } }

.contact-section {
  padding-bottom: 420px;
  margin-top: 80px;
  background-color: #04032e; }
  .contact-section .choose-section-header {
    padding-top: 120px;
    color: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .contact-section .choose-section-header h6 {
      color: #ebfbee;
      font-size: 20;
      position: relative;
      display: inline-block; }
  .contact-section .contact-row {
    padding-left: 72px;
    padding-right: 72px; }
  .contact-section .leave-reply-section h4 {
    color: #ffffff;
    margin-top: 70px;
    margin-bottom: 35px; }
    @media (max-width: 575.98px) {
      .contact-section .leave-reply-section h4 {
        font-size: 26px; } }
  .contact-section .leave-reply-section .form-area {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px; }
    @media (max-width: 767.98px) {
      .contact-section .leave-reply-section .form-area .form-group {
        margin-bottom: 10px; } }
    .contact-section .leave-reply-section .form-area .form-group .form-control {
      background-color: transparent;
      border: 1px solid #999999;
      border-radius: 12px;
      color: #ffffff;
      padding: 17px 100px 17px 24px; }
    .contact-section .leave-reply-section .form-area .form-group ::-webkit-input-placeholder {
      color: #ffffff; }
    .contact-section .leave-reply-section .form-area .form-group :-ms-input-placeholder {
      color: #ffffff; }
    .contact-section .leave-reply-section .form-area .form-group ::-ms-input-placeholder {
      color: #ffffff; }
    .contact-section .leave-reply-section .form-area .form-group ::placeholder {
      color: #ffffff; }
    .contact-section .leave-reply-section .form-area .form-group textarea {
      height: 217px;
      width: 100%; }
    .contact-section .leave-reply-section .form-area .select-bx {
      background-color: transparent;
      border: 1px solid #999999;
      color: #ffffff;
      padding-top: 6px;
      height: 59px;
      border-radius: 12px; }
      .contact-section .leave-reply-section .form-area .select-bx.nice_select::after {
        border-color: #999999; }
    .contact-section .leave-reply-section .form-area .nice_select {
      margin-bottom: 0px;
      padding-left: 23px; }
    .contact-section .leave-reply-section .form-area .btn-forms {
      margin-top: 30px;
      width: 100%;
      font-weight: 500; }
  @media (max-width: 767.98px) {
    .contact-section {
      padding-bottom: 320px; }
      .contact-section .contact-row {
        padding-left: 20px;
        padding-right: 20px; } }

.map-section {
  margin-top: -300px;
  padding-bottom: 120px; }
  .map-section .map-row {
    padding-left: 72px;
    padding-right: 72px; }
  .map-section .contact-map {
    height: 600px;
    width: 100%;
    border-radius: 12px; }
  @media (max-width: 767.98px) {
    .map-section {
      margin-top: -200px; }
      .map-section .map-row {
        padding-left: 20px;
        padding-right: 20px; }
      .map-section .contact-map {
        height: 400px; } }

.login-section {
  overflow: hidden;
  padding-top: 10px; }
  .login-section .login-banner {
    width: 1000px;
    height: 945px;
    position: absolute;
    z-index: -1; }
    .login-section .login-banner img {
      width: 100%;
      height: 120%; }
  .login-section .login-rows {
    border-radius: 12px;
    padding-left: 72px;
    padding-right: 72px;
    padding-bottom: 140px; }
    @media (max-width: 575.98px) {
      .login-section .login-rows {
        padding-left: 10px;
        padding-right: 10px; } }
    .login-section .login-rows .form-section {
      margin: 0;
      padding-top: 120px; }
      .login-section .login-rows .form-section .login-form-main {
        background-color: #ffffff;
        -webkit-box-shadow: 15px 15px 40px 0px rgba(0, 0, 0, 0.1), -20px -20px 36px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 15px 15px 40px 0px rgba(0, 0, 0, 0.1), -20px -20px 36px 0px rgba(0, 0, 0, 0.1);
        padding-bottom: 22px;
        border-radius: 12px; }
        @media (max-width: 991.98px) {
          .login-section .login-rows .form-section .login-form-main {
            border-radius: 12px;
            overflow: hidden; } }
        .login-section .login-rows .form-section .login-form-main .login-logo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-top: 40px;
          padding-bottom: 40px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .login-section .login-rows .form-section .login-form-main .login-logo img {
            width: 165px;
            height: 60px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
        .login-section .login-rows .form-section .login-form-main h4 {
          color: #04032e;
          font-weight: 700;
          line-height: 130%;
          text-align: center; }
        .login-section .login-rows .form-section .login-form-main .login-form-area {
          padding: 40px 60px 10px 60px; }
          .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline {
            margin-bottom: 20px; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline label {
              color: #04032e;
              font-weight: 500;
              font-size: 16px;
              line-height: 130%; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline input {
              height: 50px;
              border-radius: 8px;
              border: 1px solid #e6e6eb;
              background-color: #ffffff;
              color: #04032e;
              font-weight: 500;
              font-size: 16px;
              line-height: 130%;
              padding: 0 20px; }
              .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline input:focus {
                border: 1px solid #ccccd6; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline ::-webkit-input-placeholder {
              color: #04032e; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline :-ms-input-placeholder {
              color: #04032e; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline ::-ms-input-placeholder {
              color: #04032e; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline ::placeholder {
              color: #04032e; }
          .login-section .login-rows .form-section .login-form-main .login-form-area .login-forgot {
            padding-top: 3px;
            text-align: center; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .login-forgot a {
              color: #2f9e44;
              font-weight: 400;
              font-size: 16px;
              line-height: 130%; }
              .login-section .login-rows .form-section .login-form-main .login-form-area .login-forgot a:hover {
                color: #04032e; }
          .login-section .login-rows .form-section .login-form-main .login-form-area .form-check {
            color: #04032e;
            font-weight: 400;
            font-size: 16px;
            line-height: 130%; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-check .form-check-input {
              background-color: #ffffff;
              width: 16px;
              height: 16px; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-check .form-check-label {
              padding-top: 2px; }
          .login-section .login-rows .form-section .login-form-main .login-form-area .btn-forms {
            margin-top: 5px;
            width: 100%;
            font-weight: 500; }
        .login-section .login-rows .form-section .login-form-main .social-icon-section {
          text-align: center; }
          .login-section .login-rows .form-section .login-form-main .social-icon-section p {
            color: #04032e;
            font-weight: 500; }
          .login-section .login-rows .form-section .login-form-main .social-icon-section .sign-up-option {
            padding-top: 90px;
            font-weight: 400; }
          .login-section .login-rows .form-section .login-form-main .social-icon-section .sign-up {
            font-size: 20px;
            font-weight: 600;
            color: #2f9e44; }
  .login-section .form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
  @media (max-width: 1460px) {
    .login-section .login-banner {
      width: 855px; } }
  @media (max-width: 1290px) {
    .login-section .login-banner {
      width: 800px; } }
  @media (max-width: 991.98px) {
    .login-section .login-banner {
      display: none; }
    .login-section h4 {
      font-size: 24px; } }

.login-section {
  overflow: hidden;
  padding-top: 10px; }
  .login-section .login-banner {
    width: 1000px;
    height: 945px;
    position: absolute;
    z-index: -1; }
    .login-section .login-banner img {
      width: 100%;
      height: 120%; }
  .login-section .login-rows {
    border-radius: 12px;
    padding-left: 72px;
    padding-right: 72px;
    padding-bottom: 140px; }
    @media (max-width: 575.98px) {
      .login-section .login-rows {
        padding-left: 10px;
        padding-right: 10px; } }
    .login-section .login-rows .form-section {
      margin: 0;
      padding-top: 120px; }
      .login-section .login-rows .form-section .login-form-main {
        background-color: #ffffff;
        -webkit-box-shadow: 15px 15px 40px 0px rgba(0, 0, 0, 0.1), -20px -20px 36px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 15px 15px 40px 0px rgba(0, 0, 0, 0.1), -20px -20px 36px 0px rgba(0, 0, 0, 0.1);
        padding-bottom: 22px;
        border-radius: 12px; }
        @media (max-width: 991.98px) {
          .login-section .login-rows .form-section .login-form-main {
            border-radius: 12px;
            overflow: hidden; } }
        .login-section .login-rows .form-section .login-form-main .login-logo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-top: 40px;
          padding-bottom: 40px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .login-section .login-rows .form-section .login-form-main .login-logo img {
            width: 165px;
            height: 60px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
        .login-section .login-rows .form-section .login-form-main h4 {
          color: #04032e;
          font-weight: 700;
          line-height: 130%;
          text-align: center;
          padding-top: 40px; }
        .login-section .login-rows .form-section .login-form-main .login-form-area {
          padding: 40px 60px 10px 60px; }
          .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline {
            margin-bottom: 20px; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline label {
              color: #04032e;
              font-weight: 500;
              font-size: 16px;
              line-height: 130%; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline input {
              height: 50px;
              border-radius: 8px;
              border: 1px solid #e6e6eb;
              background-color: #ffffff;
              color: #04032e;
              font-weight: 500;
              font-size: 16px;
              line-height: 130%;
              padding: 0 20px; }
              .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline input:focus {
                border: 1px solid #ccccd6; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline ::-webkit-input-placeholder {
              color: #04032e; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline :-ms-input-placeholder {
              color: #04032e; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline ::-ms-input-placeholder {
              color: #04032e; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-outline ::placeholder {
              color: #04032e; }
          .login-section .login-rows .form-section .login-form-main .login-form-area .login-forgot {
            padding-top: 3px;
            text-align: center; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .login-forgot a {
              color: #2f9e44;
              font-weight: 400;
              font-size: 16px;
              line-height: 130%; }
              .login-section .login-rows .form-section .login-form-main .login-form-area .login-forgot a:hover {
                color: #04032e; }
          .login-section .login-rows .form-section .login-form-main .login-form-area .form-check {
            color: #04032e;
            font-weight: 400;
            font-size: 16px;
            line-height: 130%; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-check .form-check-input {
              background-color: #ffffff;
              width: 16px;
              height: 16px; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-check .form-check-label {
              padding-top: 2px; }
            .login-section .login-rows .form-section .login-form-main .login-form-area .form-check .termncondition {
              font-weight: 700;
              color: #2f9e44; }
          .login-section .login-rows .form-section .login-form-main .login-form-area .btn-forms {
            margin-top: 5px;
            width: 100%;
            font-weight: 500; }
        .login-section .login-rows .form-section .login-form-main .social-icon-section {
          text-align: center; }
          .login-section .login-rows .form-section .login-form-main .social-icon-section p {
            color: #04032e;
            font-weight: 500; }
          .login-section .login-rows .form-section .login-form-main .social-icon-section .sign-up-option {
            padding-top: 20px;
            font-weight: 400; }
          .login-section .login-rows .form-section .login-form-main .social-icon-section .sign-up {
            font-size: 20px;
            font-weight: 600;
            color: #2f9e44; }
  .login-section .form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
  @media (max-width: 1460px) {
    .login-section .login-banner {
      width: 855px; } }
  @media (max-width: 1290px) {
    .login-section .login-banner {
      width: 800px; } }
  @media (max-width: 991.98px) {
    .login-section .login-banner {
      display: none; }
    .login-section h4 {
      font-size: 24px; } }

.error-section {
  padding-top: 80px;
  padding-bottom: 120px;
  overflow: hidden; }
  .error-section .error-btn {
    margin-top: 60px; }
    @media (max-width: 767.98px) {
      .error-section .error-btn {
        margin-top: 40px; } }
    @media (max-width: 460px) {
      .error-section .error-btn {
        padding: 10px 30px;
        font-size: 14px; } }
  @media (max-width: 767.98px) {
    .error-section {
      padding-top: 60px;
      padding-bottom: 80px; } }

.blog-section {
  overflow: hidden; }

.blog-details-row {
  padding-left: 72px;
  padding-right: 71px; }
  .blog-details-row .blog-details-content .blog-details-img img {
    width: 100%;
    border-radius: 12px; }
  .blog-details-row .blog-details-content .blog-info {
    padding-top: 24px; }
    .blog-details-row .blog-details-content .blog-info p {
      color: #333333; }
      @media (max-width: 460px) {
        .blog-details-row .blog-details-content .blog-info p {
          font-size: 12px; } }
  .blog-details-row .blog-details-content .blog-details-top h3,
  .blog-details-row .blog-details-content .blog-details-bottom h3 {
    color: #04032e; }
  .blog-details-row .blog-details-content .blog-details-top p,
  .blog-details-row .blog-details-content .blog-details-bottom p {
    padding-top: 24px;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 160%;
    color: #191919; }
    @media (max-width: 460px) {
      .blog-details-row .blog-details-content .blog-details-top p,
      .blog-details-row .blog-details-content .blog-details-bottom p {
        font-size: 16px; } }
  .blog-details-row .blog-details-content .blog-details-top ol > li,
  .blog-details-row .blog-details-content .blog-details-bottom ol > li {
    color: #191919;
    font-size: 18px;
    text-align: justify;
    line-height: 160%; }
    @media (max-width: 460px) {
      .blog-details-row .blog-details-content .blog-details-top ol > li,
      .blog-details-row .blog-details-content .blog-details-bottom ol > li {
        font-size: 16px; } }
  .blog-details-row .blog-details-content .blog-inner-image {
    padding-top: 20px;
    gap: 24px; }
    .blog-details-row .blog-details-content .blog-inner-image img {
      width: 48%;
      border-radius: 8px; }
    @media (max-width: 575.98px) {
      .blog-details-row .blog-details-content .blog-inner-image {
        gap: 20px; } }
  .blog-details-row .blog-details-content .comment-section .comment-header {
    padding-top: 60px; }
    .blog-details-row .blog-details-content .comment-section .comment-header h4 {
      color: #0d0d0d; }
  .blog-details-row .blog-details-content .comment-section .main-comment .commentor {
    padding-top: 35px;
    position: relative; }
    .blog-details-row .blog-details-content .comment-section .main-comment .commentor .commentor-img img {
      width: 60px;
      height: 60px;
      border-radius: 50%; }
    .blog-details-row .blog-details-content .comment-section .main-comment .commentor .commentor-info {
      padding-left: 12px; }
      .blog-details-row .blog-details-content .comment-section .main-comment .commentor .commentor-info p {
        color: #333333;
        line-height: 0; }
      .blog-details-row .blog-details-content .comment-section .main-comment .commentor .commentor-info h6 {
        color: #0d0d0d;
        line-height: 2;
        font-weight: 600; }
    .blog-details-row .blog-details-content .comment-section .main-comment .commentor .blog-reply-btn {
      padding-top: 45px;
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 460px) {
        .blog-details-row .blog-details-content .comment-section .main-comment .commentor .blog-reply-btn {
          top: 50px; } }
  .blog-details-row .blog-details-content .comment-section .main-comment .main-comment-text {
    padding-top: 24px;
    padding-left: 75px; }
    @media (max-width: 460px) {
      .blog-details-row .blog-details-content .comment-section .main-comment .main-comment-text {
        padding-top: 60px; } }
    .blog-details-row .blog-details-content .comment-section .main-comment .main-comment-text p {
      color: #333333;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%; }
      @media (max-width: 460px) {
        .blog-details-row .blog-details-content .comment-section .main-comment .main-comment-text p {
          font-size: 16px; } }
  .blog-details-row .blog-details-content .comment-section .comment-gap {
    margin-top: 24px;
    width: 100%;
    height: 1px;
    background-color: #999999; }
  .blog-details-row .blog-details-content .comment-section .reply {
    margin-left: 73px; }
  .blog-details-row .blog-details-content .leave-reply-section {
    padding-bottom: 80px; }
    .blog-details-row .blog-details-content .leave-reply-section h4 {
      color: #0d0d0d;
      margin-top: 70px;
      margin-bottom: 35px; }
      @media (max-width: 575.98px) {
        .blog-details-row .blog-details-content .leave-reply-section h4 {
          font-size: 26px; } }
    .blog-details-row .blog-details-content .leave-reply-section .form-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 24px; }
      @media (max-width: 767.98px) {
        .blog-details-row .blog-details-content .leave-reply-section .form-area .form-group {
          margin-bottom: 10px; } }
      .blog-details-row .blog-details-content .leave-reply-section .form-area .form-group .form-control {
        background-color: transparent;
        border: 1px solid #cccccc;
        border-radius: 12px;
        color: #0d0d0d;
        padding: 17px 100px 17px 24px; }
      .blog-details-row .blog-details-content .leave-reply-section .form-area .form-group ::-webkit-input-placeholder {
        color: #0d0d0d; }
      .blog-details-row .blog-details-content .leave-reply-section .form-area .form-group :-ms-input-placeholder {
        color: #0d0d0d; }
      .blog-details-row .blog-details-content .leave-reply-section .form-area .form-group ::-ms-input-placeholder {
        color: #0d0d0d; }
      .blog-details-row .blog-details-content .leave-reply-section .form-area .form-group ::placeholder {
        color: #0d0d0d; }
      .blog-details-row .blog-details-content .leave-reply-section .form-area .form-group textarea {
        height: 217px;
        width: 100%; }
      .blog-details-row .blog-details-content .leave-reply-section .form-area .btn-forms {
        margin-top: 24px;
        width: 100%;
        font-weight: 400; }
  .blog-details-row .recent-posts {
    background-color: #ffffff;
    border-radius: 12px;
    -webkit-box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.1);
    padding-top: 32px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px; }
    .blog-details-row .recent-posts h5 {
      color: #0d0d0d;
      padding-bottom: 20px; }
    .blog-details-row .recent-posts .recent-post {
      padding-bottom: 10px; }
      .blog-details-row .recent-posts .recent-post .recent-post-img {
        width: 80px;
        height: 80px;
        border-radius: 4px; }
      .blog-details-row .recent-posts .recent-post .recent-post-details h6 {
        color: #0d0d0d; }
        @media (max-width: 1290px) {
          .blog-details-row .recent-posts .recent-post .recent-post-details h6 {
            font-size: 16px; } }
        @media (max-width: 991.98px) {
          .blog-details-row .recent-posts .recent-post .recent-post-details h6 {
            font-size: 22px; } }
        @media (max-width: 575.98px) {
          .blog-details-row .recent-posts .recent-post .recent-post-details h6 {
            font-size: 18px; } }
        @media (max-width: 460px) {
          .blog-details-row .recent-posts .recent-post .recent-post-details h6 {
            font-size: 16px; } }
      .blog-details-row .recent-posts .recent-post .recent-post-details .date-n-svg p {
        font-size: 12px;
        font-weight: 400;
        line-height: 170%;
        color: #191919; }
  .blog-details-row .tags {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 32px 24px;
    margin-top: 32px;
    -webkit-box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.1); }
    .blog-details-row .tags h5 {
      color: #0d0d0d;
      padding-bottom: 20px; }
    .blog-details-row .tags .tag-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 16px; }
      .blog-details-row .tags .tag-list .invidual-tags {
        color: #0d0d0d;
        padding: 19px 24px;
        margin-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 8px;
        background: #ededed; }
  .blog-details-row .follow-us {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 32px 24px;
    margin-top: 32px;
    -webkit-box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.1); }
    .blog-details-row .follow-us h5 {
      color: #0d0d0d;
      padding-bottom: 20px; }
  @media (max-width: 575.98px) {
    .blog-details-row {
      padding-left: 10px;
      padding-right: 10px; } }
