@charset "UTF-8";
/*
Author       : coREACH
Version      : 1.0
*/
/*==============================================================================
[Table of contents]
===================
  01. Theme default CSS
  02. Header Area
  03. Banner Area
  05. Client Area
  06. CTA Area
  07. FAQ Area
  08. Features Area
  09. Logo-grid Area
  10. Pricing Area
  11. Service Area
  12. Team Area
  13. Testimonial Area
  14. Why-Choose Area
  15. About Page
  19. Contact Page
  20. Help Center Page
  21. Footer Area
==============================================================================*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p font-size: fs-rem(12px);
 * e.g. p {@include fontSize(12px);}
 *
 */
/*--------------------------------------
	- Base
----------------------------------------*/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 *
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/*--------------------------------------
	- Utilities
----------------------------------------*/
/*--------------------------------------
	- Component
----------------------------------------*/
@font-face {
  font-family: Elagond;
  src: url(../fonts/FontsFree-Net-Elagond.ttf);
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  text-rendering: optimizeSpeed;
  color: #5d5d66;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.fill-current {
  fill: currentColor;
}

.scrollToTop {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #0A757E;
  font-size: 25px;
  background: transparent;
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: none;
  z-index: 99999;
  border-radius: 50%;
}
.scrollToTop img{
  width:24px;
}
@media screen and (min-width: 576px) {
  .scrollToTop {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.scrollToTop:hover {
  color: #fce7e9;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #171717;
  line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2rem;
}
@media screen and (min-width: 20rem) {
  h1 {
    font-size: calc(2rem + 2.25 * ((100vw - 20rem) / 55));
  }
}
@media screen and (min-width: 75rem) {
  h1 {
    font-size: 4.25rem;
  }
}

h2 {
  font-size: 2rem;
}
@media screen and (min-width: 20rem) {
  h2 {
    font-size: calc(2rem + 1.125 * ((100vw - 20rem) / 55));
  }
}
@media screen and (min-width: 75rem) {
  h2 {
    font-size: 3.125rem;
  }
}

h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 20rem) {
  h3 {
    font-size: calc(1.375rem + 1.125 * ((100vw - 20rem) / 55));
  }
}
@media screen and (min-width: 75rem) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1rem;
}
@media screen and (min-width: 20rem) {
  h4 {
    font-size: calc(1rem + 0.375 * ((100vw - 20rem) / 55));
  }
}
@media screen and (min-width: 75rem) {
  h4 {
    font-size: 1.375rem;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

hr {
  background: #c2cfff;
  width: 50px;
  height: 3px;
  margin: 35px 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

p {
  margin: 0;
}

label {
  color: #171717;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

a {
  text-decoration: none;
  display: inline-block;
}

.section-padding {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.section-padding-xl {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 992px) {
  .section-padding-xl {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}

.section-title-left h2 {
  line-height: 1.24;
  margin-bottom: 1.5625rem;
  font-weight: 700;
}
.section-title-left h3 {
  font-weight: 700;
}
.section-title-left span {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  display: block;
  color: #171717;
}
@media screen and (min-width: 768px) {
  .section-title-left span {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.section-title-left p {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 1200px) {
  .section-title-left p {
    width: 80%;
  }
}
.section-title-left .btn {
  margin-top: 2.875rem;
}

.section-title-center {
  text-align: center;
  padding-bottom: 2.8125rem;
}
.section-title-center h2,
.section-title-center h3 {
  font-weight: 700;
}
.section-title-center p {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .section-title-center p {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .section-title-center p {
    width: 40%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

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

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

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

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-115 {
  padding-right: 115px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

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

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

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

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px;
  }

  .mt-lg-25 {
    margin-top: 25px;
  }

  .mt-lg-30 {
    margin-top: 30px;
  }

  .mt-lg-35 {
    margin-top: 35px;
  }

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

  .mt-lg-45 {
    margin-top: 45px;
  }

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

  .mt-lg-55 {
    margin-top: 55px;
  }

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

  .mt-lg-65 {
    margin-top: 65px;
  }

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

  .mt-lg-75 {
    margin-top: 75px;
  }

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

  .mt-lg-85 {
    margin-top: 85px;
  }

  .mt-lg-90 {
    margin-top: 90px;
  }

  .mt-lg-95 {
    margin-top: 95px;
  }

  .mt-lg-100 {
    margin-top: 100px;
  }

  .mt-lg-105 {
    margin-top: 105px;
  }

  .mt-lg-110 {
    margin-top: 110px;
  }

  .mt-lg-115 {
    margin-top: 115px;
  }

  .mt-lg-120 {
    margin-top: 120px;
  }

  .mt-lg-125 {
    margin-top: 125px;
  }

  .mt-lg-130 {
    margin-top: 130px;
  }

  .mt-lg-135 {
    margin-top: 135px;
  }

  .mt-lg-140 {
    margin-top: 140px;
  }

  .mt-lg-145 {
    margin-top: 145px;
  }

  .mt-lg-150 {
    margin-top: 150px;
  }

  .mb-lg-20 {
    margin-bottom: 20px;
  }

  .mb-lg-25 {
    margin-bottom: 25px;
  }

  .mb-lg-30 {
    margin-bottom: 30px;
  }

  .mb-lg-35 {
    margin-bottom: 35px;
  }

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

  .mb-lg-45 {
    margin-bottom: 45px;
  }

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

  .mb-lg-55 {
    margin-bottom: 55px;
  }

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

  .mb-lg-65 {
    margin-bottom: 65px;
  }

  .mb-lg-70 {
    margin-bottom: 70px;
  }

  .mb-lg-75 {
    margin-bottom: 75px;
  }

  .mb-lg-80 {
    margin-bottom: 80px;
  }

  .mb-lg-85 {
    margin-bottom: 85px;
  }

  .mb-lg-90 {
    margin-bottom: 90px;
  }

  .mb-lg-95 {
    margin-bottom: 95px;
  }

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

  .mb-lg-105 {
    margin-bottom: 105px;
  }

  .mb-lg-110 {
    margin-bottom: 110px;
  }

  .mb-lg-115 {
    margin-bottom: 115px;
  }

  .mb-lg-120 {
    margin-bottom: 120px;
  }

  .mr-lg-10 {
    margin-right: 10px;
  }

  .mr-lg-15 {
    margin-right: 15px;
  }

  .mr-lg-20 {
    margin-right: 20px;
  }

  .mr-lg-25 {
    margin-right: 25px;
  }

  .mr-lg-30 {
    margin-right: 30px;
  }

  .mr-lg-35 {
    margin-right: 35px;
  }

  .mr-lg-40 {
    margin-right: 40px;
  }

  .mr-lg-45 {
    margin-right: 45px;
  }

  .mr-lg-50 {
    margin-right: 50px;
  }

  .mr-lg-55 {
    margin-right: 55px;
  }

  .mr-lg-60 {
    margin-right: 60px;
  }

  .mr-lg-65 {
    margin-right: 65px;
  }

  .mr-lg-70 {
    margin-right: 70px;
  }

  .mr-lg-75 {
    margin-right: 75px;
  }

  .mr-lg-80 {
    margin-right: 80px;
  }

  .mr-lg-85 {
    margin-right: 85px;
  }

  .mr-lg-90 {
    margin-right: 90px;
  }

  .mr-lg-95 {
    margin-right: 95px;
  }

  .mr-lg-100 {
    margin-right: 100px;
  }

  .ml-lg-10 {
    margin-left: 10px;
  }

  .ml-lg-15 {
    margin-left: 15px;
  }

  .ml-lg-20 {
    margin-left: 20px;
  }

  .ml-lg-25 {
    margin-left: 25px;
  }

  .ml-lg-30 {
    margin-left: 30px;
  }

  .ml-lg-35 {
    margin-left: 35px;
  }

  .ml-lg-40 {
    margin-left: 40px;
  }

  .ml-lg-45 {
    margin-left: 45px;
  }

  .ml-lg-50 {
    margin-left: 50px;
  }

  .ml-lg-55 {
    margin-left: 55px;
  }

  .ml-lg-60 {
    margin-left: 60px;
  }

  .ml-lg-65 {
    margin-left: 65px;
  }

  .ml-lg-70 {
    margin-left: 70px;
  }

  .ml-lg-75 {
    margin-left: 75px;
  }

  .ml-lg-80 {
    margin-left: 80px;
  }

  .ml-lg-85 {
    margin-left: 85px;
  }

  .ml-lg-90 {
    margin-left: 90px;
  }

  .ml-lg-95 {
    margin-left: 95px;
  }

  .ml-lg-100 {
    margin-left: 100px;
  }

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

  .pt-lg-25 {
    padding-top: 25px;
  }

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

  .pt-lg-35 {
    padding-top: 35px;
  }

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

  .pt-lg-45 {
    padding-top: 45px;
  }

  .pt-lg-50 {
    padding-top: 50px;
  }

  .pt-lg-55 {
    padding-top: 55px;
  }

  .pt-lg-60 {
    padding-top: 60px;
  }

  .pt-lg-65 {
    padding-top: 65px;
  }

  .pt-lg-70 {
    padding-top: 70px;
  }

  .pt-lg-75 {
    padding-top: 75px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .pt-lg-85 {
    padding-top: 85px;
  }

  .pt-lg-90 {
    padding-top: 90px;
  }

  .pt-lg-95 {
    padding-top: 95px;
  }

  .pt-lg-100 {
    padding-top: 100px;
  }

  .pt-lg-105 {
    padding-top: 105px;
  }

  .pt-lg-110 {
    padding-top: 110px;
  }

  .pt-lg-115 {
    padding-top: 115px;
  }

  .pt-lg-120 {
    padding-top: 120px;
  }

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

  .pb-lg-25 {
    padding-bottom: 25px;
  }

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

  .pb-lg-35 {
    padding-bottom: 35px;
  }

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

  .pb-lg-45 {
    padding-bottom: 45px;
  }

  .pb-lg-50 {
    padding-bottom: 50px;
  }

  .pb-lg-55 {
    padding-bottom: 55px;
  }

  .pb-lg-60 {
    padding-bottom: 60px;
  }

  .pb-lg-65 {
    padding-bottom: 65px;
  }

  .pb-lg-70 {
    padding-bottom: 70px;
  }

  .pb-lg-75 {
    padding-bottom: 75px;
  }

  .pb-lg-80 {
    padding-bottom: 80px;
  }

  .pb-lg-85 {
    padding-bottom: 85px;
  }

  .pb-lg-90 {
    padding-bottom: 90px;
  }

  .pb-lg-95 {
    padding-bottom: 95px;
  }

  .pb-lg-100 {
    padding-bottom: 100px;
  }

  .pb-lg-105 {
    padding-bottom: 105px;
  }

  .pb-lg-110 {
    padding-bottom: 110px;
  }

  .pb-lg-115 {
    padding-bottom: 115px;
  }

  .pb-lg-120 {
    padding-bottom: 120px;
  }

  .pr-lg-10 {
    padding-right: 10px;
  }

  .pr-lg-15 {
    padding-right: 15px;
  }

  .pr-lg-20 {
    padding-right: 20px;
  }

  .pr-lg-25 {
    padding-right: 25px;
  }

  .pr-lg-30 {
    padding-right: 30px;
  }

  .pr-lg-35 {
    padding-right: 35px;
  }

  .pr-lg-40 {
    padding-right: 40px;
  }

  .pr-lg-45 {
    padding-right: 45px;
  }

  .pr-lg-50 {
    padding-right: 50px;
  }

  .pr-lg-55 {
    padding-right: 55px;
  }

  .pr-lg-60 {
    padding-right: 60px;
  }

  .pr-lg-65 {
    padding-right: 65px;
  }

  .pr-lg-70 {
    padding-right: 70px;
  }

  .pr-lg-75 {
    padding-right: 75px;
  }

  .pr-lg-80 {
    padding-right: 80px;
  }

  .pr-lg-85 {
    padding-right: 85px;
  }

  .pr-lg-90 {
    padding-right: 90px;
  }

  .pr-lg-95 {
    padding-right: 95px;
  }

  .pr-lg-100 {
    padding-right: 100px;
  }

  .pl-lg-10 {
    padding-left: 10px;
  }

  .pl-lg-15 {
    padding-left: 15px;
  }

  .pl-lg-20 {
    padding-left: 20px;
  }

  .pl-lg-25 {
    padding-left: 25px;
  }

  .pl-lg-30 {
    padding-left: 30px;
  }

  .pl-lg-35 {
    padding-left: 35px;
  }

  .pl-lg-40 {
    padding-left: 40px;
  }

  .pl-lg-45 {
    padding-left: 45px;
  }

  .pl-lg-50 {
    padding-left: 50px;
  }

  .pl-lg-55 {
    padding-left: 55px;
  }

  .pl-lg-60 {
    padding-left: 60px;
  }

  .pl-lg-65 {
    padding-left: 65px;
  }

  .pl-lg-70 {
    padding-left: 70px;
  }

  .pl-lg-75 {
    padding-left: 75px;
  }

  .pl-lg-80 {
    padding-left: 80px;
  }

  .pl-lg-85 {
    padding-left: 85px;
  }

  .pl-lg-90 {
    padding-left: 90px;
  }

  .pl-lg-95 {
    padding-left: 95px;
  }

  .pl-lg-100 {
    padding-left: 100px;
  }
}
/*--------------------------------------
	- Color
----------------------------------------*/
.color {
  color: #5d5d66;
}

.text-black {
  color: #171717;
}

.bg-black {
  background: #171717;
}

.text-white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.text-white-800 {
  color: #f9f9f9;
}

.bg-white-800 {
  background: #f9f9f9;
}

.text-white-600 {
  color: #f2f4f5;
}

.bg-white-600 {
  background: #f2f4f5;
}

.text-red {
  color: #0A757E;
}

.bg-red {
  background: #0A757E;
}

.text-red-150 {
  color: #fce7e9;
}

.bg-red-150 {
  background: #fce7e9;
}

.bg-teal-150{
  background: #ebf4f3;
}

.text-gray-100 {
  color: #c6c6c6;
}

.bg-gray-100 {
  background: #c6c6c6;
}

.text-yellow-200 {
  color: #fff7dd;
}

.bg-yellow-200 {
  background: #fff7dd;
}

.row-reverse-lg {
  flex-direction: row-reverse;
}

/*--
    - Font Famaly 
-----------------------------------------*/
.font-poppins {
  font-family: "Poppins", sans-serif;
}

/*--
    - Font weight
-----------------------------------------*/
.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

/*--
    - Font Size
-----------------------------------------*/
.font-small {
  font-size: 0.9375rem;
}

.line-height-24 {
  line-height: 24px;
}

/*--
    - Margin
-------------------------------------------*/
.mt-n3 {
  margin-top: -0.4375rem;
}

.mt-n4 {
  margin-top: -0.75rem;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

@media (min-width: 768px) {
  .mt-md-n4 {
    margin-top: -0.75rem;
  }
}

/*--- 
-- Padding 
-------------------------------------------*/
.pb-8 {
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .w-md-20 {
    width: 20% !important;
  }
}

/*----------------------------------------*/
/*  Component CSS
/*----------------------------------------*/
.accordion-item {
  border: none;
  margin-top: 0.9375rem;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.accordion-item .accordion-button {
  padding: 1.6875rem;
  border-radius: 10px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #171717;
  box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.06);
  border: none;
}
@media screen and (min-width: 768px) {
  .accordion-item .accordion-button {
    font-size: 1.375rem;
  }
}
.accordion-item .accordion-button.collapsed {
  background: #f9f9f9;
  font-weight: 400;
  box-shadow: none;
  font-family: "Inter", sans-serif;
}
.accordion-item .accordion-button:focus {
  border-color: transparent;
}
.accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
  transform: rotate(0deg);
  color: #171717;
}
.accordion-item .accordion-button::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: none;
  font-size: 18px;
  color: #bbc0c4;
}
.accordion-item .accordion-button span {
  margin-right: 0.9375rem;
}
.accordion-item .accordion-body {
  padding: 1.875rem 0;
  line-height: 1.75rem;
}

.accordion-two .accordion-item {
  margin-top: 1.875rem;
  max-width: inherit;
  width: 100%;
  position: relative;
  z-index: 1;
}
.accordion-two .accordion-item .accordion-button {
  padding: 27px 50px;
  border-radius: 5px;
  background: rgba(223, 223, 223, 0.3);
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
  box-shadow: none;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .accordion-two .accordion-item .accordion-button {
    font-size: 1.375rem;
  }
}
.accordion-two .accordion-item .accordion-button.collapsed {
  background: rgba(223, 223, 223, 0.2);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #171717;
}
.accordion-two .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: #333333;
}
.accordion-two .accordion-item .accordion-button::after {
  content: "3";
  font-family: "ElegantIcons";
  font-weight: 900;
  background: none;
  font-size: 20px;
  color: #4f4f4f;
  width: auto;
  height: auto;
  transition: all 0.2s linear;
}
.accordion-two .accordion-item .accordion-collapse::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0px 6px 16px 0px #091e4226;
  z-index: -1;
}
.accordion-two .accordion-item .accordion-body {
  padding: 36px 49px 47px 49px;
  line-height: 2rem;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.accordion-three .accordion-item {
  margin-top: 0.0625rem;
  max-width: inherit;
  width: 100%;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e7e7e7;
  padding: 17px 17px 21px 17px;
}
.accordion-three .accordion-item .accordion-button {
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: #252c53;
  background-color: transparent;
  box-shadow: none;
}
.accordion-three .accordion-item .accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
  color: #616161;
}
.accordion-three .accordion-item .accordion-button::after {
  display: none;
}
.accordion-three .accordion-item .accordion-button::before {
  content: "C";
  font-family: "ElegantIcons";
  font-weight: 900;
  background: none;
  font-size: 20px;
  color: #a0a1a3;
  width: auto;
  height: auto;
  transition: all 0.2s linear;
  margin-right: 20px;
}
.accordion-three .accordion-item .accordion-body {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #616161;
  margin-left: 40px;
  padding: 0;
  padding-top: 15px;
}

.nav .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #848d95;
  padding: 0.625rem 0.5rem;
}
.nav .nav-link.active {
  color: #171717;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .nav .nav-link {
    font-size: 1.375rem;
    padding: 0.625rem 1.875rem;
  }
}

/*--------------------------------------
	- Button
----------------------------------------*/
.btn {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  text-decoration: none;
  border: 2px solid #171717;
  border-radius: 0.375rem;
  padding: 0.8125rem 2rem;
  margin: 0 0;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn-white {
  background: #fff;
  color: #0A757E;
  border-color: #fff;
}
.btn-white:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-red {
  background: #0A757E;
  color: #fff;
  border-color: #171717;
  box-shadow: none !important;
}
.btn-red:hover {
  color: #0A757E;
  background: #171717;
  border-color: #171717;
}

.dropdown {
  position: relative;
}
.dropdown .sub-menu {
  top: 100%;
  right: 0;
  left: 0;
  position: absolute;
  width: 265px;
  padding: 1.25rem 1rem;
  text-align: left;
  z-index: 99;
  border-radius: 0.625rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #fff;
}
.dropdown .sub-menu li {
  display: block;
}
.dropdown .sub-menu li a {
  color: #171717 !important;
  font-size: 1.125rem;
  border-radius: 0.625rem;
  padding: 0.25rem 0.625rem;
  margin-bottom: 5px;
  display: block;
}
.dropdown .sub-menu li a:hover {
  background: transparent;
  color: #0A757E !important;
}
.dropdown:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

input,
textarea {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #a0a1a3;
  background: #fff;
  padding: 0.75rem 1.5625rem;
  margin: 0 0;
  width: 100%;
  height: auto;
  border: 2px solid #5d5d66;
  border-radius: 0.375rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
input:focus,
textarea:focus {
  outline: none;
  color: #171717;
  border: 2px solid #5d5d66;
}

.form-group {
  position: relative;
  max-width: 33.75rem;
  margin-top: 1.5625rem;
}
.form-group .btn-red {
  height: 3.5rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 576px) {
  .form-group .btn-red {
    top: 0;
    right: 0;
    position: absolute;
    margin-top: 0;
  }
}

.comment-form input,
.comment-form textarea {
  font-family: "Poppins", sans-serif;
  font-size: inherit;
  color: rgba(12, 13, 36, 0.7);
  background: transparent;
  text-transform: capitalize;
  padding: 15px 20px;
  margin: 0 0;
  width: 100%;
  height: auto;
  border: 1px solid #5d5d66;
  border-radius: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  color: #0c0d24;
  border: 1px solid #5d5d66;
}

.hamburger-menu {
  cursor: pointer;
}

/* header-extra-info */
.extra-info {
  background: #152136 none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 9999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 99999;
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #5d5d66;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.side-info {
  border-top: 1px solid #344159;
  padding-top: 25px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-list p {
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 14px;
}
.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}
.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}

.nav .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #848d95;
  padding: 0.625rem 0.5rem;
}
.nav .nav-link.active {
  color: #171717;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .nav .nav-link {
    font-size: 1.375rem;
    padding: 0.625rem 1.875rem;
  }
}

.video-play {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.play-button {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border-radius: 50%;
  background: #fff;
  color: #00D1F2;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.play-button::before {
  content: "";
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 4.75rem;
  height: 4.75rem;
  z-index: -1;
  border-radius: 50%;
  background: rgba(0, 209, 242, 0.45);
  animation: pulse 1500ms ease-out infinite;
}
.play-button:hover {
  background: #00D1F2;
  color: #fff;
}
@media (min-width: 768px) {
  .play-button {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem;
  }
  .play-button::before {
    content: "";
    width: 6.625rem;
    height: 6.625rem;
  }
}
@media (min-width: 992px) {
  .play-button {
    width: 5.5rem;
    height: 5.5rem;
    line-height: 5.5rem;
    font-size: 1.5rem;
  }
  .play-button::before {
    content: "";
    width: 7.75rem;
    height: 7.75rem;
  }
}

.video-play-two .play-button {
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 1rem;
  color: #0A757E;
}
.video-play-two .play-button::before {
  content: "";
  width: 86px;
  height: 86px;
  background: rgba(255, 255, 255, 0.5);
  animation: pulse 1500ms ease-in-out infinite;
}
.video-play-two .play-button::after {
  content: "";
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 112px;
  height: 112px;
  z-index: -2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: pulse 1500ms ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.social-link-bg ul {
  margin: 0;
  padding: 0;
}
.social-link-bg li {
  position: relative;
  display: inline-block;
}
.social-link-bg li + li {
  margin-left: 1.125rem;
}
.social-link-bg li a {
  font-size: 0.875rem;
  line-height: 1.75rem;
  background: #fff;
  color: #171717;
  display: block;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid transparent;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.social-link-bg li a:hover {
  background: #0A757E !important;
  color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px #171717;
  -moz-box-shadow: 0px #171717;
  box-shadow: 0px #171717;
}

.social-link-bg-2 ul {
  margin: 0;
  padding: 0;
}
.social-link-bg-2 li {
  position: relative;
  display: inline-block;
}
.social-link-bg-2 li + li {
  margin-left: 1.125rem;
}
.social-link-bg-2 li a {
  font-size: 0.875rem;
  line-height: 1.75rem;
  background: transparent;
  color: #fff;
  display: block;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid #fff;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.social-link-bg-2 li a:hover {
  background: #fff !important;
  color: #263238;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px white;
  -moz-box-shadow: 0px white;
  box-shadow: 0px white;
}

.social-link-bg {
  display: flex;
  justify-content: flex-end;
}

.social-outline ul {
  margin: 0;
  padding: 0;
}
.social-outline li {
  position: relative;
  display: inline-block;
}
.social-outline li + li {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.social-outline li a {
  font-size: 0.75;
  line-height: 30px;
  background: transparent;
  color: #fff;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 0.375rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.social-outline li a:hover {
  background: #fff !important;
  color: #0A757E !important;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px white;
  -moz-box-shadow: 0px white;
  box-shadow: 0px white;
}

.social-link-bg-round {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.social-link-bg-round li a {
  font-size: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.29);
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin: auto;
}
.social-link-bg-round li a:hover {
  box-shadow: none;
  color: #fff;
}

.subscribe-form {
  display: inline-block;
  margin-top: 40px;
}
.subscribe-form form {
  position: relative;
}
.subscribe-form form input {
  border-radius: 40px;
  background: #fff;
  border: none;
  padding: 20px 30px;
  width: 100%;
  box-shadow: 14px 14px 39px 0px rgba(186, 184, 191, 0.56);
}
@media screen and (min-width: 992px) {
  .subscribe-form form input {
    padding: 40px;
    width: 600px;
    height: 80px;
  }
}
.subscribe-form form button {
  border: none;
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .subscribe-form form button {
    top: 9px;
    right: 12px;
    position: absolute;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .subscribe-form-two {
    margin-left: 100px;
  }
}
.subscribe-form-two span {
  font-size: 22px;
  padding-bottom: 15px;
  display: block;
}
.subscribe-form-two form input {
  max-width: 370px;
  border: 1px solid #EAEAEA;
  box-shadow: none;
  font-size: 18px;
  border-radius: 0;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.subscribe-form-two form input:focus {
  border: 1px solid #171717;
}
.subscribe-form-two form i {
  top: 30px;
  right: 30px;
  position: absolute;
  font-size: 20px;
}

/*----------------------------------------*/
/*  02. Header Area
/*----------------------------------------*/
.header-area {
  position: relative;
  z-index: 99999;
}

.navbar {
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  position: absolute;
}
.navbar .right-nav {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.navbar .right-nav .language-bar span:not(.active) {
  color: #a0a1a3;
}
.navbar .right-nav a {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  color: #171717;
  margin-left: 38px;
  text-decoration: none;
  text-transform: capitalize;
}
.navbar .right-nav a:first-child {
  margin-left: 0;
}
.navbar .right-nav .btn {
  border-radius: 5px;
  padding: 10.5px 2rem;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.navbar-toggler {
  padding: 0.25rem 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.menu_one {
  background: transparent;
  transition: all 0.2s linear;
}

.menu_two {
  background: transparent;
  transition: all 0.2s linear;
}
.menu_two .menu > .nav-item > .nav-link::before {
  background: #473d8d;
}
.menu_two .menu > .nav-item:hover > .nav-link::before {
  background: #473d8d;
}
.menu_two .right-nav .btn {
  background-color: #473d8d;
  color: #fff;
  border-color: transparent;
}
.menu_two .right-nav .btn:hover {
  background-color: transparent;
  color: #473d8d;
  border-color: #473d8d;
}

.header_logo img:not(.main_logo),
.header_logo img.sticky_logo {
  display: none;
  height: 60px;
}
.header_logo img.main_logo {
  display: block;
  height: 80px;
}

.menu {
  background-color: #fff;
  padding: 0.625rem;
  -webkit-box-shadow: 3px 5px 5px 0px rgba(23, 23, 23, 0.1);
  -moz-box-shadow: 3px 5px 5px 0px rgba(23, 23, 23, 0.1);
  box-shadow: 3px 5px 5px 0px rgba(23, 23, 23, 0.1);
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .menu {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
  }
}
.menu > .nav-item {
  padding: 0.625rem 0;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .menu > .nav-item {
    padding: 2.3125rem 0;
  }
}
@media screen and (max-width: 991px) {
  .menu > .nav-item .mobile_dropdown_icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #6b707f;
    line-height: 2.625rem;
    font-size: 0.875rem;
    display: inline-block;
    opacity: 0.6;
    cursor: pointer;
  }
}
.menu > .nav-item > .nav-link {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #171717;
  padding: 0;
  position: relative;
}
.menu > .nav-item > .nav-link::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0A757E;
  transition: width 0.2s linear;
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu {
  margin: 0;
  border-radius: 4px;
  left: -30px;
  min-width: max-content;
  border: 1px solid #e6eeef;
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
}
@media screen and (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    left: 40px;
    border-left: 1px solid #e6eeef;
    border-top: 1px solid #e6eeef;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.menu > .nav-item.submenu .dropdown-menu .nav-item {
  padding: 0 40px 0 30px;
  transition: all 0.3s linear;
  position: relative;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
  margin-top: 18px;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0;
  white-space: nowrap;
  font: 400 14px/16px "Poppins", sans-serif;
  color: #171717;
  transition: color 0.2s linear;
  position: relative;
  display: inline-block;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0A757E;
  transition: all 0.2s linear;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #0A757E;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link:before, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link:before, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link:before {
  width: 100%;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link h5, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link h5, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link h5 {
  color: #0A757E;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
  color: #0A757E;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: all 0.3s ease-in;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -25px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
}
.menu > .nav-item.active > i {
  color: #171717;
}
.menu > .nav-item.active .nav-link {
  color: #171717;
}
.menu > .nav-item:hover > i {
  color: #171717;
}
.menu > .nav-item:hover .nav-link {
  color: #171717;
}
.menu > .nav-item:hover .nav-link:before {
  opacity: 1;
  background: #0A757E;
  width: 100%;
}
@media (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
.menu > .nav-item + .nav-item {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .menu > .nav-item + .nav-item {
    margin-left: 40px;
  }
}

@media screen and (min-width: 992px) {
  .navbar:not(.navbar_fixed) .menu > .nav-item.submenu .dropdown-menu {
    margin-top: -15px;
  }
}

.navbar_fixed {
  position: fixed;
  z-index: 35;
}
.navbar_fixed.menu_one {
  background-color: #fff;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
}
.navbar_fixed.menu_two {
  background-color: #fff;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}
.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #171717;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #171717;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  height: 0%;
  transition-delay: 0.2s;
}

.mobile_dropdown_icon {
  display: none;
}

/*----------------------------------------*/
/*  21. Footer Area
/*----------------------------------------*/
.footer-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-area .footer-shape {
  bottom: -111px;
  left: -50px;
  position: absolute;
  width: 223px;
  height: 223px;
  border-radius: 50%;
  background-color: #fff7dd;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 992px) {
  .footer-area .footer-shape {
    display: block;
  }
}
.footer-area .footer-bottom .copyright {
  color: rgba(255, 255, 255, 0.8);
}
.footer-area .footer-bottom .footer-bottom-menu li a,
.footer-area .footer-bottom .footer-bottom-menu li span {
  color: rgba(255, 255, 255, 0.8);
}

ul li a {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  padding-bottom: 0;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
}
ul li a:hover {
  color: white;
  text-decoration: none;
}

.footer-software .footer-top .footer-menu h4 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.footer-payment {
  background-color: #171717;
  position: relative;
  z-index: 1;
}
.footer-payment .bg-shape .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.footer-payment .social-link-bg-2 li a {
  border-color: #616161;
  color: #616161;
}
.footer-payment .social-link-bg-2 li a:hover {
  color: #263238;
  border-color: transparent;
}
.footer-payment .footer-content .nice-select {
  margin-top: 33px;
  background-color: #3c474d;
  border: none;
  width: 220px;
  margin-bottom: 0;
  border-radius: 2px;
}
.footer-payment .footer-content .nice-select .list {
  width: 100%;
}
.footer-payment .footer-content .nice-select i {
  margin-right: 7px;
  color: #c6c6c6;
}
.footer-payment .footer-content .nice-select span {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.footer-payment .newsletter-box h6 {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-payment .newsletter-box .form-group {
  position: relative;
  margin-top: 10px;
}
.footer-payment .newsletter-box .form-group i {
  position: absolute;
  left: 16px;
  top: 50%;
  display: inline-block;
  transform: translateY(-58%);
  color: #c6c6c6;
}
.footer-payment .newsletter-box .form-control {
  border-radius: 2px;
  height: 50px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding-left: 45px;
}
.footer-payment .newsletter-box .form-control::placeholder {
  color: #c6c6c6;
}
.footer-payment .newsletter-box .btn {
  background-color: #3c474c;
  color: #fff;
  width: 100%;
  text-align: center;
  border: none;
  margin-top: 20px;
}
.footer-payment .footer-top {
  padding-top: 108px;
  padding-top: 114px;
}
.footer-payment .footer-top .footer-content p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.footer-payment .footer-top .footer-menu h4 {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.footer-payment .footer-top .footer-menu ul li a,
.footer-payment .footer-top .footer-menu p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.footer-top {
  padding: 4.375rem 0 3.125rem;
}
@media screen and (min-width: 992px) {
  .footer-top {
    padding: 8.4375rem 0 7.1875rem;
  }
}
@media screen and (min-width: 576px) {
  .footer-top .footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .footer-top .footer-content img {
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .footer-top .footer-content {
    display: block;
  }
}
.footer-top .footer-content span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  display: block;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 576px) {
  .footer-top .footer-content span {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer-top .footer-content span {
    margin-bottom: 3.125rem;
  }
}
.footer-top .footer-menu {
  padding-top: 2.1875rem;
}
@media screen and (min-width: 992px) {
  .footer-top .footer-menu {
    padding-top: 0;
  }
}
.footer-top .footer-menu h4 {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 2.1875rem;
}
.footer-top .footer-menu li + li {
  padding-top: 25px;
}

.footer-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #616161;
}
.footer-bottom ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .footer-bottom ul {
    flex-direction: row;
  }
}
.footer-bottom ul li span {
  font-size: 0.875rem;
  color: #616161;
  padding-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}
@media screen and (min-width: 992px) {
  .footer-bottom ul li span {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer-bottom .social-link-bg {
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .footer-bottom .social-link-bg {
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.footer-bottom-menu {
  text-align: center;
}
.footer-bottom-menu ul {
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .footer-bottom-menu {
    text-align: left;
  }
  .footer-bottom-menu ul {
    justify-content: flex-start;
  }
}
.footer-bottom-menu li {
  display: inline-block;
}
.footer-bottom-menu li a {
  padding-left: 0.625rem;
  font-size: 0.875rem;
  color: #616161;
}
@media screen and (min-width: 1200px) {
  .footer-bottom-menu li a {
    padding-left: 2.25rem;
  }
}
.footer-bottom-menu li a:hover {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/*================================================
Banner CSS
=================================================*/
.banner-area {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 3.375rem;
  overflow: hidden;
  background: linear-gradient(256.17deg, #E3FFFD 1.04%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 768px) {
  .banner-area {
    padding-top: 6.25rem;
  }
}
@media screen and (min-width: 992px) {
  .banner-area {
    max-height: 55rem;
    padding-top: 15.3125rem;
    padding-bottom: 15.3125rem;
  }
}
.banner-area .banner-shape-2 {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .banner-area.feature-banner {
    max-height: 46.375rem;
  }
}
.banner-area .banner-right {
  position: relative;
  height: 315px;
}
@media screen and (min-width: 425px) {
  .banner-area .banner-right {
    height: 378px;
  }
}
@media screen and (min-width: 576px) {
  .banner-area .banner-right {
    height: 450px;
  }
}
@media screen and (min-width: 768px) {
  .banner-area .banner-right {
    height: 337px;
  }
}
@media screen and (min-width: 992px) {
  .banner-area .banner-right {
    height: 413px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-area .banner-right {
    height: 450px;
    left: 3.25rem;
  }
}
.banner-area .banner-right .banner-shape-1 {
  top: 1.875rem;
  left: -1.5625rem;
  position: absolute;
}
.banner-area .banner-right .banner-shapes {
  top: 0;
  left: 4rem;
  position: absolute;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: #0A757E;
}
@media screen and (min-width: 992px) {
  .banner-area .banner-right .banner-shapes {
    top: -4.0625rem;
    width: 7.8125rem;
    height: 7.8125rem;
  }
}
.banner-area .banner-right .banner-shapes7 {
  top: 25px;
  left: 1.0625rem;
  position: absolute;
  width: 30%;
}
@media only screen and (min-width: 425px) {
  .banner-area .banner-right .banner-shapes7 {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .banner-area .banner-right .banner-shapes7 {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .banner-area .banner-right .banner-shapes7 {
    top: 0;
    width: auto;
  }
}
.banner-area .banner-right .banner-shapes2 {
  top: -10px;
  left: 0;
  width:30%;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .banner-area .banner-right .banner-shapes2 {
    top: -10px;
  }
}
.banner-area .banner-right .banner-shapes3 {
  right: -6.25rem;
  top: 220px;
  position: absolute;
  z-index: 1;
  width: 20%;
}
@media screen and (min-width: 425px) {
  .banner-area .banner-right .banner-shapes3 {
    right: -8.25rem;
  }
}
@media screen and (min-width: 576px) {
  .banner-area .banner-right .banner-shapes3 {
    right: -8.25rem;
  }
}
@media screen and (min-width: 768px) {
  .banner-area .banner-right .banner-shapes3 {
    right: -8.25rem; 
  }
}
@media screen and (min-width: 992px) {
  .banner-area .banner-right .banner-shapes3 {
    top: 220px;
    right: -8.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .banner-area .banner-right .banner-shapes3 {
    right: -8.25rem;
    top: 220px;
  }
}
.banner-area .banner-right .banner-shapes4 {
  top: 0;
  right: 0;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .banner-area .banner-right .banner-shapes4 {
    right: -2.5rem;
  }
}
.banner-area .banner-right .banner-shapes5 {
  right: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .banner-area .banner-right .banner-shapes5 {
    right: -2.8125rem;
  }
}
.banner-area .banner-right .banner-shapes6 {
  top: -5rem;
  right: -30px;
  position: absolute;
  width: 70px;
}
@media screen and (min-width: 576px) {
  .banner-area .banner-right .banner-shapes6 {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .banner-area .banner-right .banner-shapes6 {
    right: -2.1875rem;
  }
}
@media screen and (min-width: 992px) {
  .banner-area .banner-right .banner-shapes6 {
    right: -5rem;
  }
}
.banner-area .banner-image {
  position: relative;
  overflow: hidden;
}
.banner-area .banner-image .features-object6 {
  top: 15px;
  left: 37%;
  position: absolute;
  width: 30px;
}
@media screen and (min-width: 425px) {
  .banner-area .banner-image .features-object6 {
    top: 22px;
    left: 35%;
    width: 30px;
  }
}
.banner-area .banner-image .features-object7 {
  top: 0;
  left: 40%;
  position: absolute;
  width: 5%;
}
@media screen and (min-width: 425px) {
  .banner-area .banner-image .features-object7 {
    left: 40%;
    width: auto;
  }
}
.banner-area .banner-image .features-object8 {
  top: 45px;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 10%;
}
@media screen and (min-width: 576px) {
  .banner-area .banner-image .features-object8 {
    top: 75px;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .banner-area .banner-image .features-object8 {
    top: 55px;
    width: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .banner-area .banner-image .features-object8 {
    top: 75px;
    width: auto;
  }
}
.banner-area .banner-image .features-object9 {
  top: 35px;
  right: 15px;
  position: absolute;
  width: 10%;
}
@media screen and (min-width: 576px) {
  .banner-area .banner-image .features-object9 {
    top: 65px;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .banner-area .banner-image .features-object9 {
    top: 45px;
    width: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .banner-area .banner-image .features-object9 {
    top: 65px;
    width: auto;
  }
}
.banner-area .banner-image .shape13 {
  bottom: 0.625rem;
  left: 0;
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #0A757E;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .banner-area .banner-image .shape13 {
    width: 7.125rem;
    height: 7.125rem;
    bottom: 1.5625rem;
  }
}
@media screen and (min-width: 992px) {
  .banner-area .banner-image .shape13 {
    width: 5rem;
    height: 5rem;
    left: 14.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .banner-area .banner-image .shape13 {
    width: 7.125rem;
    height: 7.125rem;
    left: 0;
  }
}
.banner-area .banner-image .shape14 {
  top: 2.1875rem;
  right: 5.625rem;
  position: absolute;
  width: 4.25rem;
  height: 4.25rem;
  background-color: #fff;
  border: 4px solid #0A757E;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .banner-area .banner-image .shape14 {
    top: 20px;
    right: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-area .banner-image .shape14 {
    top: 38px;
    right: 98px;
  }
}
.banner-area .banner-image .round-object2 {
  right: 24%;
  bottom: -45px;
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fce7e9;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .banner-area .banner-image .round-object2 {
    right: 38%;
  }
}
@media screen and (min-width: 992px) {
  .banner-area .banner-image .round-object2 {
    right: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .banner-area .banner-image .round-object2 {
    bottom: -95px;
    right: 24%;
    width: 190px;
    height: 190px;
  }
}
.banner-area .banner-right-two {
  position: relative;
}
@media screen and (min-width: 992px) {
  .banner-area .banner-right-two {
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
  }
  .banner-area .banner-right-two img {
    width: 65%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .banner-area .banner-right-two {
    right: 2%;
  }
  .banner-area .banner-right-two img {
    width: auto;
  }
}
@media (min-width: 1441px) {
  .banner-area .banner-right-two {
    right: 10%;
  }
  .banner-area .banner-right-two img {
    width: auto;
  }
}
.banner-area .banner-left {
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .banner-area .banner-left {
    padding-top: 0;
  }
}
.banner-area .banner-left h1 {
  font-weight: 600;
  line-height: 1.1;
  font-size:3.25rem;
}
.banner-area .banner-left h1 span {
  color: #0A757E;
  position: relative;
}
.banner-area .banner-left h1 span svg {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .banner-area .banner-left h1 span svg {
    bottom: 0.375rem;
    left: -0.625rem;
    position: absolute;
  }
}
.banner-area .banner-left .banner-para {
  line-height: 1.75rem;
  padding-top: 1.75rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .banner-area .banner-left .banner-para {
    padding-right: 3.125rem;
  }
}

.banner-area-2 {
  overflow: hidden;
  padding-top: 227px;
  padding-bottom: 303px;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.banner-area-2 .banner-shapes .shape {
  position: absolute;
  z-index: -1;
}
.banner-area-2 .banner-shapes .shape:nth-child(1) {
  top: 0;
  left: 0;
}
.banner-area-2 .banner-shapes .shape:nth-child(2) {
  top: 52%;
  left: 7%;
  opacity: 0.4;
}
.banner-area-2 .banner-shapes .shape:nth-child(3) {
  top: 27%;
  left: 10%;
  opacity: 0.4;
}
.banner-area-2 .banner-shapes .shape:nth-child(4) {
  top: 15%;
  right: 25%;
  opacity: 0.4;
}
.banner-area-2 .banner-shapes .shape:nth-child(5) {
  height: 10px;
  width: 10px;
  background-color: #ffc107;
  border-radius: 50%;
  opacity: 0.4;
  top: 25%;
  right: 7%;
}
.banner-area-2 .banner-shapes .shape:nth-child(6) {
  height: 25px;
  width: 25px;
  background-color: #68a885;
  border-radius: 4px;
  opacity: 0.4;
  bottom: 19%;
  left: 26%;
}
.banner-area-2 .banner-shapes .shape:nth-child(7) {
  height: 25px;
  width: 25px;
  background-color: #68a885;
  border-radius: 50%;
  opacity: 0.4;
  bottom: 42%;
  right: 13.5%;
}
.banner-area-2 .banner-left h1 {
  font-size: 80px;
  font-weight: 900;
  line-height: 95px;
  letter-spacing: 1.8999999762px;
}
.banner-area-2 .banner-left P {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #4f4f4f;
  margin: 30px 0 42px 0;
}
.banner-area-2 .banner-left .btn {
  border-color: #eb5757;
  background: #eb5757;
  padding: 20.5px 3rem;
  border-radius: 5px;
}
.banner-area-2 .banner-left .btn:hover {
  background: #171717;
  border-color: #171717;
}
.banner-area-2 .banner-right {
  display: inline-block;
  position: relative;
  width: 100%;
}
.banner-area-2 .banner-right img {
  position: absolute;
  max-width: inherit;
  top: -168px;
  left: -85px;
  max-width: 580px;
}
@media screen and (min-width: 1441px) {
  .banner-area-2 .banner-right img {
    max-width: inherit;
  }
}

.banner-area-3 {
  background-image: linear-gradient(to bottom right, #e8f4ff, #f2fffd);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-area-3 .banner-shape .shape {
  position: absolute;
  z-index: -1;
}
.banner-area-3 .banner-shape .shape:nth-child(1) {
  right: 0;
  bottom: 135px;
}
.banner-area-3 .banner-shape .shape:nth-child(2) {
  right: 440px;
  top: 120px;
}
.banner-area-3 .banner-shape .shape:nth-child(3) {
  right: 620px;
  top: 257px;
}
.banner-area-3 .banner-shape .shape:nth-child(4) {
  right: 180px;
  top: 260px;
}
.banner-area-3 .banner-shape .shape:nth-child(5) {
  top: 280px;
  right: 445px;
}
.banner-area-3 .banner-shape .shape:nth-child(6) {
  top: 200px;
  left: 0;
  opacity: 0.7;
}
.banner-area-3 .banner-shape .shape:nth-child(7) {
  bottom: 75px;
  right: 258px;
}
.banner-area-3 .banner-shape .shape:nth-child(8) {
  bottom: -15px;
  left: 22px;
}
.banner-area-3 .banner-left {
  padding-bottom: 231px;
  padding-top: 221px;
}
.banner-area-3 .banner-left h1 {
  font-size: 80px;
  font-weight: 900;
  line-height: 95px;
  letter-spacing: 1.8999999762px;
}
.banner-area-3 .banner-left P {
  font-size: 17px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #4f4f4f;
  margin: 30px 0 42px 0;
}
.banner-area-3 .banner-left .form-group .btn-red {
  border-color: #473d8d;
  background: #473d8d;
}
.banner-area-3 .banner-left .form-group .btn-red:hover {
  background: #171717;
  border-color: #171717;
  color: #473d8d;
}
.banner-area-3 .banner-right {
  display: inline-block;
  position: relative;
  height: 100%;
  left: -125px;
}
.banner-area-3 .banner-right img {
  max-width: inherit;
  transform-origin: bottom;
}
.banner-area-3 .banner-right .tree {
  position: absolute;
}
.banner-area-3 .banner-right .tree:nth-child(2) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-area-3 .banner-right .tree:nth-child(2) .tree-top {
  position: absolute;
  bottom: 90%;
  left: -18px;
  transform-origin: bottom;
}
.banner-area-3 .banner-right .tree:nth-child(2) .tree-top .dollar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-area-3 .banner-right .tree:nth-child(2) .tree-top .dollar img {
  transform-origin: inherit;
}
.banner-area-3 .banner-right .tree:nth-child(3) {
  bottom: 0;
  left: 120px;
}
.banner-area-3 .banner-right .tree:nth-child(4) {
  bottom: 0;
  right: 130px;
}

.sub-content {
  font-size: 0.9375rem;
  padding-top: 1.25rem;
  display: block;
}

.header-form {
  position: relative;
}

.pricing-banner {
  position: relative;
  height: 450px;
  padding-top: 155px;
  background: linear-gradient(102.7deg, rgba(252, 231, 233, 0.2) 0.49%, rgba(255, 247, 221, 0.2) 97.86%);
}
@media screen and (min-width: 576px) {
  .pricing-banner {
    height: 31.25rem;
  }
}
@media screen and (min-width: 768px) {
  .pricing-banner {
    height: 34.375rem;
  }
}
@media screen and (min-width: 992px) {
  .pricing-banner {
    padding-top: 245px;
    height: 54.6875rem;
  }
}
.pricing-banner .section-title-center {
  position: relative;
  z-index: 999;
}
.pricing-banner .section-title-center h1 {
  font-family: Elagond;
  font-size: 75px;
}
@media screen and (min-width: 425px) {
  .pricing-banner .section-title-center h1 {
    font-size: 95px;
  }
}
@media screen and (min-width: 576px) {
  .pricing-banner .section-title-center h1 {
    font-size: 130px;
  }
}
@media screen and (min-width: 992px) {
  .pricing-banner .section-title-center h1 {
    font-size: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-banner .section-title-center h1 {
    font-size: 207px;
    line-height: 1;
  }
}
.pricing-banner .section-title-center h1 span {
  color: #0A757E;
}
.pricing-banner .section-title-center h2 {
  margin-top: 55px;
}
.pricing-banner .section-title-center h2 span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pricing-banner .section-title-center h2 {
    position: relative;
    top: -23px;
  }
  .pricing-banner .section-title-center h2 span {
    font-size: 65px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .pricing-banner .section-title-center h2 {
    font-size: 3.125rem;
    margin-top: 80px;
  }
  .pricing-banner .section-title-center h2 span {
    font-size: 5.5rem;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-banner .section-title-center h2 {
    top: -10px;
  }
}
.pricing-banner .banner-shape {
  max-height: 54.6875rem;
  width: 100%;
}
.pricing-banner .banner-shapes {
  top: 130px;
  right: 0;
  left: 0;
  position: absolute;
  margin: auto;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #0A757E;
}
@media screen and (min-width: 768px) {
  .pricing-banner .banner-shapes {
    width: 4.875rem;
    height: 4.875rem;
  }
}
@media screen and (min-width: 992px) {
  .pricing-banner .banner-shapes {
    top: 170px;
    width: 7.8125rem;
    height: 7.8125rem;
  }
}
.pricing-banner .pricing-shape-2 {
  top: 175px;
  right: 0;
  left: 0;
  position: absolute;
  margin: auto;
  z-index: 1;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .pricing-banner .pricing-shape-2 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .pricing-banner .pricing-shape-2 {
    width: auto;
    top: 140px;
  }
}
.pricing-banner .pricing-shape-3 {
  right: 0;
  bottom: 75px;
  left: 40px;
  position: absolute;
  top: auto;
  margin: auto;
  z-index: 1;
  width: 30%;
}
@media screen and (min-width: 425px) {
  .pricing-banner .pricing-shape-3 {
    bottom: 50px;
    width: 22%;
  }
}
@media screen and (min-width: 576px) {
  .pricing-banner .pricing-shape-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .pricing-banner .pricing-shape-3 {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .pricing-banner .pricing-shape-3 {
    width: auto;
    bottom: 158px;
    left: 70px;
  }
}
.pricing-banner .pricing-shape-4 {
  top: 150px;
  left: 35%;
  position: absolute;
  margin: auto;
  z-index: 1;
  width: 19%;
}
@media screen and (min-width: 576px) {
  .pricing-banner .pricing-shape-4 {
    top: 155px;
    left: 36%;
    width: 16%;
  }
}
@media screen and (min-width: 768px) {
  .pricing-banner .pricing-shape-4 {
    width: 12%;
    left: 40%;
  }
}
@media screen and (min-width: 992px) {
  .pricing-banner .pricing-shape-4 {
    top: 230px;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-banner .pricing-shape-4 {
    left: 41%;
  }
}
@media screen and (min-width: 1441px) {
  .pricing-banner .pricing-shape-4 {
    left: 45%;
  }
}
.pricing-banner .pricing-shape-5 {
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 1;
  width: 10%;
}
@media screen and (min-width: 768px) {
  .pricing-banner .pricing-shape-5 {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-banner .pricing-shape-5 {
    bottom: 90px;
    left: 9%;
  }
}
.pricing-banner .pricing-shape-12 {
  bottom: 30px;
  left: 10px;
  position: absolute;
  width: 10%;
}
@media screen and (min-width: 768px) {
  .pricing-banner .pricing-shape-12 {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-banner .pricing-shape-12 {
    bottom: 106px;
    left: 8%;
  }
}
.pricing-banner .pricing-shape-6 {
  bottom: 34%;
  left: 10%;
  position: absolute;
  z-index: 1;
  width: 20%;
}
@media screen and (min-width: 425px) {
  .pricing-banner .pricing-shape-6 {
    bottom: 25%;
  }
}
@media screen and (min-width: 768px) {
  .pricing-banner .pricing-shape-6 {
    width: auto;
    bottom: 30%;
    left: 24%;
  }
}
@media screen and (min-width: 992px) {
  .pricing-banner .pricing-shape-6 {
    bottom: 40%;
    left: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-banner .pricing-shape-6 {
    left: 31%;
    bottom: 37%;
  }
}
@media screen and (min-width: 1441px) {
  .pricing-banner .pricing-shape-6 {
    left: 35%;
  }
}
.pricing-banner .pricing-shape-7,
.pricing-banner .pricing-shape-11 {
  top: 28%;
  right: 5%;
  position: absolute;
  z-index: 2;
  width: 15%;
}
@media screen and (min-width: 576px) {
  .pricing-banner .pricing-shape-7,
.pricing-banner .pricing-shape-11 {
    width: 10%;
  }
}
@media screen and (min-width: 768px) {
  .pricing-banner .pricing-shape-7,
.pricing-banner .pricing-shape-11 {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .pricing-banner .pricing-shape-7,
.pricing-banner .pricing-shape-11 {
    top: 18%;
    right: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-banner .pricing-shape-7,
.pricing-banner .pricing-shape-11 {
    top: 25%;
    right: 10%;
  }
}
.pricing-banner .pricing-shape-11 {
  top: 24%;
  right: 9%;
  z-index: 1;
  width: 7%;
}
@media screen and (min-width: 576px) {
  .pricing-banner .pricing-shape-11 {
    width: 4%;
  }
}
@media screen and (min-width: 768px) {
  .pricing-banner .pricing-shape-11 {
    right: 6%;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .pricing-banner .pricing-shape-11 {
    top: 16%;
    right: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-banner .pricing-shape-11 {
    top: 23%;
    right: 11%;
  }
}
.pricing-banner .pricing-shape-8 {
  top: 55%;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .pricing-banner .pricing-shape-8 {
    width: 15%;
  }
}
@media screen and (min-width: 992px) {
  .pricing-banner .pricing-shape-8 {
    width: auto;
    top: 40%;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-banner .pricing-shape-8 {
    right: 13%;
  }
}
.pricing-banner .pricing-shape-9 {
  right: 12%;
  bottom: 34%;
  position: absolute;
  z-index: 1;
  width: 15%;
}
@media screen and (min-width: 425px) {
  .pricing-banner .pricing-shape-9 {
    bottom: 27%;
  }
}
@media screen and (min-width: 768px) {
  .pricing-banner .pricing-shape-9 {
    width: 10%;
    bottom: 30%;
    right: 23%;
  }
}
@media screen and (min-width: 992px) {
  .pricing-banner .pricing-shape-9 {
    width: auto;
    bottom: 40%;
    right: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-banner .pricing-shape-9 {
    right: 30%;
    bottom: 38%;
  }
}
@media screen and (min-width: 1441px) {
  .pricing-banner .pricing-shape-9 {
    right: 35%;
  }
}
.pricing-banner .pricing-shape-10 {
  bottom: 40%;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .pricing-banner .pricing-shape-10 {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-banner .pricing-shape-10 {
    left: 11%;
  }
}
@media screen and (min-width: 1441px) {
  .pricing-banner .pricing-shape-10 {
    left: 22%;
  }
}

/*================================================
Client CSS
=================================================*/
.client-area {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .client-area {
    margin-top: -6.25rem;
  }
}
.client-area .col {
  flex: 1 0 0;
}

.client-wrapper {
  box-shadow: 0 1.25rem 3.125rem rgba(0, 0, 0, 0.05);
  border-radius: 1.875rem;
  padding: 2.5rem 1.25rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .client-wrapper {
    padding: 4.6875rem 3.75rem 4.6875rem;
  }
}

.client-image {
  padding: 30px 15px;
}
.client-image img {
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  filter: grayscale(1);
}
.client-image img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.client-text {
  padding-bottom: 3rem;
  text-align: center;
}
.client-text h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.client-text h4 span {
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .client-text h4 {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
}

.client-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #171717;
  margin-top: 2.8125rem;
}
.client-meta .client-review {
  font-size: 1.375rem;
  margin-left: 0.875rem;
}
.client-meta .client-review span {
  font-weight: 600;
}
.client-meta .client-review-number {
  font-size: 1.375rem;
  margin-left: 0.875rem;
}
.client-meta .client-review-number span {
  font-weight: 600;
}
.client-meta .client-review-icon {
  margin-left: 0.875rem;
}
.client-meta .client-review-icon li {
  display: inline-block;
  color: #EFBA34;
  font-size: 1.125rem;
}

.client-area-two {
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .client-area-two {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.client-area-two .client-wrapper {
  box-shadow: none;
  padding: 0;
}
.client-area-two .client-image img {
  filter: grayscale(1);
}
.client-area-two .client-image img:hover {
  filter: grayscale(0);
}

/*================================================
Counter CSS
=================================================*/
.counter-area {
  padding-top: 1.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 992px) {
  .counter-area {
    padding-top: 7.5rem;
    padding-bottom: 4.375rem;
  }
}

.counter-item span {
  font-size: 0.9375rem;
  display: block;
  font-family: "Poppins", sans-serif;
}
.counter-item h2 {
  font-weight: 700;
}
.counter-item .counter-number {
  display: flex;
  align-items: center;
}
.counter-item .counter-number span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #171717;
}
@media screen and (min-width: 576px) {
  .counter-item .counter-number span {
    font-size: 3.125rem;
  }
}

.user-area .custom-row {
  display: flex;
}
.user-area .custom-row .row-item .user-slider {
  width: 605px;
}
.user-area .custom-row .row-item:nth-child(1) {
  margin-right: 47px;
}
.user-area .custom-row h3 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  color: #171717;
}
.user-area .custom-row .btn {
  border-color: #a8a8a8;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #4f4f4f;
  margin-top: 50px;
}

.user-slider .slick-list {
  padding-bottom: 50px;
}
.user-slider .slick-dots {
  bottom: 0px;
  display: inline-block;
  width: auto;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px #e5e5e5;
  padding: 2px 36px 16px 36px;
  border-radius: 26px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.user-slider .slick-dots li {
  width: inherit;
  height: inherit;
}
.user-slider .slick-dots li.slick-active button {
  background-color: #eb5757;
}
.user-slider .slick-dots li.slick-active button::after {
  transform: scale(1);
}
.user-slider .slick-dots li button {
  height: 10px;
  width: 10px;
  background-color: #e0e0e0;
  position: relative;
  border-radius: 50%;
  padding: 0;
}
.user-slider .slick-dots li button::before {
  display: none;
}
.user-slider .slick-dots li button::after {
  border-radius: 50%;
  content: "";
  background-color: transparent;
  position: absolute;
  top: -3.08px;
  left: -3.08px;
  right: -3.08px;
  bottom: -3.08px;
  height: auto;
  width: auto;
  border: 1px solid #eb5757;
  transform: scale(0);
  transition: all 0.2s linear;
}
.user-slider .single-user-slide-widget {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 20px 30px 0px #eee;
  padding-bottom: 85px;
  overflow: hidden;
  margin: 0 20px;
}
.user-slider .single-user-slide-widget .widget-top {
  position: relative;
}
.user-slider .single-user-slide-widget .widget-top .user-img {
  filter: brightness(0.7);
}
.user-slider .single-user-slide-widget .widget-top .smile-icon {
  padding: 18px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 1px 6px 0px #00000040;
  position: absolute;
  bottom: 12px;
  left: 27px;
}
.user-slider .single-user-slide-widget .widget-top .play-btn {
  width: 70px;
  height: 70px;
  display: inline-block;
  background: #eb5757;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.user-slider .single-user-slide-widget .widget-top .play-btn i {
  position: relative;
  height: 30px;
  width: 30px;
}
.user-slider .single-user-slide-widget .widget-top .play-btn i:after {
  width: 300%;
  height: 300%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  box-shadow: 0 1px 15px 1px rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-animation: pulse 2s infinite;
  -webkit-transform: scale(8);
  -ms-transform: scale(8);
  transform: scale(8);
  animation: pulse 2s infinite;
}
.user-slider .single-user-slide-widget .widget-bottom {
  margin-top: 45px;
  margin-left: 27.5px;
}
.user-slider .single-user-slide-widget .widget-bottom p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #4f4f4f;
}
.user-slider .single-user-slide-widget .widget-bottom .author-info {
  margin-top: 25px;
}
.user-slider .single-user-slide-widget .widget-bottom .author-info span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #828282;
}
.user-slider .single-user-slide-widget .widget-bottom .author-info .location {
  font-weight: 500;
}

.user-area-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.user-area-two .bg-shape .shape {
  position: absolute;
  z-index: -1;
}
.user-area-two .bg-shape .shape:nth-child(1) {
  top: 270px;
  left: 119px;
}
.user-area-two .bg-shape .shape:nth-child(2) {
  top: 140px;
  right: 142px;
}
.user-area-two .bg-shape .shape:nth-child(3) {
  bottom: 20%;
  left: 125px;
}
.user-area-two .bg-shape .shape:nth-child(4) {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: rgba(255, 193, 7, 0.4);
  bottom: 24%;
  left: 308px;
}
.user-area-two .customer-feed {
  max-width: 490px;
}
.user-area-two .customer-feed p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  line-height: 28px;
  color: #616161;
  text-align: justify;
}
.user-area-two .customer-feed .customer-info {
  margin-top: 45px;
}
.user-area-two .customer-feed .customer-info span {
  color: #8d8d8d;
  font-family: "Inter", sans-serif;
  display: block;
  line-height: 22px;
  text-align: justify;
}
.user-area-two .customer-feed .customer-info .name {
  font-size: 15px;
  font-weight: 500;
}
.user-area-two .customer-feed .customer-info .pos {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}
.user-area-two .customer-feed a {
  color: #473d8d;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 10px;
  display: inline-block;
}
.user-area-two .customer-feed a:hover i {
  transform: translateX(5px);
}
.user-area-two .customer-feed a i {
  margin-left: 8px;
  font-size: 15px;
  transition: all 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.user-area-two .customer-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.user-area-two .customer-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10px;
  left: 10px;
  background-image: linear-gradient(to right, rgba(252, 218, 218, 0), #fff4cd);
  z-index: -1;
}
.user-area-two .customer-img .shape {
  position: absolute;
  right: -72px;
  bottom: -84px;
  z-index: -1;
}

/*================================================
CTA CSS
=================================================*/
.cta-area {
  position: relative;
}
.cta-area .section-title-center .mt-16 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .cta-area .section-title-center .mt-16 {
    margin-top: 4rem;
  }
}
.cta-area .shape7 {
  top: -1.5625rem;
  left: 10%;
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #0A757E;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .cta-area .shape7 {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.cta-area .shape8 {
  top: -2.5rem;
  right: 10%;
  position: absolute;
}
.cta-area .shape9 {
  top: -1.625rem;
  right: 10%;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #171717;
  background-color: #37bd8a;
  transform: rotate(45deg);
}
.cta-area .shape10 {
  top: 5rem;
  right: 12%;
  position: absolute;
}
.cta-area .shape11 {
  bottom: 30%;
  left: 15%;
  position: absolute;
}
.cta-area .shape12 {
  bottom: -1.25rem;
  left: 3rem;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 9;
  border: 2px solid #171717;
  background-color: #efba34;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .cta-area .shape12 {
    bottom: -2.375rem;
    width: 72px;
    height: 72px;
  }
}

@media screen and (min-width: 992px) {
  .cta-area-two.section-padding {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
}
.cta-area-two .section-title-center h2 {
  font-size: 2.5rem;
}

.cta-area-three {
  background-color: rgba(242, 201, 76, 0.2);
  height: 400px;
  position: relative;
}
.cta-area-three .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.cta-area-three .bg-shapes .shape:nth-child(1) {
  left: 0;
  top: 68px;
}
.cta-area-three .bg-shapes .shape:nth-child(2), .cta-area-three .bg-shapes .shape:nth-child(3) {
  right: 0;
  bottom: 0px;
  opacity: 40%;
}
.cta-area-three .cta-round {
  height: 500px;
  width: 500px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #263238;
  transform: translateY(-200px);
  margin: auto;
}
.cta-area-three .cta-round h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0.5px;
  color: #fff;
}
.cta-area-three .cta-round p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
  margin: 2px 0 28px 0;
  max-width: 397px;
}
.cta-area-three .cta-round .btn {
  border-color: #333333;
  font-size: 17px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  background-color: #fff;
}

.cta-area-four {
  background-color: rgba(81, 93, 195, 0.1);
  position: relative;
  overflow: hidden;
}
.cta-area-four .bg-shape .shape {
  position: absolute;
  z-index: -1;
}
.cta-area-four .bg-shape .shape:nth-child(1) {
  right: 110px;
  bottom: -16px;
}
.cta-area-four .bg-shape .shape:nth-child(2) {
  left: 118px;
  bottom: -1px;
}
.cta-area-four .btn {
  background-color: #515dc3;
}
.cta-area-four .btn:hover {
  background-color: #171717;
  color: #515dc3;
}

/*================================================
FAQs CSS
=================================================*/
.faq-area {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 992px) {
  .faq-area {
    padding-top: 8.75rem;
    padding-bottom: 7.8125rem;
  }
  .faq-area.pricing-faq {
    padding-top: 4.375rem;
    padding-bottom: 8.75rem;
  }
  .faq-area.help-center-faq {
    padding-top: 8.125rem;
  }
}
.faq-area .section-title-center {
  padding-bottom: 4.5rem;
}
.faq-area .accordion-item .accordion-button {
  border-radius: 10px;
}

.faq-area-two {
  padding: 170px 0 370px 0;
  position: relative;
  z-index: 1;
}
.faq-area-two .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.faq-area-two .bg-shapes .shape:nth-child(1), .faq-area-two .bg-shapes .shape:nth-child(2), .faq-area-two .bg-shapes .shape:nth-child(3) {
  right: 0;
}
.faq-area-two .bg-shapes .shape:nth-child(1) {
  bottom: 392px;
}
.faq-area-two .bg-shapes .shape:nth-child(2) {
  bottom: 248px;
}
.faq-area-two .bg-shapes .shape:nth-child(3) {
  bottom: 260px;
}
.faq-area-two .bg-shapes .shape:nth-child(4) {
  right: 147px;
  top: 215px;
}
.faq-area-two .bg-shapes .shape:nth-child(5) {
  left: 61px;
  bottom: 516px;
}

.faq-area-three {
  position: relative;
  padding-bottom: 216px;
  padding-top: 229px;
  z-index: 1;
}
.faq-area-three .faq-tab-wrapper .tab-pane {
  padding-top: 0;
}
.faq-area-three .faq-tab-wrapper .nav-tabs {
  margin: 0 0 65px;
  border: none;
  justify-content: center;
  -webkit-justify-content: center;
}
.faq-area-three .faq-tab-wrapper .nav-tabs .nav-item {
  margin: 10px 0 0;
}
.faq-area-three .faq-tab-wrapper .nav-tabs .nav-link {
  border: none;
  line-height: 32px;
  border-radius: 3px;
  padding: 0 18px;
  color: #989898;
  font-size: 17px;
  margin: 0 10px;
}
.faq-area-three .faq-tab-wrapper .nav-tabs li:nth-child(1) .nav-link {
  background: #f4f3ff;
}
.faq-area-three .faq-tab-wrapper .nav-tabs li:nth-child(2) .nav-link {
  background: #ffeeee;
}
.faq-area-three .faq-tab-wrapper .nav-tabs li:nth-child(3) .nav-link {
  background: #f3ffed;
}
.faq-area-three .faq-tab-wrapper .nav-tabs li:nth-child(4) .nav-link {
  background: #edf3ff;
}
.faq-area-three .faq-tab-wrapper .nav-tabs li:nth-child(5) .nav-link {
  background: #fdf9e9;
}
.faq-area-three .faq-tab-wrapper .nav-tabs li:nth-child(6) .nav-link {
  background: #e6fafd;
}
.faq-area-three .faq-tab-wrapper .nav-tabs .nav-item.show .nav-link,
.faq-area-three .faq-tab-wrapper .nav-tabs .nav-link.active {
  background: #22d4ab !important;
  color: #fff;
}
.faq-area-three .bg-shape .shape {
  position: absolute;
  z-index: -1;
}
.faq-area-three .bg-shape .shape:nth-child(1) {
  top: 80px;
  right: 0;
}
.faq-area-three .bg-shape .shape:nth-child(2) {
  top: 750px;
  left: 10%;
}
.faq-area-three .bg-shape .shape:nth-child(3) {
  top: 450px;
  left: 15%;
}
.faq-area-three .section-title-center {
  padding-bottom: 60px;
}
.faq-area-three .section-title-center p {
  width: 49%;
}

/*================================================
Features CSS
=================================================*/
.features {
  position: relative;
  padding-top: 4.375rem;
}
@media screen and (min-width: 992px) {
  .features {
    padding-top: 10rem;
  }
}
.features-image {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .features-image {
    left: -2.5rem;
    position: relative;
  }
}
.features-image .features-object1 {
  top: 0;
  left: 40%;
  position: absolute;
}
.features-image .features-object2 {
  top: 21%;
  left: 22%;
  position: absolute;
}
@media screen and (min-width: 576px) {
  .features-image .features-object2 {
    top: 21%;
    left: 25%;
  }
}
@media screen and (min-width: 768px) {
  .features-image .features-object2 {
    left: 22%;
  }
}
@media screen and (min-width: 768px) {
  .features-image .features-object2 {
    left: 24%;
  }
}
.features-image .features-object3 {
  top: 13%;
  left: 29%;
  position: absolute;
}
@media screen and (min-width: 425px) {
  .features-image .features-object3 {
    top: 15%;
  }
}
@media screen and (min-width: 576px) {
  .features-image .features-object3 {
    top: 16%;
  }
}
@media screen and (min-width: 576px) {
  .features-image .features-object3 {
    left: 26%;
  }
}
@media screen and (min-width: 992px) {
  .features-image .features-object3 {
    left: 29%;
  }
}
.features-image .features-object4 {
  top: 50%;
  left: 10px;
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .features-image .features-object4 {
    left: 25px;
  }
}
.features-image .features-object5 {
  top: 45%;
  left: 5px;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (min-width: 576px) {
  .features-image .features-object5 {
    top: 47%;
    left: 15px;
  }
}
.features-image .features-object6 {
  top: 15px;
  left: 37%;
  position: absolute;
  width: 10%;
}
@media screen and (min-width: 425px) {
  .features-image .features-object6 {
    top: 22px;
    left: 35%;
    width: auto;
  }
}
.features-image .features-object7 {
  top: -10px;
  left: 0;
  position: absolute;
  width: auto;
  z-index: 2;
}
@media screen and (min-width: 425px) {
  .features-image .features-object7 {
    left: 0;
    width: auto;
  }
}
.features-image .features-object8 {
  top: 130px;
  left: 80px;
  position: absolute;
  z-index: 1;
  width: 10%;
}
@media screen and (min-width: 576px) {
  .features-image .features-object8 {
    top: 130px;
    width: auto;
  }
}
.features-image .features-object9 {
  top: 35px;
  right: 15px;
  position: absolute;
  width: 10%;
}
@media screen and (min-width: 576px) {
  .features-image .features-object9 {
    top: 65px;
    width: auto;
  }
}
.features-image .round-object {
  right: 17%;
  bottom: -45px;
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fce7e9;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .features-image .round-object {
    bottom: -90px;
    right: 35%;
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 992px) {
  .features-image .round-object {
    right: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .features-image .round-object {
    bottom: -85px;
    right: 17%;
  }
}
.features-content {
  padding-top: 3.125rem;
}
@media screen and (min-width: 992px) {
  .features-content {
    padding-top: 1.25rem;
  }
}
.features-content h2 {
  position: relative;
  font-weight: 700;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .features-content h2 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
.features-content h2::before {
  content: "";
  top: 0.375rem;
  left: 0;
  position: absolute;
  width: 14.375rem;
  height: 2.8125rem;
  background: #ffee9d;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .features-content h2::before {
    width: 15.625rem;
  }
}
@media screen and (min-width: 768px) {
  .features-content h2::before {
    width: 19.125rem;
    height: 3.125rem;
  }
}
.features-content h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding-top: 1.125rem;
}
@media screen and (min-width: 992px) {
  .features-content h3 {
    line-height: 3rem;
  }
}
.features-content h3 span {
  font-weight: 700;
  color: #0A757E;
}
.features-content p {
  font-size: 0.9375rem;
  padding-top: 1.25rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 992px) {
  .features-content p {
    width: 86%;
  }
}
@media screen and (min-width: 768px) {
  .features-content-four h2::before {
    width: 170px;
    left: 41%;
  }
}

@media screen and (min-width: 992px) {
  .features-area-two.section-padding {
    padding-bottom: 8.75rem;
  }
}
.features-area-two .features-image {
  left: 0;
  position: relative;
}
.features-area-two .features-content {
  padding-top: 0;
}
.features-area-two .features-content h2::before {
  content: "";
  bottom: 0;
  position: absolute;
  top: auto;
  width: 13.4375rem;
  height: 3.125rem;
}
@media screen and (min-width: 992px) {
  .features-area-two .features-content h2 {
    width: 90%;
  }
}
.features-area-two .features-content p {
  padding-top: 1.4375rem;
  padding-bottom: 1.375rem;
}
@media screen and (min-width: 992px) {
  .features-area-two .features-content p {
    width: 65%;
  }
}
.features-area-two .features-counter {
  position: relative;
  padding-left: 0.9375rem;
  padding-bottom: 3.125rem;
}
.features-area-two .features-counter::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 0.375rem;
  height: 7.125rem;
  background: #0A757E;
}
@media screen and (min-width: 992px) {
  .features-area-two .features-counter {
    padding-bottom: 0;
  }
}
.features-area-two .features-counter span {
  font-size: 1.375rem;
  font-weight: 600;
  color: #171717;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  display: inline-block;
}
.features-area-two .features-counter strong {
  font-size: 3.125rem;
  font-weight: 700;
  color: #171717;
  line-height: 1;
}
.features-area-two .features-counter strong span {
  font-size: 50px;
  font-weight: 700;
}
.features-area-two .features-counter p {
  padding-top: 0;
  padding-bottom: 0;
  color: #171717;
  line-height: 1.2;
}

.features-area-three {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 992px) {
  .features-area-three {
    padding-top: 8.75rem;
    padding-bottom: 8.4375rem;
  }
}
.features-area-three .features-form {
  margin-top: 3.125rem;
}
.features-area-three .form-group {
  margin-left: auto;
  margin-right: auto;
}
.features-area-three .features-tab-content .tab-pane {
  padding-top: 2.5rem;
}
.features-area-three .features-tab-image img {
  margin-left: auto;
  margin-right: auto;
}

.features-area-four {
  background: #f9f9f9;
  padding-top: 4.375rem;
}
@media screen and (min-width: 992px) {
  .features-area-four {
    padding-top: 5.3125rem;
    padding-bottom: 8.75rem;
  }
}
.features-area-four .features-image {
  left: 0;
}
@media screen and (min-width: 1200px) {
  .features-area-four .features-content p {
    width: 70%;
  }
}

@media screen and (min-width: 992px) {
  .features-area-five {
    padding-top: 8.4375rem;
  }
}
@media screen and (min-width: 992px) {
  .features-area-five .section-title-center h2 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.features-area-five .feature-image {
  position: relative;
}
.features-area-five .feature-image img {
  margin-left: auto;
  margin-right: auto;
}
.features-area-five .feature-image .features8 {
  bottom: 165px;
  left: 0;
  position: absolute;
  width: 25%;
}
@media only screen and (min-width: 425px) {
  .features-area-five .feature-image .features8 {
    bottom: 115px;
  }
}
@media screen and (min-width: 992px) {
  .features-area-five .feature-image .features8 {
    bottom: 105px;
    width: auto;
  }
}
.features-area-five .feature-image .features9 {
  right: 0;
  bottom: 165px;
  position: absolute;
  width: 25%;
}
@media only screen and (min-width: 425px) {
  .features-area-five .feature-image .features9 {
    bottom: 115px;
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .features-area-five .feature-image .features9 {
    bottom: 105px;
    width: auto;
  }
}
.features-area-five .feature-image p {
  text-align: center;
  padding-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .features-area-five .feature-image p {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
}

.features-area-six.section-padding {
  padding-top: 7.5rem;
  padding-bottom: 0;
}
.features-area-six .section-title-left {
  padding-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .features-area-six .section-title-left {
    padding-top: 0;
    padding-left: 1.875rem;
  }
}
.features-area-six .section-title-left h2 {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .features-area-six .section-title-left h2 {
    width: 86%;
  }
}
@media screen and (min-width: 992px) {
  .features-area-six .section-title-left p {
    width: 91%;
  }
}
.features-area-six .feature-image img {
  margin-left: auto;
  margin-right: auto;
}

.features-area-seven .section-title-left {
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .features-area-seven .section-title-left p {
    width: 97%;
  }
}
.features-area-seven .feature-image img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .features-area-eight {
    padding-top: 7.8125rem;
    padding-bottom: 8.75rem;
  }
}
.features-area-eight .feature-image {
  position: relative;
}
@media screen and (min-width: 992px) {
  .features-area-eight .feature-image {
    margin-top: 1.875rem;
  }
}
.features-area-eight .feature-image img {
  margin-left: auto;
  margin-right: auto;
}
.features-area-eight .feature-image .features-object10 {
  top: 0;
  left: 118px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .features-area-eight .feature-image .features-object10 {
    top: 21px;
  }
}
.features-area-eight .feature-image .features-object11 {
  top: 63px;
  left: 36px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .features-area-eight .feature-image .features-object11 {
    top: 107px;
  }
}
.features-area-eight .feature-image .features-object12 {
  top: 46px;
  left: 58px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .features-area-eight .feature-image .features-object12 {
    top: 91px;
  }
}
.features-area-eight .feature-image .features-object13 {
  top: 8px;
  right: 35px;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .features-area-eight .feature-image .features-object13 {
    right: 106px;
  }
}
.features-area-eight .feature-image .features-object14 {
  top: 0;
  right: 45px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .features-area-eight .feature-image .features-object14 {
    right: 117px;
  }
}
.features-area-eight .section-title-left {
  padding-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .features-area-eight .section-title-left {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .features-area-eight .section-title-left h2 {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .features-area-eight .section-title-left p {
    width: 83%;
  }
}
.features-area-eight .features-service {
  padding-top: 2.5rem;
}
.features-area-eight .features-service p {
  margin-top: 1.5625rem;
}
.features-area-eight .features-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #171717;
}
.features-area-eight .features-icon img {
  margin-right: 1.625rem;
}

.features-area-nine .section-title-center h2 {
  font-weight: 700;
  margin-bottom: 0.375rem;
}
.features-area-nine .features-item {
  padding: 1.875rem 1.25rem;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .features-area-nine .features-item {
    padding: 3.125rem 2.5rem;
  }
}
.features-area-nine .features-item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 25px;
  margin-top: 1.25rem;
  width: 90%;
}
.features-area-nine .features-item h4 a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: none;
}
.features-area-nine .features-item hr {
  background: #171717;
  width: 100%;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .features-area-nine .features-item hr {
    margin-top: 5rem;
  }
}
.features-area-nine .features-item p {
  font-size: 0.9375rem;
  color: #171717;
  line-height: 1.6875rem;
}
.features-area-nine .features-item:hover {
  box-shadow: 0px 20px 50px rgba(23, 23, 23, 0.08);
}
.features-area-nine .features-item:hover h4 a {
  text-decoration: underline;
  color: #171717;
}

.features-area-ten {
  background-color: #fcf4db;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.features-area-ten .bg-shape img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.features-area-ten h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0.5px;
  color: #171717;
}
.features-area-ten p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #585858;
  margin-top: 30px;
}
.features-area-ten .dash-img {
  position: relative;
}
.features-area-ten .dash-img img + img {
  position: absolute;
  right: -125px;
  bottom: -120px;
}

/*================================================
Logo-grid CSS
=================================================*/
.logo-grid-area {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 992px) {
  .logo-grid-area {
    padding-top: 4.375rem;
    padding-bottom: 8.75rem;
  }
}
.logo-grid-area .logo-grid-wrapper {
  max-width: 76.625rem;
  background: #fffae1;
  border-radius: 1.875rem;
  padding: 2.5rem 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .logo-grid-area .logo-grid-wrapper {
    padding: 7.375rem 4.0625rem;
  }
}
.logo-grid-area .logo-grid-wrapper .section-title-left {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 992px) {
  .logo-grid-area .logo-grid-wrapper .section-title-left {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .logo-grid-area .logo-grid-wrapper .section-title-left h2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .logo-grid-area .logo-grid-wrapper .section-title-left h2 {
    margin-bottom: 1.5625rem;
  }
}
.logo-grid-area .logo-grid-wrapper .section-title-left span {
  font-weight: 300;
}

.logo-grid-item {
  max-width: 6.875rem;
  height: 6rem;
  border-radius: 0.625rem;
  background: #fff;
  margin: auto;
  text-align: center;
  display: grid;
  cursor: pointer;
}
.logo-grid-item img {
  margin: auto;
}

.logo-grid-text {
  background: transparent;
}
.logo-grid-text h3 {
  font-weight: 700;
}

/*================================================
Pricing CSS
=================================================*/
.pricing-area.section-padding {
  padding-top: 7.8125rem;
}
.pricing-area .section-title-center {
  padding-bottom: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .pricing-area .section-title-center h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    max-width: 52%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pricing-area .col-md-6,
.pricing-area .col-lg-3 {
  padding-left: 3px;
  padding-right: 3px;
}
.pricing-area .tex {
  font-size: 1.125rem;
  color: #5d5d66;
  margin-top: 3.75rem;
}
.pricing-area .nav-item {
  width: 100%;
}
.pricing-area .nav-item .nav-link {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .pricing-area .nav-item {
    width: auto;
  }
  .pricing-area .nav-item .nav-link {
    width: auto;
  }
}

.pricing-area-two {
  background-color: rgba(81, 93, 195, 0.1);
  position: relative;
}
.pricing-area-two .bg-shape .shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .pricing-area-two .ps-28 {
    padding-left: 28px;
  }
  .pricing-area-two .pe-28 {
    padding-right: 28px;
  }
}
.pricing-area-two .tab-pane {
  padding-top: 75px;
}

.pricing-currency {
  width: 6rem;
  height: 3rem;
  line-height: 3rem;
  border-color: #a0a1a3;
  font-size: 1rem;
  text-transform: uppercase;
  color: #6d6d6d;
  border-radius: 0.625rem;
  float: right;
}
@media screen and (min-width: 576px) {
  .pricing-currency {
    height: 3.4375rem;
    line-height: 3.4375rem;
  }
}
.pricing-currency::after {
  content: "";
  border-bottom: 2px solid #a0a1a3;
  border-right: 2px solid #a0a1a3;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}

.pricing-tabs {
  border: none;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background: #f9f9f9;
  display: inline-flex;
}
.pricing-tabs .nav-link {
  padding: 0.3125rem 1.125rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  color: #6d6d6d;
}
.pricing-tabs .nav-link.active {
  border-color: transparent;
  background: transparent;
  background: #0A757E;
  color: #fff;
}
.pricing-tabs .nav-link:hover {
  border-color: transparent;
}

.pricing-tabs-two {
  display: inline-flex;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #676099;
}
.pricing-tabs-two li {
  display: inline-block;
}
.pricing-tabs-two li:first-child .nav-link {
  padding-left: 40px;
}
.pricing-tabs-two li:first-child .nav-link::before {
  transform-origin: right;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.pricing-tabs-two li:last-child .nav-link {
  padding-right: 40px;
}
.pricing-tabs-two li .nav-link {
  padding: 10px 29px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #4f4f4f;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.pricing-tabs-two li .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background-color: #473d8d;
  background-color: transparent;
  z-index: -1;
  transition: all 0.2s linear;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.pricing-tabs-two li .nav-link.active {
  font-weight: 600;
  color: #ffffff;
  border-radius: 0;
  background-color: transparent;
}
.pricing-tabs-two li .nav-link.active::before {
  background-color: #473d8d;
  transform: scaleX(1);
}

.tab-pane {
  position: relative;
}
@media screen and (min-width: 992px) {
  .tab-pane {
    padding-top: 6.25rem;
  }
}
.tab-pane .popular {
  top: 60px;
  right: 35%;
  position: absolute;
}

.pricing-item {
  background: #fafafa;
  border-radius: 1.25rem;
  padding: 3.75rem 1.375rem 2.5rem;
  margin-top: 1.875rem;
  position: relative;
  border: 2px solid transparent;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pricing-item:hover {
  background: rgba(255, 227, 218, 0.5);
  border-color: #171717;
}
@media screen and (min-width: 576px) {
  .pricing-item {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .pricing-item {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-item {
    text-align: left;
  }
}
.pricing-item .badge {
  top: -2px;
  right: 0;
  left: 0;
  position: absolute;
  width: 7.8125rem;
  margin: 0 auto;
  border-radius: 0;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  padding: 8px 25px;
  background: #0A757E;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.pricing-item .pricing-title {
  font-size: 1.625rem;
  font-weight: 500;
}
.pricing-item .price {
  font-size: 1.875rem;
  color: #0A757E;
  font-weight: 700;
  margin-top: 0.9375rem;
}
.pricing-item .price sup {
  font-size: 0.875rem;
  color: #171717;
  font-weight: 400;
}
.pricing-item .pricing-item-user {
  font-size: 0.875rem;
  font-weight: #5d5d66;
  display: block;
  margin-top: 0.625rem;
}
.pricing-item .pricing-btn {
  display: inline-block;
  border: 2px solid #0A757E;
  background: #ffe3da;
  color: #0A757E;
  border-radius: 0.375rem;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.8125rem 1.875rem;
  margin-top: 2.1875rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pricing-item .pricing-btn:hover {
  background: #0A757E;
  color: #fff;
  border-color: #2c2c2c;
}
.pricing-item ul {
  padding-top: 20px;
}
.pricing-item li {
  font-size: 0.9375rem;
  padding-top: 15px;
  font-weight: 500;
}
.pricing-item.active {
  background: rgba(255, 227, 218, 0.5);
  border-color: #171717;
}
.pricing-item.active .pricing-item-user {
  color: #0A757E;
}
.pricing-item.active .pricing-btn {
  background: #0A757E;
  color: #fff;
  border: 2px solid #2c2c2c;
}
.pricing-item.bg-yellow-200 {
  background: #fff7dd;
}

.pricing-item-2 {
  box-shadow: 0px 10px 25px 0px #bfbfbf40;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  transition: all 0.3s linear;
}
.pricing-item-2.active, .pricing-item-2:hover {
  box-shadow: 0px 20px 50px 0px #bfbfbf80;
  transform: translateY(-30px);
}
.pricing-item-2 h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #171717;
  margin-top: 45px;
  margin-bottom: 20px;
}
.pricing-item-2 p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #70717b;
  margin-bottom: 72px;
}
.pricing-item-2 .price {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #333;
  margin-bottom: 10px;
}
.pricing-item-2 .pack-feature {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #828282;
}
.pricing-item-2 .btn {
  border-radius: 5px;
  padding: 17px 0;
  width: 95%;
  margin-top: 33px;
}
.pricing-item-2 .btn:hover {
  color: #fff;
  background-color: #eb5757;
  border-color: #eb5757;
}

.pricing-item-3 {
  box-shadow: 0px 20px 50px 0px #0000000d;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.pricing-item-3:hover {
  box-shadow: 0px 50px 80px 0px #352a431a;
}
.pricing-item-3 .price-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pricing-item-3.middle .price {
  padding-top: 71px;
}
.pricing-item-3 h5 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  padding: 36px 0;
  box-shadow: 0px 1px 1px 0px #473d8d1a;
  margin-bottom: 0;
}
.pricing-item-3 .price {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 18px;
  color: #473d8d;
  padding-top: 44px;
  padding-bottom: 58px;
  text-align: center;
}
.pricing-item-3 .price span {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.pricing-item-3 .price span:first-child {
  color: #473d8d;
}
.pricing-item-3 .feature {
  margin-left: auto;
  margin-right: auto;
}
.pricing-item-3 .feature li {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #8d8d8d;
  margin-top: 15px;
}
.pricing-item-3 .feature li:first-child {
  margin-top: 0;
}
.pricing-item-3 .feature li span {
  height: 22px;
  width: 22px;
  font-size: 9px;
  color: #a0a1a3;
  border: 1px solid #a0a1a3;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pricing-item-3 .feature li span i {
  display: inline-block;
}
.pricing-item-3 .feature li.checked {
  color: #171717;
}
.pricing-item-3 .feature li.checked span {
  background-color: #473d8d;
  border-color: #473d8d;
  color: #fff;
}
.pricing-item-3 .btn {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 76px;
  border-color: #473d8d;
  border-width: 1px;
  border-radius: 25px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 42px;
  margin-top: 33px;
}
.pricing-item-3 .btn:hover {
  background-color: #473d8d;
  font-weight: 700;
  color: #fff;
}

.pricing-switcher {
  position: relative;
  z-index: 99;
  justify-content: space-between;
}
.pricing-switcher .nav-link {
  color: #828282;
  text-transform: capitalize;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.pricing-switcher .nav-link::before {
  position: absolute;
  content: "";
  border: 1px solid rgba(79, 79, 79, 0.2);
  width: 100px;
  height: 40px;
  background: transparent;
  border-radius: 25px;
  right: -51px;
  top: 50%;
  margin-top: -20px;
}
.pricing-switcher .nav-link::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  background: #eb5757;
  border-radius: 50%;
  margin-top: -15.5px;
  z-index: 1;
  top: 50%;
  right: -47px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
}
.pricing-switcher .nav-link:nth-child(odd) {
  padding-right: 80px;
}
.pricing-switcher .nav-link:nth-child(even) {
  text-align: right;
  padding-left: 80px;
}
.pricing-switcher .nav-link:nth-child(even)::before {
  left: -49px;
  right: auto;
}
.pricing-switcher .nav-link:nth-child(even)::after {
  right: auto;
  left: -45px;
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
}
.pricing-switcher .nav-link.active {
  color: #333333;
}
.pricing-switcher .nav-link.active::after, .pricing-switcher .nav-link.active::before {
  display: none;
  z-index: -9;
}

/*================================================
Service CSS
=================================================*/
.service-area.section-padding {
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 992px) {
  .service-area.section-padding {
    padding-bottom: 8.4375rem;
  }
}

.service-item {
  text-align: center;
  margin-top: 1.875rem;
}
.service-item img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .service-item {
    text-align: left;
  }
  .service-item img {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .service-item {
    padding-right: 1.875rem;
  }
}
.service-item .service-icon {
  margin-bottom: 1.25rem;
}
.service-item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.service-item p {
  line-height: 1.6875rem;
}

/*================================================
Team CSS
=================================================*/
.team-item {
  max-width: 15.9375rem;
  border-radius: 1.875rem;
  background: #fff;
  padding: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
}
.team-item .team-image {
  width: 8.4375rem;
  height: 8.4375rem;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
}
.team-item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 2.1875rem;
  margin-bottom: 0.625rem;
}
.team-item p {
  color: #a0a1a3;
  line-height: 1.375rem;
}

/*================================================
Testimonial CSS
=================================================*/
.testimonial-area {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 992px) {
  .testimonial-area {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}
@media screen and (min-width: 992px) {
  .testimonial-area {
    margin-top: 0;
  }
}
.testimonial-area #fixedWrapper {
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.testimonial-area #scroll-container {
  width: 1900%;
}
@media screen and (min-width: 576px) {
  .testimonial-area #scroll-container {
    width: 1030%;
  }
}
@media screen and (min-width: 768px) {
  .testimonial-area #scroll-container {
    width: 710%;
  }
}
@media screen and (min-width: 992px) {
  .testimonial-area #scroll-container {
    width: 485%;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-area #scroll-container {
    width: 382%;
  }
}
.testimonial-area #scroll-container .max-width {
  max-width: 1140px;
  padding-right: 1.85rem;
}

#workflow-swiper .swiper-slide{
  max-width:80%;
}

#workflow-swiper .testimonial-wrapper{
  padding: 1.75rem 2.875rem 1.375rem;
}

.swiper-button-next,
.swiper-button-prev {
  width: inherit;
  height: inherit;
  font-size: 20px;
  margin-top: inherit;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  width: auto;
}

@media screen and (min-width: 992px) {
  .testimonial {
    padding-top: 7.25rem;
  }
}
.testimonial-title {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 992px) {
  .testimonial-title {
    width: 50%;
  }
}
.testimonial-title h2 {
  line-height: 1.2;
  font-weight: 700;
}
.testimonial-wrapper {
  background: #fff;
  border-radius: 1.875rem;
  padding: 3.75rem 2.875rem 4.375rem;
}
.testimonial-content h3 {
  font-weight: 700;
  padding-bottom: 1.25rem;
}
.testimonial-content span {
  font-size: 1.375rem;
  line-height: 2.25rem;
  color: #171717;
  margin-bottom: 1.25rem;
  display: block;
}
.testimonial-content p {
  font-size: 0.9375rem;
}
.testimonial-review {
  position: relative;
  border-radius: 1.625rem;
  max-width: 32.75rem;
  background: #ebf4f3;
  padding: 3.125rem 1.25rem 1.875rem 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .testimonial-review {
    padding: 3.125rem 1.25rem 1.875rem 2.875rem;
  }
}
.testimonial-review i {
  font-size: 2rem;
  color: #0A757E;
  top: -0.9375rem;
  left: 2.8125rem;
  position: absolute;
}
.testimonial-review p {
  font-style: italic;
  line-height: 28px;
  color: #171717;
}
@media screen and (min-width: 768px) {
  .testimonial-review p {
    font-size: 1rem;
  }
}
.testimonial-review p span {
  display: initial;
  font-weight: 600;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
}
.testimonial-author .testimonial-author-image img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  margin: auto;
  object-fit: cover;
}
.testimonial-author .testimonial-author-name {
  margin-left: 1.25rem;
}
.testimonial-author .testimonial-author-name h4 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}
.testimonial-author .testimonial-author-name span {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  display: block;
  color: #5d5d66;
  margin-bottom: 0;
}

.testimonial-area-two .testimonial-review {
  max-width: 52.375rem;
  border-radius: 1.375rem;
  border: 0.375rem solid #fff;
  padding: 3.75rem 1.25rem 2.625rem;
  background: #fff;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .testimonial-area-two .testimonial-review {
    padding: 3.75rem 4.875rem 2.625rem;
  }
}
.testimonial-area-two .testimonial-review i {
  font-size: 3rem;
  color: #171717;
  top: -1.5rem;
  left: 4.875rem;
  position: absolute;
}
.testimonial-area-two .testimonial-author {
  margin-top: 2.125rem;
}
.testimonial-area-two .swiper-slide-active .testimonial-review {
  background: #ebf4f3;
}
.testimonial-area-two .swiper-slide-active .testimonial-review i {
  color: #0A757E;
}

.testimonial-area-three {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 4.375rem;
}
.testimonial-area-three .testimonial-review {
  max-width: 71.25rem;
}

.testimonial-area-four {
  position: relative;
  z-index: 9;
  padding-bottom: 40px !important;
}
@media screen and (min-width: 992px) {
  .testimonial-area-four .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.testimonial-area-four .section-title-center {
  padding-bottom: 0.9375rem;
}
.testimonial-area-four .section-title-center h2 {
  font-weight: 700;
}
.testimonial-area-four .testimonial-item {
  background: #ffffff;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .testimonial-area-four .testimonial-item {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .testimonial-area-four .testimonial-item {
    box-shadow: 0px 50px 80px rgba(53, 42, 67, 0.1);
    margin: auto;
    margin-bottom: 100px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .testimonial-area-four .testimonial-item {
    width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-area-four .testimonial-item {
    width: 1140px;
  }
}
.testimonial-area-four .testimonial-item .testimonial-image {
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .testimonial-area-four .testimonial-item .testimonial-image {
    width: 310px;
    height: auto;
    flex: 0 0 auto;
    padding-left: 1.25rem;
  }
}
.testimonial-area-four .testimonial-item .testimonial-image img {
  width: 8.125rem;
  height: 8.125rem;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .testimonial-area-four .testimonial-item .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.testimonial-area-four .testimonial-item .testimonial-right-content {
  padding: 40px 30px;
}
@media screen and (min-width: 1200px) {
  .testimonial-area-four .testimonial-item .testimonial-right-content {
    padding: 4.0625rem 6.375rem 4.0625rem 4.0625rem;
  }
}
.testimonial-area-four .testimonial-item .testimonial-right-content h3 {
  font-weight: 700;
}
.testimonial-area-four .testimonial-item .testimonial-right-content .testimonial-meta-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.1875rem;
}
.testimonial-area-four .testimonial-item .testimonial-right-content .testimonial-meta-info .testimonial-author-name h4 {
  color: #45454d;
  font-size: 1.0625rem;
  line-height: 1;
}
.testimonial-area-four .testimonial-item .testimonial-right-content .testimonial-meta-info .testimonial-author-name span {
  font-size: 14px;
  color: #6c6c73;
}
.testimonial-area-four .testimonial-item .testimonial-right-content .testimonial-meta-info .testimonial-author-review .client-review-icon {
  display: flex;
}
.testimonial-area-four .testimonial-item .testimonial-right-content .testimonial-meta-info .testimonial-author-review .client-review-icon li {
  color: #efba34;
}
.testimonial-area-four .testimonial-item .testimonial-right-content .testimonial-meta-info .testimonial-author-review .client-review-icon li + li {
  margin-left: 0.3125rem;
}
.testimonial-area-four .testimonial-item .testimonial-right-content .testimonial-content {
  position: relative;
  padding-top: 1.5625rem;
}
.testimonial-right-image img {
  height: 350px;
  margin: 0 auto!important;
}
.testimonial-area-four .testimonial-item .testimonial-right-content .testimonial-content p {
  color: #5d5d66;
  font-size: 17px;
  line-height: 1.6;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .testimonial-area-four .testimonial-item .testimonial-right-content .testimonial-content p {
    font-size: 22px;
  }
}
.testimonial-area-four .testimonial-item .testimonial-right-content .testimonial-content .testimonial-quote {
  right: 0;
  bottom: -30px;
  position: absolute;
  font-size: 55px;
  color: rgba(23, 23, 23, 0.05);
}
.testimonial-area-four .swiper-button-next,
.testimonial-area-four .swiper-button-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(23, 23, 23, 0.1);
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 992px) {
  .testimonial-area-four .swiper-button-next,
.testimonial-area-four .swiper-button-prev {
    top: calc(50% - 25px);
  }
}
.testimonial-area-four .swiper-button-next::after,
.testimonial-area-four .swiper-button-prev::after {
  display: inline-block;
}
.testimonial-area-four .swiper-button-next:hover,
.testimonial-area-four .swiper-button-prev:hover {
  box-shadow: 0px 5px 12px rgba(23, 23, 23, 0.1);
}
.testimonial-area-four .swiper-button-prev,
.testimonial-area-four .swiper-container-rtl .swiper-button-next {
  left: 0;
}
@media screen and (min-width: 992px) {
  .testimonial-area-four .swiper-button-prev,
.testimonial-area-four .swiper-container-rtl .swiper-button-next {
    left: calc((100vw - 1040px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-area-four .swiper-button-prev,
.testimonial-area-four .swiper-container-rtl .swiper-button-next {
    left: calc((100vw - 1220px) / 2);
  }
}
.testimonial-area-four .swiper-button-next,
.testimonial-area-four .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
@media screen and (min-width: 992px) {
  .testimonial-area-four .swiper-button-next,
.testimonial-area-four .swiper-container-rtl .swiper-button-prev {
    right: calc((100vw - 1040px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-area-four .swiper-button-next,
.testimonial-area-four .swiper-container-rtl .swiper-button-prev {
    right: calc((100vw - 1220px) / 2);
  }
}
.testimonial-area-four .swiper-button-prev::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.testimonial-area-four .swiper-button-next::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.testimonial-area-four .swiper-button-next::after,
.testimonial-area-four .swiper-button-prev::after {
  font-size: 15px;
  font-weight: 700;
  color: #5d5d66;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.testimonial-area-four .swiper-button-next:hover::after,
.testimonial-area-four .swiper-button-prev:hover::after {
  color: #0A757E;
}

.testimonial-area-five {
  padding: 150px 0;
  overflow: hidden;
  background-color: rgba(242, 201, 76, 0.2);
  position: relative;
  z-index: 1;
}
.testimonial-area-five .bg-shapes .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.testimonial-area-five .swiper-button-next,
.testimonial-area-five .swiper-button-prev,
.testimonial-area-five .swiper-pagination {
  position: inherit;
}
.testimonial-area-five .slider-navigation {
  display: flex;
  align-items: center;
  margin-top: 150px;
  justify-content: center;
  margin-bottom: -7px;
}
.testimonial-area-five .swiper-button-next,
.testimonial-area-five .swiper-button-prev {
  color: #bdbdbd;
  transition: all 0.3s ease-out;
  margin-top: 0;
}
.testimonial-area-five .swiper-button-next:hover,
.testimonial-area-five .swiper-button-prev:hover {
  color: #292b2c;
}
.testimonial-area-five .swiper-pagination-fraction {
  margin: 0 13px;
}
.testimonial-area-five .swiper-pagination-fraction span {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  color: #bdbdbd;
  margin: 0 2px;
}
.testimonial-area-five .swiper-pagination-fraction .swiper-pagination-current {
  color: #292b2c;
}
.testimonial-area-five .slider-container {
  position: relative;
  height: 450px;
}
.testimonial-area-five .slider-container .testimonial-slider-five {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .testimonial-area-five .slider-container .testimonial-slider-five {
    width: calc(100% + (100vw -540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .testimonial-area-five .slider-container .testimonial-slider-five {
    width: calc(100% + (100vw - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .testimonial-area-five .slider-container .testimonial-slider-five {
    width: calc(100% + (100vw - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-area-five .slider-container .testimonial-slider-five {
    width: calc(100% + (100vw - 1170px) / 2);
  }
}

.testimonial-slider-five .swiper-slide {
  opacity: 20%;
  transition: all 0.3s ease-out;
}
.testimonial-slider-five .swiper-slide.swiper-slide-active {
  opacity: 100%;
}
.testimonial-slider-five .single-testimonial {
  display: flex;
  align-items: center;
  width: 800px;
}
.testimonial-slider-five .single-testimonial img {
  border-radius: 6px;
  margin-right: 50px;
}
.testimonial-slider-five .single-testimonial p {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  text-align: justify;
  margin-bottom: 36px;
}
.testimonial-slider-five .single-testimonial .author-info,
.testimonial-slider-five .single-testimonial span {
  color: #4f4f4f;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
}
.testimonial-slider-five .single-testimonial .author-info span,
.testimonial-slider-five .single-testimonial span span {
  font-weight: 400;
  display: inline-block;
}

.testimonial-area-six {
  padding-top: 210px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial-area-six .bg-shape .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.testimonial-area-six .bg-shape .shape:nth-child(2) {
  top: 110px;
}
.testimonial-area-six .slick-arrow {
  position: absolute;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  opacity: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  z-index: 1;
  top: inherit;
  left: inherit;
  bottom: 110px;
  right: 53px;
  transition: all 0.3s ease-out;
}
.testimonial-area-six .slick-arrow:before {
  display: none;
}
.testimonial-area-six .slick-arrow:hover {
  opacity: 1;
}
.testimonial-area-six .slick-arrow.slick-prev {
  right: 108px;
}
.testimonial-area-six .single-slide {
  padding: 0 53px 60px 60px;
  background-color: #353d80;
  border-radius: 30px;
  margin-top: 162px;
}
.testimonial-area-six .single-slide .author-img {
  display: inline-block;
  position: relative;
  margin-top: -130px;
}
.testimonial-area-six .single-slide .author-img::before {
  position: absolute;
  content: "{";
  font-family: "ElegantIcons";
  line-height: 56px;
  height: 60px;
  width: 60px;
  background-color: #353d80;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 26px;
  transform: translate(-50%, -50%) rotate(180deg);
  top: 0;
  left: 0;
}
.testimonial-area-six .single-slide .main-img {
  border-radius: 30px;
  max-height: 551px;
}
.testimonial-area-six .single-slide p {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  color: #fff;
  margin-top: 60px;
}
.testimonial-area-six .single-slide .author-info {
  margin-top: 62px;
}
.testimonial-area-six .single-slide .author-info span {
  display: block;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
}
.testimonial-area-six .single-slide .author-info .name {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.testimonial-area-six .single-slide .author-info .pos {
  font-size: 14px;
  font-weight: 400;
  color: #ebebeb;
}

/*================================================
Why-choose CSS
=================================================*/
.why-choose-wrapper {
  background: #f9f9f9;
  border-radius: 1.6875rem;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 992px) {
  .why-choose-wrapper {
    padding: 4.375rem 5rem;
  }
}
.why-choose-icon {
  margin-bottom: 1.875rem;
}
.why-choose-item {
  padding-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .why-choose-item {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .why-choose-item {
    padding-right: 3.125rem;
  }
}
.why-choose-item h4 {
  font-weight: 600;
  margin-bottom: 0.9375rem;
}

.outstanding-feature-area {
  text-align: center;
}
.outstanding-feature-area img {
  margin: auto;
}
.outstanding-feature-area h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #4f4f4f;
  margin-top: 30px;
}
.outstanding-feature-area p {
  margin-top: 13px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #70717b;
  max-width: 225px;
  margin: auto;
}

.choose-plan-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose-plan-area .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.choose-plan-area .bg-shapes .shape:nth-child(1) {
  bottom: 393px;
  left: 102px;
}
.choose-plan-area .bg-shapes .shape:nth-child(2) {
  top: 284px;
  right: 71px;
}
.choose-plan-area .bg-shapes .shape:nth-child(3) {
  top: 143px;
  left: 165px;
}
.choose-plan-area .bg-shapes .shape:nth-child(4) {
  top: 0;
  left: 0;
}
.choose-plan-area .bg-shapes .shape:nth-child(5) {
  height: 26px;
  width: 26px;
  background-color: rgba(255, 193, 7, 0.58);
  top: 470px;
  right: 346px;
  border-radius: 50%;
  animation: zoomIn 5s linear infinite both alternate-reverse;
}
.choose-plan-area .bg-shapes .shape:nth-child(6) {
  animation: zoomIn 5s linear infinite both alternate-reverse;
  height: 20px;
  width: 20px;
  background-color: #00c9a7;
  opacity: 10%;
  border-radius: 50%;
  top: 122px;
  right: 631px;
}
.choose-plan-area .bg-shapes .shape:nth-child(4) {
  top: 0;
  left: 0;
}

.components-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.components-area .bg-shape .shape {
  position: absolute;
  z-index: -1;
}
.components-area .bg-shape .shape:nth-child(1) {
  right: 47px;
  bottom: 75%;
}
.components-area .bg-shape .shape:nth-child(2) {
  right: 0;
  bottom: 65%;
}

.single-component-widget {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 39.5px 25px;
  text-align: center;
  transition: all 0.3s ease-out;
}
.single-component-widget:hover {
  box-shadow: 0px 50px 80px 0px #352a431a;
}
.single-component-widget .icon {
  background-color: rgba(81, 93, 195, 0.1);
  width: 85px;
  height: 85px;
  border-radius: 5px;
  display: flex;
  margin: auto;
  margin-bottom: 58px;
}
.single-component-widget .icon img {
  margin: auto;
}
.single-component-widget h6 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #515151;
}
.single-component-widget p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #616161;
  margin-top: 25px;
}

.deal-fast-area {
  background-image: linear-gradient(to right, #f2fffd, #e8f4ff);
  overflow: hidden;
}
.deal-fast-area .info-card {
  border: none;
}
.deal-fast-area .info-card .nav-link {
  padding: 30px 20px 22px 20px;
  display: flex;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  position: relative;
  border: none;
}
.deal-fast-area .info-card .nav-link:hover {
  border: none;
}
.deal-fast-area .info-card .nav-link.active {
  background-color: #fff;
  box-shadow: 0px 20px 50px 0px #00000014;
}
.deal-fast-area .info-card .nav-link.active .progress-bar {
  display: block;
  visibility: visible;
  transform: scaleX(1);
}
.deal-fast-area .info-card .nav-link .info-txt {
  text-align: left;
}
.deal-fast-area .info-card .nav-link .icon {
  margin-right: 15px;
}
.deal-fast-area .info-card .nav-link h6 {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  color: #171717;
}
.deal-fast-area .info-card .nav-link p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #616161;
  margin-top: 10px;
}
.deal-fast-area .info-card .nav-link .progress-bar {
  visibility: hidden;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #473d8d;
  height: 4px;
  box-shadow: 0px 20px 50px 0px #00000014;
  transform: scaleX(0);
  transform-origin: left;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: transform 5s linear;
}
.deal-fast-area .tab-pane {
  padding-top: 0;
}
.deal-fast-area .tab-pane.active .main-img img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.deal-fast-area .tab-pane.active .main-img img:nth-child(1) {
  animation-name: fadeInLeft;
}
.deal-fast-area .tab-pane.active .main-img img:nth-child(2) {
  animation-name: fadeInRight;
  animation-delay: 0.1s;
}
.deal-fast-area .main-img {
  position: relative;
  display: inline-block;
}
.deal-fast-area .main-img img:nth-child(2) {
  position: absolute;
  right: -170px;
  bottom: -27px;
}

.mobile-app-area {
  padding-top: 180px;
  padding-bottom: 180px;
}
.mobile-app-area h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #171717;
}
.mobile-app-area p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #616161;
  margin-top: 30px;
  margin-bottom: 37px;
}
.mobile-app-area .app-link {
  background-color: #473d8d;
  border-radius: 7px;
  padding: 9px 8px 9px 13px;
  display: inline-flex;
  box-shadow: 0px 50px 80px 0px #352a431a;
  transition: all 0.3s linear;
}
.mobile-app-area .app-link:hover {
  box-shadow: none;
}
.mobile-app-area .app-link img {
  margin-right: 5px;
}
.mobile-app-area .app-link div span {
  color: #fff;
  display: block;
}
.mobile-app-area .app-link div span:nth-child(1) {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 10px;
}
.mobile-app-area .app-link div span:nth-child(2) {
  font-size: 24px;
  line-height: 26px;
}

.app-itegretion-area {
  position: relative;
  padding-bottom: 260px;
  z-index: 1;
  overflow: hidden;
  padding-top: 40px;
}
.app-itegretion-area .bg-shape .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.app-itegretion-area h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #171717;
}
.app-itegretion-area p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #616161;
  margin-top: 28px;
  margin-bottom: 14px;
}
.app-itegretion-area .supported li {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #616161;
  margin-right: 35px;
}
.app-itegretion-area .supported li:last-child {
  margin-right: 0;
}
.app-itegretion-area .supported li i {
  font-size: 13px;
  color: #52b4a4;
  margin-right: 5px;
}
.app-itegretion-area .btn {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 21px 1.5rem;
  margin-top: 50px;
  background-color: #473d8d;
  border-color: #473d8d;
  color: #fff;
}
.app-itegretion-area .btn:hover {
  color: #473d8d;
  background-color: transparent;
}

.integreted-app {
  border-radius: 50%;
  border: 2px dashed rgba(198, 198, 198, 0.32);
  position: relative;
  width: 396px;
  height: 396px;
  transition: all 0.3s linear;
}
.integreted-app .app {
  height: 86px;
  width: 86px;
  box-shadow: 0px 20px 50px 0px #00000014, 0px 20px 50px 0px #0000000d;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  transition: all 0.3s ease-out;
}
.integreted-app .app span,
.integreted-app .main.app span{
    height: 86px;
    width: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
}
.integreted-app .main.app span{
  width: 100%;
  height: 100%;
}
.integreted-app .app img {
  margin: auto;
}
.integreted-app .app:nth-child(1) {
  top: 20%;
  right: 20%;
  transform: translateX(75%) translateY(-75%);
}
.integreted-app .app:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.integreted-app .app:nth-child(3) {
  bottom: 20%;
  right: 20%;
  transform: translateX(75%) translateY(75%);
}
.integreted-app .app:nth-child(4) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.integreted-app .app:nth-child(5) {
  bottom: 20%;
  left: 20%;
  transform: translateX(-75%) translateY(75%);
}
.integreted-app .app:nth-child(6) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.integreted-app .app:nth-child(7) {
  top: 20%;
  left: 20%;
  transform: translateX(-75%) translateY(-75%);
}
.integreted-app .app:nth-child(8) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.integreted-app .app.main {
  height: 110px;
  width: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar_fixed.menu_three {
  background-color: #fff;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
}

.menu_three {
  background: transparent;
  transition: all 0.2s linear;
}
.menu_three .right-nav .btn-red {
  color: #fff;
  border: none;
}
.menu_three .right-nav .btn-red:hover {
  color: #0A757E;
}

.banner-area-4 {
  overflow: hidden;
  padding-top: 272px;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .banner-area-4 {
    padding-top: 150px;
  }
}
.banner-area-4 .banner-shapes .shape {
  position: absolute;
  z-index: -1;
}
.banner-area-4 .banner-shapes .shape:nth-child(1) {
  top: 471px;
  right: 67px;
  animation: rotated 30s alternate infinite linear;
}
.banner-area-4 .banner-shapes .shape:nth-child(2) {
  top: 180px;
  left: 70px;
  animation: rotated 30s alternate infinite linear;
}
.banner-area-4 .banner-shapes .shape:nth-child(3) {
  top: 400px;
  left: 207px;
}
.banner-area-4 .banner-shapes .shape:nth-child(4) {
  bottom: 180px;
  left: 80px;
}
.banner-area-4 .banner-shapes .shape:nth-child(5) {
  top: 156px;
  right: 118px;
}
.banner-area-4 .banner-shapes .shape:nth-child(6) {
  bottom: 0;
  right: 100px;
}
.banner-area-4 .banner-shapes .shape:nth-child(7) {
  bottom: 0px;
  left: 0px;
}
.banner-area-4 .banner-left .banner-title {
  font-size: 65px;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .banner-area-4 .banner-left .banner-title {
    font-size: 48px;
  }
}
.banner-area-4 .banner-left .banner-para {
  font-size: 18px;
  line-height: 28px;
  color: #4f4f4f;
  padding-bottom: 10px;
}
.banner-area-4 .banner-left .form-group {
  max-width: 443px;
}
.banner-area-4 .banner-left .form-group input {
  padding: 16px 15px;
}
.banner-area-4 .banner-left .form-group .btn {
  padding: 0 0px;
  top: 7px;
  right: 10px;
  height: 48px;
  width: 130px;
  border: none;
}
@media screen and (min-width: 425px) {
  .banner-area-4 .banner-left .form-group .btn {
    position: absolute;
    margin-top: 0;
  }
}
.banner-area-4 .banner-right {
  position: relative;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .banner-area-4 .banner-right {
    left: -50px;
  }
}
.banner-area-4 .banner-right img {
  position: absolute;
}
.banner-area-4 .banner-right .banner-img-1 {
  right: 60px;
}
.banner-area-4 .banner-right .banner-img-2 {
  left: 177px;
}
.banner-area-4 .banner-right .banner-img-3 {
  left: 130px;
  top: 90px;
}
.banner-area-4 .banner-right .banner-img-4 {
  left: 48px;
}
.banner-area-4 .banner-right .banner-img-5 {
  left: 48px;
  top: 60px;
}
.banner-area-4 .banner-right .banner-img-6 {
  left: 115px;
  top: -35px;
}
.banner-area-4 .banner-right .banner-img-7 {
  right: 30px;
  z-index: -1;
  top: -45px;
}
.banner-area-4 .banner-right .banner-img-8 {
  right: -50px;
  z-index: -1;
}
.banner-area-4 .banner-right .banner-img-9 {
  bottom: 155px;
  right: -50px;
}
.banner-area-4 .banner-right .banner-img-10 {
  right: -10px;
  bottom: 125px;
  z-index: -1;
}
.banner-area-4 .banner-right .banner-img-11 {
  z-index: -2;
  bottom: 85px;
  right: -50px;
}
.banner-area-4 .client-meta {
  margin-top: 10px;
}
.banner-area-4 .customer-more {
  color: #2a4e96;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 10px;
  display: inline-block;
}
.banner-area-4 .customer-more:hover i {
  transform: translateX(5px);
}
.banner-area-4 .customer-more i {
  margin-left: 8px;
  font-size: 15px;
  transition: all 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
}

.testimonial-area-seven {
  background-color: #faf4e6;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .testimonial-area-seven .section-title-center .w-75 {
    width: 100% !important;
  }
}
.testimonial-area-seven .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.testimonial-area-seven .bg-shapes .shape:nth-child(1) {
  top: -170px;
}
.testimonial-area-seven .bg-shapes .shape:nth-child(2) {
  right: 0;
  bottom: -170px;
}
.testimonial-area-seven .customer-video {
  position: relative;
}
.testimonial-area-seven .customer-video .customer-img {
  filter: brightness(0.7);
  border-top-right-radius: 50px;
}
.testimonial-area-seven .customer-video .play-btn {
  width: 100px;
  height: 100px;
  display: inline-block;
  background: #2a4e96;
  opacity: 0.6;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
  line-height: 110px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-area-seven .customer-video .play-btn i {
  font-size: 40px;
}
.testimonial-area-seven .customer-video .play-btn i::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  box-shadow: 0 1px 15px 1px rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-animation: pulse 2s infinite;
  -webkit-transform: scale(8);
  -ms-transform: scale(8);
  transform: scale(8);
  animation: pulse 2s infinite;
}
.testimonial-area-seven .testimonial-reviews {
  background: transparent;
  padding: 0;
  margin: 0;
  margin-top: 33px;
  padding-left: 50px;
  width: 100%;
}
.testimonial-area-seven .testimonial-reviews .testimonial-text {
  font-size: 22px;
  font-style: italic;
  line-height: 36px;
  color: #171717;
  margin-bottom: 30px;
  position: relative;
}
.testimonial-area-seven .testimonial-reviews .testimonial-text i {
  position: absolute;
  font-size: 5px;
}
.testimonial-area-seven .testimonial-reviews .testimonial-text i.testimonial-icon1 {
  top: 9px;
  left: -3px;
}
.testimonial-area-seven .testimonial-reviews .testimonial-text i.testimonial-icon2 {
  bottom: 20px;
}
.testimonial-area-seven .testimonial-reviews .author-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.testimonial-area-seven .testimonial-reviews .testimonial-author span {
  font-weight: 500;
  margin-right: 5px;
}
.testimonial-area-seven .testimonial-reviews .check-more {
  color: #2a4e96;
  font-size: 15px;
  font-weight: 500;
}
.testimonial-area-seven .slider-navigation {
  padding-top: 70px;
  display: flex;
  padding-left: 50px;
}
.testimonial-area-seven .slider-navigation .swiper-button-next,
.testimonial-area-seven .slider-navigation .swiper-button-prev {
  position: initial;
  margin: 0 7.5px;
  color: #c6c6c6;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.3s ease-out;
}
.testimonial-area-seven .slider-navigation .swiper-button-next:hover,
.testimonial-area-seven .slider-navigation .swiper-button-prev:hover {
  color: #2a4e96;
}

.features-area-9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .features-area-9 .section-title-center .w-75 {
    width: 100% !important;
  }
}
.features-area-9 .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.features-area-9 .bg-shapes .shape:nth-child(1) {
  left: 90px;
  top: 145px;
}
.features-area-9 .bg-shapes .shape:nth-child(2) {
  left: 210px;
  top: 270px;
}
.features-area-9 .bg-shapes .shape:nth-child(3) {
  left: 60px;
  bottom: 360px;
}
.features-area-9 .bg-shapes .shape:nth-child(4) {
  left: 0;
  bottom: 110px;
}
.features-area-9 .bg-shapes .shape:nth-child(5) {
  background-color: #ffd4d5;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  right: 100px;
  top: 140px;
}
.features-area-9 .bg-shapes .shape:nth-child(6) {
  right: 0;
  top: 360px;
}
.features-area-9 .bg-shapes .shape:nth-child(7) {
  right: 150px;
  bottom: 435px;
}
.features-area-9 .bg-shapes .shape:nth-child(8) {
  right: 60px;
  bottom: 180px;
}
.features-area-9 .features-item {
  transition: all 0.3s linear;
}
.features-area-9 .features-item .features-title {
  font-size: 17px;
  line-height: 24px;
}
.features-area-9 .features-item .features-text {
  font-size: 15px;
  line-height: 27px;
  padding: 0px 20px;
}
.features-area-9 .features-item:hover {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
}

.app-integration-area-two {
  background-color: #faf4e6;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .section-title-center .w-75 {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.app-integration-area-two .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.app-integration-area-two .bg-shapes .shape:nth-child(1) {
  left: 155px;
  top: 115px;
  width: 32px;
  height: 32px;
  border: 3px solid #e6e6e6;
}
.app-integration-area-two .bg-shapes .shape:nth-child(2) {
  left: 110px;
  bottom: 315px;
}
.app-integration-area-two .bg-shapes .shape:nth-child(3) {
  right: 95px;
  top: 120px;
}
.app-integration-area-two .bg-shapes .shape:nth-child(4) {
  right: 200px;
  bottom: 355px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid #e6e6e6;
}
.app-integration-area-two .bg-shapes .shape:nth-child(5) {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  right: 175px;
  bottom: 345px;
  border: 1px solid #e6e6e6;
}
.app-integration-area-two .section-title-center p {
  color: #4f4f4f;
}
.app-integration-area-two .apps-area {
  position: relative;
  min-height: 550px;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area {
    min-height: 350px;
  }
}
.app-integration-area-two .apps-area .app {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area .app {
    width: 35px;
    height: 35px;
  }
}
.app-integration-area-two .apps-area .app:nth-child(1) {
  left: 25%;
  top: 40%;
}
.app-integration-area-two .apps-area .app:nth-child(1)::after {
  width: 76px;
  height: 76px;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area .app:nth-child(1) {
    left: 25%;
    top: 30%;
  }
  .app-integration-area-two .apps-area .app:nth-child(1)::after {
    width: 70px;
    height: 70px;
  }
}
.app-integration-area-two .apps-area .app:nth-child(2) {
  left: 28%;
  top: 15%;
}
.app-integration-area-two .apps-area .app:nth-child(2)::after {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area .app:nth-child(2) {
    left: 35%;
    top: 85%;
  }
  .app-integration-area-two .apps-area .app:nth-child(2)::after {
    width: 65px;
    height: 65px;
  }
}
.app-integration-area-two .apps-area .app:nth-child(3) {
  left: 33%;
  top: 40%;
}
.app-integration-area-two .apps-area .app:nth-child(3)::after {
  width: 135px;
  height: 135px;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area .app:nth-child(3) {
    left: 35%;
    top: 5%;
  }
  .app-integration-area-two .apps-area .app:nth-child(3)::after {
    width: 120px;
    height: 120px;
  }
}
.app-integration-area-two .apps-area .app:nth-child(4) {
  left: 41%;
  top: 72%;
}
.app-integration-area-two .apps-area .app:nth-child(4)::after {
  width: 135px;
  height: 135px;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area .app:nth-child(4) {
    left: 55%;
    top: 0;
  }
  .app-integration-area-two .apps-area .app:nth-child(4)::after {
    width: 120px;
    height: 120px;
  }
}
.app-integration-area-two .apps-area .app:nth-child(5) {
  left: 42%;
  top: 6%;
}
.app-integration-area-two .apps-area .app:nth-child(5)::after {
  width: 115px;
  height: 115px;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area .app:nth-child(5) {
    left: 25%;
    top: 60%;
  }
  .app-integration-area-two .apps-area .app:nth-child(5)::after {
    width: 100px;
    height: 100px;
  }
}
.app-integration-area-two .apps-area .app:nth-child(6) {
  right: 36%;
  top: 18%;
}
.app-integration-area-two .apps-area .app:nth-child(6)::after {
  width: 115px;
  height: 115px;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area .app:nth-child(6) {
    right: 20%;
    top: 20%;
  }
  .app-integration-area-two .apps-area .app:nth-child(6)::after {
    width: 100px;
    height: 100px;
  }
}
.app-integration-area-two .apps-area .app:nth-child(7) {
  right: 32%;
  top: 80%;
}
.app-integration-area-two .apps-area .app:nth-child(7)::after {
  width: 125px;
  height: 125px;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area .app:nth-child(7) {
    right: 18%;
    top: 55%;
  }
  .app-integration-area-two .apps-area .app:nth-child(7)::after {
    width: 115px;
    height: 115px;
  }
}
.app-integration-area-two .apps-area .app:nth-child(8) {
  right: 29%;
  top: 0%;
}
.app-integration-area-two .apps-area .app:nth-child(8)::after {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area .app:nth-child(8) {
    right: 25%;
    top: 90%;
  }
  .app-integration-area-two .apps-area .app:nth-child(8)::after {
    width: 60px;
    height: 60px;
  }
}
.app-integration-area-two .apps-area .app:nth-child(9) {
  right: 24%;
  top: 43%;
}
.app-integration-area-two .apps-area .app:nth-child(9)::after {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area .app:nth-child(9) {
    left: 50%;
    top: 100%;
  }
  .app-integration-area-two .apps-area .app:nth-child(9)::after {
    width: 110px;
    height: 110px;
  }
}
.app-integration-area-two .apps-area .app::after {
  background: #fff;
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: 50%;
  z-index: -1;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area .app::after {
    width: 150px;
    height: 150px;
  }
}
.app-integration-area-two .apps-area .app.main {
  transform: translate(0%, -50%);
  top: 50%;
  left: 50%;
}
.app-integration-area-two .apps-area .bars {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .app-integration-area-two .apps-area .bars {
    display: none;
  }
}

.features-area-three {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 125px;
  padding-bottom: 140px;
}
.features-area-three .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.features-area-three .bg-shapes .shape:nth-child(1) {
  left: 0;
  top: -50px;
}
.features-area-three .bg-shapes .shape:nth-child(2) {
  left: 110px;
  bottom: 315px;
}
.features-area-three .bg-shapes .shape:nth-child(3) {
  right: 95px;
  top: 120px;
}
.features-area-three .bg-shapes .shape:nth-child(4) {
  right: 0;
  bottom: 0;
}
.features-area-three .section-title-center p {
  color: #4f4f4f;
}

.mobile-app-area-two {
  background-color: rgba(134, 205, 193, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mobile-app-area-two .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.mobile-app-area-two .bg-shapes .shape:nth-child(1) {
  left: 0;
  top: 0;
}
.mobile-app-area-two .bg-shapes .shape:nth-child(2) {
  left: 30px;
  bottom: 35px;
}
.mobile-app-area-two .bg-shapes .shape:nth-child(3) {
  right: 35px;
  top: 30px;
}
.mobile-app-area-two .bg-shapes .shape:nth-child(4) {
  right: 0;
  bottom: 0;
}
.mobile-app-area-two .section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 15px;
}
.mobile-app-area-two .section-title-para {
  color: #4f4f4f;
  padding: 0 135px;
}
@media screen and (max-width: 767px) {
  .mobile-app-area-two .section-title-para {
    padding: 0px;
  }
}
.mobile-app-area-two .app-store-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #171717;
  border: 1px solid #171717;
  font-size: 18px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  padding: 3px 20px;
  transition: 0.3s ease-out;
}
.mobile-app-area-two .app-store-link:hover {
  color: #fff;
  background: #171717;
}
.mobile-app-area-two .app-store-link i {
  font-size: 35px;
  margin-right: 12px;
  transition: all 0.3s ease-out;
}
.mobile-app-area-two .app-store-link i:hover {
  transform: translateX(-5px);
}
.mobile-app-area-two .app-store-link span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  text-align: start;
  line-height: 19.2px;
  font-weight: 400;
}

.testimonial-area-eight {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-area-eight .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.testimonial-area-eight .bg-shapes .shape:nth-child(1) {
  left: 70px;
  top: 160px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.testimonial-area-eight .bg-shapes .shape:nth-child(2) {
  left: 165px;
  bottom: 140px;
}
.testimonial-area-eight .bg-shapes .shape:nth-child(3) {
  right: 70px;
  top: 140px;
}
.testimonial-area-eight .bg-shapes .shape:nth-child(4) {
  right: 255px;
  top: 225px;
}
.testimonial-area-eight .bg-shapes .shape:nth-child(5) {
  right: 140px;
  top: 290px;
}
.testimonial-area-eight .bg-shapes .shape:nth-child(6) {
  right: 110px;
  bottom: 80px;
}
.testimonial-area-eight .section-title-center p {
  color: #4f4f4f;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .testimonial-area-eight .section-title-center p {
    width: 100%;
  }
}
.testimonial-area-eight .testimonial-slider-eight.swiper-container {
  overflow: visible;
}
.testimonial-area-eight .testimonial-slider-eight .testimonial-item {
  opacity: 0.2;
  transition: all 0.3s ease-out;
}
.testimonial-area-eight .testimonial-slider-eight .testimonial-item.swiper-slide-active {
  opacity: 1;
}
.testimonial-area-eight .testimonial-slider-eight .img-box {
  position: relative;
  z-index: 1;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .testimonial-area-eight .testimonial-slider-eight .img-box {
    margin-left: 100px;
  }
}
.testimonial-area-eight .testimonial-slider-eight .img-box .img-shape {
  z-index: -1;
  position: absolute;
}
.testimonial-area-eight .testimonial-slider-eight .img-box .img-shape:nth-child(1) {
  width: 195px;
  height: 195px;
  border-radius: 5px;
  background-color: #fb7448;
  opacity: 0.23;
  left: -50px;
  top: -50px;
}
.testimonial-area-eight .testimonial-slider-eight .img-box .img-shape:nth-child(2) {
  bottom: -23px;
  right: -18px;
}
.testimonial-area-eight .testimonial-slider-eight .testimonial-item-img {
  border-radius: 5px;
}
.testimonial-area-eight .testimonial-slider-eight .testimonial-icon {
  background-color: #353d80;
  color: #fff;
  text-align: center;
  transform: rotate(180deg);
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 50%;
  line-height: 60px;
  font-size: 26px;
}
.testimonial-area-eight .testimonial-slider-eight .author-text {
  font-size: 22px;
  line-height: 36px;
  color: #171717;
  font-style: italic;
}
.testimonial-area-eight .testimonial-slider-eight .author-info {
  font-size: 20px;
  color: #616161;
  line-height: 36px;
}
.testimonial-area-eight .testimonial-slider-eight .author-info .author-name {
  color: #616161;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  margin: 0;
}
.testimonial-area-eight .testimonial-slider-eight .slider-navigation {
  display: flex;
  justify-content: flex-end;
  bottom: 0;
  position: absolute;
  right: 14%;
}
@media screen and (max-width: 767px) {
  .testimonial-area-eight .testimonial-slider-eight .slider-navigation {
    right: 0;
  }
}
.testimonial-area-eight .testimonial-slider-eight .slider-navigation .swiper-button-next,
.testimonial-area-eight .testimonial-slider-eight .slider-navigation .swiper-button-prev {
  position: initial;
  margin: 0 7.5px;
  color: #c6c6c6;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.3s ease-out;
}
.testimonial-area-eight .testimonial-slider-eight .slider-navigation .swiper-button-next:hover,
.testimonial-area-eight .testimonial-slider-eight .slider-navigation .swiper-button-prev:hover {
  color: #2a4e96;
}

.choose-plan-area-bg2 {
  background-color: rgba(134, 205, 193, 0.1);
}

.faq-area-four {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-area-four .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.faq-area-four .bg-shapes .shape:nth-child(1) {
  left: 155px;
  top: 115px;
}
.faq-area-four .bg-shapes .shape:nth-child(2) {
  left: 110px;
  bottom: 315px;
}
.faq-area-four .bg-shapes .shape:nth-child(3) {
  right: 95px;
  top: 120px;
}
.faq-area-four .bg-shapes .shape:nth-child(4) {
  right: 200px;
  bottom: 355px;
  animation: rotated 30s alternate infinite linear;
}
.faq-area-four .section-title-center p {
  color: #4f4f4f;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .faq-area-four .section-title-center p {
    width: 100%;
  }
}
.faq-area-four .accordion-item {
  border: 1px solid #dfdfdf;
  margin-top: 30px;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.faq-area-four .accordion-item .accordion-button {
  border-radius: 5px;
  background: #fff;
  font-family: "inter", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #171717;
  box-shadow: none;
  border: none;
  padding-left: 40px;
}
.faq-area-four .accordion-item .accordion-button::after {
  font-size: 16px;
  color: #616161;
}
.faq-area-four .accordion-item .accordion-body {
  padding-left: 40px;
  max-width: 750px;
  width: 100%;
  padding-top: 0;
}
.faq-area-four .faq-btn-text {
  font-size: 35px;
  line-height: 48px;
}
.faq-area-four .btn-red {
  border: none;
}

.cta-area-five {
  background-color: rgba(134, 205, 193, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta-area-five .bg-shapes .shape {
  position: absolute;
  z-index: -1;
  right: 70px;
  top: 75px;
}
.cta-area-five .section-title-center p {
  color: #4f4f4f;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cta-area-five .section-title-center p {
    width: 100%;
  }
}
.cta-area-five .form-group {
  max-width: 585px;
}
.cta-area-five .form-group input {
  padding: 1.15rem 1.5625rem;
  font-size: 16px;
  color: #4f4f4f;
  border: 2px solid #4f4f4f;
}
.cta-area-five .form-group .btn-red {
  border: none;
  top: 6px;
  right: 6px;
}
@media screen and (min-width: 425px) {
  .cta-area-five .form-group .btn-red {
    position: absolute;
    margin-top: 0;
  }
}

.footer-hrm {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-hrm .bg-shapes .shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.footer-hrm .newsletter-text {
  color: #fff;
}
.footer-hrm .newsletter-box p {
  font-weight: 600;
  color: #fff;
  line-height: 23.88px;
}
.footer-hrm .newsletter-box .form-group i {
  position: absolute;
  left: 16px;
  top: 50%;
  display: inline-block;
  transform: translateY(-58%);
  color: #c6c6c6;
}
.footer-hrm .newsletter-box .form-group input {
  padding: 12px;
  border-radius: 2px;
  padding-left: 55px;
  border: 2px;
}
.footer-hrm .newsletter-box button {
  background-color: #3c474c;
  color: #fff;
  border-radius: 2px;
  width: 100%;
  border: none;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}
.footer-hrm .social-link-bg-2 {
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-hrm .social-link-bg-2 {
    justify-content: center !important;
  }
}

.features-area-eleven .section-title-center p,
.features-area-twelve .section-title-center p,
.easy-start-area .section-title-center p,
.blog-area .section-title-center p {
  width: 100%;
}

.btn-indigo {
  background-color: #435bcc;
  color: #fff;
  border: 2px solid transparent;
}
.btn-indigo:hover {
  color: #435bcc;
  background-color: #fff;
}

.navbar_fixed.menu_four {
  background-color: #fff;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
}
.navbar_fixed.menu_four .header_logo .white_logo {
  display: none;
}
.navbar_fixed.menu_four .header_logo .main_logo {
  display: block;
}
.navbar_fixed.menu_four .menu > .nav-item > .nav-link {
  color: #171717;
}
.navbar_fixed.menu_four .menu > .nav-item > .nav-link::before {
  background: #171717;
}
.navbar_fixed.menu_four .menu > .nav-item:hover > .nav-link::before {
  background: #171717;
}
.navbar_fixed.menu_four .right-nav a {
  color: #171717;
}
.navbar_fixed.menu_four .right-nav .btn {
  color: #fff;
}
.navbar_fixed.menu_four .right-nav .btn:hover {
  color: #435bcc;
  border-color: #435bcc;
}

.menu_four {
  background: transparent;
  transition: all 0.2s linear;
}
.menu_four .header_logo .white_logo {
  display: block;
}
.menu_four .header_logo .main_logo {
  display: none;
}
.menu_four .menu > .nav-item > .nav-link {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
  padding: 0;
  position: relative;
}
.menu_four .menu > .nav-item > .nav-link::before {
  background: #fff;
}
.menu_four .menu > .nav-item:hover > .nav-link::before {
  background: #fff;
}
.menu_four .right-nav a {
  color: #fff;
}
.menu_four .right-nav .btn {
  color: #fff;
}
.menu_four .right-nav .btn:hover {
  color: #435bcc;
}

.banner-area-5 {
  overflow: hidden;
  padding-top: 255px;
  padding-bottom: 185px;
  background: linear-gradient(257.05deg, #5485f0 -0.18%, #484ded 95.77%);
  background-position: top;
  position: relative;
  z-index: 2;
}
.banner-area-5 .banner-shapes .shape {
  position: absolute;
  z-index: -1;
  border: 1px solid #c6d0ff;
}
.banner-area-5 .banner-shapes .shape:nth-child(1) {
  top: 180px;
  left: 80px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.banner-area-5 .banner-shapes .shape:nth-child(2) {
  top: 155px;
  left: 345px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  transform: matrix(0.88, 0.48, 0.48, -0.88, 0, 0);
}
.banner-area-5 .banner-shapes .shape:nth-child(3) {
  top: 400px;
  left: 207px;
  border: none;
}
.banner-area-5 .banner-shapes .shape:nth-child(4) {
  bottom: 165px;
  left: 40px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
}
.banner-area-5 .banner-shapes .shape:nth-child(5) {
  top: 155px;
  right: 370px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  z-index: 1;
}
.banner-area-5 .banner-shapes .shape:nth-child(6) {
  right: 40px;
  top: 210px;
  border: none;
  z-index: 1;
}
.banner-area-5 .banner-shapes .shape:nth-child(7) {
  bottom: 360px;
  right: 140px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.banner-area-5 .banner-shapes .shape:nth-child(8) {
  bottom: 115px;
  right: 135px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  transform: matrix(0.88, 0.48, 0.48, -0.88, 0, 0);
  z-index: 1;
}
.banner-area-5 .banner-shapes .shape:nth-child(9) {
  bottom: 0;
  left: 0;
  border: none;
}
.banner-area-5 .banner-shapes .shape:nth-child(10) {
  bottom: 0;
  right: 0;
  border: none;
}
.banner-area-5 .banner-shapes .shape:nth-child(11) {
  bottom: 0;
  right: 0;
  border: none;
}
.banner-area-5 .banner-left .banner-title {
  font-size: 65px;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 10px;
  color: #fff;
}
.banner-area-5 .banner-left .banner-para {
  font-size: 22px;
  line-height: 32px;
  color: #fbfbfb;
  padding-bottom: 10px;
}
.banner-area-5 .banner-left .form-group {
  width: 100%;
}
.banner-area-5 .banner-left .form-group input {
  padding: 12px 20px;
  background: #fef7f7;
  height: 54px;
  color: #8d8d8d;
  border: none;
}
.banner-area-5 .banner-left .form-group .btn {
  position: absolute;
  padding: 0 0px;
  top: 4px;
  right: 4px;
  height: 46px;
  width: 127px;
  border-radius: 6px;
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.banner-area-5 .banner-left .form-group .btn:hover {
  border: 2px solid #435bcc;
}
.banner-area-5 .banner-left .sub-content li {
  display: inline-block;
  margin-right: 34px;
  color: #ffffff;
}
.banner-area-5 .banner-left .sub-content li p {
  font-size: 16px;
  line-height: 28px;
}
.banner-area-5 .banner-right {
  position: relative;
  height: 500px;
  margin-left: 170px;
}
.banner-area-5 .banner-right img {
  position: absolute;
}
.banner-area-5 .banner-right .banner-img-1 {
  left: 0;
  top: 240px;
  z-index: 1;
}
.banner-area-5 .banner-right .banner-img-2 {
  left: 140px;
  top: 125px;
  z-index: -1;
}
.banner-area-5 .banner-right .banner-img-3 {
  left: 340px;
  top: 0px;
  z-index: 1;
}

.features-area-eleven {
  overflow: hidden;
}
.features-area-eleven .features-item:nth-child(2) .features-images .shape:nth-child(1) {
  left: 0;
  top: -100px;
}
.features-area-eleven .features-item:nth-child(2) .features-images .shape:nth-child(2) {
  left: -90px;
  top: 35px;
}
.features-area-eleven .features-item:nth-child(2) .features-images .shape:nth-child(3) {
  left: -207px;
  top: -45px;
}
.features-area-eleven .features-item:nth-child(2) .features-images .shape:nth-child(4) {
  left: -53px;
  top: -20px;
}
.features-area-eleven .features-item:nth-child(2) .features-images .shape:nth-child(5) {
  left: -155px;
}
.features-area-eleven .features-item:nth-child(2) .features-images .shape:nth-child(6) {
  top: 60px;
  left: -100px;
  z-index: 1;
}
.features-area-eleven .features-item .features-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 10px;
}
.features-area-eleven .features-item .features-text {
  line-height: 30px;
  color: #616161;
  margin-bottom: 25px;
}
.features-area-eleven .features-item .features-link {
  line-height: 17px;
  color: #2a4e96;
}
.features-area-eleven .features-item .features-link:hover i {
  margin-left: 10px;
}
.features-area-eleven .features-item .features-link i {
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.features-area-eleven .features-item .features-images {
  position: relative;
  z-index: 2;
}
.features-area-eleven .features-item .features-images .features-img {
  float: right;
  border-radius: 5px;
}
.features-area-eleven .features-item .features-images .shape {
  position: absolute;
  z-index: -1;
}
.features-area-eleven .features-item .features-images .shape:nth-child(1) {
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  right: 0;
  top: -100px;
}
.features-area-eleven .features-item .features-images .shape:nth-child(2) {
  background-color: #e3e3e3;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  right: -90px;
  top: 35px;
}
.features-area-eleven .features-item .features-images .shape:nth-child(3) {
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  width: 428px;
  height: 428px;
  right: -207px;
  top: -45px;
}
.features-area-eleven .features-item .features-images .shape:nth-child(4) {
  right: -53px;
  top: -20px;
}
.features-area-eleven .features-item .features-images .shape:nth-child(5) {
  right: -155px;
}
.features-area-eleven .features-item .features-images .shape:nth-child(6) {
  top: 150px;
  left: -100px;
  z-index: 1;
}

.features-area-twelve {
  background-color: #f3faf9;
}
.features-area-twelve .features-item {
  background-color: #fff;
  box-shadow: 0px 20px 50px 0px #00000014;
  padding-top: 25px;
  padding-bottom: 35px;
  border-radius: 6px;
  transition: all 0.3s ease-out;
  margin-bottom: 45px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.features-area-twelve .features-item:hover {
  box-shadow: 0px 80px 50px 0px #00000014;
}
.features-area-twelve .features-item .features-icon {
  margin-bottom: 15px;
}
.features-area-twelve .features-item .features-name {
  font-size: 18px;
  line-height: 28px;
  color: #171717;
}

.easy-start-area .section-title-center {
  padding-bottom: 60px;
}
.easy-start-area .col-md-6:nth-child(2) .easy-start-item .item-icon-wrap {
  background: #e5ffee;
}
.easy-start-area .col-md-6:nth-child(3) .easy-start-item .item-icon-wrap {
  background: #e6e5ff;
}
.easy-start-area .easy-start-item {
  transition: all 0.3s ease-out;
  padding: 15px 0;
}
.easy-start-area .easy-start-item .item-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}
.easy-start-area .easy-start-item .item-content {
  color: #616161;
}
.easy-start-area .easy-start-item .item-icon-wrap {
  background: #ffe5e5;
  border-radius: 20px;
  width: 90px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.hardware-support-area {
  background-color: #f3faf9;
}
.hardware-support-area .hardware-text {
  line-height: 30px;
  color: #616161;
  margin-bottom: 30px;
}
.hardware-support-area .hardware-list li {
  margin-bottom: 20px;
}
.hardware-support-area .hardware-list li p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #4f4f4f;
  line-height: 24px;
  display: inline-flex;
}
.hardware-support-area .hardware-list li p span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin-left: 10px;
}
.hardware-support-area .hardware-list li p .hardware-icon {
  margin-right: 20px;
}
.hardware-support-area .available {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  height: 400px;
  width: 435px;
  background: #fff;
  box-shadow: 0px 20px 50px 0px #0000000d;
  border-radius: 5px;
}
.hardware-support-area .available .item-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
.hardware-support-area .available .app-wrapp {
  display: flex;
  justify-content: space-between;
  width: 233px;
}

.choose-plan-area-three {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose-plan-area-three .section-title-center {
  padding-bottom: 70px;
}
.choose-plan-area-three .section-title-center p {
  width: 80%;
}
.choose-plan-area-three .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.choose-plan-area-three .bg-shapes .shape:nth-child(1) {
  bottom: 393px;
  left: 102px;
}
.choose-plan-area-three .bg-shapes .shape:nth-child(2) {
  top: 284px;
  right: 71px;
}
.choose-plan-area-three .bg-shapes .shape:nth-child(3) {
  top: 143px;
  left: 165px;
}
.choose-plan-area-three .bg-shapes .shape:nth-child(4) {
  top: 0;
  left: 0;
}
.choose-plan-area-three .pricing-switcher {
  padding-bottom: 80px;
}
.choose-plan-area-three .pricing-switcher .nav-link::after {
  background: #435bcc;
}
.choose-plan-area-three .tab-pane {
  padding-top: 0;
}
.choose-plan-area-three .pricing-item {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 5px 16px 0px #2020201a;
  padding: 0 50px;
  padding-top: 65px;
  padding-bottom: 45px;
  margin-top: 0;
  border: none;
  transition: all 0.3s linear;
}
.choose-plan-area-three .pricing-item.active, .choose-plan-area-three .pricing-item:hover {
  transform: translateY(-20px);
  border: none;
}
.choose-plan-area-three .pricing-item.active h4, .choose-plan-area-three .pricing-item:hover h4 {
  color: #3c73f0;
}
.choose-plan-area-three .pricing-item.active .btn, .choose-plan-area-three .pricing-item:hover .btn {
  color: #fff;
  background-color: #356eef;
}
.choose-plan-area-three .pricing-item h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}
.choose-plan-area-three .pricing-item .price {
  font-size: 35px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 35px;
  margin-top: 0;
  color: #171717;
}
.choose-plan-area-three .pricing-item .price span {
  color: #8d8d8d;
  font-size: 20px;
  line-height: 48px;
}
.choose-plan-area-three .pricing-item .list-wrapp {
  margin-bottom: 50px;
}
.choose-plan-area-three .pricing-item .list-wrapp .list-title {
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
  color: #171717;
  margin-bottom: 20px;
}
.choose-plan-area-three .pricing-item .list-wrapp ul {
  padding-top: 0;
}
.choose-plan-area-three .pricing-item .list-wrapp ul li {
  font-size: 17px;
  line-height: 17px;
  color: #4f4f4f;
  padding: 0;
  margin-bottom: 20px;
}
.choose-plan-area-three .pricing-item .list-wrapp ul li .icon-check {
  color: #45c260;
  margin-right: 10px;
  font-size: 20px;
}
.choose-plan-area-three .pricing-item .list-wrapp ul li .icon-close {
  color: #c1c1c1;
  margin-right: 10px;
  font-size: 20px;
}
.choose-plan-area-three .pricing-item .btn {
  border: 1px solid #356eef;
  border-radius: 26px;
  padding: 10px 0px;
  font-family: "Poppins", sans-serif;
  color: #171717;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  display: block;
  height: 52px;
  width: 190px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s linear;
}
.choose-plan-area-three .pricing-item .btn:hover {
  color: #fff;
  background-color: #356eef;
}

.testimonial-area-nine {
  background: rgba(134, 205, 193, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-area-nine .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.testimonial-area-nine .bg-shapes .shape:nth-child(1) {
  right: 40px;
  top: 55px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.testimonial-area-nine .bg-shapes .shape:nth-child(2) {
  background-color: #e8e8e8;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  right: 45px;
  top: 180px;
}
.testimonial-area-nine .bg-shapes .shape:nth-child(3) {
  right: 200px;
  top: 175px;
}
.testimonial-area-nine .bg-shapes .shape:nth-child(4) {
  left: 0;
  top: 75px;
  opacity: 0.2;
}
.testimonial-area-nine .bg-shapes .shape:nth-child(5) {
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
.testimonial-area-nine .section-title-center h2 {
  font-size: 40px;
  line-height: 48px;
}
.testimonial-area-nine .swiper-container {
  overflow: visible;
}
.testimonial-area-nine .testimonial-item {
  transition: all 0.3s ease-out;
}
.testimonial-area-nine .testimonial-item.swiper-slide-active {
  transform: translateY(-40px);
}
.testimonial-area-nine .testimonial-item .testimonial-wrapp {
  background: #fff;
  box-shadow: 0px 50px 80px 0px #352a431a;
  border-radius: 10px;
  margin: 0 32px;
  padding: 0 45px;
  padding-top: 47px;
  padding-bottom: 65px;
}
.testimonial-area-nine .testimonial-item .testimonial-wrapp .author-text {
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  color: #2a4e96;
  margin-bottom: 35px;
}
.testimonial-area-nine .testimonial-item .testimonial-wrapp .author-info {
  color: #616161;
}
.testimonial-area-nine .testimonial-item .testimonial-wrapp .author-info .author-name {
  font-weight: 500;
  color: #4f4f4f;
}

.blog-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-area .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.blog-area .bg-shapes .shape:nth-child(1) {
  left: 390px;
  top: 40px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  transform: matrix(0.88, 0.48, 0.48, -0.88, 0, 0);
  width: 20px;
  height: 20px;
}
.blog-area .bg-shapes .shape:nth-child(2) {
  left: 180px;
  top: 300px;
}
.blog-area .bg-shapes .shape:nth-child(3) {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  left: 85px;
  bottom: 252px;
}
.blog-area .bg-shapes .shape:nth-child(4) {
  right: 100px;
  top: 390px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
}
.blog-area .bg-shapes .shape:nth-child(5) {
  right: 50px;
  top: 180px;
}
.blog-area .bg-shapes .shape:nth-child(6) {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  transform: matrix(0.88, 0.48, 0.48, -0.88, 0, 0);
  width: 20px;
  height: 20px;
  right: 50px;
  bottom: 180px;
}
.blog-area .blog-item {
  transition: all 0.3s ease-out;
  margin-bottom: 30px;
}
.blog-area .blog-item:hover {
  transform: translateY(-20px);
}
.blog-area .blog-item .blog-content {
  padding: 25px;
  padding-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 20px 50px 0px #00000014;
}
.blog-area .blog-item .blog-content .blog-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.blog-area .blog-item .blog-content .blog-author {
  display: flex;
}
.blog-area .blog-item .blog-content .blog-author .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
}
.blog-area .blog-item .blog-content .blog-author .author-name {
  color: #8d8d8d;
  font-size: 15px;
  line-height: 15px;
}
.blog-area .blog-item .blog-content .blog-author .author-name span {
  display: block;
  color: #616161;
  font-weight: 500;
  margin-bottom: 10px;
}

.faq-area-five {
  background: rgba(134, 205, 193, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-area-five .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.faq-area-five .bg-shapes .shape:nth-child(1) {
  left: 0;
  top: 200px;
  opacity: 0.2;
}
.faq-area-five .bg-shapes .shape:nth-child(2) {
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
.faq-area-five .bg-shapes .shape:nth-child(3) {
  right: 95px;
  top: 120px;
}
.faq-area-five .section-title-center p {
  color: #4f4f4f;
  width: 80%;
}
.faq-area-five .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 30px;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.faq-area-five .accordion-item .accordion-button {
  font-family: "inter", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #171717;
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.faq-area-five .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.faq-area-five .accordion-item .accordion-button::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: #616161;
  transition: all 0.2s linear;
}
.faq-area-five .accordion-item .accordion-body {
  padding-left: 0;
  padding-top: 0;
  color: #171717;
}
.faq-area-five .accordion-item .accordion-body a {
  color: #2a4e96;
}

.clients-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.clients-area .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.clients-area .bg-shapes .shape:nth-child(1) {
  left: 0;
  top: 45px;
}
.clients-area .bg-shapes .shape:nth-child(2) {
  left: 115px;
  bottom: 40px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  width: 23px;
  height: 23px;
}
.clients-area .bg-shapes .shape:nth-child(3) {
  right: 55px;
  top: 55px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  width: 23px;
  height: 23px;
}
.clients-area .bg-shapes .shape:nth-child(4) {
  right: 120px;
  bottom: 100px;
}
.clients-area .section-title-center p {
  color: #4f4f4f;
  width: 60%;
}

.cta-area-six {
  background: linear-gradient(257.05deg, #5485f0 -0.18%, #484ded 95.77%);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 107px 0;
}
.cta-area-six .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.cta-area-six .bg-shapes .shape:nth-child(1) {
  left: 0;
  top: 0;
}
.cta-area-six .bg-shapes .shape:nth-child(2) {
  right: 0;
  top: 0;
}
.cta-area-six .cta-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.cta-area-six .title-text {
  font-size: 22px;
  line-height: 36px;
  color: #fff;
}
.cta-area-six .cta-btn {
  width: 262px;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  color: #2a4e96;
  transition: all 0.3s ease-out;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}
.cta-area-six .cta-btn:hover {
  color: #fff;
  background-color: #2a4e96;
}

.footer-pos .bg-shapes .shape:nth-child(1) {
  left: 0;
  bottom: 25%;
}
.footer-pos .bg-shapes .shape:nth-child(2) {
  left: 5%;
  bottom: 0;
}
.footer-pos .bg-shapes .shape:nth-child(3) {
  right: 5%;
  bottom: 0;
}

.HoverArrow {
  --arrowSpacing: 5px;
  --arrowHoverTransition: 150ms cubic-bezier(0.215,0.61,0.355,1);
  --arrowHoverOffset: translateX(3px);
  position: relative;
  top: 1px;
  margin-left: var(--arrowSpacing);
  stroke-width: 2px;
  fill: none;
  stroke: currentColor;
}

.HoverArrow__linePath {
  opacity: 0;
  transition: opacity var(--hoverTransition, var(--arrowHoverTransition));
}

.HoverArrow__tipPath {
  transition: transform var(--hoverTransition, var(--arrowHoverTransition));
}

a:hover .HoverArrow__linePath, button:hover .HoverArrow__linePath {
  opacity: 1;
}

a:hover .HoverArrow__tipPath, button:hover .HoverArrow__tipPath {
  transform: var(--arrowHoverOffset);
}

.btn-yellow {
  background-color: #ffc600;
}
.btn-yellow:hover {
  background-color: #171717;
  color: #ffc600;
}

.menu_five {
  background-color: transparent;
  transition: all 0.2s linear;
}
.menu_five .menu > .nav-item > .nav-link::before {
  background: #171717;
}
.menu_five .menu > .nav-item:hover > .nav-link::before {
  background: #171717;
}
.menu_five .right-nav .btn {
  background-color: #ffc600;
  border-radius: 26px;
  border-color: transparent;
}
.menu_five .right-nav .btn:hover {
  background-color: #171717;
  color: #ffc600;
}

.navbar_fixed.menu_five {
  background-color: #fff;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.15);
}

.banner-area-6 {
  padding-top: 265px;
  padding-bottom: 245px;
  background-image: linear-gradient(180deg, #f3fff9 7.29%, rgba(255, 235, 221, 0.28) 100%);
  background-position: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-area-6 .banner-shapes .shape {
  position: absolute;
  z-index: -1;
}
.banner-area-6 .banner-shapes .shape:nth-child(1) {
  top: 20%;
  left: 3%;
}
.banner-area-6 .banner-shapes .shape:nth-child(2) {
  top: 30%;
  left: 5%;
}
.banner-area-6 .banner-shapes .shape:nth-child(3) {
  bottom: 10%;
  left: 0;
}
.banner-area-6 .banner-shapes .shape:nth-child(4) {
  bottom: 15%;
  left: 5%;
}
.banner-area-6 .banner-shapes .shape:nth-child(5) {
  bottom: 15%;
  left: 8%;
}
.banner-area-6 .banner-shapes .shape:nth-child(6) {
  right: 2%;
  top: 17%;
}
.banner-area-6 .banner-shapes .shape:nth-child(7) {
  right: 8%;
  top: 35%;
}
.banner-area-6 .banner-shapes .shape:nth-child(8) {
  bottom: 10%;
  right: 8%;
}
.banner-area-6 .banner-shapes .shape:nth-child(9) {
  bottom: 15%;
  right: 5%;
}
.banner-area-6 .banner-shapes .shape:nth-child(10) {
  bottom: 10%;
  right: 0;
}
.banner-area-6 .banner-title {
  font-size: 65px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 25px;
}
.banner-area-6 .banner-para {
  font-size: 22px;
  line-height: 28px;
  padding: 0 140px;
  margin-bottom: 65px;
}
.banner-area-6 .form-group {
  max-width: 578px;
  height: 74px;
  display: block;
  transform: translateX(32%);
  margin-top: 0;
}
.banner-area-6 .form-group input {
  height: 100%;
  border-radius: 37px;
  color: #616161;
}
.banner-area-6 .form-group .btn-yellow {
  position: absolute;
  right: 6px;
  top: 6px;
  bottom: 6px;
  border-radius: 30px;
  height: 62px;
  width: 206px;
  border: transparent;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
}

.features-area-13 .section-title-center {
  padding-bottom: 120px;
}
.features-area-13 .section-title-center p {
  width: 45%;
}
.features-area-13 .features-list.nav-tabs {
  border-bottom: none;
}
.features-area-13 .features-list .nav-link {
  border: 2px solid #2c2c2c;
  border-radius: 3px;
  width: 420px;
  height: 85px;
  margin-bottom: 30px;
  align-items: center;
  display: flex;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
.features-area-13 .features-list .nav-link .circle {
  width: 26px;
  height: 26px;
  border: 3px solid #616161;
  border-radius: 50%;
  display: inline-block;
  margin-right: 22px;
}
.features-area-13 .features-list .nav-link:hover {
  border: 2px solid #2c2c2c;
}
.features-area-13 .features-list .nav-link:hover .circle {
  background-color: #ffc107;
}
.features-area-13 .features-list .nav-link.active {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0px 20px 50px 0px #00000014;
}
.features-area-13 .features-list .nav-link.active .circle {
  background-color: #ffc107;
}
.features-area-13 .features-list .nav-link.active:hover {
  border: 2px solid #2c2c2c;
}
.features-area-13 .features-list .nav-link.active:hover .circle {
  background-color: #ffc107;
}
.features-area-13 .features-right {
  position: relative;
  z-index: 1;
}
.features-area-13 .features-right .shape {
  position: absolute;
  z-index: -1;
}
.features-area-13 .features-right .shape:nth-child(1) {
  right: -50px;
  top: -40px;
}
.features-area-13 .features-right .shape:nth-child(2) {
  right: -50px;
  bottom: -40px;
}
.features-area-13 .features-right .tab-pane {
  padding-top: 0;
}
.features-area-13 .features-right .fea-img {
  box-shadow: 0px 10px 30px 0px #315cfd33;
}

.more-features-area {
  background-color: #f3faf9;
}
.more-features-area .fea-item {
  height: 282px;
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 70px;
  padding-bottom: 65px;
  margin-bottom: 30px;
  box-shadow: 0px 20px 50px 0px #0000000d;
  transition: all 0.3s ease-out;
}
.more-features-area .fea-item .item-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 26px;
}
.more-features-area .fea-item:hover {
  box-shadow: 0px 20px 50px 0px #00000014;
}

.features-area-14 .fea-item .item-subtitle {
  font-size: 15px;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #616161;
}
.features-area-14 .fea-item .item-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 15px;
}
.features-area-14 .fea-item .item-text {
  color: #616161;
  margin-bottom: 55px;
}
.features-area-14 .fea-item .btn {
  border-radius: 26.5px;
  border-color: transparent;
  font-weight: 700;
  font-size: 17px;
}
.features-area-14 .fea-right {
  position: relative;
  height: 567px;
  margin-left: -30px;
}
.features-area-14 .fea-right .fea-images {
  position: absolute;
  z-index: -1;
}
.features-area-14 .fea-right .fea-images:nth-child(1) {
  left: 0;
  top: 0;
  z-index: 1;
}
.features-area-14 .fea-right .fea-images:nth-child(2) {
  right: -8%;
  bottom: 5%;
  z-index: 1;
}
.features-area-14 .fea-right .fea-images:nth-child(3) {
  width: 14px;
  height: 14px;
  background: #c6c6c6;
  transform: matrix(0.75, 0.66, -0.66, 0.75, 0, 0);
  left: 60%;
  top: 0%;
}
.features-area-14 .fea-right .fea-images:nth-child(4) {
  width: 15px;
  height: 15px;
  border: 1px solid #c6c6c6;
  transform: matrix(0.75, 0.66, -0.66, 0.75, 0, 0);
  left: 55%;
  top: 5%;
}
.features-area-14 .fea-right .fea-images:nth-child(5) {
  left: 11%;
  bottom: 0%;
}
.features-area-14 .fea-right .fea-images:nth-child(6) {
  right: -24%;
  top: 28%;
}
.features-area-14 .fea-left {
  position: relative;
  height: 702px;
  z-index: 1;
}
.features-area-14 .fea-left .fea-left-img {
  max-width: 735px;
  margin-left: -185px;
}
.features-area-14 .fea-left .fea-images {
  position: absolute;
  z-index: -1;
}
.features-area-14 .fea-left .fea-images:nth-child(1) {
  width: 148px;
  height: 148px;
  border: 15px solid #fff6d7;
  border-radius: 50%;
  left: 40%;
  top: -8%;
}
.features-area-14 .fea-left .fea-images:nth-child(2) {
  right: -8%;
  bottom: 28%;
}
.features-area-14 .fea-left .fea-images:nth-child(3) {
  right: 6%;
  top: 26%;
}
.features-area-14 .fea-left .fea-images:nth-child(4) {
  left: -45%;
  top: 0%;
}
.features-area-14 .fea-right-two {
  position: relative;
  height: 430px;
  z-index: 1;
}
.features-area-14 .fea-right-two .fea-right-img {
  max-width: 735px;
}
.features-area-14 .fea-right-two .fea-images {
  position: absolute;
  z-index: -1;
}
.features-area-14 .fea-right-two .fea-images:nth-child(1) {
  left: 2%;
  bottom: -5%;
}
.features-area-14 .fea-right-two .fea-images:nth-child(2) {
  right: -45%;
  top: -8%;
}
.features-area-14 .fea-right-two .fea-images:nth-child(3) {
  right: -60%;
  bottom: 22%;
  transform: rotate(90deg);
}

.app-itegretion-two {
  background: #f3faf9;
  padding: 160px 0;
}
.app-itegretion-two .section-title-left h2 {
  margin-bottom: 15px;
  padding-right: 32px;
}
.app-itegretion-two .section-title-left p {
  width: 90%;
  font-size: 17px;
  line-height: 28px;
  color: #616161;
}

.testimonial-area-5 {
  background: #f3faf9;
  padding: 140px 0;
}

.clients-area-2 .section-title-center {
  padding-bottom: 30px;
}
.clients-area-2 .section-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #8d8d8d;
}

.cta-area-7 {
  background-image: url("../images/home_6/cta-shape1.png");
  background-color: #212224;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta-area-7 .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.cta-area-7 .bg-shapes .shape:nth-child(1) {
  right: 315px;
  bottom: 0;
}
.cta-area-7 .bg-shapes .shape:nth-child(2) {
  right: 20px;
  bottom: 0;
}
.cta-area-7 .cta-title {
  font-weight: 600;
  font-size: 27px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.cta-area-7 .title-text {
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
}
.cta-area-7 .cta-btn {
  width: 343px;
  height: 78px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.5px;
  transition: 0.3s ease-out;
}

/*----------------------------------------*/
/*  About Page CSS
/*----------------------------------------*/
.about-banner {
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 992px) {
  .about-banner {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .about-banner {
    height: 742px;
  }
}
@media screen and (min-width: 992px) {
  .about-banner .section-title-left h2 {
    padding-right: 1.5625rem;
  }
}

.our-story-area {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}
.our-story-area h2 {
  margin-bottom: 2.5rem;
  font-weight: 700;
}

.our-story {
  margin-bottom: 3rem;
}
.our-story p {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .our-story p {
    padding-right: 3.75rem;
  }
}
.our-story p + p {
  margin-top: 2.5rem;
}

.story-timeline {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 3.125rem;
  row-gap: 1.25rem;
}
@media screen and (min-width: 576px) {
  .story-timeline {
    flex-direction: row;
  }
}
.story-timeline + .story-timeline {
  padding-top: 1.5rem;
}
@media screen and (min-width: 576px) {
  .story-timeline + .story-timeline {
    padding-top: 3.75rem;
  }
  .story-timeline + .story-timeline .story-info-meta::after {
    content: "";
    bottom: 112%;
    left: 7px;
    position: absolute;
    width: 2px;
    height: 100px;
    background: #BBC0C4;
  }
}
.story-timeline .story-info-meta {
  position: relative;
  padding-left: 1.875rem;
}
.story-timeline .story-info-meta::before {
  content: "";
  top: 3px;
  left: 0;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #0A757E;
}
.story-timeline .story-info-meta h5 {
  font-size: 0.9375rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 0;
}
.story-timeline .story-info-meta span {
  color: #0A757E;
  display: block;
}
.story-timeline p {
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
}

/*----------------------------------------*/
/*  Help Center Page CSS
/*----------------------------------------*/
.help-page-banner {
  position: relative;
  max-height: 39.75rem;
  background: linear-gradient(102.7deg, rgba(236, 255, 221, 0.3) 0.49%, rgba(255, 251, 213, 0.3) 97.86%);
}
.help-page-banner .help-center-shape {
  top: 20%;
  left: 0;
  position: absolute;
  z-index: -1;
}
.help-page-banner .help-center-shape2 {
  top: 0;
  left: 40%;
  position: absolute;
  z-index: -1;
}
.help-page-banner .help-center-shape3 {
  top: 0;
  right: 40%;
  position: absolute;
  z-index: -1;
}
.help-page-banner .help-center-shape4 {
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.help-page-banner .shape16 {
  position: absolute;
  top: 40%;
  left: 0;
  width: 15%;
}
@media screen and (min-width: 768px) {
  .help-page-banner .shape16 {
    width: 6%;
  }
}
@media screen and (min-width: 992px) {
  .help-page-banner .shape16 {
    width: 6%;
    top: 45%;
    left: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .help-page-banner .shape16 {
    left: 15%;
    width: auto;
  }
}
@media screen and (min-width: 1441px) {
  .help-page-banner .shape16 {
    left: 21%;
  }
}
.help-page-banner h1 {
  font-weight: 700;
}
.help-page-banner .form-group {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.help-page-banner .form-group input {
  padding-left: 6rem;
}
.help-page-banner .form-group button {
  position: absolute;
  right: auto;
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.8125rem 1.5rem;
  margin-top: 0;
}
.help-page-banner .popular-article {
  margin-top: 1.25rem;
}
.help-page-banner .popular-article li {
  display: inline-block;
}
.help-page-banner .popular-article li a {
  color: #5d5d66;
  text-decoration: underline;
  font-size: 0.9375rem;
}

.secondary-menu-area {
  background: #f9f9f9;
}
.secondary-menu-area .secondary-menu li {
  display: block;
}
@media screen and (min-width: 768px) {
  .secondary-menu-area .secondary-menu li {
    display: inline-block;
  }
}
.secondary-menu-area .secondary-menu li a {
  color: #171717;
  font-size: 18px;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
}
.secondary-menu-area .secondary-menu li a i {
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .secondary-menu-area .secondary-menu li a {
    padding: 1.25rem 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  .secondary-menu-area .secondary-menu li a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .secondary-menu-area .secondary-menu li a {
    padding: 1.4375rem 2.125rem 1.4375rem 2.75rem;
  }
}
.secondary-menu-area .secondary-menu .sub-menu {
  border: 1px solid #E6EDF0;
  padding: 0;
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  top: 115%;
}
.secondary-menu-area .secondary-menu .sub-menu::before {
  content: "";
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid #e6eeef;
  border-top: 1px solid #e6eeef;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .secondary-menu-area .secondary-menu .sub-menu::before {
    left: auto;
    right: 50px;
  }
}
.secondary-menu-area .secondary-menu .sub-menu li {
  display: block;
}
.secondary-menu-area .secondary-menu .sub-menu li a {
  font-size: 0.75rem;
  font-weight: 400;
  color: #6A737C !important;
  display: block;
  padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.secondary-menu-area .secondary-menu .sub-menu li a .before-icon,
.secondary-menu-area .secondary-menu .sub-menu li a .after-icon {
  margin-right: 0.625rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
}
.secondary-menu-area .secondary-menu .sub-menu li a .after-icon {
  display: none;
}
.secondary-menu-area .secondary-menu .sub-menu li a:hover {
  color: #2c2c2c !important;
  background: #f9f9f9;
  border-color: transparent;
}
.secondary-menu-area .secondary-menu .sub-menu li a:hover .before-icon {
  display: none;
}
.secondary-menu-area .secondary-menu .sub-menu li a:hover .after-icon {
  display: inline-block;
}
.secondary-menu-area .secondary-menu .sub-menu li + li a {
  border-top: 1px solid #E6EDF0;
}

@media screen and (min-width: 992px) {
  .block-area {
    padding-top: 6.875rem;
  }
}

.block-item-wrapper {
  margin-top: 3.125rem;
}

.block-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block-heading .block-icon {
  margin-right: 1.5625rem;
}

.block-title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .block-title {
    margin-top: 0;
  }
}
.block-title h2 {
  font-weight: 700;
}

.block-thum {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .block-thum {
    margin-top: 0;
  }
}
.block-thum::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 89, 90, 0.15);
  border-radius: 10px;
}
.block-thum img {
  width: 100%;
}
.block-thum .play-buttons {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.block-article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f9f9f9;
  padding: 1.5625rem;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 576px) {
  .block-article {
    padding: 2.8125rem 2.5rem;
  }
}
.block-article + .block-article {
  margin-top: 1.5625rem;
}
.block-article .block-icon {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  margin-right: 1.5625rem;
  text-align: center;
  border: 1px solid #F0F0F0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.block-article .block-icon img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
}
.block-article .block-text {
  flex: 1;
}
.block-article .block-text h4 {
  font-weight: 600;
}
.block-article .block-text h4 a {
  text-decoration: none;
}
.block-article .block-text h4 a:hover {
  color: #0A757E;
}
.block-article .block-text .meta-teg {
  display: flex;
  flex-wrap: wrap;
  color: #848d95;
  font-size: 0.9375rem;
  margin-top: 0.25rem;
}
.block-article .block-text .meta-teg span {
  margin-right: 0.625rem;
}
.block-article .block-text .meta-teg span a {
  text-decoration: none;
}
.block-article .block-text .meta-teg span a:hover {
  text-decoration: underline;
}
.block-article .block-text .meta-teg :nth-child(1) {
  color: #5d5d66;
}
.block-article:hover {
  background: #fff;
  box-shadow: 0px 50px 80px rgba(53, 42, 67, 0.1);
}
.block-article:hover .block-icon {
  border-color: #0A757E;
}
.block-article:hover .block-text h4 {
  color: #0A757E;
}

.community-area {
  padding-top: 6.25rem;
}
@media screen and (min-width: 992px) {
  .community-area {
    padding-top: 8.75rem;
  }
}

.community-wrapper {
  background: #FFEEDD;
  padding: 3.125rem 1.25rem;
  border-radius: 1.5625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .community-wrapper {
    padding: 5.625rem 5rem;
  }
}

@media screen and (min-width: 768px) {
  .community-text {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.community-text h3 {
  font-weight: 700;
  line-height: 1.2;
}
.community-text p {
  color: #696A74;
  line-height: 1.647;
  margin-top: 0.9375rem;
  max-width: 90%;
}

.community-social {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .community-social {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
  }
}

.community-social-item a {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  max-width: 21.875rem;
  display: flex;
  align-items: center;
  padding: 1.375rem 2.1875rem;
  margin-left: auto;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.community-social-item a:hover {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}
.community-social-item + .community-social-item {
  margin-top: 1.5625rem;
}
.community-social-item i {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 1.25rem;
  font-size: 1.5rem;
}
.community-social-item .fa-facebook-f {
  border: 1px solid #1877F2;
  color: #1877F2;
}
.community-social-item .fa-meetup {
  border: 1px solid #93003F;
  color: #93003F;
}
.community-social-item span {
  color: #171717;
  font-weight: 600;
  line-height: 22px;
  flex: 1;
}

/*================================================
Contact Page CSS
=================================================*/
.contact-banner-area {
  background: linear-gradient(91.28deg, #FFFFFF 2.19%, #FFF6D6 97.81%);
  height: 21.875rem;
}
@media screen and (min-width: 768px) {
  .contact-banner-area {
    height: 28.125rem;
  }
}
@media screen and (min-width: 992px) {
  .contact-banner-area {
    height: 35rem;
    padding-top: 14.0625rem;
  }
}
.contact-banner-area .section-title-center {
  padding-top: 3.75rem;
}
@media screen and (min-width: 992px) {
  .contact-banner-area .section-title-center {
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact-banner-area .section-title-center {
    padding-top: 0;
  }
}
.contact-banner-area .section-title-center h2 {
  position: relative;
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contact-banner-area .section-title-center h2 {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .contact-banner-area .section-title-center h2 {
    font-size: 4.375rem;
    line-height: 1.1;
    width: 75%;
  }
}
.contact-banner-area :is(.shape13, .shape14, .shape15, .shape16) {
  position: absolute;
  z-index: 1;
}
.contact-banner-area .shape13 {
  top: 70%;
  left: 0;
  width: 15%;
}
@media only screen and (min-width: 425px) {
  .contact-banner-area .shape13 {
    top: 61%;
  }
}
@media screen and (min-width: 768px) {
  .contact-banner-area .shape13 {
    top: 48%;
    left: 7%;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .contact-banner-area .shape13 {
    left: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .contact-banner-area .shape13 {
    left: 17%;
    top: 55%;
  }
}
@media screen and (min-width: 1441px) {
  .contact-banner-area .shape13 {
    top: 48%;
  }
}
.contact-banner-area .shape14 {
  bottom: 30px;
  left: 26px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .contact-banner-area .shape14 {
    bottom: 70px;
    left: 16%;
    width: 62%;
  }
}
@media screen and (min-width: 992px) {
  .contact-banner-area .shape14 {
    bottom: 100px;
    left: 18%;
    width: 62%;
  }
}
@media screen and (min-width: 1200px) {
  .contact-banner-area .shape14 {
    width: 47%;
    bottom: 70px;
    left: 22%;
  }
}
@media screen and (min-width: 1441px) {
  .contact-banner-area .shape14 {
    width: auto;
    bottom: 70px;
    left: 20%;
  }
}
.contact-banner-area .shape15 {
  bottom: 15%;
  right: 0;
  width: 15%;
}
@media only screen and (min-width: 425px) {
  .contact-banner-area .shape15 {
    bottom: 18%;
  }
}
@media screen and (min-width: 768px) {
  .contact-banner-area .shape15 {
    bottom: 26%;
    right: 15%;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .contact-banner-area .shape15 {
    right: 16%;
    bottom: 29%;
  }
}
@media screen and (min-width: 1200px) {
  .contact-banner-area .shape15 {
    right: 27%;
    bottom: 26%;
  }
}
@media screen and (min-width: 1441px) {
  .contact-banner-area .shape15 {
    bottom: 30%;
  }
}
.contact-banner-area .shape16,
.contact-banner-area .pricing-shape-11 {
  top: 27%;
  right: 11%;
  position: absolute;
  z-index: 2;
  width: 6%;
}
@media only screen and (min-width: 425px) {
  .contact-banner-area .shape16,
.contact-banner-area .pricing-shape-11 {
    top: 26%;
  }
}
@media screen and (min-width: 768px) {
  .contact-banner-area .shape16,
.contact-banner-area .pricing-shape-11 {
    width: auto;
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .contact-banner-area .shape16,
.contact-banner-area .pricing-shape-11 {
    top: 25%;
    right: 10%;
  }
}
.contact-banner-area .pricing-shape-11 {
  top: 32%;
  right: 9%;
  z-index: 1;
  width: 15%;
}
@media screen and (min-width: 768px) {
  .contact-banner-area .pricing-shape-11 {
    top: 31%;
    right: 6%;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .contact-banner-area .pricing-shape-11 {
    right: 7%;
  }
}
@media screen and (min-width: 1200px) {
  .contact-banner-area .pricing-shape-11 {
    top: 29%;
    right: 9%;
  }
}

.contact-info {
  max-width: 20rem;
  border-radius: 0.625rem;
  background-color: #f9f9f9;
  padding: 2.8125rem 1.875rem 1.875rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
}
.contact-info img {
  margin-left: auto;
  margin-right: auto;
}
.contact-info h4 {
  font-size: 1.375rem;
  margin-top: 0.9375rem;
}
.contact-info h4 a {
  text-decoration: none;
}
.contact-info h4 a:hover {
  text-decoration: underline;
  color: #171717;
}

.contact-form {
  border: 1px solid #F0F0F0;
  border-radius: 0.9375rem;
  margin-top: 2.8125rem;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact-form {
    padding: 4.375rem 5.625rem 4.6875rem;
  }
}
.contact-form .contact-form-select {
  margin-bottom: 1.25rem;
}
.contact-form label {
  margin-bottom: 0.625rem;
  font-size: 1.0625rem;
}
.contact-form .select-topic {
  width: 100%;
  height: 3.5rem;
  padding: 0.4375rem 1.5625rem;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #848D95;
  border: 2px solid #F0F0F0;
}
.contact-form .select-topic .list {
  width: 100%;
}
.contact-form .select-topic::after {
  content: "";
  width: 6px;
  height: 6px;
  right: 1.25rem;
}
.contact-form .select-topic:focus {
  border: 2px solid #2C2C2C;
  color: rgba(23, 23, 23, 0.7);
}
.contact-form :is(.contact-form-name, .contact-form-email) {
  padding-top: 1.25rem;
}
.contact-form input,
.contact-form textarea {
  border: 2px solid #F0F0F0;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border: 2px solid #2C2C2C;
}
@media screen and (min-width: 992px) {
  .contact-form textarea {
    height: 393px;
  }
}
.contact-form .contact-form-button {
  text-align: center;
  margin-top: 3.75rem;
}

.map {
  position: relative;
}
.map .map-marking-item {
  top: 48px;
  left: 65px;
  position: absolute;
}
@media screen and (min-width: 425px) {
  .map .map-marking-item {
    top: 63px;
    left: 81px;
  }
}
@media screen and (min-width: 576px) {
  .map .map-marking-item {
    top: 85px;
    left: 102px;
  }
}
@media screen and (min-width: 768px) {
  .map .map-marking-item {
    top: 120px;
    left: 134px;
  }
}
@media screen and (min-width: 992px) {
  .map .map-marking-item {
    top: 166px;
    left: 179px;
  }
}
@media screen and (min-width: 1200px) {
  .map .map-marking-item {
    top: 200px;
    left: 212px;
  }
}
.map .map-marking-item:nth-child(3) {
  top: 20px;
  left: 65px;
  position: absolute;
}
@media screen and (min-width: 425px) {
  .map .map-marking-item:nth-child(3) {
    top: 27px;
    left: 86px;
  }
}
@media screen and (min-width: 576px) {
  .map .map-marking-item:nth-child(3) {
    top: 39px;
    left: 110px;
  }
}
@media screen and (min-width: 768px) {
  .map .map-marking-item:nth-child(3) {
    top: 48px;
    left: 118px;
  }
}
@media screen and (min-width: 992px) {
  .map .map-marking-item:nth-child(3) {
    top: 82px;
    left: 193px;
  }
}
@media screen and (min-width: 1200px) {
  .map .map-marking-item:nth-child(3) {
    top: 101px;
    left: 229px;
  }
}
.map .map-marking-item:nth-child(4) {
  top: 15px;
  right: 80px;
  position: absolute;
  left: auto;
}
@media screen and (min-width: 425px) {
  .map .map-marking-item:nth-child(4) {
    top: 37px;
    right: 117px;
  }
}
@media screen and (min-width: 576px) {
  .map .map-marking-item:nth-child(4) {
    top: 50px;
    right: 152px;
  }
}
@media screen and (min-width: 768px) {
  .map .map-marking-item:nth-child(4) {
    top: 74px;
    right: 210px;
  }
}
@media screen and (min-width: 992px) {
  .map .map-marking-item:nth-child(4) {
    top: 104px;
    right: 289px;
  }
}
@media screen and (min-width: 1200px) {
  .map .map-marking-item:nth-child(4) {
    top: 129px;
    right: 347px;
  }
}
.map .map-marking-item:nth-child(5) {
  top: 53px;
  right: 80px;
  position: absolute;
  left: auto;
}
@media screen and (min-width: 425px) {
  .map .map-marking-item:nth-child(5) {
    top: 75px;
    right: 110px;
  }
}
@media screen and (min-width: 576px) {
  .map .map-marking-item:nth-child(5) {
    top: 102px;
    right: 146px;
  }
}
@media screen and (min-width: 768px) {
  .map .map-marking-item:nth-child(5) {
    top: 142px;
    right: 200px;
  }
}
@media screen and (min-width: 992px) {
  .map .map-marking-item:nth-child(5) {
    top: 200px;
    right: 275px;
  }
}
@media screen and (min-width: 1200px) {
  .map .map-marking-item:nth-child(5) {
    top: 243px;
    right: 330px;
  }
}
.map .map-marking-item:nth-child(6) {
  top: 43px;
  right: 53px;
  position: absolute;
  left: auto;
}
@media screen and (min-width: 425px) {
  .map .map-marking-item:nth-child(6) {
    top: 65px;
    right: 78px;
  }
}
@media screen and (min-width: 576px) {
  .map .map-marking-item:nth-child(6) {
    top: 87px;
    right: 104px;
  }
}
@media screen and (min-width: 768px) {
  .map .map-marking-item:nth-child(6) {
    top: 124px;
    right: 145px;
  }
}
@media screen and (min-width: 992px) {
  .map .map-marking-item:nth-child(6) {
    top: 171px;
    right: 201px;
  }
}
@media screen and (min-width: 1200px) {
  .map .map-marking-item:nth-child(6) {
    top: 208px;
    right: 243px;
  }
}
.map .map-marking-item:nth-child(7) {
  right: 29px;
  bottom: 38px;
  position: absolute;
  top: auto;
  left: auto;
}
@media screen and (min-width: 425px) {
  .map .map-marking-item:nth-child(7) {
    right: 40px;
    bottom: 49px;
  }
}
@media screen and (min-width: 576px) {
  .map .map-marking-item:nth-child(7) {
    right: 57px;
    bottom: 61px;
  }
}
@media screen and (min-width: 768px) {
  .map .map-marking-item:nth-child(7) {
    right: 83px;
    bottom: 77px;
  }
}
@media screen and (min-width: 992px) {
  .map .map-marking-item:nth-child(7) {
    right: 118px;
    bottom: 102px;
  }
}
@media screen and (min-width: 1200px) {
  .map .map-marking-item:nth-child(7) {
    right: 142px;
    bottom: 120px;
  }
}
.map .map-marking-item:nth-child(8) {
  top: 65px;
  right: 120px;
  position: absolute;
  left: auto;
}
@media screen and (min-width: 425px) {
  .map .map-marking-item:nth-child(8) {
    top: 96px;
    right: 166px;
  }
}
@media screen and (min-width: 576px) {
  .map .map-marking-item:nth-child(8) {
    top: 129px;
    right: 220px;
  }
}
@media screen and (min-width: 768px) {
  .map .map-marking-item:nth-child(8) {
    top: 178px;
    right: 302px;
  }
}
@media screen and (min-width: 992px) {
  .map .map-marking-item:nth-child(8) {
    top: 245px;
    right: 414px;
  }
}
@media screen and (min-width: 1200px) {
  .map .map-marking-item:nth-child(8) {
    top: 293px;
    right: 492px;
  }
}
.map .map-marking-point {
  position: relative;
  max-width: 173px;
}
.map .map-marking-point .marking-point {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  bottom: -20px;
  left: 50%;
  position: relative;
  background-color: #0A757E;
  transform: translateX(-50%);
  z-index: 9;
  cursor: pointer;
}
.map .map-marking-point .marking-point::before, .map .map-marking-point .marking-point::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0A757E;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.map .map-marking-point .marking-point::before {
  content: "";
  width: 12px;
  height: 12px;
  opacity: 0.5;
  top: -2px;
  left: -2px;
  z-index: 5;
  animation: pulse-animation 2.1s infinite;
}
.map .map-marking-point .marking-point::after {
  content: "";
  width: 17px;
  height: 17px;
  opacity: 0.3;
  top: -5px;
  left: -5px;
  z-index: 1;
  animation: pulse-animation 2s infinite;
}
.map .map-marking-point .marking-point:hover::before, .map .map-marking-point .marking-point:hover::after {
  content: "";
  content: none;
}

.tippy-box[data-theme~=tooltip] {
  font-size: 12px;
  color: #5D5D66;
  max-width: 173px;
  border-radius: 0.625rem;
  background-color: #fff;
  top: 0;
  border: 1px solid #fff;
}
.tippy-box[data-theme~=tooltip]::before {
  content: "";
  bottom: -12px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
}
.tippy-box[data-theme~=tooltip] .address-info {
  margin-left: 0.625rem !important;
}
.tippy-box[data-theme~=tooltip] .address-info h6 {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}
.tippy-box[data-theme~=tooltip] .address-info span {
  font-size: 12px;
  color: #5d5d66;
  display: block;
}

.tippy-box[data-theme~=tooltip][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #ffffff;
}

.tippy-box[data-theme~=tooltip][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #ffffff;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #0A757E;
  }
  100% {
    box-shadow: 0 0 0 5px rgba(236, 89, 90, 0);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, -20px) rotate(72deg);
  }
  60% {
    transform: translate(83px, -60px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.blog-banner-area {
  background: linear-gradient(83.53deg, rgba(222, 250, 215, 0.1) 0%, #e3fad7 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 270px;
  padding-bottom: 145px;
}
.blog-banner-area .banner-shapes .shape {
  position: absolute;
  z-index: -1;
  animation: animationOne 30s alternate infinite linear;
}
.blog-banner-area .banner-shapes .shape:nth-child(1) {
  bottom: 0%;
  left: -10%;
}
.blog-banner-area .banner-shapes .shape:nth-child(2) {
  top: -10%;
  left: 30%;
}
.blog-banner-area .banner-shapes .shape:nth-child(3) {
  top: 34%;
  right: 7%;
}
.blog-banner-area .banner-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 77px;
  margin-bottom: 36px;
  text-align: center;
}
.blog-banner-area .form-group {
  max-width: 100%;
  margin: 0 50px;
}
.blog-banner-area .tags-label {
  font-size: 14px;
  line-height: 21px;
  color: #6a737c;
  margin-right: 10px;
}
.blog-banner-area .search-tags {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-banner-area .search-tags li {
  display: inline-block;
  margin-right: 5px;
}
.blog-banner-area .search-tags li a {
  color: #171717;
  font-size: 14px;
  padding: 0 15px;
  border: 1px solid #171717;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.blog-banner-area .search-tags li a:hover {
  background-color: #171717;
  color: #fff;
}

.blog-post-area {
  background-color: #f2f4f5;
}
.blog-post-area .col-md-6:nth-child(1) .cate-btn,
.blog-post-area .col-md-6:nth-child(5) .cate-btn {
  background-color: #00b280;
}
.blog-post-area .col-md-6:nth-child(2) .cate-btn,
.blog-post-area .col-md-6:nth-child(6) .cate-btn {
  background-color: #4d7eff;
}
.blog-post-area .col-md-6:nth-child(4) .cate-btn,
.blog-post-area .col-md-6:nth-child(8) .cate-btn {
  background-color: #5c26a0;
}
.blog-post-area .pagination .page-link {
  height: 32px;
  width: 32px;
  border-radius: 4px;
  padding: 0;
  font-size: 14px;
  text-align: center;
  border: 1px solid #0A757E;
  margin-right: 10px;
  margin-top: 10px;
  color: #0A757E;
}
.blog-post-area .pagination .page-link:hover {
  background-color: #0A757E;
  color: #fff;
}
.blog-post-area .pagination .page-item.active .page-link {
  background: #0A757E;
  color: #fff;
}

.post-content {
  padding-left: 35px;
  padding-right: 33px;
}
.post-content .cate-btn {
  font-size: 12px;
  line-height: 14.52px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #171717;
  padding: 5px 14.5px;
  border-radius: 4px;
  margin-bottom: 28px;
}
.post-content .post-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.post-content .post-para {
  color: #6a737c;
  padding-bottom: 35px;
}
.post-content .auth-name {
  font-size: 14px;
  color: #535a60;
  line-height: 16px;
}
.post-content .auth-name i {
  margin-right: 5px;
}
.post-content .post-date p {
  font-size: 14px;
  color: #535a60;
}
.post-content .post-date p i {
  margin-right: 5px;
}

.top-post-item,
.post-item {
  border-radius: 15px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s linear;
}
.top-post-item:hover,
.post-item:hover {
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.175);
}

.top-post-item {
  display: flex;
  justify-content: center;
}
.top-post-item img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.top-post-item .post-content {
  padding-left: 50px;
  padding-right: 35px;
  padding-top: 40px;
}

.post-item {
  margin-bottom: 30px;
}
.post-item img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.post-item .post-content {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.post-item .post-content .cate-btn {
  position: absolute;
  top: -12px;
}

.blog-sidebar .form-group {
  margin: 0;
}
.blog-sidebar .form-group .btn-red {
  position: initial;
  width: 100%;
  margin-top: 30px;
}

.widget-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.widget-para {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 15px;
}

.subscribe-widget {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  padding-bottom: 40px;
}
.subscribe-widget .widget-title {
  margin-bottom: 15px;
}

.social-link-widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-link-widget .social-item {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  width: 100px;
  height: 120px;
}
.social-link-widget .social-item img {
  display: inline-block;
  margin-bottom: 10px;
}
.social-link-widget .social-item .item-number {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.social-link-widget .social-item .item-title {
  font-size: 12px;
  line-height: 19.2px;
  color: #5d5d66;
}

.categorie-widget .categorie-list li {
  margin-bottom: 25px;
}
.categorie-widget .categorie-list li a {
  color: #171717;
  font-size: 15px;
  line-height: 18.15px;
  padding-left: 20px;
  position: relative;
  transition: all 0.3s ease-out;
}
.categorie-widget .categorie-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #848d95;
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
}
.categorie-widget .categorie-list li a span {
  margin-left: 15px;
}
.categorie-widget .categorie-list li a:hover {
  color: #0A757E;
}
.categorie-widget .categorie-list li a:hover::before {
  background-color: #0A757E;
}

.recent-news-widget .news-item {
  display: flex;
  margin-bottom: 20px;
}
.recent-news-widget .news-item img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 20px;
}
.recent-news-widget .news-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  transition: all 0.3s ease-out;
}
.recent-news-widget .news-title:hover {
  color: #0A757E;
}
.recent-news-widget .news-date {
  color: #848d95;
  font-size: 14px;
  line-height: 16.94px;
}
.recent-news-widget .news-date i {
  margin-right: 8px;
}

.tag-widget .tag-list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.tag-widget .tag-list li a {
  font-size: 14px;
  line-height: 16.94px;
  color: #5d5d66;
  padding: 6.5px 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.tag-widget .tag-list li a:hover {
  color: #0A757E;
  border-color: #0A757E;
}

.instagram-widget .widget-title {
  margin-bottom: 40px;
}
.instagram-widget .instagram-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instagram-widget .instagram-item {
  width: 99px;
  height: 99px;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-out;
}
.instagram-widget .instagram-item:hover::before {
  opacity: 1;
}
.instagram-widget .instagram-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(68, 29, 29, 0.5);
  opacity: 0;
}

.blog-single-banner {
  padding-top: 235px;
  padding-bottom: 125px;
}
.blog-single-banner .banner-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
  text-align: left;
}
.blog-single-banner .post-content {
  padding: 0;
}

.single-post-area {
  position: relative;
}
.single-post-area .share-link {
  position: absolute;
  left: -65px;
  top: 135px;
  width: 46px;
}
.single-post-area .share-link li {
  margin-bottom: 10px;
  line-height: 0;
}
.single-post-area .share-link li span {
  font-weight: 500;
  color: #171717;
  font-size: 16px;
  line-height: 20px;
}
.single-post-area .share-link li a {
  transition: all 0.3s ease-out;
  border-radius: 50%;
  border: 1px solid #C8CCD0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 1.8;
}
.single-post-area .share-link li a i:before {
  color: #535A60;
}
.single-post-area .share-link li a:hover {
  background-color: #0A757E;
  border-color: #0A757E;
}
.single-post-area .share-link li a:hover i:before {
  color: #fff;
}
.single-post-area .tag-widget {
  background-color: #fff;
  padding: 40px;
  border-top: 1px solid #e6e6e6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.single-post-area .tag-widget .tag-list li {
  margin-bottom: 0;
}
.single-post-area .tag-widget .tag-list li p {
  font-size: 17px;
  font-weight: 600;
  color: #171717;
}
.single-post-area .widget-title {
  font-size: 30px;
  margin-bottom: 45px;
}

.single-post-item {
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 35px 40px;
  padding-bottom: 0;
}
.single-post-item img {
  border-radius: 5px;
  width: 700px;
}
.single-post-item .post-content {
  padding: 0;
}
.single-post-item .post-content:nth-child(4) {
  padding-bottom: 15px;
}
.single-post-item .post-content .post-para {
  color: #5d5d66;
  line-height: 30px;
  padding-bottom: 25px;
}
.single-post-item .post-list li {
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
.single-post-item .post-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #c4c4c4;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.single-post-item .para-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #171717;
  line-height: 30px;
  margin-bottom: 30px;
}

.single-post-author {
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 50px;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 20px;
}
.single-post-author .auth-name {
  font-size: 19px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.blog-comment-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.blog-comment-box .form-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 17px;
}
.blog-comment-box .form-para {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 15px;
}
.blog-comment-box .form-group {
  margin-top: 30px;
  max-width: 100%;
}
.blog-comment-box .form-group .btn {
  position: inherit;
}
.blog-comment-box .form-control {
  height: 60px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
}
.blog-comment-box .form-control.message {
  height: 160px;
}
.blog-comment-box .form-control:focus {
  border: 1px solid #0A757E;
  box-shadow: none;
}
.blog-comment-box .form-control:focus ~ .floating-label {
  top: -13px;
  left: 26px;
  font-size: 12px;
  color: #0A757E;
  background-color: #fff;
  padding: 0 5px 0 5px;
}
.blog-comment-box .floating-label {
  position: absolute;
  pointer-events: none;
  left: 40px;
  top: 16px;
  transition: 0.2s;
  margin-bottom: 0;
  color: #9199a1;
}
.blog-comment-box .check-input input {
  width: fit-content;
}
.blog-comment-box .check-input label {
  color: #606871;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
