/* ==============
Template name : Saasto - Software & SaaS Startup HTML5 Template
Author : wprealizer
Version : 1.0
Created : 04/19/2022
Last update : 04/19/2022
================= */
/* CSS Index 
-----------------------------------
  1. Global CSS and Reset.
  2.Animations and Background Start
  3. Custom utilities start
  4. Typography css start
  5. Reuseable components start
  6. Navbar area start
  7. Hero style start
  8. fun fact style start
  9. features style start
  10. Blog Style start
  11. Newslatter style start
  12. footer style start
  13. Country map style start
  14. testimonial style start
  15. app download style start
  16. Pricing style start
  17. Register style start
  18. Pyment method style start
  19. Partner style start
  20. Contect Wrapper start
  21. team style start
  22. Blog wrapper start
  23. About wrapper start
  24. service area start
  25. 404 Error page
  26. AI service area
  27. AI Works
  28. AI Dreams
  29. AI Price
  30. Ai Contact
  -- Homepage Five
  31. Hero Five
  32. Brand Carousel
  33. App Gallery
  34. Testimonials
  -- Homepage Six
  35. Hero Six 
  36. Key Capabilities
  37. Testimonials
  38. Pricing
  39. FAQ
  -- Homepage 7
  40. Hero Seven
  41. Heading Style 7
  42. Sponsor Brands

*/
/*====================
1. Global CSS and Reset.
======================*/
/*CSS Variable*/
:root {
  /*color Variable*/
  --c-white: #ffffff;
  --saasto-primary-color: #8976FD;
  --primary-yellow: #FCA61F;
  --c-skyblue: #6DCBFF;
  --c-easter-purple: #C06EF3;
  --c-softblue: #7188FF;
  --c-selective-yellow: #FDBA09;
  --c-light-turquoise: #6DEDC3;
  --text-bright-gray: #332C5C;
  --text-nevy-blue: #18063C;
  --text-purple-haze: #494369;
  --text-purple-haze-700: #494369cc;
  --text-mid-gray: #5E587A;
  --text-soft-black: #1C0E0D;
  --text-bright-green: #5BC17F;
  --border-color: #f0f0f5;

  --c-light-green: #dff8de;
  --c-light-green: #dff8de;
  --c-bright-green: #19c761;
  --c-teal: #1d6c77;
  --c-teal-2: #257682;
  --c-dark-teal: #0a3238;
  --c-black: #061e21;
  --c-black-2: #061d21;
  --c-black-3: #0e0d13;
  --c-black-4: #0B111D;
  --c-blue: #573bff;
  --c-blue-2: #122ec0;
  --c-blue-3: #194BFB;
  --c-black-4: #242632;
  --c-black-5: #1B1B25;
  --c-orange: #febe50;
  --c-gray: #f7f8fa;
  --c-light-white: #f9fbfa;
  --c-indigo: #354ab5;
  --c-dark-gray: rgba(11, 17, 29, 0.70);


  --text-light-purple: #8976FD;

  /*font Variable*/
  --secondary-font: 'Poppins', sans-serif;
  --saasto-primary-font: 'Nunito Sans', sans-serif;
  --ff-inter: 'Inter', sans-serif;

  --transition-2: all 0.2s ease-in-out;
  --transition-3: all 0.3s ease-in-out;
  --transition-4: all 0.4s ease-in-out;
  --transition-5: all 0.5s ease-in-out;
}


body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

ins,
a {
  text-decoration: none !important;
  color: unset;
}

.postbox__details li {
  list-style: unset;
}

/* *****
 input's defult style
 **** */
input {
  padding: 8px 15px;
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 5px;
  height: 45px;
}

input:focus {
  outline: none !important;
  border: 1px solid #c27c7c;
}

input[type="submit"] {
  background: #000000;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #000000;
  text-transform: uppercase;
}

input[type="submit"]:hover {
  background: #ffffff;
  color: #000000;
}

input[type="submit"]:focus {
  outline: none;
}

a {
  color: unset;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  color: unset;
}

/* img {
  max-width: 100%;
  height: auto;
} */

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: unset;
}

ul {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 8px 10px;
  background: #ffffff;
  border-radius: 5px;
  display: block;
  width: 100%;
  border: 1px solid #eee;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

select {
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0;
  height: 45px;
}

select:focus {
  outline: none;
  border: 1px solid #ff5235;
}

/* *****
 table's defult style
 **** */
table tbody tr td,
table tbody tr th,
table thead tr td,
table thead tr th,
table tfoot tr td,
table tfoot tr th {
  border: 1px solid #eee;
  padding: 10px 10px;
}

/* =============================
   Global CSS end
 ==============================*/
/* =============================
  2.Animations and Background Start
 ==============================*/
.anima-trasform-y-1 {
  -webkit-animation: anima-trasform-y-one 3s ease infinite alternate;
  animation: anima-trasform-y-one 3s ease infinite alternate;
}

@-webkit-keyframes anima-trasform-y-one {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes anima-trasform-y-one {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.anima-trasform-x-1 {
  -webkit-animation: anima-trasform-x-one 2.5s ease infinite alternate;
  animation: anima-trasform-x-one 2.5s ease infinite alternate;
}

@-webkit-keyframes anima-trasform-x-one {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

@keyframes anima-trasform-x-one {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

.anima-trasform-z-1 {
  -webkit-animation: anima-trasform-z-one 2s ease infinite alternate;
  animation: anima-trasform-z-one 2s ease infinite alternate;
}

@-webkit-keyframes anima-trasform-z-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes anima-trasform-z-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

.hero-animated-shape {
  right: 105%;
}

.florting-balon-icon {
  top: 30%;
}

.corner-line {
  width: 5%;
}

.highlighter-shape {
  width: 70%;
}

/* =============================
 Animations and Background end
 ==============================*/
/* =============================
  3. Custom utilities start
 ==============================*/
.page-gap-xl-top {
  padding-top: 240px;
}

.section-gap-xl-top {
  padding-top: 140px;
}

.section-gap-xl-bottom {
  padding-bottom: 140px;
}

.section-gap-top-y-1 {
  padding-top: 120px;
}

.section-gap-top-y-2 {
  padding-top: 105px;
}

.section-gap-bottom-y-1 {
  padding-bottom: 120px;
}

.page-end-gap-bottom {
  margin-bottom: 100px;
}

.max-width-unset {
  max-width: unset !important;
}

.img-contain {
  width: 100%;
}

.low-index {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-5 {
  z-index: 5;
}

.font-inter {
  font-family: var(--ff-inter);
}

.font-poppins {
  font-family: var(--secondary-font);
}

.font-nunito {
  font-family: var(--saasto-primary-font);
}

.primary-purple {
  color: var(--saasto-primary-color);
}

.primary-yellow {
  color: var(--primary-yellow);
}

.text-bright-gray {
  color: var(--text-bright-gray);
}

.text-purple-haze {
  color: var(--text-purple-haze);
}

.text-purple-haze-700 {
  color: var(--text-purple-haze-700);
}

.text-mid-gray {
  color: var(--text-mid-gray);
}

.text-soft-black {
  color: var(--text-soft-black);
}

.text-bright-green {
  color: var(--text-bright-green);
}

.text-nevy-blue {
  color: var(--text-nevy-blue);
}

.feature-shadow-img {
  -webkit-box-shadow: 40px 60px 120px rgba(0, 0, 0, 0.03);
  box-shadow: 40px 60px 120px rgba(0, 0, 0, 0.03);
  border-radius: 31px;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.circle-shadow {
  -webkit-box-shadow: -15px 15px 60px rgba(25, 15, 44, 0.08);
  box-shadow: -15px 15px 60px rgba(25, 15, 44, 0.08);
}

.circle-shadow-two {
  -webkit-box-shadow: 0px 64px 64px -20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 64px 64px -20px rgba(0, 0, 0, 0.1);
}

.line-height-70 {
  line-height: 70px;
}

.top-25 {
  top: 25%;
}

.pt-20 {
  padding-top: 20px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mt-100 {
  margin-top: 100px;
}

.pt-xxl {
  padding-top: 220px;
}

.breadcrumb-info h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  text-transform: capitalize;
  color: var(--text-bright-gray);
  margin-bottom: 15px;
}

.breadcrumb-info span {
  font-family: var(--secondary-font);
  font-weight: 400;
}

.breadcrumb_right_arr i {
  font-size: 13px;
}

.btn-fill-purple {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: var(--text-light-purple);
  padding: 15px 40px;
  background: transparent;
  border-radius: 40px;
  line-height: 28px;
  border: 1px solid var(--text-light-purple);
  font-family: var(--secondary-font);
  transition: all .3s;
}

.btn-fill-purple:hover {
  color: #8976FD;
  background: #e9e6ff;
}

/* =============================
 Custom utilities end
 ==============================*/
/* =============================
   4. Typography css start
 ==============================*/
/*body typography styles*/
p {
  margin: 0;
  font-family: var(--saasto-primary-font);
  font-style: normal;
}

/*Heading typography styles*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: var(--secondary-font);
  font-style: normal;
}

h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 130%;
  text-transform: capitalize;
}

h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  text-transform: capitalize;
}

h3 {
  font-weight: 600;
  font-size: 44px;
  line-height: 140%;
  text-transform: capitalize;
}

h4 {
  font-weight: 600;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 140%;
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  text-transform: capitalize;
}

.text-xxl {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 90px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.body-disply-1 {
  font-family: var(--saasto-primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
}

.body-disply-2 {
  font-family: var(--ff-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: rgba(64, 64, 64, 0.8);
}

/* =============================
   Typography css end
 ==============================*/
/* =============================
   5. Reuseable components start
 ==============================*/
.btn-transparent-v1 {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #5BC17F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-transparent-v1:hover {
  color: #41aa65;
}

.btn-transparent-v1:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.btn-transparent-v1 i {
  margin-left: 8px;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-transparent-v1 i::before {
  vertical-align: middle;
}

.submit-defult-btn {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--saasto-primary-font);
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  background: #FCA61F;
  border-radius: 15px;
  position: relative;
  padding: 18px 32px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.submit-defult-btn:hover {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
  color: #fff;
  background: #fb9c04;
}

.btn-fill-rounded {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--saasto-primary-font);
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  background: var(--saasto-primary-color);
  border-radius: 15px;
  position: relative;
  padding: 18px 32px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 992px) {

  .btn-fill-rounded,
  .btn-fill-rounded {
    padding: 14px 28px;
    font-size: 16px;
  }
}

a.saasto-btn:not(.download-btn-outlined) i {
  margin-left: 10px;
}

.btn-fill-rounded:hover {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(115, 94, 253, 0.1), 0 0.5rem 1rem -0.75rem rgba(115, 94, 253, 0.1) !important;
  box-shadow: 0 1rem 2.5rem rgba(115, 94, 253, 0.1), 0 0.5rem 1rem -0.75rem rgba(115, 94, 253, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  color: #fff;
  background: #735dfd;
}

.btn-outlined-round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: 18px;
  color: var(--saasto-primary-color);
  font-family: var(--saasto-primary-font);
  border: 1px solid var(--saasto-primary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 15px 31px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-outlined-round.hover-fill:hover {
  background: #8976FD;
  color: #fff;
}

.btn-outlined-round:hover {
  background: rgba(137, 118, 253, 0.1);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  color: var(--saasto-primary-color);
}

.btn-transparent-xl {
  font-family: var(--saasto-primary-font);
  font-weight: 700;
  font-size: 18px;
  color: var(--saasto-primary-color);
  padding: 13px;
}

.btn-transparent-xl.btn-transparent-v2 {
  color: #FF553E;
}

.btn-transparent-xl.btn-transparent-v2:hover {
  color: #FF553E;
}

.btn-transparent-xl.btn-transparent-v3 {
  color: #5BC17F;
}

.btn-transparent-xl.btn-transparent-v3:hover {
  color: #5BC17F;
}

.btn-transparent-xl:hover {
  color: var(--saasto-primary-color);
}

.btn-fill-pill {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding: 23px 40px;
  background: #FF553E;
  border-radius: 40px;
  line-height: 28px;
  font-family: var(--secondary-font);
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .btn-fill-pill {
    font-size: 16px;
    padding: 16px 32px;
  }
}

.btn-fill-pill.md-btn {
  padding: 16px 32px;
}

.btn-fill-pill span {
  position: absolute;
  width: 40%;
  background: #ff3014;
  border-radius: 34px;
  height: 150px;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  left: 0%;
  top: 100%;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn-fill-pill:hover {
  color: #fff;
}

.btn-fill-pill:hover span {
  -webkit-transform: skewX(15deg) translateY(-75%);
  transform: skewX(15deg) translateY(-75%);
}

.btn-fill-pill:hover::after {
  -webkit-transform: skewX(15deg) translateY(-75%);
  transform: skewX(15deg) translateY(-75%);
}

.btn-fill-pill:hover::before {
  -webkit-transform: skewX(15deg) translateY(-75%);
  transform: skewX(15deg) translateY(-75%);
}

.btn-fill-pill::before {
  position: absolute;
  content: "";
  width: 40%;
  background: #ff3014;
  border-radius: 34px;
  height: 150px;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  left: 40%;
  top: 100%;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.btn-fill-pill::after {
  position: absolute;
  content: "";
  width: 40%;
  background: #ff3014;
  border-radius: 34px;
  height: 150px;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  left: 80%;
  top: 100%;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.btn-fill-pill-v2 {
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  background: #5bc17f;
  border-radius: 34px;
  display: inline-block;
  padding: 23px 40px;
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 992) {
  .btn-fill-pill-v2 {
    font-size: 16px;
    padding: 16px 32px;
  }
}

.btn-fill-pill-v2.md-btn {
  padding: 16px 32px;
}

.btn-fill-pill-v2 span {
  position: absolute;
  width: 40%;
  background: #41aa65;
  border-radius: 34px;
  height: 150px;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  left: 0%;
  top: 100%;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn-fill-pill-v2:hover {
  color: #fff;
}

.btn-fill-pill-v2:hover span {
  -webkit-transform: skewX(15deg) translateY(-75%);
  transform: skewX(15deg) translateY(-75%);
}

.btn-fill-pill-v2:hover::after {
  -webkit-transform: skewX(15deg) translateY(-75%);
  transform: skewX(15deg) translateY(-75%);
}

.btn-fill-pill-v2:hover::before {
  -webkit-transform: skewX(15deg) translateY(-75%);
  transform: skewX(15deg) translateY(-75%);
}

.btn-fill-pill-v2::before {
  position: absolute;
  content: "";
  width: 40%;
  background: #41aa65;
  border-radius: 34px;
  height: 150px;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  left: 40%;
  top: 100%;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.btn-fill-pill-v2::after {
  position: absolute;
  content: "";
  width: 40%;
  background: #41aa65;
  border-radius: 34px;
  height: 150px;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  left: 80%;
  top: 100%;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.btn-fill-pill-v3 {
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  background: #ffffff;
  border-radius: 34px;
  display: inline-block;
  padding: 23px 40px;
  position: relative;
  z-index: 1;
  color: #5BC17F;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 992px) {
  .btn-fill-pill-v3 {
    padding: 16px 34px;
    font-size: 16px;
  }
}

.btn-fill-pill-v3 span {
  position: absolute;
  width: 40%;
  background: #41aa65;
  border-radius: 34px;
  height: 150px;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  left: 0%;
  top: 100%;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn-fill-pill-v3:hover {
  color: #fff;
}

.btn-fill-pill-v3:hover span {
  -webkit-transform: skewX(15deg) translateY(-75%);
  transform: skewX(15deg) translateY(-75%);
}

.btn-fill-pill-v3:hover::after {
  -webkit-transform: skewX(15deg) translateY(-75%);
  transform: skewX(15deg) translateY(-75%);
}

.btn-fill-pill-v3:hover::before {
  -webkit-transform: skewX(15deg) translateY(-75%);
  transform: skewX(15deg) translateY(-75%);
}

.btn-fill-pill-v3::before {
  position: absolute;
  content: "";
  width: 40%;
  background: #41aa65;
  border-radius: 34px;
  height: 150px;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  left: 40%;
  top: 100%;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.btn-fill-pill-v3::after {
  position: absolute;
  content: "";
  width: 40%;
  background: #41aa65;
  border-radius: 34px;
  height: 150px;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  left: 80%;
  top: 100%;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.btn-fill-outlined {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #FF553E;
  padding: 23px 40px;
  background: transparent;
  border-radius: 40px;
  line-height: 28px;
  border: 1px solid #FF553E;
  font-family: var(--secondary-font);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-fill-outlined:hover {
  color: #FF553E;
  background: #ffd2cc;
}

/*Preloder CSS*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #FFFFFF;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader .spinner-wrap {
  width: 140px;
  height: 140px;
  position: relative;
}

.preloader .preloder-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .spinner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #f3f3f3;
  border-top: 3px solid #8976FD;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* =============================
   Reuseable components end
 ==============================*/
/* =============================
   6. Navbar area start 
 ==============================*/
.inner-logo {
  padding-top: 40px;
}

.standard-logo img {
  max-width: 180px;
}

.inner-contact-options .contact-box-inner {
  font-weight: 600;
  font-size: 15px;
  color: #2d373c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-top: 8px;
}

.inner-contact-options .contact-box-inner a {
  color: inherit;
  display: inline-block;
}

.inner-contact-options .contact-box-inner i {
  margin-right: 10px;
  color: #2d373c;
}

/*header-area*/
header .header-area {
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .header-area .main-nav ul li .sub-menu {
  -webkit-box-shadow: rgba(12, 12, 50, 0.1) 0px 4px 10px, rgba(12, 12, 20, 0.02) 0px 8px 32px;
  box-shadow: rgba(12, 12, 50, 0.1) 0px 4px 10px, rgba(12, 12, 20, 0.02) 0px 8px 32px;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  background: #fff;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .header-area .main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

header .header-area .main-nav ul li .sub-menu>li {
  display: block;
  margin: 0;
  position: relative;
}

header .header-area .main-nav ul>li a:hover {
  background: transparent;
  color: var(--saasto-primary-color) !important;
}

header .header-area .main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #2d373c;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

header .header-area .main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

header .header-area .main-nav>ul>li+li>.sub-menu {
  left: 15px;
}

header .header-area .main-nav>ul>li:hover>.sub-menu {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

header .header-area .main-nav ul li .sub-menu li:hover>.sub-menu,
header .header-area .main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

header .header-area .main-nav ul {
  margin: 0;
  list-style: none;
}

header .header-area .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

header .header-area .main-nav ul li:hover>a {
  color: var(--saasto-primary-color);
}

header .header-area .main-nav ul li:hover>a::before {
  opacity: 1;
  background: #f96822;
}

header .header-area .main-nav ul li a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 30.5px 0;
  position: relative;
  font-family: var(--saasto-primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: var(--text-bright-gray);
}

header .header-area .main-nav ul li ul.sub-menu>li {
  padding: 0;
}

header .header-area .main-nav ul li ul.sub-menu>li a {
  display: block;
  padding: 7px 15px;
  color: #565c5e;
  line-height: 140%;
  text-transform: capitalize;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .header-area .main-nav ul li ul.sub-menu>li a.active {
  color: #f96822;
  font-weight: 600;
}

header .header-area .main-nav ul li ul.sub-menu>li a:hover {
  background: transparent;
  color: var(--saasto-primary-color) !important;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

header .header-area .main-nav ul li ul.sub-menu>li a:hover::before {
  opacity: 0;
}

header .header-area .main-nav ul li.has-child-menu:after {
  position: absolute;
  right: 0;
  color: var(--text-bright-gray);
  font-family: bootstrap-icons !important;
  content: "\f282";
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 36px;
  transition: all 0.5s ease-in-out;
}

header .header-area .main-nav ul li ul li.has-child-menu:after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(270deg) !important;
  transform: translateY(-50%) rotate(270deg) !important;
  right: 10px;
}

header .header-area .main-nav ul li:hover.has-child-menu:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

header .header-area .main-nav>ul>li>a.active {
  color: #f96822;
  font-weight: 600;
  font-size: 16px;
}

header .header-area .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

header .header-area .nav-right a {
  margin-right: 24px;
}

header .header-area .nav-right a:last-child {
  margin-right: 0;
}

header .header-transparent {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 25px;
}

.admin-bar .header-area.header-one.sticky {
  margin-top: 32px;
}

.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
  padding: 0;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

/* =============================
      Navbar area end 
 ==============================*/
/* =============================
   7. Hero style start
 ==============================*/
.background-wrap {
  overflow: hidden;
}

.background-wrap.inner-bg {
  background: url(../img/backgrounds/inner-bg.png) no-repeat center;
  background-size: cover;
}

.background-wrap.home-bg-one {
  background: url(../img/backgrounds/home-bg-one.png) no-repeat center;
  background-size: cover;
}

.background-wrap.home-bg-two {
  background: url(../img/backgrounds/home-bg-two.png) no-repeat center;
  background-size: cover;
}

.background-wrap.home-bg-ai {
  background: url(../img/backgrounds/home-bg-ai.png) no-repeat center;
  background-size: cover;
}

/*hero style one*/
.hero-one-row {
  min-height: 950px;
}

.hero-florting-col .hero-line-vactor {
  position: absolute;
  left: 10%;
  top: 12%;
  width: 25%;
}

.hero-style-one {
  overflow-x: hidden;
}

.hero-style-one .hero-content p {
  max-width: 465px;
  color: rgba(28, 14, 13, 0.8);
}

.hero-style-one .hero-content .hero-btn {
  padding-top: 38px;
}

.hero-img-filter {
  -webkit-filter: drop-shadow(-10px 20px 60px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(-10px 20px 60px rgba(0, 0, 0, 0.05));
  border-radius: 21px;
}

/*hero style two*/
.hero-style-two-wrapper {
  overflow: hidden;
}

.hero-style-two {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-style-two .hero-mobil-screen {
  right: -102px;
  bottom: -325px;
}

.hero-style-two .hero-contents .hero-floting-img-one,
.hero-style-two .hero-contents .hero-floting-img-two {
  width: 18%;
}

.hero-style-two .hero-contents .hero-floting-img-one {
  bottom: 70%;
}

.hero-style-two .hero-contents h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 90px;
}

.hero-style-two .hero-contents p {
  font-family: var(--ff-inter);
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: rgba(64, 32, 30, 0.8);
  padding-top: 25px;
  max-width: 595px;
  margin: 0 auto;
}

.hero-style-two .hero-contents .hero-btn {
  padding-top: 65px;
}

/*hero-style-three*/
.hero-style-three {
  padding-top: 160px;
  padding-bottom: 80px;
}

.hero-style-three .hero-mobil-screen .hero-screen-three {
  max-width: 123%;
}

.hero-style-three .hero-mobil-screen .animated-kit {
  width: 57%;
  top: 30%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 24px 40px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 24px 40px rgba(34, 34, 34, 0.1);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 30px;
  overflow: hidden;
  right: -30%;
}

.hero-style-three .hero-mobil-screen .animated-kit-two {
  background: white;
  -webkit-box-shadow: 0px 24px 40px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 24px 40px rgba(34, 34, 34, 0.1);
  border-radius: 30px;
  overflow: hidden;
  bottom: 7%;
  left: -4%;
  width: 41%;
}

.hero-style-three .dot-shape {
  position: absolute;
  top: 10%;
  left: 0;
}

.hero-style-three .hero-content h1 {
  color: #18063C;
}

.hero-style-three .hero-content p {
  max-width: 595px;
  padding-top: 24px;
  font-size: 20px;
}

.hero-style-three .hero-content .hero-btn {
  margin-top: 64px;
}

.hero-animated-blobs span {
  position: absolute;
  border-radius: 50%;
  -webkit-animation: dot-scale-up 1.2s infinite linear alternate;
  animation: dot-scale-up 1.2s infinite linear alternate;
}

@-webkit-keyframes dot-scale-up {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes dot-scale-up {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.hero-animated-blobs span:first-child {
  height: 14px;
  width: 14px;
  background: #FD4C5C;
  bottom: 35%;
  left: 6%;
}

.hero-animated-blobs span:nth-child(2) {
  height: 8px;
  width: 8px;
  background: #1293EC;
  top: 15%;
  left: 15%;
}

.hero-animated-blobs span:nth-child(3) {
  height: 10px;
  width: 10px;
  background: #FD4C5C;
  bottom: 25%;
  left: 40%;
}

.hero-animated-blobs span:nth-child(4) {
  height: 14px;
  width: 14px;
  background: #FD4C5C;
  bottom: 50%;
  left: 50%;
}

.hero-animated-blobs span:nth-child(5) {
  height: 20px;
  width: 20px;
  background: #5ABE7D;
  top: 10%;
  left: 70%;
}

/* =============================
     Hero style end
 ==============================*/
/* =============================
   8. fun fact style start
 ==============================*/
/*fun fact style one*/
.single-fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-fact:hover .fact-icon {
  background: rgba(192, 110, 243, 0.3);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.single-fact:hover .fact-icon.bg-varient-1 {
  background: rgba(253, 186, 9, 0.3);
}

.single-fact:hover .fact-icon.bg-varient-2 {
  background: rgba(109, 237, 195, 0.3);
}

.single-fact .fact-icon {
  width: 128px;
  height: 128px;
  background: rgba(192, 110, 243, 0.2);
  -webkit-box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.02);
  box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.02);
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 32px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.single-fact .fact-icon.bg-varient-1 {
  background: rgba(253, 186, 9, 0.2);
}

.single-fact .fact-icon.bg-varient-2 {
  background: rgba(109, 237, 195, 0.2);
}

.single-fact .fact-disc p {
  font-weight: 400;
  font-size: 18px;
  color: var(--text-mid-gray);
  padding-top: 8px;
}

/*fun fact style two*/
.fun-fact-style-two {
  position: relative;
}

.fun-fact-style-two .fun-fact-overlay {
  position: absolute;
  background: #fff8f2;
  inset: 0;
}

.fun-fact-style-two .fun-fact-bg-wrap {
  background: url(../img/shapes/fun-fact-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 9;
  padding: 100px 0;
}

.single-fact-style-two {
  text-align: center;
}

.single-fact-style-two h2 {
  padding-bottom: 2px;
}

.single-fact-style-two span {
  font-family: var(--ff-inter);
  font-weight: 400;
  font-size: 18px;
  color: rgba(64, 64, 64, 0.6);
}

/*fun fact style three*/
.single-fact-style-three {
  text-align: center;
}

.single-fact-style-three.has-border-right {
  border-right: 1px solid rgba(30, 12, 62, 0.2);
}

.single-fact-style-three p {
  font-family: var(--ff-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: rgba(64, 64, 64, 0.6);
  padding-top: 10px;
}

/* =============================
     fun fact style end
 ==============================*/
/* =============================
   9.  features style start
 ==============================*/
/*features style one*/
.work-feature-style-one .w-feature-content-title {
  padding-bottom: 16px;
}

.work-feature-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  max-width: 528px;
}

.work-feature-card:hover .feature-icon {
  -webkit-transform: rotate3d(1, 1, 1, 360deg);
  transform: rotate3d(1, 1, 1, 360deg);
}

.work-feature-card .feature-icon {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  width: 90px;
  height: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 24px;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.work-feature-card .feature-info p {
  font-family: var(--saasto-primary-font);
  font-weight: 400;
  font-size: 18px;
  color: #5E587A;
  padding-top: 4px;
}

.features-screen-group {
  -webkit-transform: translateX(-230px);
  transform: translateX(-230px);
}

.single-feature-content-one {
  max-width: 485px;
}

.single-feature-one-style .single-feature-one-bg {
  width: 72%;
  top: -10%;
  bottom: -10%;
  background: rgba(253, 186, 9, 0.1);
  border-radius: 60px;
}

.feature-screen-dots {
  position: absolute;
  right: 0;
  bottom: -6%;
  max-width: 14%;
}

.single-feature-screens .feat-one-screen {
  -webkit-box-shadow: 40px 60px 120px rgba(0, 0, 0, 0.03);
  box-shadow: 40px 60px 120px rgba(0, 0, 0, 0.03);
  border-radius: 14px;
}

.single-feature-screens .feat-one-screen.feat-one-screen-sm {
  -webkit-transform: translateX(26%);
  transform: translateX(26%);
}

.single-feature-screens .feat-one-line {
  position: absolute;
  z-index: 1;
  left: 43%;
  width: 27%;
  top: 1%;
}

.single-feature-screens .feat-one-dots {
  position: absolute;
  bottom: 4%;
  left: 12%;
  width: 24%;
}

.feature-single-dot {
  position: absolute;
  right: 13%;
  top: -10%;
  width: 32%;
}

/*features style two*/
.feature-card-style-one {
  background: #70D0DC;
  -webkit-box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
  box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
  border-radius: 48px;
  padding: 28px;
  padding-bottom: 22px;
}

.feature-card-style-one:hover .feature-icon {
  -webkit-transform: rotate3d(1, 1, 1, 360deg);
  transform: rotate3d(1, 1, 1, 360deg);
}

.feature-card-style-one.bg-varient-2 {
  background: #FA865F;
}

.feature-card-style-one.bg-varient-2 .feature-icon {
  background: rgba(255, 255, 255, 0.5);
}

.feature-card-style-one.bg-varient-1 {
  background: #7562E0;
}

.feature-card-style-one.bg-varient-1 .feature-icon {
  background: rgba(255, 255, 255, 0.5);
}

.feature-card-style-one .feature-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
  box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
  border-radius: 24px;
  width: 88px;
  height: 88px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}

@media screen and (max-width: 992px) {
  .feature-card-style-one .feature-icon {
    width: 70px;
    height: 70px;
  }

  .feature-card-style-one .feature-icon img {
    max-width: 38px;
  }

  .feature-card-style-one .feature-disc h5 {
    font-size: 24px !important;
  }
}

.feature-card-style-one .feature-disc {
  padding-top: 18px;
}

.feature-card-style-one .feature-disc h5 {
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
}

.feature-card-style-one .feature-disc p {
  padding-top: 5px;
  font-family: var(--ff-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.feature-card-style-two {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 480px;
  margin-top: 40px;
}

.feature-card-style-two.varient-1 .feature-icon {
  background: #7AD6E1;
}

.feature-card-style-two.varient-2 .feature-icon {
  background: #FFC954;
}

.feature-card-style-two .feature-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 88px;
  height: 88px;
  background: #FA855C;
  border-radius: 20px;
  margin-top: 8px;
  margin-right: 24px;
}

.feature-card-style-two .feature-disc h5 {
  font-weight: 600;
  font-size: 28px;
  color: #404040;
}

.feature-card-style-two .feature-disc p {
  font-family: var(--ff-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: rgba(64, 64, 64, 0.8);
}

.single-feature-style-three {
  background: rgb(239 249 250 / 60%);
  overflow-x: hidden;
}

.single-feature-style-three .feature-three-screen img {
  -webkit-filter: drop-shadow(0px 32px 54px rgba(65, 74, 85, 0.05));
  filter: drop-shadow(0px 32px 54px rgba(65, 74, 85, 0.05));
  border-radius: 20px;
}

.feature-card-style-three {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 464px;
  margin-top: 60px;
}

@media screen and (max-width: 992px) {
  .feature-card-style-three {
    margin-top: 40px;
  }
}

.feature-card-style-three.feature-futured-card {
  margin-left: 145px;
}

.feature-card-style-three.varient-1 .feature-icon {
  background: #FE6292;
}

.feature-card-style-three.varient-2 .feature-icon {
  background: #6B72FF;
}

.feature-card-style-three .feature-icon {
  background: #5BC17F;
  border-radius: 28px;
  min-width: 116px;
  height: 116px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
  padding: 10px;
  margin-right: 30px;
}

.feature-card-style-three .feature-disc h5 {
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 28px;
  color: #404040;
  padding-bottom: 12px;
}

@media screen and (max-width: 992px) {

  .feature-card-style-three .feature-disc h5 {
    font-size: 24px;
    padding-bottom: 8px;
  }
}

.single-feature-style-two .feature-analytics-contents {
  max-width: 568px;
}

.single-feature-style-two .float-screen-one {
  top: -50px;
  right: -80px;
}

.single-feature-style-two .float-screen-two {
  left: -70px;
  top: 20%;
}

.single-feature-style-two .float-screen-three {
  right: -140px;
  top: 40%;
}

.single-feature-style-two .float-screen-four {
  right: -50px;
  bottom: 40px;
}

/*features style four*/
.feature-style-four .feature-four-content {
  max-width: 550px;
  margin-left: 68px;
}

.feature-style-four .feature-four-animi {
  width: 39%;
  right: 6%;
}

/*features style five*/
.feature-style-five .feature-animi {
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 10px 8px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 8px 40px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 22px;
  width: 44%;
}

.feature-card-style-four {
  text-align: center;
  background: #FFFFFF;
  -webkit-box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
  box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
  border-radius: 30px;
  padding: 36px 24px;
  padding-bottom: 28px;
}

.feature-card-style-four .feature-icon {
  min-height: 68px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-card-style-four .feature-disc {
  padding-top: 15px;
}

.feature-card-style-four .feature-disc h5 {
  color: #404040;
}

.feature-card-style-four .feature-disc P {
  font-size: 16px;
  color: rgba(82, 82, 82, 0.8);
  line-height: 26px;
  padding-top: 10px;
}

/*feature style six*/
.feature-six-screen {
  position: relative;
}

.feature-six-screen img {
  margin-left: 30px;
}

.feature-six-screen .feature-six-bg {
  position: absolute;
  width: 610px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F0F0F5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.feature-six-screen .feature-six-bg::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #FD4C5C;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  -webkit-animation: circle-around 8s linear infinite;
  animation: circle-around 8s linear infinite;
}

.feature-six-screen .feature-six-bg::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #FD4C5C;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  -webkit-animation: circle-around 6s linear infinite;
  animation: circle-around 6s linear infinite;
}

.feature-six-contents {
  max-width: 600px;
}

.feature-action-single {
  background: #FFFFFF;
  border-radius: 30px;
  -webkit-box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
  box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.06);
  color: #404040;
  padding: 30px;
  padding-bottom: 22px;
  max-width: 270px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.feature-action-single:hover {
  background: #5BC17F;
  color: #FFFEFE;
}

.feature-action-single:hover p {
  color: rgba(255, 254, 254, 0.8);
}

.feature-action-single:hover .action-btn a {
  color: #fff;
}

.feature-action-single.feature-action {
  background: #5BC17F;
  color: #FFFEFE;
}

.feature-action-single.feature-action p {
  color: rgba(255, 254, 254, 0.8);
}

.feature-action-single.feature-action .action-btn a {
  color: #fff;
}

.feature-action-single h5 {
  line-height: 100%;
  padding-bottom: 12px;
}

.feature-action-single p {
  color: rgba(82, 82, 82, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--ff-inter);
  padding-bottom: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.feature-action-single .action-btn a {
  color: #38363C;
  font-size: 20px;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@-webkit-keyframes circle-around {
  0% {
    -webkit-transform: rotate(360deg) translate(-305px);
    transform: rotate(360deg) translate(-305px);
  }

  100% {
    -webkit-transform: rotate(0deg) translate(-305px);
    transform: rotate(0deg) translate(-305px);
  }
}

@keyframes circle-around {
  0% {
    -webkit-transform: rotate(360deg) translate(-305px);
    transform: rotate(360deg) translate(-305px);
  }

  100% {
    -webkit-transform: rotate(0deg) translate(-305px);
    transform: rotate(0deg) translate(-305px);
  }
}

/* =============================
     features style end
 ==============================*/
/* =============================
    10. Blog Style start
 ==============================*/
.saasto-blog-loops,
.saasto-blog-area,
.saasto-page-area {
  margin-top: 100px;
  margin-bottom: 100px;
}

.blog-style-one .blog-header p {
  font-size: 18px;
}

.blog-style-one .blog-slider-nav .blog-prev {
  margin-right: 18px;
}

.blog-style-one .blog-slider-nav .blog-next i,
.blog-style-one .blog-slider-nav .blog-prev i {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: rgba(137, 118, 253, 0.2);
  border-radius: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  color: var(--saasto-primary-color);
}

.blog-style-one .blog-slider-nav .blog-next i:hover,
.blog-style-one .blog-slider-nav .blog-prev i:hover {
  background: var(--saasto-primary-color);
  color: #fff;
}

.blog-card-style-one:hover .blog-thumb {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.blog-card-style-one:hover .blog-thumb img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.blog-card-style-one:hover .blog-disc .blog-title {
  color: var(--text-bright-gray);
}

.blog-card-style-one .blog-thumb {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-card-style-one .blog-thumb img {
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-card-style-one .blog-disc .blog-meta {
  padding-top: 22px;
}

.blog-card-style-one .blog-disc .blog-meta a {
  display: inline-block;
  font-family: var(--saasto-primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #5E587A;
}

.blog-card-style-one .blog-disc .blog-title {
  color: rgba(51, 44, 92, 0.8);
  margin-top: 18px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-card-style-one .blog-disc .blog-title a {
  color: inherit;
}

.blog-card-style-one .blog-disc .blog-btn {
  margin-top: 26px;
}

.blog-card-style-one .blog-disc .blog-btn a {
  font-family: var(--saasto-primary-font);
  font-weight: 700;
  font-size: 18px;
  color: var(--saasto-primary-color);
  display: inline-block;
  background: rgba(137, 118, 253, 0.2);
  border-radius: 15px;
  padding: 15px 32px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;

}

.blog_loop_item .post-gallery-slider-item img {
  height: auto;
}

@media screen and (max-width: 992px) {
  .blog-card-style-one .blog-disc .blog-btn a {
    padding: 12px 28px;
    font-size: 16px;
  }
}

.blog-card-style-one .blog-disc .blog-btn a:hover {
  background: rgba(137, 118, 253, 0.3);
}

.blog-carousel .blog-thumb img {
  min-height: 360px;
  height: 100%;
  object-fit: cover;
}

.blog__post_thumb,
.blog__post_video,
.blog__post_audio {
  margin-bottom: 25px;
  border-radius: 12px;
}

.single-post .blog-meta {
  margin: -0.3em 0 15px 0;
}

.single-post .blog-meta i {
  color: var(--saasto-primary-color);
  font-size: 14px;
}

.single-post .blog-meta span {
  margin-right: 5px;
}

.single-post .blog-meta {
  border-bottom: 1px solid rgba(94, 88, 122, 0.14);
  width: 100%;
  display: block;
  padding-bottom: 20px;
}

.post-popup-video {
  width: 80px;
  height: 80px;
  display: block;
  background: #ff553e;
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 35px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog__post_audio iframe {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.sidebar-wrap {
  padding-left: 20px;
}

.sidebar-wrap .widget {
  margin-bottom: 40px;
  padding: 40px 40px;
  border: 1px solid #f0f0f5;
  border-radius: 15px;
}

.sidebar-wrap .widget:last-child {
  margin-bottom: 0;
}

.sidebar-wrap .widget .sidebar-search {
  -webkit-box-shadow: 0px 0px 23px -12px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 23px -12px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  margin-bottom: 7px;
}

.sidebar-wrap .widget .sidebar-search input {
  width: 100%;
  padding: 34px 161px 34px 30px;
  background: #FFFFFF;
  border: none;
}

.sidebar-wrap .widget .sidebar-search input::-webkit-input-placeholder {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  color: #5E587A;
  opacity: 0.7;
}

.sidebar-wrap .widget .sidebar-search input:-ms-input-placeholder {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  color: #5E587A;
  opacity: 0.7;
}

.sidebar-wrap .widget .sidebar-search input::-ms-input-placeholder {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  color: #5E587A;
  opacity: 0.7;
}

.sidebar-wrap .widget .sidebar-search input::placeholder {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  color: #5E587A;
  opacity: 0.7;
}

.sidebar-wrap .widget .sidebar-search i {
  font-size: 30px;
  cursor: pointer;
}

.widget_search .search-btn {
  border: 0;
  background: none;
  padding: .0;
}

.sidebar-wrap .widget .sidebar-title h3 {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-transform: capitalize;
  color: var(--text-bright-gray);
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 30px;
}

.sidebar-wrap .widget .sidebar-title h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #5E587A;
  opacity: 0.1;
  bottom: 0;
}

.sidebar-wrap .widget .sidebar-title h3::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 20%;
  background: var(--saasto-primary-color);
  bottom: 0;
  left: 0;
}

.widget .latest-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.widget .latest-post .latest-post-thumb img {
  max-width: 100px;
  border-radius: 10px;
}

.post-gallery-slider {
  max-height: 400px;
  border-radius: 12px;
  overflow: hidden;
}

.widget .latest-post h4 {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-transform: capitalize;
}

.widget .latest-post h4 a {
  color: var(--text-purple-haze);
}

.widget .latest-post .latest-post-thumb {
  padding-right: 15px;
}

.widget .latest-post .latest-post-meta {
  font-family: var(--saasto-primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 220%;
  color: var(--text-mid-gray);
  margin-top: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.widget .latest-post:hover .latest-post-meta {
  color: var(--primary-yellow);
}

.widget .latest-post:last-child {
  margin-bottom: 0px;
}

.footer-widgets ul {
  padding-left: 1rem;
}

.footer-widgets .widget .menu {
  list-style: none;
}

.sidebar-wrap .widget>ul,
.footer-widgets .widget>ul,
.foooter-main-wrap .widget>ul,
.wp-block-archives-list,
.wp-block-categories-list,
.wp-block-page-list,
.wp-block-latest-posts__list {
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar-wrap .widget ul {
  margin-bottom: 0;
}

.widget li {
  position: relative;
}

.widget li span.count {
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar-wrap .widget li,
.wp-block-archives-list li,
.wp-block-categories-list li,
.wp-block-page-list li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.footer-widgets .widget.widget_meta ul li {
  position: relative;
  margin-bottom: 15px;
}

.footer-widgets .widget.widget_meta ul li:last-child {
  margin-bottom: 0;
}

.footer-widgets .widget {
  margin-bottom: 20px;
  border-top: 1px solid #f0f0f5;
  padding-top: 20px;
}

.footer-widgets .widget:first-child {
  border-top: 0;
  padding-top: 0;
}

.footer-widgets .widget:last-child {
  padding-bottom: 20px;
}

.sidebar-wrap .widget li:last-child,
.sidebar-wrap .widget li:last-child p,
.wp-block-archives-list li:last-child,
.wp-block-categories-list li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}

.sidebar-wrap .widget ul li a,
.wp-block-archives-list li a,
.wp-block-categories-list li a,
.wp-block-page-list li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.footer-widgets .widget.widget_recent_comments ul li a {
  display: block;
  width: 100%;
  font-family: var(--saasto-primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-mid-gray);
  -webkit-transition: all .4s;
  transition: all .4s;
  padding-left: 22px;
  position: relative;
}

.footer-widgets .widget.widget_recent_entries ul li a {
  display: block;
  width: 100%;
  font-family: var(--saasto-primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-mid-gray);
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
}

.sidebar-wrap .widget ul li a:hover,
.wp-block-archives-list li a:hover,
.wp-block-categories-list li a:hover,
.wp-block-page-list li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.footer-widgets .widget.widget_recent_comments ul li a:hover,
.footer-widgets .widget.widget_recent_entries ul li a:hover {
  color: var(--primary-yellow);
}

.sidebar-wrap .widget ul li a:before,
.wp-block-archives-list li a:before,
.wp-block-categories-list li a:before,
.wp-block-page-list li a:before,
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before,
.widget_meta ul li a:before {
  content: '\F285';
  font-family: 'bootstrap-icons';
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.tag-list ul {
  padding-left: 0 !important;
}

.tag-list li {
  display: inline-block;
  margin: 7px 10px 7px 0px;
}

.tag-list span {
  font-weight: 500;
}

.tag-list li a,
.tagcloud a,
.wp-block-tag-cloud a {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px -7px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-family: var(--saasto-primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  color: var(--text-purple-haze);
  display: block;
  padding: 5px 24px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.tag-list li a:hover,
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  background-color: var(--primary-yellow);
  color: #fff;
}

.tagcloud a,
.wp-block-tag-cloud a {
  font-size: 15px !important;
  display: inline-block;
  margin: 0 3px 10px;
}

.pagination-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 0;
}

.pagination-wrap ul li {
  display: inline-block;
  margin-right: 18px;
}

.pagination-wrap ul li a {
  color: rgba(137, 118, 253, 0.2);
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 190%;
}

.pagination-wrap ul li .current {
  font-size: 20px;
  font-weight: 500;
  line-height: 190%;
  color: rgba(137, 118, 253, 0.8);
}

.pagination-wrap ul li a,
.pagination-wrap ul li .current,
.page-links a,
.page-links .current {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #000;
  background-color: #f0f1f2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.pagination-wrap ul li .current,
.pagination-wrap ul li a:hover,
.page-links a:hover,
.page-links .current {
  background-color: #8976FD;
  color: #fff;
}

.pagination-wrap ul li:last-child {
  margin-right: 0;
}

.blog__details_content h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: capitalize;
  color: #332C5C;
}

.blog__details_content ul {
  padding-left: 20px;
}

.blog__details_content p {
  font-family: var(--saasto-primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #5E587A;
  margin: 0 0 18px 0;
}

.blog__details_content img {
  border-radius: 12px;
}

.info-tag-wrap {
  margin-top: 50px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(94, 88, 122, 0.14);
}

.blog__post_comment {
  margin-top: 50px;
}

.blog-comment input,
.blog-comment textarea {
  background: #FFFFFF;
  -webkit-box-shadow: 14px 20px 48px rgba(0, 0, 0, 0.05);
  box-shadow: 14px 20px 48px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-bottom: 22px;
  padding: 27px 20px;
}

.blog-comment button {
  background: #8976FD;
  border-radius: 20px;
  border: none;
  font-family: var(--saasto-primary-font);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 16px 32px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.blog-comment button:hover {
  background: #FCA61F;
}

.comment-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  text-transform: capitalize;
  color: #332C5C;
  margin-bottom: 24px;
}

.comments-box {
  background-color: #e7edff75;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 30px;
  padding-right: 40px;
  padding-top: 25px;
}

.comments-avatar img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
}

.avatar-name h5 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-top: 0;
}

.avatar-name {
  margin-bottom: 5px;
}

.avatar-name span {
  font-size: 14px;
  color: #5f6160;
}

.comments-text p {
  color: #5f6160;
  margin-bottom: 15px;
}

.comments-replay a {
  display: inline-block;
  color: var(--tp-theme-1);
  background: rgba(61, 108, 231, 0.1);
  height: 22px;
  line-height: 19px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
}

p.logged-in-as {
  margin-bottom: 10px;
  margin-left: 5px;
}

/* =============================
     Blog Style end
 ==============================*/
/* =============================
 21. team style start
 ==============================*/
.team-style-one {
  background: url(../img/shapes/team-bg.png) no-repeat center;
  background-size: cover;
}

.team-card-style-one {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  text-align: center;
  padding: 60px 25px;
  padding-bottom: 55px;
}

.team-card-style-one:hover .team-avater img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.team-card-style-one .team-avater {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.team-card-style-one .team-avater img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.team-card-style-one .team-disc {
  padding-top: 48px;
}

.team-card-style-one .team-disc h5 {
  color: #5E587A;
  padding-bottom: 5px;
}

.team-card-style-one .team-disc p {
  font-family: var(--ff-nunito);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  color: #5E587A;
}

/* =============================
 team style end
 ==============================*/
/* =============================
    11. Newslatter style start
 ==============================*/
.newslatter-style-one {
  margin-bottom: -210px;
  z-index: 9;
}

.newslatter-style-one .newslatter-wrap {
  background: var(--saasto-primary-color);
  border-radius: 60px;
  padding-bottom: 120px;
  padding-top: 100px;
}

.newslatter-style-one .newslatter-wrap h3 {
  max-width: 885px;
  margin: 0 auto;
}

.newslatter-style-one .newslatter-wrap p {
  color: rgba(255, 255, 255, 0.8);
  padding-top: 22px;
}

.newslatter-form-style-one {
  max-width: 569px;
  margin: 0 auto;
  position: relative;
}

.newslatter-form-style-one .form-icon {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.newslatter-form-style-one .submit-btn-one {
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 14px;
}

.newslatter-form-style-one input {
  background: #FFFFFF;
  border-radius: 22px;
  height: 96px;
  border: none;
  padding-left: 80px;
  font-weight: 600;
  color: var(--text-purple-haze);
}

.newslatter-form-style-one input::-webkit-input-placeholder {
  font-family: var(--saasto-primary-font);
  font-weight: 400;
  font-size: 20px;
  color: rgba(94, 88, 122, 0.6);
}

.newslatter-form-style-one input:-ms-input-placeholder {
  font-family: var(--saasto-primary-font);
  font-weight: 400;
  font-size: 20px;
  color: rgba(94, 88, 122, 0.6);
}

.newslatter-form-style-one input::-ms-input-placeholder {
  font-family: var(--saasto-primary-font);
  font-weight: 400;
  font-size: 20px;
  color: rgba(94, 88, 122, 0.6);
}

.newslatter-form-style-one input::placeholder {
  font-family: var(--saasto-primary-font);
  font-weight: 400;
  font-size: 20px;
  color: rgba(94, 88, 122, 0.6);
}

/* =============================
     Newslatter style end
 ==============================*/
/* =============================
    12. footer style start
 ==============================*/
/*footer style one*/
.footer-style-two {
  background: rgba(137, 118, 253, 0.1);
}

.footer-style-two .footer-about .footer-disc {
  padding-top: 36px;
}

.footer-social-2 {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-2 li {
  margin-right: 20px;
}

.footer-social-2 li:last-child {
  margin-right: 0;
}

.footer-social-2 li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  color: #fff;
  background: rgba(137, 118, 253, 0.2);
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.footer-social-2 li a:hover {
  background: var(--saasto-primary-color);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.footer-style-two .footer-widget .footer-sidebar-title {
  padding-bottom: 24px;
}

.footer-style-two .footer-widget .footer-links li a {
  font-family: var(--saasto-primary-font);
  font-weight: 400;
  font-size: 20px;
  color: #494369;
  display: inline-block;
  margin-top: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer-style-two .footer-widget .footer-links li a:hover {
  color: var(--text-bright-gray);
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}

.footer-right-text p {
  font-family: var(--saasto-primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #5E587A;
  text-align: center;
}

.footer-right-text a {
  color: inherit;
}

/*footer style two */
.footer-style-one {
  padding-top: 100px;
  padding-bottom: 60px;
}

.footer-style-one .footer-quick-links li {
  margin-right: 48px;
}

.footer-style-one .footer-quick-links li:last-child {
  margin-right: 0;
}

.footer-style-one .footer-quick-links li a {
  display: inline-block;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 18px;
  color: #1C0E0D;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.footer-style-one .footer-quick-links li a:hover {
  color: #5BC17F;
}

.footer-social-links {
  list-style: none;
}

.footer-style-one .footer-social-links li {
  margin-right: 48px;
}

.footer-style-one .footer-social-links li:last-child {
  margin-right: 0;
}

.footer-style-one .footer-social-links li a {
  display: inline-block;
  color: #18063C;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.footer-style-one .footer-social-links li a:hover {
  color: #5BC17F;
}

.footer-style-def .copyright-wrap {
  background: #332c5c;
  color: #fff;
  padding: 26px 0;
}

.footer-style-one .footer-bottom {
  font-family: var(--ff-inter);
  padding-top: 38px;
  margin-top: 55px;
  border-top: 1px solid rgba(64, 64, 64, 0.2);
}

.footer-style-one .footer-defult-links {
  font-family: var(--ff-inter);
  font-weight: 400;
  font-size: 18px;
  color: #404040;
}

.footer-style-one .footer-defult-links a {
  color: #404040;
}

/* fotter style three */
.footer-style-three .footer-social-links li a {
  display: inline-block;
  color: #18063C;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.footer-style-three .footer-social-links li a:hover {
  color: #5BC17F;
}

.footer-style-three .footer-top {
  padding-bottom: 46px;
}

.footer-style-three .foooter-main-wrap {
  padding-top: 20px;
  border-top: 1px solid rgba(64, 64, 64, 0.1);
}

.footer-newslatter h4 {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  color: #404040;
  padding-bottom: 35px;
}

.footer-newslatter .footer-newslatter-form {
  position: relative;
}

.footer-newslatter .footer-newslatter-form input {
  width: 100%;
  background: transparent;
  border: none;
  height: 60px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.8);
  border-radius: 0;
  padding: 10px 0;
}

.footer-newslatter .footer-newslatter-form input:focus {
  border-bottom: 1px solid #404040;
}

.footer-newslatter .footer-newslatter-form input:focus+i {
  -webkit-transform: translateX(8px) translateY(-50%);
  transform: translateX(8px) translateY(-50%);
}

.footer-newslatter .footer-newslatter-form input::-webkit-input-placeholder {
  font-family: var(--ff-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: rgba(24, 6, 60, 0.5);
}

.footer-newslatter .footer-newslatter-form input:-ms-input-placeholder {
  font-family: var(--ff-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: rgba(24, 6, 60, 0.5);
}

.footer-newslatter .footer-newslatter-form input::-ms-input-placeholder {
  font-family: var(--ff-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: rgba(24, 6, 60, 0.5);
}

.footer-newslatter .footer-newslatter-form input::placeholder {
  font-family: var(--ff-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: rgba(24, 6, 60, 0.5);
}

.footer-newslatter .footer-newslatter-form i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #5BC17F;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer-style-three .foooter-main-wrap .footer-widget {
  padding-top: 30px;
}

.widget .footer-sidebar-title {
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #18063C;
  padding-bottom: 15px;
}

.footer-widget .menu {
  padding: 0 0 0 0;
}

.footer-widget .footer-links li,
.footer-widget .menu li {
  margin-bottom: 18px;
}

.footer-widget .footer-links li:last-child,
.footer-widget .menu li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-links li a,
.footer-widget .menu li a {
  display: inline-block;
  font-family: var(--ff-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #404040;
  line-height: 24px;
}

.footer-style-three .footer-bottom {
  padding-top: 70px;
}

.footer-style-three .footer-defult-links {
  font-family: var(--ff-inter);
  font-weight: 400;
  font-size: 18px;
  color: #404040;
}

.footer-style-three .footer-defult-links a {
  color: #404040;
}

/* =============================
     footer style start
 ==============================*/
/* =============================
   13. Country map style start
 ==============================*/
.country-map-style-one .country-map-wrap {
  position: relative;
  padding-top: 65px;
}

.country-map-style-one .country-map-wrap .map-bg img {
  width: 100%;
}

.country-map-style-one .country-map-wrap .single-country {
  position: absolute;
}

.country-map-style-one .country-map-wrap .single-country::before {
  position: absolute;
  content: "";
  background: rgba(137, 118, 253, 0.6);
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-animation: country-ripple 2s linear infinite;
  animation: country-ripple 2s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes country-ripple {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes country-ripple {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

.country-map-style-one .country-map-wrap .single-country.country-1 {
  top: 26%;
  left: 16%;
}

.country-map-style-one .country-map-wrap .single-country.country-2 {
  top: 11%;
  left: 36%;
}

.country-map-style-one .country-map-wrap .single-country.country-3 {
  bottom: 20%;
  left: 26%;
}

.country-map-style-one .country-map-wrap .single-country.country-4 {
  top: 20%;
  left: 48%;
}

.country-map-style-one .country-map-wrap .single-country.country-5 {
  bottom: 20%;
  left: 55%;
}

.country-map-style-one .country-map-wrap .single-country.country-6 {
  top: 28%;
  right: 27%;
}

.country-map-style-one .country-map-wrap .single-country.country-7 {
  top: 16%;
  right: 10%;
}

.country-map-style-one .country-map-wrap .single-country.country-8 {
  bottom: 20%;
  right: 8%;
}

/* =============================
   Country map style end
 ==============================*/
/* =============================
   14. testimonial style start
 ==============================*/

.testimonial-style-one .testimonial-slider-wrap h3 {
  padding-bottom: 36px;
}

.testimonial-card-style-one p {
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 190%;
  color: rgba(64, 64, 64, 0.9);
}

.testimonial-card-style-one .testimonial-bottom {
  padding-top: 55px;
}

.testimonial-style-one .testi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--saasto-primary-color);
  opacity: 1;
}

.testimonial-style-one .testi-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 0.4;
  border: 1px solid var(--saasto-primary-color);
  background: transparent;
  margin: 0 10px;
}

.testimonial-thumb-style .thumb-avater {
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .45s;
  transition: all .45s;
}

.testimonial-thumb-style .thumb-avater img {
  border: 40px solid #fff;
  -webkit-box-shadow: -20px 34px 80px rgba(25, 15, 44, 0.05);
  box-shadow: -20px 34px 80px rgba(25, 15, 44, 0.05);
  border-radius: 50%;
}

.testimonial-thumbs {
  padding-right: 0 !important;
  text-align: right;
}

.testimonial-thumbs .swiper-slide.swiper-slide-active .testimonial-thumb-style .thumb-avater {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*testimonial style two*/

.testimonial-style-two .testi-pagination-two .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 85, 62, 0.4);
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0;
  margin-right: 10px;
}

.testimonial-style-two .testi-pagination-two .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.testimonial-style-two .testi-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  background: #FF553E;
  border-radius: 7px;
}

.testimonial-thumbs-two .swiper-slide-active .testimonial-thumb-style-two {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 992px) {
  .testimonial-thumb-style-two {
    max-width: 200px !important;
    margin: 0 auto;
  }

  .testimonial-card-style-two p {
    text-align: center;
  }

  .testimonial-card-style-two .testimonial-card-bottom {
    text-align: center;
  }

  .testi-pagination-two {
    justify-content: center !important;
  }
}

.testimonial-thumb-style-two {
  background: #FFF8F2;
  border-radius: 370px;
  max-width: 310px;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.testimonial-thumb-style-two img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-card-style-two p {
  font-size: 20px;
}

.testimonial-card-style-two .testimonial-card-bottom {
  padding-top: 30px;
}

.testimonial-card-style-two .testimonial-card-bottom h5 {
  font-family: var(--ff-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #38363C;
  padding-bottom: 4px;
}

.testimonial-card-style-two .testimonial-card-bottom span {
  font-family: var(--ff-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: rgba(56, 54, 60, 0.7);
}

/*testimonial style three*/
.testimonial-card-style-three {
  max-width: 1000px;
  text-align: center;
  padding: 20px;
}

.testimonial-card-style-three P {
  max-width: 770px;
  margin: 0 auto;
}

.testimonial-card-style-three h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #38363C;
  font-family: var(--ff-inter);
  padding-top: 40px;
  padding-bottom: 10px;
}

.testimonial-card-style-three span {
  font-family: var(--ff-inter);
  font-weight: 400;
  font-size: 16px;
  color: rgba(56, 54, 60, 0.7);
}

.testimonil-slider-three .swiper-slide.swiper-slide-active {
  position: relative;
}

.testimonil-slider-three .swiper-slide.swiper-slide-active::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 1px;
  background: rgba(56, 54, 60, 0.4);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonil-slider-three .swiper-slide.swiper-slide-active::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 1px;
  background: rgba(56, 54, 60, 0.4);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-thumb-style-three {
  max-width: 240px;
}

.swiper-thumb-style-three img {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.testimonial-thumbs-three {
  max-width: 918px;
  padding-right: 20px;
}

.testimonial-thumbs-three .swiper-slide {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 185px;
  height: 240px;
  border-radius: 50%;
}

.testimonial-thumbs-three .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(0.85) translateX(22px);
  transform: scale(0.85) translateX(22px);
}

.testimonial-thumbs-three .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(0.85) translateX(-22px);
  transform: scale(0.85) translateX(-22px);
}

.testimonial-thumbs-three .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}

.testimonial-style-three .testi-pagination-three .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(91, 193, 127, 0.4);
}

.testimonial-style-three .testi-pagination-three .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5BC17F;
}

.testimonial-style-one .floarting-avater-1 {
  top: 98%;
}

/* =============================
   15. app download style start
 ==============================*/
.app-download-style {
  background: url("../img/shapes/download-app-bg.png"), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff8f2), to(#fff8f2));
  background: url("../img/shapes/download-app-bg.png"), linear-gradient(#fff8f2 100%, #fff8f2 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.app-download-style .app-download-content-wrap .download-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.app-download-style .app-download-content-wrap .download-options a {
  margin-right: 20px;
}

.app-download-style .app-download-content-wrap .download-options a:last-child {
  margin-right: 0;
}

.download-btn-fill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #FF553E;
  color: #fff;
  background: #FF553E;
  padding: 10.5px 30px;
  border-radius: 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.download-btn-fill:hover {
  color: #FF553E;
  background: transparent;
}

.download-btn-fill i {
  font-size: 28px;
  margin-bottom: 9px;
  margin-right: 8px;
}

.download-btn-fill i::before {
  vertical-align: middle;
}

.download-btn-fill span {
  font-size: 10px;
}

.download-btn-fill h5 {
  line-height: 1;
  font-size: 16px;
  padding-bottom: 9px;
}

.download-btn-outlined {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #FF553E;
  color: #FF553E;
  background: transparent;
  padding: 10.5px 33px;
  border-radius: 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.download-btn-outlined:hover {
  color: #fff;
  background: #FF553E;
}

.download-btn-outlined i {
  font-size: 28px;
  margin-bottom: 9px;
  margin-right: 8px;
}

.download-btn-outlined i::before {
  vertical-align: middle;
}

.download-btn-outlined span {
  font-size: 10px;
}

.download-btn-outlined h5 {
  line-height: 1;
  font-size: 16px;
  padding-bottom: 9px;
}

/* =============================
   app download style end
 ==============================*/
.register-style-one .register-style-one-bg {
  position: absolute;
  background: #5BC17F;
  border-radius: 70px;
  width: 94%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* =============================
   18. Pyment method style start
 ==============================*/
.payment-style-one .payment-style-one-header p {
  max-width: 600px;
  margin: 0 auto;
}

.payment-style-one .payment-method-single {
  background: #FFFFFF;
  -webkit-box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.05);
  box-shadow: 14px 20px 48px rgba(25, 15, 44, 0.05);
  border-radius: 40px;
  padding: 40px;
}

.payment-style-one .payment-method-single .method-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(56, 54, 60, 0.2);
}

.payment-style-one .payment-method-single .method-top .system-icon {
  margin-right: 22px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(91, 193, 127, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-style-one .payment-method-single .method-top .system-icon img {
  border-radius: 50%;
}

.payment-style-one .payment-method-single .method-top .top-info h5 {
  line-height: 1.2;
  color: #34303C;
  padding-bottom: 12px;
}

.payment-style-one .payment-method-single .method-top .top-info p {
  line-height: 30px;
}

.payment-style-one .payment-method-single .method-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.payment-style-one .payment-method-single .method-body .single-method-card {
  -ms-flex-preferred-size: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  -webkit-box-shadow: 0px 0px 80px rgba(25, 15, 44, 0.05);
  box-shadow: 0px 0px 80px rgba(25, 15, 44, 0.05);
  border-radius: 16px;
  margin-right: 20px;
}

.payment-style-one .payment-method-single .method-body .single-method-card:last-child {
  margin-right: 0;
}

.payment-style-one .payment-method-single .method-body .single-method-card.single-payment-logo {
  min-height: 98px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
}

.payment-style-one .payment-method-single .method-body .single-method-card.single-payment-safety {
  text-align: center;
  padding: 33px 22px;
  padding-bottom: 22px;
}

.payment-style-one .payment-method-single .method-body .single-method-card.single-payment-safety .safety-icon {
  min-width: 56px;
  height: 56px;
  background: rgba(91, 193, 127, 0.1);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-style-one .payment-method-single .method-body .single-method-card.single-payment-safety p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(56, 54, 60, 0.8);
  font-family: var(--ff-inter);
  line-height: 28px;
  padding-top: 17px;
}

@media screen and (max-width: 992px) {
  .payment-style-one .payment-method-single .method-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .payment-style-one .payment-method-single .method-top .system-icon {
    margin-bottom: 20px;
  }

  .payment-style-one .payment-method-single .method-top .system-icon {
    height: 80px;
    width: 80px;
    min-width: 80px;
  }
}

/* =============================
   Pyment method style end
 ==============================*/
/* =============================
  19. Partner style start
 ==============================*/
.single-client-logo {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.partner-style-one .partner-one-content {
  max-width: 540px;
  padding-left: 70px;
}

@media screen and (max-width: 992px) {
  .partner-style-one .partner-one-content {
    padding-left: 0 !important;
  }
}

/* =============================
   Partner style end
 ==============================*/
/* =============================
 20. Contect Wrapper start
 ==============================*/
.contact-wrapper .contact-content p {
  color: rgba(73, 67, 105, 0.8);
  padding-top: 26px;
  padding-bottom: 15px;
}

.contact-wrapper .contact-info .contact-info-box {
  margin-top: 32px;
}

.contact-wrapper .contact-info .contact-info-box p {
  font-family: var(--saasto-primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: rgba(73, 67, 105, 0.8);
  padding-bottom: 5px;
}

.contact-wrapper .contact-info .contact-info-box h5 {
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  text-transform: capitalize;
  color: rgba(73, 67, 105, 0.8);
  -webkit-transition: all .25s;
  transition: all .25s;
  margin-top: 14px;
}

.contact-wrapper .contact-info .contact-info-box h5:hover {
  color: #494369;
}

.contact-wrapper .contact-info .contact-info-box h5 a {
  color: inherit;
}

.primary-input-group {
  position: relative;
  margin-top: 35px;
}

.primary-input-group textarea {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid rgba(51, 44, 92, 0.41);
  height: 80px;
  width: 100%;
  padding: 0;
  background: transparent;
  font-size: 20px;
  font-family: var(--saasto-primary-font);
  font-weight: 700;
  color: #494369;
}

.primary-input-group textarea:focus {
  border-bottom: 2px solid rgba(51, 44, 92, 0.9);
}

.primary-input-group textarea:focus~label {
  font-size: 14px;
  top: -8px;
  color: rgba(73, 67, 105, 0.6);
  font-weight: 400;
  font-size: 18px;
}

.primary-input-group input {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid rgba(51, 44, 92, 0.41);
  height: 55px;
  width: 100%;
  padding: 0;
  background: transparent;
  font-size: 20px;
  font-family: var(--saasto-primary-font);
  font-weight: 700;
  color: #494369;
}

.primary-input-group input:focus {
  border-bottom: 2px solid rgba(51, 44, 92, 0.9);
}

.primary-input-group input:focus~label {
  font-size: 14px;
  top: -6px;
  color: rgba(73, 67, 105, 0.6);
  font-weight: 400;
  font-size: 18px;
}

.primary-input-group label.area-label {
  top: 10px;
}

.primary-input-group label {
  font-family: var(--saasto-primary-font);
  font-weight: 700;
  font-size: 20px;
  color: #494369;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  cursor: text;
  color: rgba(73, 67, 105, 0.8);
}

/* =============================
 Contect Wrapper end
 ==============================*/
/* =============================
 22. Blog wrapper start
 ==============================*/
.featured-blog-content {
  max-width: 668px;
}

.featured-blog-content p {
  padding-top: 24px;
  color: rgba(28, 14, 1, 0.8);
  max-width: 465px;
}

/*blog card sm*/
.blog-card-sm:hover .blog-inner-details h5 {
  color: #494369;
}

.blog-card-sm:hover .blog-inner-details h5 a {
  background-size: 100% 100%;
}

.blog-card-sm .blog-thumb img {
  width: 100%;
  border-radius: 40px;
}

.blog-card-sm .blog-inner-details h5 {
  padding-top: 16px;
  font-family: var(--saasto-primary-font);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: rgba(73, 67, 105, 0.8);
}

.blog-card-sm .blog-inner-details h5 a {
  color: inherit;
  text-decoration: none;
  background-repeat: no-repeat;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0, rgba(73, 67, 105, 0.2)));
  background-image: linear-gradient(180deg, transparent 90%, rgba(73, 67, 105, 0.2) 0);
  background-size: 0 100%;
}

/*blog card md*/
.blog-card-md {
  padding-bottom: 30px;
}

.blog-card-md.has-bottom-border {
  border-bottom: 1px solid rgba(94, 88, 122, 0.5);
}

.blog-card-md:hover .blog-title {
  color: #494369;
}

.blog-card-md:hover .blog-title a {
  background-size: 100% 100%;
}

.blog-card-md .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-card-md .blog-meta li {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: rgba(73, 67, 105, 0.8);
  font-family: var(--saasto-primary-font);
}

.blog-card-md .blog-meta li a {
  font-weight: 700;
  color: inherit;
}

.blog-card-md .blog-title {
  padding-top: 10px;
}

.blog-card-md .blog-title a {
  color: rgba(73, 67, 105, 0.8);
  text-decoration: none;
  background-repeat: no-repeat;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0, rgba(73, 67, 105, 0.2)));
  background-image: linear-gradient(180deg, transparent 90%, rgba(73, 67, 105, 0.2) 0);
  background-size: 0 100%;
}

.blog-card-md p {
  padding-top: 6px;
  font-family: var(--saasto-primary-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: rgba(72, 66, 105, 0.8);
}

.blog-grid-featured-image img {
  width: 100%;
  border-radius: 60px;
}

/*blog card xl*/
.blog-card-xl:hover .blog-thumb img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.blog-card-xl:hover .blog-inner-details .blog-title a {
  background-size: 100% 100%;
}

.blog-card-xl .blog-thumb {
  border-radius: 20px;
  overflow: hidden;
}

.blog-card-xl .blog-thumb img {
  width: 100%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.blog-card-xl .blog-inner-details .blog-title {
  color: #494369;
  padding-top: 28px;
}

.blog-card-xl .blog-inner-details .blog-title a {
  color: inherit;
  text-decoration: none;
  background-repeat: no-repeat;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0, rgba(73, 67, 105, 0.2)));
  background-image: linear-gradient(180deg, transparent 90%, rgba(73, 67, 105, 0.2) 0);
  background-size: 0 100%;
}

.blog-card-xl .blog-inner-details p {
  color: rgba(73, 67, 105, 0.8);
  padding-top: 12px;
}

/*blog card sm v2*/
.blog-card-sm-v2:hover .blog-thumb img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.blog-card-sm-v2:hover .blog-inner-details .blog-title a {
  background-size: 100% 100%;
}

.blog-card-sm-v2 .blog-thumb {
  overflow: hidden;
  border-radius: 24px;
}

.blog-card-sm-v2 .blog-thumb img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 20px 80px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0px 20px 80px rgba(0, 0, 0, 0.03));
  -webkit-transition: all .35s;
  transition: all .35s;
}

.blog-card-sm-v2 .blog-title {
  padding-top: 18px;
  color: #494369;
}

.blog-card-sm-v2 .blog-title a {
  color: inherit;
  text-decoration: none;
  background-repeat: no-repeat;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0, rgba(73, 67, 105, 0.2)));
  background-image: linear-gradient(180deg, transparent 90%, rgba(73, 67, 105, 0.2) 0);
  background-size: 0 100%;
}

.blog-card-sm-v2 p {
  color: rgba(72, 66, 105, 0.8);
  padding-top: 4px;
}

.featured-article-wrapper .featured-blog-two-content p {
  color: rgba(73, 67, 105, 0.8);
}

/*blog details wrapper*/
.postbox__wrapper.postbox__details {
  border: 1px solid #f0f0f5;
  padding: 40px 40px;
  border-radius: 15px;
}

.post-gallery-slider-item img {
  height: 100%;
}

.blog-details-wrapper .blog-det-thumb img {
  width: 100%;
}

.blog-details-wrapper .blog-det-featured {
  max-width: 670px;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 48px;
  padding-bottom: 44px;
  margin-top: -220px;
}

.blog-details-wrapper .blog-det-featured .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details-wrapper .blog-det-featured .meta li {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: rgba(73, 67, 105, 0.8);
  font-family: var(--saasto-primary-font);
}

.blog-details-wrapper .blog-det-featured .meta li a {
  font-weight: 700;
  color: inherit;
}

.blog-details-wrapper .blog-det-featured h5 {
  color: rgba(73, 67, 105, 0.8);
  padding-top: 10px;
}

.blog-details-wrapper .blog-det-featured p {
  padding-top: 6px;
  color: rgba(73, 67, 105, 0.8);
}

.blog-details-wrapper p {
  color: rgba(73, 67, 105, 0.8);
}

.blog-details-wrapper .related-links {
  border-top: 10px solid var(--saasto-primary-color);
  padding-top: 20px;
  margin-top: 10px;
}

.blog-details-wrapper .related-links h4 {
  color: rgba(73, 67, 105, 0.8);
  padding-bottom: 5px;
}

.blog-details-wrapper .related-links .link-list li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(51, 44, 92, 0.3);
}

.blog-details-wrapper .related-links .link-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.blog-details-wrapper .related-links .link-list li a {
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  text-transform: capitalize;
  color: rgba(137, 118, 253, 0.8);
  font-family: var(--secondary-font);
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.blog-details-wrapper .related-links .link-list li a:hover {
  color: #8976fd;
}

/* =============================
 Blog wrapper end
 ==============================*/
/* =============================
 Blog Loop Start
 ==============================*/
.postbox__wrapper .blog_loop_item:first-child {
  margin-top: 0;
}

.blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.blog__meta li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5E587A;
  font-weight: 500;
  font-family: var(--saasto-primary-font);
  font-size: 15px;
}

.blog__meta li:not(:last-child) {
  margin-right: 18px;
}

.blog__meta li svg,
.blog__meta li i {
  margin-right: 7px;
}

@media screen and (max-width: 992px) {
  .blog__meta li {
    font-size: 14px;
  }

  .blog__meta li:not(:last-child) {
    margin-right: 14px;
  }

  .blog__meta li svg,
  .blog__meta li i {
    margin-right: 5px;
  }
}

.blog_loop_item {
  margin-top: 40px;
  padding: 40px;
  border: 1px solid rgba(94, 88, 122, 0.14);
  border-radius: 15px;
}

.blog__post_thumb {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.blog__post_thumb img {
  border-radius: 15px;
  max-width: 100%;
}

.blog__post_thumb.slider__thumb .swiper-pagination .swiper-pagination-bullet {
  background: #8976FD;
}

.blog__post_thumb.slider__thumb:hover .blog-arrow {
  opacity: 1;
}

.blog__post_thumb.slider__thumb:hover .blog-arrow.blog-button-prev {
  -webkit-transform: translate(25px, -50%);
  transform: translate(25px, -50%);
}

.blog__post_thumb.slider__thumb:hover .blog-arrow.blog-button-next {
  -webkit-transform: translate(-25px, -50%);
  transform: translate(-25px, -50%);
}

.blog__post_thumb.slider__thumb .blog-arrow {
  height: 44px;
  width: 44px;
  background: rgba(192, 110, 243, 0.4);
  border-radius: 12px;
  position: absolute;
  z-index: 9;
  color: #fff;
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.blog__post_thumb.slider__thumb .blog-arrow:hover {
  background: #8976FD;
}

.blog__post_thumb.slider__thumb .blog-arrow.blog-button-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.blog__post_thumb.slider__thumb .blog-arrow.blog-button-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.blog_loop_item .blog_standard__disc .bs__title {
  margin: 12px 0 0 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  text-transform: capitalize;
  color: var(--text-bright-gray);
  font-family: var(--secondary-font);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 1;
}

.blog_loop_item .blog_standard__disc .bs__title:hover {
  opacity: .8;
}

@media screen and (max-width: 992px) {
  .blog_loop_item .blog_standard__disc .bs__title {
    font-size: 24px;
  }
}

.blog_loop_item .blog_standard__disc .bs__title a {
  color: inherit;
}

.blog_loop_item .blog_standard__disc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #5E587A;
  font-family: var(--saasto-primary-font);
  margin-top: 10px;
  margin-bottom: 0;
}

.blog_loop_item .blog_standard__disc .blog__btn {
  margin-top: 15px;
}

.blog_loop_item .blog_standard__disc .blog__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #8976FD;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog_loop_item .blog_standard__disc .blog__btn a i,
.blog_loop_item .blog_standard__disc .blog__btn a svg {
  margin-left: 6px;
}

/* =============================
 24. service area start
 ==============================*/
.service-wrapper .service-main-content {
  max-width: 660px;
}

.service-slider .swiper-slide .single-service-slide {
  position: relative;
  overflow: hidden;
}

.service-slider .swiper-slide .single-service-slide .service-slide-img {
  border-radius: 30px;
  overflow: hidden;
}

.service-slider .swiper-slide .single-service-slide .service-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.service-slider .swiper-slide .single-service-slide .service-slide-overlay {
  inset: 0;
  position: absolute;
  padding: 30px 24px;
}

.service-details-wrapper .service-price .service-price-shape {
  -webkit-animation: service-trasform-z-one 14s linear infinite;
  animation: service-trasform-z-one 14s linear infinite;
}

@-webkit-keyframes service-trasform-z-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes service-trasform-z-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.service-details-wrapper .service-price .service-price-tag {
  position: absolute;
  width: 42%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  aspect-ratio: 1 / 1;
}

.service-details-wrapper .service-price .service-price-tag h5 {
  color: #5E587A;
}

.service-process-wrap .service-porcess-single {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.service-process-wrap .service-porcess-single:hover .service-porcess-img img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.service-process-wrap .service-porcess-single:hover .service-porcess-overlay {
  opacity: 1;
}

.service-process-wrap .service-porcess-single:hover .service-porcess-overlay h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.service-process-wrap .service-porcess-single img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.service-process-wrap .service-porcess-single .service-porcess-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(15.96deg, rgba(192, 110, 243, 0.6) 12.02%, rgba(137, 118, 253, 0.33) 44.21%, rgba(137, 118, 253, 0) 89.1%);
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.service-process-wrap .service-porcess-single .service-porcess-overlay h5 {
  color: #fff;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.service-process-wrap .service-porcess-single .service-porcess-overlay h5 a {
  color: inherit;
}

.about-service-wrapper .service-thumb img {
  border-radius: 24px;
}

/*service card style*/
.service-card-style-one {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  padding: 28px;
}

.service-card-style-one:hover .service-icon {
  -webkit-transform: rotate3d(1, 1, 1, 360deg);
  transform: rotate3d(1, 1, 1, 360deg);
}

.service-card-style-one .service-icon {
  width: 88px;
  height: 88px;
  background: #8976FD;
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.service-card-style-one .service-icon.bg-7 {
  background: rgba(245, 247, 249, 1);
}

.service-card-style-one .service-icon.bg-6 {
  background: #FCA61F;
}

.service-card-style-one .service-icon.bg-5 {
  background: #C06EF3;
}

.service-card-style-one .service-icon.bg-4 {
  background: #6DEDC3;
}

.service-card-style-one .service-icon.bg-3 {
  background: #7188FF;
}

.service-card-style-one .service-icon.bg-2 {
  background: #6DCBFF;
}

.service-card-style-one .service-card-info {
  padding-top: 28px;
}

.service-card-style-one .service-card-info p {
  padding-top: 16px;
}

.service-card-style-one .service-card-info .service-card-btn {
  margin-top: 35px;
}

.service-card-style-one .service-card-info .service-card-btn a {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #FCA61F;
  font-family: var(--ff-nunito);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-card-style-one .service-card-info .service-card-btn a i {
  margin-left: 10px;
}

/* -------------- Style 2 ----------------- */
.service-card-style-two {
  min-height: 523px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 32px;
  padding: 48px 40px;
  transition: all 0.3s;
  z-index: 99;
}

.service-card-style-two:hover {
  min-height: 523px;
  background: rgba(29, 108, 119, 1);
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 32px;
  padding: 48px 40px;
  transition: all 0.4s linear;
}

.service-card-style-two::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  background: url(../img/shapes/why-choose-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -99;
  transition: all 0.7s;
}

.service-card-style-two:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.service-card-style-two .service-icon-two {
  width: 84px;
  height: 84px;
  background: #F4F6F8;
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.service-card-style-two:hover .service-icon-two {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  /* background: #19C761; */
  background: rgba(244, 246, 248, 1);
}

.service-card-style-two:hover .service-icon-two svg {
  color: rgba(255, 255, 255, 1);
}

.service-card-style-two .service-hover-info {
  transition: all .3s;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  left: 0;
  bottom: -155px;
  color: #fff;
  padding: 48px 40px;
  transition: all .9s;
}

.service-card-style-two:hover .service-hover-info {
  bottom: 0;
}

.service-card-style-two .service-card-info h5 span {
  color: rgba(10, 50, 56, 0.90);
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.service-card-style-two:hover .service-hover-info h5 span {
  color: rgba(255, 255, 255, 0.90);
}

.service-card-style-two .service-card-info h5 {
  color: #0A3238;
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 146.667%;
}

.service-card-style-two:hover .service-hover-info h5 {
  color: var(--c-white);
}

.service-card-style-two .service-card-info p.card-hidden-text {
  margin-top: 20px;
  min-height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* -------------- Style 3 ----------------- */
.service-card-style-three {
  height: 100%;
}

.service-card-style-three .service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 36px;
  height: 36px;
  margin: 0 auto 32px;
}

.service-card-style-three .service-title-three {
  color: #0A3238;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  margin-bottom: 16px;
}

.service-card-style-three.service-desc-three {
  max-width: 370px;
  margin: 0 auto;
}

/* .service-box-three {
  border-right: 1px solid #dddddd63;
} */

/* .row-service-border {
  position: relative;
}

.row-service-border::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, 0)), color-stop(48.44%, #D9D9D9), to(rgba(217, 217, 217, 0)));
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 48.44%, rgba(217, 217, 217, 0) 100%);
}

.row-service-border::after {
  position: absolute;
  right: 11px;
  width: 10.2px;
  height: 100%;
  content: "";
  top: 0;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .row-service-border::before {
    display: none;
  }
} */

/* =============================
 service area end
 ==============================*/
/* =============================
 23. About wrapper start
 ==============================*/
.about-wrapper .about-highlighted-screens .line-shape {
  width: 30%;
}

.about-wrapper .about-highlighted-screens .about-screen-two img,
.about-wrapper .about-highlighted-screens .about-screen-one img {
  -webkit-filter: drop-shadow(-6px 6px 60px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(-6px 6px 60px rgba(0, 0, 0, 0.08));
  border-radius: 10px;
}

.about-wrapper .about-highlighted-screens .about-screen-two {
  position: absolute;
  bottom: -12%;
  left: -21%;
  -webkit-filter: drop-shadow(-6px 6px 60px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(-6px 6px 60px rgba(0, 0, 0, 0.08));
  border-radius: 10px;
  width: 40%;
}

.about-experience-wrap .experience-screen {
  width: 52%;
}

.about-company-wrapper .about-company-header {
  max-width: 540px;
}

.company-clients {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  padding: 85px 42px;
  margin-top: 45px;
}

.company-clients .single-client-logo {
  text-align: center;
}

.about-fact-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  text-align: center;
  padding: 48px 20px;
}

.about-fact-card h1 {
  color: var(--text-bright-gray);
}

.about-fact-card h5 {
  margin-top: 20px;
  color: #5E587A;
}

.experience-content {
  max-width: 600px;
}

.experience-content .experience-list li {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  padding: 30px 30px;
  position: relative;
  margin-top: 20px;
}

.experience-content .experience-list li:first-child {
  margin-top: 0;
}

.experience-content .experience-list li span {
  width: 24px;
  height: 24px;
  background: rgba(109, 237, 195, 0.8);
  border-radius: 50%;
  display: inline-block;
  margin-right: 32px;
  position: relative;
}

.experience-content .experience-list li span::before {
  position: absolute;
  content: "";
  background: rgba(109, 237, 195, 0.1);
  inset: -12px;
  border-radius: 50%;
}

.experience-content .experience-list li h5 {
  color: rgba(28, 14, 13, 0.8);
}

.about-experience-screens .experience-screen img {
  -webkit-filter: drop-shadow(10px 34px 120px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(10px 34px 120px rgba(0, 0, 0, 0.07));
  border-radius: 14px;
}

.about-experience-screens .experience-screen.screen-1 {
  bottom: 18px;
}

.about-experience-screens .experience-screen.screen-2 {
  top: 18px;
}

.about-experience-screens .experience-screen.screen-3 {
  top: 60%;
  right: 10%;
}

.disply-feature-cards::before {
  position: absolute;
  content: "";
  width: 90%;
  aspect-ratio: 1 / 1;
  background: rgba(252, 166, 31, 0.1);
  z-index: -1;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.disply-feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 470px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  padding: 22px 33px;
  padding-top: 26px;
}

.disply-feature-card.v1 .feature-icon {
  background: #6DEDC3;
}

.disply-feature-card.v2 .feature-icon {
  background: #FCA61F;
}

.disply-feature-card .feature-icon {
  margin-right: 24px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #7188FF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.disply-feature-card .feature-icon img {
  max-width: 100%;
}

.disply-feature-card .feature-info span {
  font-family: var(--ff-nunito);
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: rgba(73, 67, 105, 0.8);
}

.disply-feature-card .feature-info h5 {
  margin-top: 6px;
  color: rgba(51, 44, 92, 0.8);
}

/* =============================
 25. 404 Error page
 ==============================*/
.content-400-error {
  padding: 100px 0;
}

.content-400-error h3.error__title {
  color: var(--text-bright-gray);
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 24px;
}

.error__thumb {
  margin-bottom: 67px;
}

.content-400-error .error__content p {
  margin-bottom: 48px;
}

/* =============================
 About wrapper end
 ==============================*/
/* =============================
 Price Page
 ==============================*/
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 115, 59, 0.2);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: 0.6s ease transform, 0.6s -webkit-box-shadow;
  transition: 0.6s ease transform, 0.6s -webkit-box-shadow;
  transition: 0.6s ease transform, 0.6s box-shadow;
  transition: 0.6s ease transform, 0.6s box-shadow, 0.6s -webkit-box-shadow;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: -10%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-color: #FF733B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-btn {
  margin-top: 34px;
  margin-bottom: 31px;
}

.toggle-btn input:focus+.slider {
  -webkit-box-shadow: 0 0 1px #50bfe6;
  box-shadow: 0 0 1px #50bfe6;
}

.toggle-btn input:checked+.slider:before {
  -webkit-transform: translate(40%, -50%);
  transform: translate(40%, -50%);
  left: 50%;
  right: 10%;
}

.toggle-btn span {
  font-weight: 500;
  font-size: 24px;
}

.toggle-btn input,
.toggle-btn label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

h2.text1 {
  display: none;
}


.pricing-wrap {
  border: 1px solid #8976FD;
  border-radius: 24px;
  height: 100%;
}

.pricing-wrap .pricing-info {
  padding: 50px 40px 0;
}

.pricing-wrap .pricing-info h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
}

.pricing-wrap .pricing-info span {
  font-size: 18px;
  line-height: 180%;
  display: inline-block;
  margin: 8px 0 40px;
}

.pricing-wrap .pricing-info h2 {
  font-weight: 700;
  font-size: 80px;
  margin-bottom: 50px;
}

.pricing-wrap .pricing-info h2 sup,
.pricing-wrap .pricing-info h2 sub {
  font-size: 16px;
}

.pricing-wrap .pricing-info h2 sup {
  top: -40px;
}

.pricing-wrap .pricing-info h2 sub {
  bottom: 0;
  left: 0;
}

.pricing-wrap .pricing-info .trial-btn {
  border: 1px solid transparent;
  border-radius: 15px;
  background: #332C5C;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 10px;
  color: #fff;
}

.pricing-wrap .pricing-info ul {
  margin: 40px 0 70px;
}

.pricing-wrap .pricing-info ul li {
  font-size: 18px;
  line-height: 180%;
}

.pricing-wrap .pricing-info ul li:not(:last-child) {
  margin-bottom: 12px;
}

.pricing-wrap .pricing-btn-wrap .pricing-btn {
  background: #332C5C;
  font-weight: 700;
  font-size: 18px;
  padding: 20px 10px;
  color: #fff;
}

.pricing-wrap.active {
  background-color: #8976FD;
}

.pricing-wrap.active .pricing-info h1 {
  color: #fff;
}

.pricing-wrap.active .pricing-info span {
  color: #fff;
}

.pricing-wrap.active .pricing-info h2 {
  color: #fff;
}

.pricing-wrap.active .pricing-info ul li {
  color: #fff;
}

/* =============================
 Price Page End
 ==============================*/

/* =============================
 Price table two
 ==============================*/

.pricing-card-style-two {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
  padding: 48px 36px;
  padding-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

ul.pricing-features {
  list-style: none;
}

.pricing-card-style-two h4 {
  font-weight: 600;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 140%;
}

.pricing-card-style-two .pricing-tag {
  padding-top: 12px;
}

.pricing-card-style-two .pricing-features li {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: #494369;
  font-family: var(--ff-nunito);
  margin-top: 12px;
  padding-left: 40px;
}

.pricing-card-style-two .pricing-features li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #494369;
  border-radius: 50%;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* =============================
 Price table two End
 ==============================*/

/* =============================
 FAQ Css
 ==============================*/
.faq-wrap .accordion-button {
  background-color: #fff;
  padding: 15px 27px;
  font-weight: 400;
  font-size: 17px;
  color: #332C5C;
  line-height: 135%;
  margin-bottom: 15px;
  -webkit-box-shadow: 40px 60px 120px rgba(0, 0, 0, 0.03);
  box-shadow: 40px 60px 120px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
}

.faq-wrap .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #8976FD;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: unset;
  font-family: bootstrap-icons !important;
  content: "\f2ea";
  -webkit-transform: unset;
  transform: unset;
}

.faq-wrap .accordion-button:focus {
  z-index: 3;
  border-color: #DDDDDD;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.faq-wrap .accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 30px;
  margin-left: auto;
  content: "\f4fe";
  font-family: bootstrap-icons !important;
  background-image: unset;
  background-repeat: no-repeat;
  background-size: unset;
  font-size: 25px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.faq-wrap .accordion-item {
  background-color: unset;
  border: unset;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
}

.faq-wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.faq-wrap .accordion-item .accordion-body {
  padding: 0px 25px 20px;
  margin-bottom: 20px;
}

.faq-wrap .accordion-item:last-child .accordion-body {
  margin-bottom: 0px;
}

/* Accourdion Style Two */
.faq-wrap .accordion-button.accordion-button-two {
  background-color: #F9FBFA;
  color: var(--c-black-2);
  padding: 36px 54px;
  font-weight: 400;
  font-size: 18px;
  line-height: 177%;
  margin-bottom: 15px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: 24px;
}

.faq-wrap .accordion-button.accordion-button-two:not(.collapsed) {
  color: var(--c-black-2);
  background-color: #F9FBFA;
}

.faq-wrap .accordion-item.accordion-item-two {
  background: #F9FBFA;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.faq-wrap .accordion-item .accordion-body.accordion-body-two {
  padding: 0px 54px 36px;
  margin-bottom: 24px;

}

/* =============================
 FAQ Css End
 ==============================*/
/* =============================
  Contact
 ==============================*/
.st-timeline-wrapper .st-timeline-item .st-timeline-item-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
}

.st-timeline-wrapper .st-timeline-item .st-timeline-item-icon::before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  border: 1px dashed;
  content: "";
}

.st-timeline-wrapper .st-timeline-item .st-timeline-item-info {
  padding-left: 30px;
}

.st-timeline-wrapper .st-timeline-item .st-timeline-item-info h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #332C5C;
}

.st-timeline-wrapper .st-timeline-item .st-timeline-item-info p {
  color: rgba(73, 67, 105, 0.7);
  margin-top: 10px;
}

.st-timeline-wrapper .st-timeline-item:not(:last-child) {
  padding-bottom: 70px;
}

.st-timeline-wrapper .st-timeline-item:last-child .st-timeline-item-icon::before {
  display: none;
}

/* .contact-form-wrap {
  padding: 60px 50px;
  background-color: #8976FD;
  border-radius: 30px;
} */

.contact-form-wrap input,
.contact-form-wrap textarea {
  background: #FFFFFF;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 15px;
  width: 100%;
  margin-bottom: 20px;
  padding: 29px 20px;
}

.contact-form-wrap button {
  background: #332C5C;
  border-radius: 15px;
  color: #fff;
  padding: 18px 0;
}

.contact-form-wrap-two input,
.contact-form-wrap-two textarea {
  background: #FFFFFF;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 26px;
  padding: 24px 20px;
  border: 1px solid #8976FD;
}

.team-card-style-one .team-inner-btn {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 10px 7px 50px;
  background-color: #8976FD;
  border-radius: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.team-card-style-one .team-inner-btn i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  color: #8976FD;
  background-color: #FFFFFF;
  margin-left: 40px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.team-card-style-one .team-inner-btn:hover i {
  background-color: #000;
  color: #fff;
}

/* =============================
  Contact End
 ==============================*/
/* =============================
  Progress Bar Start
 ==============================*/
.progress-bar-wrap {
  margin-top: 80px;
}

.progress-bar-wrap .progress {
  font-size: 15px;
  border-radius: 50px;
  position: relative;
  margin-top: 70px;
  background-color: #EBEBEB;
  overflow: visible;
  height: 10px;
}

.progress-bar-wrap .progress:first-child {
  margin-top: 0px;
}

.progress-bar-wrap .progress-bar {
  color: #494369;
  background-color: #7562E0;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  font-weight: 600;
  border-radius: 50px;
  position: relative;
  overflow: visible;
  font-size: 18px;
}

.progress-bar-wrap .progress-bar span {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: inline-block;
  margin-bottom: 6px;
}

.progress-bar-wrap .progress-bar span:last-child {
  right: 0px;
  left: auto;
}

/* =============================
  Progress Bar End
 ==============================*/
/* =============================
  Icon Listing Start
 ==============================*/
.icon-listing-wrap .single-icon-listing .icon-listing-brand i {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #8976FD;
  border-radius: 50%;
}

.icon-listing-wrap .single-icon-listing .icon-listing-brand span {
  font-weight: 700;
  font-size: 20px;
  color: #706993;
}

.icon-listing-wrap .single-icon-listing:not(:last-child) {
  border-bottom: 1px solid #40404014;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.icon-listing-wrap .single-icon-listing:nth-child(even) .icon-listing-brand i {
  background-color: #C06EF3;
}

.icon-listing-wrap .single-icon-listing .listing-arrow {
  color: #8976FD;
}

/* =============================
  Icon Listing End
 ==============================*/
/* =============================
  Tab
 ==============================*/
.tab-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #E0E1EF;
  border-radius: 40px;

}

.tab-wrap .nav-link {
  background: none;
  border: 0;
  border-radius: 40px;
  font-family: var(--saasto-primary-font);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #332C5C;
  padding: 10px 30px;
}

.tab-wrap .nav-link.active,
.tab-wrap .nav-pills .show>.nav-link {
  color: #332C5C;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.03);
}

.tab-info {
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.tab-content-img {
  max-width: 70%;
  width: 100%;
  border-radius: 1.25rem;
}

.tab-wrap .nav-link span {
  border-radius: 7px;
  border: 2px solid var(--text-light-purple);
  padding: 5px 14px 2px;
  font-weight: 700;
  display: inline-block;
  margin-left: 3px;
  line-height: 1;
  font-size: 14px;
}

.tab-wrap .nav-link.active span,
.tab-wrap .nav-pills .show>.nav-link span {
  border: 2px solid #fff;
}

/* =============================
  Tab End
 ==============================*/
.timeline-wrap .timeline-info {
  max-width: 560px;
  position: relative;
  z-index: 1;
}

.timeline-wrap .timeline-info span {
  margin-right: 24px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  font-family: 'Nunito Sans';
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: #8976FD;
  border-radius: 50%;
  border: .3px solid #dddddd7a;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.timeline-wrap .timeline-info h2 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  text-transform: capitalize;
  color: rgba(73, 67, 105, 0.8);
  margin-bottom: 25px;
}

.timeline-wrap:not(:last-child) .timeline-info {
  padding-bottom: 80px;
}

.timeline-wrap:not(:last-child) .timeline-info::before {
  position: absolute;
  left: 23px;
  top: 5px;
  height: 100%;
  width: 1px;
  border: 1px dashed #332C5C;
  content: "";
  z-index: -1;
}

.timeline-wrap:hover .timeline-info span {
  background-color: #332C5C;
  color: #fff;
  border: .3px solid #332C5C;
}

.subscribe-area {
  background-color: #8976FD;
  padding: 120px 0;
  z-index: 1;
}

.subscribe-area .subscribe-sp-img {
  z-index: -1;
}

.subscribe-area .subscribe-desc {
  color: rgba(255, 255, 255, 0.8);
}

.subscribe-form {
  position: relative;
}

.subscribe-form input {
  width: 100%;
  background-color: #AC9EFE;
  border: none;
  padding: 48px 111px 48px 30px;
  color: #fff;
  border-radius: 48px;
}

.subscribe-form input::-webkit-input-placeholder {
  color: #fff;
}

.subscribe-form input:-ms-input-placeholder {
  color: #fff;
}

.subscribe-form input::-ms-input-placeholder {
  color: #fff;
}

.subscribe-form input::placeholder {
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 64px;
  height: 64px;
  background-color: #fff;
  color: #8876FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.subscribe-form button:hover {
  color: #fff;
  background-color: #000;
}

/* cursor style */
/* .cursor {
  position: fixed;
  z-index: 999999;;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  mix-blend-mode: difference;
  transition: all 0.1s ease-out;
  pointer-events: none;
  transform: translate(calc(-50% + 15px), -50%);
} */
.cursor {
  position: fixed;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  /* transition: all 0.1s ease-out; */
  left: -100px;
  overflow: visible;
  z-index: 999999;
  pointer-events: none;
  mix-blend-mode: difference;
  transition: top 0.1s ease, left 0.1s ease;
}


/* Contact form 7 reponse message */
.contact-form-wrap-two .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin: -24px 0 0 19px;
  padding-bottom: 10px;
}

.contact-form-wrap-two .wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border-radius: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #fca61f;
}

/* Scrollbar style */
body::-webkit-scrollbar {
  width: .3em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

/* Contact form response */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #fca61f;
  border-radius: 15px;
  background: #fca61f;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
}

.service-slide-content h5,
.service-slide-content p {
  text-shadow: 3px 4px 5px rgb(182 182 182);
}



/* =============================
AI service area
==============================*/
.ai-service .nav-pills .nav-link.active,
.ai-service .nav-pills .show>.nav-link {
  background-color: var(--text-light-purple);
}

.ai-service .nav-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ai-service .nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(192, 109, 243, 0.05)), to(rgba(116, 97, 224, 0.05)));
  background: linear-gradient(90deg, rgba(192, 109, 243, 0.05), rgba(116, 97, 224, 0.05) 100%);
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

.ai-service .nav .nav-link {
  width: 100%;
  border-radius: 40px;
  font-weight: 500;
  padding: 16px 30px;
  white-space: nowrap;
  line-height: 1;
}

.ai-service.price-ai .nav {
  max-width: 842px;
}

.ai-service.price-ai .nav .nav-link span {
  border-radius: 7px;
  border: 2px solid var(--text-light-purple);
  padding: 1px 14px 2px;
  font-weight: 700;
}

.ai-service.price-ai .nav-pills .nav-link.active,
.ai-service.price-ai .nav-pills .show>.nav-link {
  background-color: var(--text-light-purple);
}

.ai-service.price-ai .nav-pills .nav-link.active span,
.ai-service.price-ai .nav-pills .show>.nav-link span {
  border: 2px solid #fff;
}

@media only screen and (max-width: 991.98px) {
  .ai-service .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 40px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(192, 109, 243, 0.05)), to(rgba(116, 97, 224, 0.05)));
    background: linear-gradient(90deg, rgba(192, 109, 243, 0.05), rgba(116, 97, 224, 0.05) 100%);
    overflow: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .ai-service .nav .nav-link {
    border-radius: 40px;
    font-weight: 500;
    padding: 13px 30px;
    white-space: nowrap;
  }
}

.ai-side-info .ai-side-title {
  font-size: 35px;
}

.ai-side-info .ai-side-text {
  margin: 15px 0 25px;
}

@media only screen and (max-width: 991.98px) {
  .ai-side-info .ai-side-text {
    margin: 5px 0 15px;
  }
}

.ai-side-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-bright-gray);
  font-weight: 500;
}

.ai-side-info ul li:not(:last-child) {
  margin-bottom: 10px;
}

.ai-side-info ul li svg {
  color: var(--text-light-purple);
  margin-right: 10px;
}

.ai-side-info.ai-side-info-about ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}

.ai-side-info.ai-side-info-about ul li {
  margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .ai-side-info.ai-side-info-about ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
}

.ai-service-img {
  background: -webkit-gradient(linear, left top, right top, from(rgba(192, 109, 243, 0.05)), to(rgba(116, 97, 224, 0.05)));
  background: linear-gradient(90deg, rgba(192, 109, 243, 0.05), rgba(116, 97, 224, 0.05) 100%);
  padding: 20px;
  border-radius: 20px;
}

.ai-side-img {
  padding: 22px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(192, 109, 243, 0.05)), to(rgba(116, 97, 224, 0.05)));
  background: linear-gradient(90deg, rgba(192, 109, 243, 0.05), rgba(116, 97, 224, 0.05) 100%);
}

.ai-side-img.ai-side-img-about {
  padding: 16px;
}

.fun-fact-style-one {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(192, 109, 243, 0.05)), to(rgba(116, 97, 224, 0.05)));
  background: linear-gradient(90deg, rgba(192, 109, 243, 0.05), rgba(116, 97, 224, 0.05) 100%);
}

/* =============================
AI service area End
==============================*/
/* =============================
AI Works
==============================*/
.ai-work-box-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

@media only screen and (max-width: 767.98px) {
  .ai-work-box-wrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.ai-work-box {
  padding: 30px 20px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(192, 109, 243, 0.05)), to(rgba(116, 97, 224, 0.05)));
  background: linear-gradient(90deg, rgba(192, 109, 243, 0.05), rgba(116, 97, 224, 0.05));
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ai-work-box svg {
  color: var(--text-light-purple);
}

.ai-work-box img {
  height: 58px;
  max-width: 58px;
  width: 100%;
  margin: 0 auto;
}

.ai-work-box h4 {
  font-size: 20px;
  margin: 15px 0 10px;
}

.ai-work-box:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(192, 109, 243, 0.15)), to(rgba(116, 97, 224, 0.15)));
  background: linear-gradient(90deg, rgba(192, 109, 243, 0.15), rgba(116, 97, 224, 0.15));
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* =============================
AI Works End
==============================*/
/* =============================
AI Dreams
==============================*/
.bg-pink {
  background: rgba(192, 110, 243, 0.05);
}

.ai-dreams-single {
  padding: 0 0%;
}

.ai-dreams-single .ai-dreams-icon-wrap {
  max-width: 250px;
  width: 100%;
  height: 250px;
  border-radius: 50%;
  background-color: rgba(107, 203, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.ai-dreams-single h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  margin: 25px 0 5px;
}

@media only screen and (max-width: 991.98px) {
  .ai-dreams-single h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1399.98px) {
  .ai-dreams-single {
    padding: 0 0px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .ai-dreams-single {
    padding: 0 0px;
  }
}

.ai-dreams-wrap {
  counter-reset: count;
}

.ai-dreams-wrap .ai-dreams-box .ai-dreams-single .ai-dreams-icon-wrap {
  position: relative;
}

.ai-dreams-wrap .ai-dreams-box .ai-dreams-single .ai-dreams-icon-wrap::before {
  position: absolute;
  left: 30px;
  top: 0;
  background-color: var(--c-skyblue);
  content: "0" counter(count);
  counter-increment: count;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid #fff;
}

.ai-dreams-wrap .ai-dreams-box:nth-child(2) .ai-dreams-single .ai-dreams-icon-wrap {
  background-color: rgba(192, 109, 243, 0.2);
}

.ai-dreams-wrap .ai-dreams-box:nth-child(2) .ai-dreams-single .ai-dreams-icon-wrap::before {
  background-color: #C06EF3;
}

.ai-dreams-wrap .ai-dreams-box:nth-child(2) .ai-dreams-single .ai-dreams-icon-wrap::after {
  position: absolute;
  background-image: url(../img/shapes/dream-sp-1.png);
  content: "";
  height: 52px;
  width: 155px;
  right: 100%;
  background-repeat: no-repeat;
  top: 0;
}

@media only screen and (max-width: 991.98px) {
  .ai-dreams-wrap .ai-dreams-box:nth-child(2) .ai-dreams-single .ai-dreams-icon-wrap::after {
    display: none;
  }
}

.ai-dreams-wrap .ai-dreams-box:nth-child(3) .ai-dreams-single .ai-dreams-icon-wrap {
  background-color: rgba(252, 166, 29, 0.2);
}

.ai-dreams-wrap .ai-dreams-box:nth-child(3) .ai-dreams-single .ai-dreams-icon-wrap::before {
  background-color: #FCA61F;
}

.ai-dreams-wrap .ai-dreams-box:nth-child(3) .ai-dreams-single .ai-dreams-icon-wrap::after {
  position: absolute;
  background-image: url(../img/shapes/dream-sp-2.png);
  content: "";
  height: 42px;
  width: 155px;
  right: 100%;
  background-repeat: no-repeat;
  bottom: 0;
}

@media only screen and (max-width: 991.98px) {
  .ai-dreams-wrap .ai-dreams-box:nth-child(3) .ai-dreams-single .ai-dreams-icon-wrap::after {
    display: none;
  }
}

.ai-dreams-wrap .ai-dreams-box .ai-dreams-single:hover .ai-dreams-icon-wrap::before {
  background-color: #212529;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1) translateY(4px);
  transform: scale(1.1) translateY(4px);
}

/* =============================
AI Dreams End
==============================*/
/* =============================
AI Portfolio
==============================*/
.ai-portfolio-container {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-portfolio-container .ai-portfolio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: initial;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  gap: 40px;
  max-width: 17%;
}

.ai-portfolio-container .ai-portfolio-item:nth-child(3) {
  max-width: 32%;
}

@media only screen and (max-width: 991.98px) {
  .ai-portfolio-container {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ai-portfolio-container .ai-portfolio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: initial;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    gap: 24px;
    max-width: 400px;
  }

  .ai-portfolio-container .ai-portfolio-item:nth-child(3) {
    max-width: 400px;
  }
}

/* =============================
AI Portfolio End
==============================*/
/* =============================
AI Price
==============================*/
.ai-price-wrap {
  border-radius: 15px;
  border: 1px solid var(--text-light-purple);
  height: 100%;
  padding: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ai-price-wrap .ai-price-content mark {
  border: 1px solid var(--text-light-purple);
  border-radius: 7px;
  color: var(--text-light-purple);
  background-color: transparent;
  padding: 0px 18px 2px;
}

.ai-price-wrap .ai-price-content h2 {
  font-size: 56px;
  margin: 30px 0;
}

.ai-price-wrap .ai-price-content h2 span {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--ff-nunito);
  text-transform: lowercase;
}

@media only screen and (max-width: 1199.98px) {
  .ai-price-wrap .ai-price-content h2 {
    font-size: 38px;
  }
}

.ai-price-wrap .ai-price-content ul {
  margin-bottom: 40px;
  list-style: none;
}

.ai-price-wrap .ai-price-content ul li {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.ai-price-wrap .ai-price-content ul li svg,
.ai-price-wrap .ai-price-content ul li i {
  color: var(--text-light-purple);
  margin-right: 6px;
}

.ai-price-wrap .ai-price-content ul li:not(:last-child) {
  margin-bottom: 20px;
}

.ai-price-wrap .ai-price-btn-wrap .ai-price-btn {
  background-color: var(--text-light-purple);
  color: #fff;
  border-radius: 15px;
  padding: 15px;
}

.ai-price-wrap:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.ai-price-wrap:hover .ai-price-content mark {
  background-color: var(--text-light-purple);
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* =============================
AI Price End
==============================*/
/* =============================
AI Hero End
==============================*/
.ai-hero-area {
  z-index: 1;
  padding: 210px 0 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 991.98px) {
  .ai-hero-area {
    padding: 150px 0 270px;
  }
}

.hero-sp-round {
  z-index: -1;
  -webkit-animation: slide_2 15s ease-in-out alternate infinite;
  animation: slide_2 15s ease-in-out alternate infinite;
  right: 30px;
  top: 50%;
}

.hero-sp-parallax {
  z-index: -1;
  -webkit-animation: slide_1 15s ease-in-out alternate infinite;
  animation: slide_1 15s ease-in-out alternate infinite;
  left: -30px;
  top: 40%;
  width: 11%;
}

@media only screen and (max-width: 1199.98px) {
  .hero-sp-parallax {
    left: -10px;
  }
}

@-webkit-keyframes slide_2 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(25px, -15px) rotate(-15deg);
    transform: translate(25px, -15px) rotate(-15deg);
  }

  50% {
    -webkit-transform: translate(-20px, 20px) rotate(0deg);
    transform: translate(-20px, 20px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(15px, -15px) rotate(25deg);
    transform: translate(15px, -15px) rotate(25deg);
  }

  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@keyframes slide_2 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(25px, -15px) rotate(-15deg);
    transform: translate(25px, -15px) rotate(-15deg);
  }

  50% {
    -webkit-transform: translate(-20px, 20px) rotate(0deg);
    transform: translate(-20px, 20px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(15px, -15px) rotate(25deg);
    transform: translate(15px, -15px) rotate(25deg);
  }

  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@-webkit-keyframes slide_1 {
  0% {
    -webkit-transform: translate(0) rotate(0deg) scale(1);
    transform: translate(0) rotate(0deg) scale(1);
  }

  15% {
    -webkit-transform: translate(10px, 10px) rotate(15deg);
    transform: translate(10px, 10px) rotate(15deg);
  }

  30% {
    -webkit-transform: translate(10px, -15px) rotate(0deg);
    transform: translate(10px, -15px) rotate(0deg);
  }

  45% {
    -webkit-transform: translate(-10px, -20px) rotate(-10deg);
    transform: translate(-10px, -20px) rotate(-10deg);
  }

  60% {
    -webkit-transform: translate(0, 20px) rotate(15deg);
    transform: translate(0, 20px) rotate(15deg);
  }

  75% {
    -webkit-transform: translate(-10px, -15px) rotate(10deg);
    transform: translate(-10px, -15px) rotate(10deg);
  }

  90% {
    -webkit-transform: translate(-5, -5px) rotate(-10deg);
    transform: translate(-5, -5px) rotate(-10deg);
  }

  100% {
    -webkit-transform: translate(0) rotate(0deg) scale(1.04);
    transform: translate(0) rotate(0deg) scale(1.04);
  }
}

@keyframes slide_1 {
  0% {
    -webkit-transform: translate(0) rotate(0deg) scale(1);
    transform: translate(0) rotate(0deg) scale(1);
  }

  15% {
    -webkit-transform: translate(10px, 10px) rotate(15deg);
    transform: translate(10px, 10px) rotate(15deg);
  }

  30% {
    -webkit-transform: translate(10px, -15px) rotate(0deg);
    transform: translate(10px, -15px) rotate(0deg);
  }

  45% {
    -webkit-transform: translate(-10px, -20px) rotate(-10deg);
    transform: translate(-10px, -20px) rotate(-10deg);
  }

  60% {
    -webkit-transform: translate(0, 20px) rotate(15deg);
    transform: translate(0, 20px) rotate(15deg);
  }

  75% {
    -webkit-transform: translate(-10px, -15px) rotate(10deg);
    transform: translate(-10px, -15px) rotate(10deg);
  }

  90% {
    -webkit-transform: translate(-5, -5px) rotate(-10deg);
    transform: translate(-5, -5px) rotate(-10deg);
  }

  100% {
    -webkit-transform: translate(0) rotate(0deg) scale(1.04);
    transform: translate(0) rotate(0deg) scale(1.04);
  }
}

.ai-hero-info h2 {
  font-size: 56px;
  margin-bottom: 24px;
}

.ai-hero-info h2 span {
  color: var(--text-light-purple);
}

@media only screen and (max-width: 991.98px) {
  .ai-hero-info h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}

.ai-hero-slider .ai-hero-pagination {
  text-align: center;
}

.ai-hero-pagination span {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.ai-hero-pagination span.swiper-pagination-bullet-active {
  background: var(--text-light-purple);
}

/* =============================
AI Hero End
==============================*/
/* =============================
Ai Contact
==============================*/
.ai-contact input,
.ai-contact textarea {
  background-color: transparent;
  margin-bottom: 30px;
  border: 1px solid #DDDDDE;
  border-radius: 3px;
}

.ai-contact input:focus,
.ai-contact textarea:focus {
  border: 1px solid #DDDDDE;
}

/* =============================
Ai Contact End
==============================*/


/*=============================
Homapage Five Start
==============================*/


/*=============================
31. Hero Five Start - Homapage Five
==============================*/
.pt-24 {
  padding-top: 24px;
}

.hero-style-four {
  padding: 200px 0 120px;
  background-color: #f9fbfa;
  z-index: 0;
}

.hero-style-four .section-content h1 {
  color: var(--c-black);
  font-family: var(--secondary-font);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.375%;
}

.hero-style-four .section-content h1 span {
  color: var(--c-teal);
}

.hero-style-four .section-content p {
  color: rgba(6, 29, 33, 0.70);
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%
}

.hero-style-four .section-content .hero-buttons {
  padding-top: 48px;
  gap: 24px
}

.hero-style-four .section-content .hero-buttons .btn-fill-rounded,
.hero-style-four .section-content .hero-buttons .btn-outlined-round {
  padding: 16px 32px;
  gap: 10px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
}

.hero-style-four .section-content .hero-buttons .btn-fill-rounded {
  background-color: var(--c-bright-green);
  color: var(--c-white);
  border: 1px solid var(--c-bright-green);
}


.hero-style-four .section-content .hero-buttons .btn-fill-rounded:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  background-color: transparent;
  color: var(--c-black-2);
}

.hero-style-four .section-content .hero-buttons .btn-outlined-round {
  color: var(--c-black-2);
  border: 1px solid var(--c-teal-2);
}


.hero-style-four .section-content .hero-buttons .btn-outlined-round:hover {
  fill: var(--c-teal-2);
  color: var(--c-bright-green);
  border-color: var(--c-bright-green);
  background-color: transparent;
}

.hero-style-four .section-content .hero-buttons .btn-outlined-round svg path {
  fill: var(--c-teal-2);

  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.hero-style-four .section-content .hero-buttons .btn-outlined-round:hover svg path {
  fill: var(--c-bright-green);
}

.hero-style-four .section-content p.short-info {
  padding-top: 24px;
  font-size: 18px;
  line-height: 177.778%
}

.hero-style-four .section-content .reviews {
  padding-top: 110px;
  gap: 32px;
}

.hero-style-four .section-content .reviews .review {
  gap: 24px;
}

.hero-style-four .section-content .reviews .review .review-icon {
  width: 64px;
  height: 64px;
  padding: 16px;
  border: 1px solid rgba(10, 50, 56, 0.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.hero-style-four .section-content .reviews .review .review-content .list {
  list-style: none;
  color: rgba(64, 64, 64, 0.70);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}

.hero-style-four .section-content .reviews .review .review-content .list li:nth-child(2),
.hero-style-four .section-content .reviews .review .review-content .list li:nth-child(3) {
  color: #241C53;
  font-weight: 500;
}

.hero-style-four .section-content .reviews .review .review-content .stars {
  list-style: none;
  color: rgba(255, 205, 51, 1);
  padding-top: 4px;
  gap: 4px;
}

.hero-style-four-background {
  background-image: url('./../img/shapes/grid.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--c-teal);
  max-width: 44.3%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-style-four-background img {
  padding-left: 85px;
  width: auto;
  height: auto;
}

.hr-hero-img {
  background-color: #1D6C77;
  padding-left: 71px;
  padding-top: 70px;
  border-top-left-radius: 30px;
}

.hr-hero-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  object-position: top left;
}

/* Hero 5 Responsive */
@media only screen and (max-width: 1199px) {
  .hero-style-four-background {
    max-width: 40%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .hero-style-four-background {
    max-width: 40%;
  }
}

@media only screen and (min-width: 1800px) and (max-width: 3000px) {
  .hero-style-four-background {
    justify-content: end !important;
  }
}

@media only screen and (max-width: 1600px) {
  .hero-style-four {
    padding: 150px 0 60px;
  }

  .hero-style-four .section-content h1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-style-four .section-content h1 {
    font-size: 48px;
  }

  .hero-style-four .section-content .reviews {
    padding-top: 40px;
    gap: 15px;
  }

  .hero-style-four .section-content p {
    font-size: 18px;
  }

  .hero-style-four .section-content .hero-buttons {
    padding-top: 20px
  }
}

@media only screen and (max-width: 575.98px) {
  .hero-style-four {
    padding: 175px 0 80px;
  }

  .hero-style-four .section-content h1 {
    font-size: 36px;
  }
}

/*===============================
32. Brand Slider Start - Homapage Five
=================================*/
.brand-slide-area .brand-slide-title {
  color: #0A3238;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 157.143%;
}

.brand-slide-wrap .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.brand-slide-wrap .swiper-slide {
  width: auto;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*===============================
Brand Slider End - Homapage Five
=================================*/


/*===============================
34. Testimonials Start - Homapage Five
=================================*/

.testimonial-style-four .section-content>h4 {
  font-family: var(--secondary-font);
  font-size: 30px;
  font-weight: 600;
  line-height: 146.667%;
  text-transform: initial;
  color: var(--c-dark-teal);
  margin-bottom: 32px;
}

.testimonial-style-four .section-content>p {
  font-family: var(--secondary-font);
  color: #0A3238;
  font-size: 23px;
  font-weight: 400;
  line-height: 166.667%;
  margin-bottom: 48px;
}

.testimonial-style-four .section-content>p svg {
  position: absolute;
  right: 40px;
  bottom: -46px;
  width: 80px;
  height: 80px;
}

.testimonial-style-four .section-content .author .author-title {
  font-family: var(--secondary-font);
  color: var(--c-dark-teal);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
}

.testimonial-style-four .section-content .author .author-designation {
  color: rgba(6, 29, 33, 0.7);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}

.client-rating .rating {
  gap: 8px;
  list-style: none;
}

.client-rating .rating li {
  color: rgba(37, 49, 76, 1);
}

.testimonial-style-four .section-thumb {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.testimonial-style-four .section-thumb .video-button {
  top: 42px;
  right: 42px;
  width: 72px;
  height: 72px;
  background-color: var(--c-white);
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  display: grid;
  place-content: center;
  cursor: pointer;
}

.testimonial-style-four .section-thumb .video-button i {
  font-size: 32px;
  color: var(--c-bright-green);
}

.testimonial-style-four .section-header {
  padding-bottom: 80px;
}

.testimonial-style-four .section-header .testimonial-review_slider-control {
  gap: 24px;
}

.testimonial-style-four .section-header .testimonial-review_slider-control .testimonial-review-next,
.testimonial-style-four .section-header .testimonial-review_slider-control .testimonial-review-prev {
  width: 72px;
  height: 72px;
  background-color: var(--c-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: grid;
  place-content: center;
  color: var(--c-dark-teal);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.testimonial-style-four .section-header .testimonial-review_slider-control .testimonial-review-next:hover,
.testimonial-style-four .section-header .testimonial-review_slider-control .testimonial-review-prev:hover {
  color: var(--c-white);
  background-color: var(--c-bright-green);
}

.testimonial-style-four .testimonial-review_slider .review_card {
  background-color: var(--c-white);
  padding: 60px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.testimonial-style-four .testimonial-review_slider .review_card .review_card-rating {
  padding-bottom: 80px;
}

.testimonial-style-four .testimonial-review_slider .review_card .review_card-info p {
  color: var(--c-dark-teal);
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  padding-bottom: 56px;
  border-bottom: 2px solid #edeef0;
}

.testimonial-style-four .testimonial-review_slider .review_card .review_card-author {
  margin-top: 24px;
}

.testimonial-style-four .testimonial-review_slider .review_card .review_card-author {
  gap: 20px;
}

.testimonial-style-four .testimonial-review_slider .review_card .review_card-author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.testimonial-style-four .testimonial-review_slider .review_card .review_card-author .author-info .author-title {
  color: var(--c-dark-teal);
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
}

.testimonial-style-four .testimonial-review_slider .review_card .review_card-author .author-info .author-designation {
  color: rgba(6, 29, 33, 0.7);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}

/*===============================
Testimonials End - Homapage Five
=================================*

/*===============================
Apps Gallery End - Homapage Five
=================================*

/*=============================
Homepage Six Start
==============================*/

/*=============================
35. Hero Start - Homepage Six
==============================*/
.hero-style-six {
  padding: 200px 0 100px;
  background-color: var(--c-black-3);
  background-image: url('../img/hero/hero-bg-6.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-content .camel-title {
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid var(--c-black-4);
  background: var(--c-black-5);
  display: inline-block;

  color: var(--c-white);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

.section-content .hero-title {
  font-family: var(--secondary-font);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 134.375%;
}

.section-content .hero-title span {
  font-style: italic;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 57%, rgb(87 59 255 / 43%) 0%, rgb(255 255 255 / 0%) 92%);
  font-weight: 600;
}

.section-content p {
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}

.section-content .hero-buttons {
  gap: 20px;
}

.section-content .hero-buttons .btn-fill-rounded {
  color: var(--c-white);
  background: var(--c-blue);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.section-content .hero-buttons .btn-fill-rounded-glossy {
  color: var(--c-white);
  background: var(--c-black-5);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.section-content .hero-buttons .btn-fill-rounded-glossy::before {
  position: absolute;
  content: '';
  inset: 0px;
  z-index: -1;
  background: linear-gradient(200deg, #242632 0%, #6D7498 42%, #242632 100%);
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.section-content .hero-buttons .btn-fill-rounded-glossy:hover::before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.section-content .hero-buttons .btn-fill-rounded-glossy::after {
  position: absolute;
  content: '';
  inset: 2px;
  z-index: -1;
  background-color: var(--c-black-5);
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.hero-style-six .section-thumb {
  transform: translateX(48px);
  -webkit-transform: translateX(48px);
  -moz-transform: translateX(48px);
  -ms-transform: translateX(48px);
  -o-transform: translateX(48px);
}

.hero-style-six .section-thumb {
  height: 100%;
  background-image: url('../img/hero/hero-kit.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.partners__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.partners__slider .swiper-wrapper .swiper-slide {
  display: grid;
  place-content: center;
}

.partners__slider .swiper-wrapper .swiper-slide svg {
  width: 100%;
}

.partners .title {
  position: relative;
}

.partners .title::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: var(--c-white);
}

.partners .title p {
  margin-left: 92px;
  color: var(--c-white);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  text-transform: uppercase;
  margin-bottom: 32px;
}

/* =============================
Hero End - Homepage Six
==============================*/

/* ==================================
36. Key Capabilities Start - Homepage Six
====================================*/
.capabilities-card {
  padding: 32px;
  background-color: var(--c-gray);
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  top: 0;
  display: block;
}

.capabilities-card:hover {
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  background-color: var(--c-white);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.capabilities-card .capabilities-card-inner .card-content .title {
  color: var(--c-black-3);
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
}

.capabilities-card .capabilities-card-inner .capabilities-card-icon svg {
  width: 32px;
  height: 32px;
  color: var(--c-blue);
  margin-bottom: 16px;

}

.capabilities-card .capabilities-card-inner .card-content .description {
  padding-top: 12px;
  color: rgba(14, 13, 19, 0.70);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}

/* ==================================
Key Capabilities End - Homepage Six
====================================*/

/* ===============================
37. Testimonial Start - Homapage Six
==================================*/
.testimonial-style-six .shape-1 {
  top: 100px;
  left: 200px;
  animation: up-down 2s infinite alternate;
  -webkit-animation: up-down 2s infinite alternate;
}

.testimonial-style-six .shape-2 {
  top: 115px;
  left: 200px;
  animation: up-down 2s infinite 1s alternate;
  -webkit-animation: up-down 2s infinite 1s alternate;
}

.testimonial-style-six .shape-3 {
  top: 100px;
  right: 200px;
  animation: movement 5s ease-in-out infinite alternate;
  -webkit-animation: movement 3s ease-in-out infinite alternate;
}

.testimonial-style-six .section-header .title {
  color: var(--c-black-3);
  font-family: var(--secondary-font);
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 138.462%;
}

.testimonial-style-six .section-header .description {
  padding-top: 24px;
  color: rgba(14, 13, 19, 0.70);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}

.testimonial-style-six .pb-72 {
  padding-bottom: 72px;
}

.testimonial-style-six .testimonial-row>div.col-lg-4:nth-last-child(1) .author,
.testimonial-style-six .testimonial-row>div.col-lg-4:nth-last-child(2) .author,
.testimonial-style-six .testimonial-row>div.col-lg-4:nth-last-child(3) .author {
  opacity: 0.5;
}

@media only screen and (max-width: 991px) {
  .testimonial-style-six .testimonial-row>div.col-lg-4:nth-last-child(3) .author {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {

  .testimonial-style-six .testimonial-row>div.col-lg-4:nth-last-child(2) .author,
  .testimonial-style-six .testimonial-row>div.col-lg-4:nth-last-child(3) .author {
    opacity: 1;
  }
}


.testimonial-style-six .testimonial-card {
  padding: 24px;
  background-color: var(--c-white);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}


.testimonial-style-six .testimonial-card .testimonial-card-content .rating {
  list-style: none;
  gap: 2px;
  color: var(--c-orange);
  font-size: 18px;
}

/* .testimonial-style-six .testimonial-card .testimonial-card-content .rating li:last-child {
  margin-left: 10px;
  color: rgba(14, 13, 19, 0.70);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
} */

.testimonial-style-six .testimonial-card .testimonial-card-content .review {
  padding-top: 20px;
  color: var(--c-black-3);
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  flex-grow: 1;
}

.testimonial-style-six .testimonial-card .testimonial-card-content .author {
  padding-top: 60px;
  gap: 16px;
}

.testimonial-style-six .testimonial-card .testimonial-card-content .author .author-avatar {
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
}

.testimonial-style-six .testimonial-card .testimonial-card-content .author .author-avatar img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.testimonial-style-six .testimonial-card .testimonial-card-content .author .author-details .author-title {
  color: var(--c-black-3);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}

.testimonial-style-six .testimonial-card .testimonial-card-content .author .author-details .author-designation {
  color: rgba(14, 13, 19, 0.70);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}

.testimonial-style-six .see-all {
  padding: 18px 36px;
  color: var(--c-white);
  background: var(--c-blue);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  border: 1px solid var(--c-blue);
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.testimonial-style-six .see-all:hover {
  background: var(--c-white);
  color: var(--c-black-3);
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes movement {
  0% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-15px) translateX(10px);
    -webkit-transform: translateY(-15px) translateX(10px);
    -moz-transform: translateY(-15px) translateX(10px);
    -ms-transform: translateY(-15px) translateX(10px);
    -o-transform: translateY(-15px) translateX(10px);
  }

  100% {
    transform: translateY(-25px) translateX(0);
    -webkit-transform: translateY(-25px) translateX(0);
    -moz-transform: translateY(-25px) translateX(0);
    -ms-transform: translateY(-25px) translateX(0);
    -o-transform: translateY(-25px) translateX(0);
  }
}

@keyframes movement {
  0% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-15px) translateX(10px);
    -webkit-transform: translateY(-15px) translateX(10px);
    -moz-transform: translateY(-15px) translateX(10px);
    -ms-transform: translateY(-15px) translateX(10px);
    -o-transform: translateY(-15px) translateX(10px);
  }

  100% {
    transform: translateY(-25px) translateX(0);
    -webkit-transform: translateY(-25px) translateX(0);
    -moz-transform: translateY(-25px) translateX(0);
    -ms-transform: translateY(-25px) translateX(0);
    -o-transform: translateY(-25px) translateX(0);
  }
}

/* =============================
Testimonial End - Homepage Six
==============================*/

/* =============================
38. Pricing Start - Homepage Six
==============================*/
.pricing-style-six .pricing-content h2 {
  color: var(--c-black-3);
  font-family: var(--secondary-font);
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 138.462%;
}

.pricing-style-six .pricing-content p {
  color: rgba(14, 13, 19, 0.70);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  padding-top: 24px;
}

.pricing-style-six .pricing-content .price-switch {
  list-style: none;
  padding-top: 48px;

}

.pricing-style-six .pricing-content .shape {
  position: absolute;
  right: 75px;
  bottom: 0;
}

.pricing-style-six .pricing-content .price-switch li {
  color: var(--c-black-3);
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.pricing-style-six .pricing-content .price-switch li .form-switch .form-check-input {
  cursor: pointer;
}

.pricing-style-six .pricing-content .price-switch li .form-switch .form-check-input:focus {
  box-shadow: none;
  background-image: url("data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8' %3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29' /%3e%3c/svg%3e");
}

.pricing-style-six .pricing-content .price-switch li .form-switch .form-check-input:checked {
  background-color: rgba(87, 59, 255, 1);
  border-color: rgba(87, 59, 255, 1);
}

.pricing-style-six .pricing-content .price-switch li .form-switch .form-check-input:checked:focus {
  background-image: url("data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8' %3e%3ccircle r='3' fill='%23fff' /%3e%3c/svg%3e");
}

.pricing-style-six .pricing-card-style-six {
  padding: 32px;
  background-color: var(--c-gray);
  border: 1px solid #E7E7E7;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-style-six .pricing-card-style-six .price-content .title {
  color: var(--c-black-3);
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-style-six .pricing-card-style-six .price-content>p {
  padding-top: 4px;
  color: rgba(14, 13, 19, 0.70);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-style-six .pricing-card-style-six .price-content>p.text1 {
  display: none;
}

.pricing-style-six .pricing-card-style-six .price-content .price {
  color: var(--c-black-3);
  font-family: var(--secondary-font);
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 138.462%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-style-six .pricing-card-style-six .price-content .subscription-type {
  color: rgba(14, 13, 19, 0.70);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  margin-left: 9px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-style-six .pricing-card-style-six .price-content .price-divider {
  margin: 32px 0 24px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.20);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-style-six .pricing-card-style-six .price-content .fetcher {
  list-style: none;
  padding-bottom: 40px;
}

.pricing-style-six .pricing-card-style-six .price-content .fetcher li {
  margin-bottom: 12px;
  color: var(--c-black-3);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  white-space: wrap;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  list-style: none;
}

.pricing-style-six .pricing-card-style-six .price-content .fetcher li:last-child {
  margin-bottom: 0;
}

.pricing-style-six .pricing-card-style-six .price-content .fetcher li i {
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  margin-right: 12px;
  color: var(--c-blue);
}

.pricing-style-six .pricing-card-style-six:hover .price-content .fetcher li i {
  color: rgba(255, 255, 255, 1);
}

.pricing-style-six .pricing-card-style-six.active-card .price-content .fetcher li i {
  color: rgba(255, 255, 255, 1);
}

.pricing-style-six .pricing-card-style-six:hover {
  background-color: var(--c-blue);
}

.pricing-style-six .pricing-card-style-six:hover .price-divider {
  background-color: rgba(255, 255, 255, 0.20);
}

.pricing-style-six .pricing-card-style-six:hover .price-content .title,
.pricing-style-six .pricing-card-style-six:hover>.price-content p,
.pricing-style-six .pricing-card-style-six:hover .price-content .price,
.pricing-style-six .pricing-card-style-six:hover .price-content .subscription-type,
.pricing-style-six .pricing-card-style-six:hover .price-content .fetcher li {
  color: var(--c-white);
}

.pricing-style-six .pricing-card-style-six:hover .price-content .fetcher li svg {
  color: var(--c-white);
  background-color: transparent;
}

.pricing-style-six .pricing-card-style-six:hover .price-content .fetcher li svg.un-check {
  display: none;
}

.pricing-style-six .pricing-card-style-six .price-content .fetcher li svg.check {
  display: none;
}

.pricing-style-six .pricing-card-style-six:hover .price-content .fetcher li svg.check {
  display: block;
}

.pricing-style-six .pricing-card-style-six .btn-outlined-round {
  padding: 18px 36px;
  width: 100%;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: var(--c-black-3);
  background-color: transparent;
  border-color: var(--c-blue);
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-style-six .pricing-card-style-six:hover .btn-outlined-round {
  background-color: var(--c-white);
  border-color: var(--c-white);
}

.pricing-style-six .pricing-card-style-six.active-card .btn-outlined-round {
  background-color: var(--c-white);
  border-color: var(--c-white);
}

.pricing-style-six .pricing-card-style-six.active-card {
  background-color: var(--c-blue);
}

.pricing-style-six .pricing-card-style-six.active-card .price-divider {
  background-color: rgba(255, 255, 255, 0.20);
}

.pricing-style-six .pricing-card-style-six.active-card .price-content .title,
.pricing-style-six .pricing-card-style-six.active-card>.price-content p,
.pricing-style-six .pricing-card-style-six.active-card .price-content .price,
.pricing-style-six .pricing-card-style-six.active-card .price-content .subscription-type,
.pricing-style-six .pricing-card-style-six.active-card .price-content .fetcher li {
  color: var(--c-white);
}

/* =============================
  Pricing End - Homepage Six
==============================*/

/* ==============================
39. FAQ Start - Homepage Five & Six
================================*/
.faq-style-common .section-header .title {
  color: var(--c-black-3);
  font-family: var(--secondary-font);
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 138.462%;
}

.faq-style-common .section-header .description {
  padding-top: 24px;
  color: rgba(14, 13, 19, 0.70);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}

.faq-style-common .accordion-item {
  border-radius: 16px;
  border: 1px solid #E7E7E7;
  background: var(--c-gray);
}

.faq-style-common .accordion-item.extend {
  border: unset;
}

.faq-style-common .accordion-item:last-of-type .accordion-button {
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -ms-border-radius: 16px !important;
  -o-border-radius: 16px !important;
}

.faq-style-common .accordion-item .accordion-collapse .accordion-body {
  padding: 32px;
  padding-top: 0px;
  color: rgba(14, 13, 19, 0.70);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}

.faq-style-common .accordion-item .accordion-collapse .accordion-body.extend {
  padding: 0 54px 36px;
  background-color: var(--c-light-white);
  border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  -o-border-radius: 0 0 16px 16px;
}

.faq-style-common .accordion-item .accordion-button.collapsed {
  background: var(--c-gray);
}

.faq-style-common .accordion-item .accordion-button[aria-expanded="true"] {
  padding-bottom: 20px;
}

.faq-style-common .accordion-item .accordion-button.extend[aria-expanded="true"] {
  padding-bottom: 12px;
}

.faq-style-common .accordion-item .accordion-button {
  padding: 32px;
  border-radius: 16px;
  background: var(--c-gray);
  line-height: 160% !important;
  color: var(--c-black-3);
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: padding 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  -webkit-transition: padding 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  -moz-transition: padding 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  -ms-transition: padding 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  -o-transition: padding 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.faq-style-common .accordion-item .accordion-button.extend {
  padding: 36px 54px;
  color: var(--c-black-2);
  background-color: var(--c-light-white);
  font-size: 28px;
  line-height: 142.857%;
}

.faq-style-common .accordion-item .accordion-button:after {
  color: var(--c-blue);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: unset;
  font-family: bootstrap-icons !important;
  content: "\f4fe";
  font-size: 30px;
}

.faq-style-common .accordion-item .accordion-button.extend.collapsed:after {
  color: var(--c-black-2);
  opacity: 0.4;
}

.faq-style-common .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq-style-common .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
}

.faq-style-common .accordion-item .accordion-button:not(.collapsed):after {
  background-image: unset;
  content: "\f2ea";
}

.faq-style-common .accordion-item .accordion-button.extend:not(.collapsed):after {
  color: var(--c-black-2);
}

@media only screen and (max-width: 768px) {

  .faq-style-common .accordion-item .accordion-button,
  .faq-style-common .accordion-item .accordion-button.extend {
    padding: 20px;
    font-size: 18px;
  }

  .faq-style-common .accordion-item .accordion-collapse .accordion-body,
  .faq-style-common .accordion-item .accordion-collapse .accordion-body.extend {
    padding: 20px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 575.98px) {
  .faq-style-common .section-header .title {
    font-size: 28px;
  }
}

/* ==============================
  FAQ End - Homepage Five & Six
================================*/

/* ========================================
  Home Pahe 7 Common Start
==========================================*/
.section-header.split {
  display: flex;
  align-items: center;
  gap: 188px;
}

.section-header.split .section-header-left,
.section-header.split .section-header-right {
  flex: 1;
}

.section-header .sub-title {
  display: inline-block;
  border-radius: 100px;
  /* padding: 4px 48px; */
  background: #C7F2AB;
  color: var(--c-indigo);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-header.header-eight-hero .sub-title {
  border-radius: unset;
  /* padding: 10px 40px; */
  background: transparent;
  color: var(--c-blue-2);
  font-size: 22px;
  font-weight: 500;
  line-height: 163.636%;
  letter-spacing: 5.28px;
}

.section-header.header-eight .sub-title {
  border-radius: unset;
  padding: 6px 40px;
  background: transparent;
  color: var(--c-blue-2);
  font-size: 22px;
  font-weight: 500;
  line-height: 163.636%;
  letter-spacing: 5.28px;
}

.section-header.header-eight-hero .sub-title svg {
  width: 36px;
}

.section-header .title {
  color: var(--c-black-2);
  font-family: var(--secondary-font);
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.462%;
}

.section-header.header-eight-hero .title {
  color: var(--c-black-4);
  font-family: var(--secondary-font);
  font-size: 66px;
  font-weight: 600;
  line-height: 130.303%;
}

.section-header.header-eight .title {
  padding-top: 10px;
  color: var(--c-black-4);
  font-family: var(--secondary-font);
  font-size: 52px;
  font-weight: 600;
  line-height: 138.462%;
}

.section-header.header-eight .title .theme {
  color: var(--c-blue-2);
  display: inline-block;
}

.section-header.header-eight.faq {
  max-width: 503px;
}

.section-header p {
  color: rgba(6, 29, 33, 0.70);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}

.section-header.header-eight-hero p {
  color: var(--c-dark-gray);
  font-size: 20px;
  line-height: 180%;
}

.section-header.header-eight>p {
  max-width: 800px;
  color: var(--c-dark-gray);
  font-size: 18px;
  line-height: 177.778%;
}

.section-header.header-eight.faq>p {
  padding-top: 20px;
}

.section-header>p:nth-of-type(2) {
  padding-top: 20px;
}

/* ========================================
  Home Pahe 7 Common End
==========================================*/
/* ========================================
  Sponsor Brands start - Homepage seven
==========================================*/
img {
  max-width: 100%;
  height: auto;
}

.ease-linear {
  transition-timing-function: linear
}

.container.custom-container {
  margin-left: calc((100% - 1320px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
}


.sponsor-brands-area-seven .sponsor-brands-title {
  max-width: 280px;
  padding-right: 60px;
  margin-right: 60px;
  border-right: 1px solid rgba(6, 30, 33, 0.50);
}

.sponsor-brands-area-seven .sponsor-brands-title h5 {
  color: var(--c-black);
  font-family: var(--secondary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.sponsor-brands-slider .swiper-slide {
  text-align: center;
}

/* ========================================
  Sponsor Brands end - Homepage seven
==========================================*/

/* ========================================
  Features-area-seven start - Homepage seven
==========================================*/
.features-area-seven {
  padding-top: 60px;
  padding-bottom: 100px;
}

/* ========================================
  Features-area-seven end - Homepage seven
==========================================*/

/* ========================================
  Hero-area-seven start - Homepage seven
==========================================*/
.hero-area-seven {
  background: radial-gradient(89.15% 84.95% at 41.98% 15.43%, rgba(199, 229, 246, 0.75) 0%, #C7E5F6 100%);
  position: relative;
  z-index: 0;
  margin: 12px 12px 0;
}

.hero-area-seven .hero-content {
  padding-top: 176px;
}

.hero-area-seven .hero-content .title {
  max-width: 85%;
  color: var(--c-black);
  font-family: var(--secondary-font);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.125%;
}

.hero-area-seven .hero-content .description {
  padding-top: 24px;
  padding-right: 70px;
  color: rgba(6, 29, 33, 0.70);
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.cta-form {
  max-width: 535px;
  position: relative;
  margin-top: 48px;
}

.cta-form .email {
  height: 64px;
  padding: 16px 24px;
  border-radius: 48px;
  border: 1px solid rgba(32, 44, 107, 0.25);
  background: var(--c-white);
  color: rgba(6, 29, 33, 0.70);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}

.cta-form .btn-submit {
  padding: 12px 24px;
  color: var(--c-white);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.778%;
  background: var(--c-indigo);
  position: absolute;
  top: 50%;
  right: 4px;
  border: unset;
  border-radius: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.cta-form .btn-submit:hover {
  right: 2px;
}

.cta-form .btn-submit i {
  font-size: 20px;
}

/* kit images  */
.hero-seven-kits img {
  position: absolute;
  z-index: -1;
}

.hero-seven-kits img:nth-child(1) {
  right: 345px;
  top: 349px;
}

.hero-seven-kits img:nth-child(2) {
  left: -170px;
  bottom: 393px;
}

.hero-seven-kits img:nth-child(3) {
  right: 234px;
  top: 190px;
}

.hero-seven-kits img:nth-child(4) {
  right: -154px;
  top: 182px;
}

.hero-seven-kits img:nth-child(5) {
  right: -56.48px;
  top: 363px;
}

.hero-seven-kits img.animated-moveUpAndDown:nth-child(2) {
  animation-delay: .2s;
}

.hero-seven-kits img.animated-moveUpAndDown:nth-child(3) {
  animation-delay: .4s;
}

.hero-seven-kits img.animated-moveUpAndDown:nth-child(4) {
  animation-delay: .6s;
}

.hero-seven-kits img.animated-moveUpAndDown:nth-child(4) {
  animation-delay: .8s;
}

/* charts images  */
.hero-seven-charts {
  padding-bottom: 40px;
}

.hero-seven-img-pt {
  padding-top: 90px;
}

.hero-seven-charts img {
  height: fit-content;
}

.hero-seven-charts img:nth-child(1) {
  margin-left: -68px;
}

.hero-seven-charts img:nth-child(3) {
  margin-right: 34px;
}

.animated-moveUpAndDown {
  animation: moveUpAndDown 3s linear infinite;
  -webkit-animation: moveUpAndDown 3s linear infinite;
}

.animated-moveLeftAndRight {
  animation: moveLeftAndRight 3s linear infinite;
  -webkit-animation: moveLeftAndRight 3s linear infinite;
}

@keyframes moveUpAndDown {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@keyframes moveLeftAndRight {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  50% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

/* ========================================
  Hero-area-seven end - Homepage seven
==========================================*/

/* ========================================
  testimonial-area-seven start - Homepage seven
==========================================*/
.testimonial-area-seven {
  /* padding: 60px 0; */
}

.testimonial-area-seven .testimonial-seven-slider {
  padding-bottom: 80px;
}

.testimonial-area-seven .testimonial-seven-slider .swiper-slide {
  min-height: 100%;
  height: auto;
}

.testimonial-area-seven .testimonial-seven-slider .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(53, 74, 181, 0.12);
  opacity: 1;
}

.testimonial-area-seven .testimonial-seven-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--c-indigo);
}

.testimonial-card-seven {
  user-select: none;
  min-height: 100%;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(6, 29, 33, 0.25);
  display: flex;
  flex-direction: column;
}

.testimonial-card-seven .card-body {
  flex-grow: 1;
}

.testimonial-card-seven .card-body .card-header {
  padding: 0;
  border: unset;
  background-color: unset;
}

.testimonial-card-seven .card-body .rating {
  display: flex;
  flex-direction: row;
  gap: 6px;
  list-style: none;
  color: #00B67A;
  font-size: 24px;
  line-height: 24px;
}

.testimonial-card-seven .card-body .card-info {
  padding-top: 20px;
}

.testimonial-card-seven .card-body .card-info>h6 {
  display: inline-block;
  color: var(--c-black-2);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.778%;
}

.testimonial-card-seven .card-body .card-info>p {
  color: rgba(6, 29, 33, 0.70);
  font-family: var(--secondary-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 182.353%;
}

.testimonial-card-seven .card-author {
  padding-top: 24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.testimonial-card-seven .card-author .author-avatar {
  min-width: 52px;
  min-height: 52px;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
}

.testimonial-card-seven .card-author .author-avatar img {
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
}

.testimonial-card-seven .card-author .author-info .author-title {
  color: var(--c-black-2);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.778%;
}

.testimonial-card-seven .card-author .author-info .author-designation {
  color: rgba(6, 29, 33, 0.70);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ========================================
  testimonial-area-seven end - Homepage seven
==========================================*/

/* ========================================
  pricing-area-seven start - Homepage seven
==========================================*/
.pricing-card-seven {
  border-radius: 48px;
  background: #EDF2FA;
  padding: 70px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-card-seven.active-card {
  background-color: #D7ECFF;
}

.pricing-card-seven .pricing-card-header .pricing-header-head span {
  display: inline-block;
  width: fit-content;
}

.pricing-card-seven .pricing-card-header .pricing-header-head .plan-type {
  border-radius: 100px;
  background: var(--c-white);
  padding: 5px 25px;
  color: var(--c-indigo);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.778%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.pricing-card-seven .pricing-card-header .pricing-header-head .plan-price .price {
  padding-top: 4px;
  color: var(--c-black-2);
  font-family: var(--secondary-font);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}

.pricing-card-seven .pricing-card-header .pricing-header-head .plan-price .type {
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  margin-left: 10px;
  opacity: 0.7;
}

.pricing-card-seven .pricing-card-header>p {
  padding-top: 4px;
  padding-bottom: 24px;
  color: rgba(6, 29, 33, 0.70);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
  border-bottom: 1px solid rgba(6, 29, 33, 0.20);
}

.pricing-card-seven .pricing-card-body {
  padding-top: 48px;
}

.pricing-card-seven .features {
  list-style: none;

}

.pricing-card-seven .features li {
  color: var(--c-black-2);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.pricing-card-seven .features li:last-child {
  margin-bottom: 0;
}

.pricing-card-seven .features li i {
  margin-right: 16px;
}

.pricing-card-seven .get-plan {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 48px;
  padding: 12px 24px;
  border-radius: 32px;
  border: 1px solid var(--c-indigo);
  text-align: center;
  color: var(--c-indigo);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.778%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-card-seven .get-plan i {
  font-size: 30px;
}

.pricing-card-seven.active-card .get-plan {
  background-color: var(--c-indigo);
  color: var(--c-white);
}

/* ========================================
  pricing-area-seven end - Homepage seven
==========================================*/

/* ========================================
  get-in-touch-area-seven start - Homepage seven
==========================================*/
.get-in-touch-seven {
  background: rgba(53, 74, 181, 0.03);
}

.get-in-touch-seven .section-header {
  max-width: 88%;
}

.get-in-touch-seven .btn-group {
  padding-top: 48px;
  gap: 32px;
}

a.fill {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.get-in-touch-seven .btn-group a:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

/* background-color:#1D6C77;padding-left: 100px;padding-top: 150px; */
a.fill {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: var(--c-indigo);
  color: var(--c-white);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.778%;
}

a.fill:hover {
  color: var(--c-white);
}

a.fill-out {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #202C6B;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.778%;
  text-decoration: underline !important;
  text-underline-offset: 8px;
  padding-left: 24px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

a.fill-out>span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 16px;
}

a.fill-out>span svg:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  -webkit-transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  -moz-transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  -ms-transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  -o-transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
}

.get-in-touch-seven .btn-group a.fill-out>span svg:nth-child(2) {
  position: absolute;
  bottom: -20px;
  left: -20px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  -webkit-transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  -moz-transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  -ms-transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  -o-transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
}

.get-in-touch-seven .btn-group a.fill-out:hover>span svg:nth-child(2) {
  bottom: 0px;
  left: 0;
}

.get-in-touch-seven .btn-group a.fill-out:hover>span svg:nth-child(1) {
  top: -20px;
  left: 20px;
}

.get-in-touch-seven .btn-group a i,
.get-in-touch-seven .btn-group a svg {
  font-size: 20px;
}

.apps-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.apps-card-wrapper .apps-card {
  padding: 48px;
  text-align: center;
  background: rgba(53, 74, 181, 0.05);
}

.apps-card-wrapper .apps-card:nth-child(1) {
  border-radius: 20px 85px;
}

.apps-card-wrapper .apps-card:nth-child(2) {
  border-radius: 85px 85px 20px 20px;
}

.apps-card-wrapper .apps-card:nth-child(3) {
  border-radius: 85px 20px;
}

.apps-card-wrapper .apps-card:nth-child(4) {
  border-radius: 32px;
}

.apps-card-wrapper .apps-card:nth-child(5) {
  border-radius: 85px;
}

.apps-card-wrapper .apps-card:nth-child(6) {
  border-radius: 32px;
}

.apps-card-wrapper .apps-card:nth-child(7) {
  border-radius: 85px 20px;
}

.apps-card-wrapper .apps-card:nth-child(8) {
  border-radius: 20px 20px 85px 85px;
}

.apps-card-wrapper .apps-card:nth-child(9) {
  border-radius: 0px 85px;
}

.apps-card-wrapper .apps-card img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.apps-card-wrapper .apps-card:hover img {
  transform: scale(1.20);
  -webkit-transform: scale(1.20);
  -moz-transform: scale(1.20);
  -ms-transform: scale(1.20);
  -o-transform: scale(1.20);
}

/* ========================================
  get-in-touch-area-seven end - Homepage seven
==========================================*/


/* ========================================
  Home Page 8 Start
==========================================*/

/* common start */
.common-btn {
  display: inline-block;
  color: var(--c-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 40px 15px;
  background-color: var(--c-blue-3);
  border-radius: 41px;
}

.common-btn.btn-transparent {
  border: 1px solid rgba(26, 32, 44, 0.32);
  background: var(--c-white);
}

.btn-flip {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.btn-flip span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: transparent;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 133.333%; */
}

.btn-flip span:after,
.btn-flip span:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  color: var(--c-black);
}

.btn-transparent .btn-flip span:before,
.btn-transparent .btn-flip span:after {
  color: var(--c-black-4);
}

.btn-flip span:before {
  top: 0;
  transform: skewY(0);
  transform-origin: right bottom;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-flip span:after {
  top: 105%;
  transform: skewY(7deg);
  transform-origin: left top;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.common-btn:hover {
  opacity: 1;
}

.common-btn:hover .btn-flip span {
  transform: translateY(-105%);
}

.common-btn:hover .btn-flip span:before {
  transform: skewY(7deg);
}

.common-btn:hover .btn-flip span:after {
  transform: skewY(0);
}

/* -------------------------------- */
.btn-2 {
  display: inline-block;
  padding: 20px 40px;
  border-radius: 41px;
  border: 1px solid rgba(26, 32, 44, 0.32);
  background: var(--c-white);
  color: var(--c-black-4);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
}

.btn-2:hover {
  transform: translateY(-4px);
  border-color: var(--c-blue-3);
}

/* common end */

/* hero-area start  */
.hero-area-eight {
  padding-top: 205px;
  background: url('../img/hero/hero-eight-bg.png') lightgray -812px -150px / 184.583% 113.816% no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(50px);
}

.hero-area-eight-figure {
  padding-top: 150px;
  position: relative;
}

.hero-area-eight-figure::before {
  position: absolute;
  content: '';
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 51.32%, var(--c-white) 92.99%);
  z-index: 1;
}

.hero-area-eight-figure .phone {
  position: absolute;
  inset: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.hero-area-eight-figure .phone img {
  max-height: 100%;
}

/* hero-area end  */

/* Features-area start  */

.feature-Card-eight {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-Card-eight .card-thumbnail {
  flex-grow: 1;
  padding: 28px;
  text-align: center;
  border-radius: 16px;
  background: url('../img/features/card-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #DFE8F9;
}

.feature-Card-eight .card-thumbnail img {
  filter: drop-shadow(-5px 9.045px 18.089px rgba(26, 32, 44, 0.12));
  -webkit-filter: drop-shadow(-5px 9.045px 18.089px rgba(26, 32, 44, 0.12));
}

.feature-Card-eight .card-content {
  text-align: center;
  padding: 40px 32px 0;
}

.feature-Card-eight .card-content h5 {
  color: var(--c-black-4);
  font-family: var(--secondary-font);
  line-height: 166.667%;
}

.feature-Card-eight .card-content p {
  padding-top: 16px;
  color: var(--c-dark-gray);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

/* Features-area end  */

/* testimonial-area start  */
.testimonial-card-eight {
  min-height: 100%;
  max-width: 483px;
  padding: 32px 30px;
  border-radius: 16px;
  border: 1px solid rgba(11, 17, 29, 0.25);
  background: var(--c-white);
  user-select: none;
}

.testimonial-card-eight .testimonial-card-content p {
  color: rgba(11, 17, 29, 0.80);
  font-family: var(--secondary-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 163.636%;
}

.testimonial-card-eight .testimonial-author {
  padding-top: 48px;
}

.testimonial-card-eight .testimonial-author .author-avatar {
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
  margin-right: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.testimonial-card-eight .testimonial-author .author-avatar img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.testimonial-card-eight .testimonial-author .author-title {
  color: var(--c-black-4);
  font-family: var(--secondary-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 145.455%;
}

.testimonial-card-eight .testimonial-author .author-designation {
  display: inline-block;
  color: var(--c-dark-gray);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 225%;
}

.testimonial-slide-bottom .swiper-wrapper,
.testimonial-slide-top .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.testimonial-slide-top .swiper-slide,
.testimonial-slide-bottom .swiper-slide {
  width: auto;
}

.testimonial-eight-slider-area {
  position: relative;
}

.testimonial-eight-slider-area:after {
  position: absolute;
  content: '';
  left: 0;
  top: 24px;
  width: 396px;
  height: calc(100% - 24px);
  background: linear-gradient(90deg, var(--c-white) 0%, rgba(255, 255, 255, 0.10) 100%);
  z-index: 1;
}

.testimonial-eight-slider-area:before {
  position: absolute;
  content: '';
  right: 0;
  top: 24px;
  width: 396px;
  height: calc(100% - 24px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, var(--c-white) 100%);
  z-index: 2;
}

/* testimonial-area end  */

/* faq-eight-area start  */
.faq-area-eight .section-header .support {
  color: #0B111D;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration-line: underline !important;
  -moz-text-decoration-line: underline !important;
  display: inline-block !important;
}

.faq-area-eight .row,
.faq-area-eight .faq-area-eight-wrapper {
  position: relative;
}

/* .faq-area-eight .row::after,
.faq-area-eight .faq-area-eight-wrapper::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 46%;
  top: 0;
  background: url('../img/faq/varticle-devider.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */

.faq-eight .accordion-item {
  border: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  background: transparent;
}

.faq-eight .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-eight .accordion-item {
  margin-bottom: 40px;
}

.faq-eight .accordion-item .accordion-button {
  padding: 0;
  padding-bottom: 32px;
  color: #0B111D;
  background-color: transparent;
  font-family: var(--secondary-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 145.455%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.faq-eight .accordion-item .accordion-button:focus {
  box-shadow: unset;
}

.faq-eight .accordion-item .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-plus-circle%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M8%2015A7%207%200%201%201%208%201a7%207%200%200%201%200%2014m0%201A8%208%200%201%200%208%200a8%208%200%200%200%200%2016%22/%3E%3Cpath%20d%3D%22M8%204a.5.5%200%200%201%20.5.5v3h3a.5.5%200%200%201%200%201h-3v3a.5.5%200%200%201-1%200v-3h-3a.5.5%200%200%201%200-1h3v-3A.5.5%200%200%201%208%204%22/%3E%3C/svg%3E");

}

.faq-eight .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M14%200C6.27981%200%200%206.28112%200%2014C0%2021.7189%206.27981%2028%2014%2028C21.7202%2028%2028%2021.7189%2028%2014C28%206.28112%2021.7202%200%2014%200ZM14%2026.0465C7.35684%2026.0465%201.95349%2020.6432%201.95349%2014C1.95349%207.35684%207.35684%201.95349%2014%201.95349C20.6432%201.95349%2026.0465%207.35684%2026.0465%2014C26.0465%2020.6432%2020.6432%2026.0465%2014%2026.0465ZM19.5349%2014C19.5349%2014.5392%2019.0973%2014.9767%2018.5581%2014.9767H9.44186C8.9027%2014.9767%208.46512%2014.5392%208.46512%2014C8.46512%2013.4608%208.9027%2013.0233%209.44186%2013.0233H18.5581C19.0973%2013.0233%2019.5349%2013.4608%2019.5349%2014Z%22%20fill%3D%22%23194BFB%22/%3E%3C/svg%3E");
}

.faq-eight .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 24px;
  background: unset;
  box-shadow: unset;
}

.faq-eight .accordion-item .accordion-body {
  padding: unset;
  padding-bottom: 32px;
  /* max-width: 554px; */
  color: rgba(11, 17, 29, 0.70);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}

/* faq-eight-area end  */

/* about-eight-countdown--area start  */
.product-counter-box {
  border-radius: 16px;
  border: 1px solid rgba(11, 17, 29, 0.20);
  background: rgba(11, 17, 29, 0.02);
  padding: 24px;
  text-align: center;
  height: 100%;
}

.product-counter-box .countdown-info {
  color: #0B111D;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 132.143%;
}

.product-counter-box .countdown-info p {
  padding-top: 24px;
  color: rgba(11, 17, 29, 0.70);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  text-transform: capitalize;
}

/* about-eight-countdown-area end  */

/* work-nine-area start  */
.work-img-box {
  position: relative;
  height: 100%;
}

.work-img-box::after {
  position: absolute;
  content: '';
  inset: 8px;
  left: 8px;
  bottom: 8px;
  background-color: transparent;
  border-radius: 12px;
  border: 3px solid #FFF;
}

.work-img-box .work-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.work-img-box .spiral {
  position: absolute;
  left: -71px;
  top: -45px;
  z-index: 1;
  animation: anima-trasform-rotate 10s ease infinite alternate;
  -webkit-animation: anima-trasform-rotate 10s ease infinite alternate;
}

.work-img-box .kit-1,
.work-img-box .kit-2 {
  position: absolute;
  z-index: 1;
}

.work-img-box .kit-1 {
  position: absolute;
  left: 50%;
  bottom: -41px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  filter: drop-shadow(0px 2px 140px rgba(0, 0, 0, 0.12));
  animation: anima-trasform-x-extend 2.5s ease infinite alternate;
  -webkit-animation: anima-trasform-x-extend 5s ease-in-out infinite alternate;
}

.work-img-box .kit-2 {
  position: absolute;
  right: -120px;
  bottom: 77.45px;
  box-shadow: 0px 3.382px 169.099px 0px rgba(0, 0, 0, 0.10);
  animation: anima-trasform-y-one 3s ease infinite alternate;
}

@-webkit-keyframes anima-trasform-x-extend {
  0% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  100% {
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
  }
}

@keyframes anima-trasform-x-extend {
  0% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  100% {
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
  }
}

@keyframes anima-trasform-rotate {

  0%,
  100% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
}

/* work-nine-area end  */

/* product-sider-eight-area start  */
.device-frem {
  padding-bottom: 70px;
  position: relative;
  width: 100%;
  background-color: #002445;
  padding: 34px 12px 12px;
  border-radius: 32px;
  z-index: 0;
  overflow: hidden;
}

.device-frem .action-button-container {
  position: absolute;
  left: 32px;
  top: 12px;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 6px
}

.device-frem .action-button-container .action-button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.device-frem .action-button-container .action-button:nth-child(1) {
  background-color: #FF5F57;
}

.device-frem .action-button-container .action-button:nth-child(2) {
  background-color: #FFBC2F;
}

.device-frem .action-button-container .action-button:nth-child(3) {
  background-color: #28C840;
}

.device-top-left-corner {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  left: 12px;
  top: 34px;
  z-index: 9;
  border-radius: 22px;
  -webkit-border-radius: 0 22px 0 0;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  box-shadow: 5px -5px 0 5px #002445;
}

.device-bottom-left-corner {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  left: 12px;
  bottom: 12px;
  z-index: 9;
  border-radius: 22px;
  -webkit-border-radius: 0 0 22px 0;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  box-shadow: 5px 5px 0 5px #002445;
}

.device-top-right-corner {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  right: 12px;
  top: 34px;
  z-index: 9;
  border-radius: 22px;
  -webkit-border-radius: 0 22px 0 0;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  box-shadow: 5px -5px 0 5px #002445;
}

.device-bottom-right-corner {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  right: 12px;
  bottom: 12px;
  z-index: 9;
  border-radius: 22px;
  -webkit-border-radius: 0 0 22px 0;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  box-shadow: 5px 5px 0 5px #002445;

}

.product-sider-eight .swiper-slide img {
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}

.swiper-custom-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #354AB51F;
  opacity: 1;
}

.swiper-custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #354AB5;
}

.swiper-custom-pagination {
  padding-top: 48px;
  text-align: center;
}

/* product-sider-eight-area end  */

/* testimonial-nine-area start  */
.testimonial-nine-card {
  height: 100%;
  background: url('../img/testimonial/testimonial-nine-shape-1.png') lightgray 50% / cover no-repeat;
  ;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  background-blend-mode: lighten;
  padding: 48px 64px;
}

.testimonial-nine-card.testimonial-nine-card-one {
  background-color: #CDE8FEe8;
}

.testimonial-nine-card.testimonial-nine-card-two {
  background-color: #FFF2CFe8;
}

.testimonial-nine-card .testimonial-content {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(11, 17, 29, 0.20);
}

.testimonial-nine-card .testimonial-content .rating {
  color: #25314C;
  list-style: none;
  font-size: 24px;
  display: flex;
  justify-content: start;
  gap: 4px;
}

.testimonial-nine-card .testimonial-content>p {
  padding-top: 20px;
  color: #0B111D;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.testimonial-nine-card .testimonial-author {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 12px;
}

.testimonial-nine-card .testimonial-author .author .avatar {
  min-width: 68px;
  min-height: 68px;
  line-height: 68px;
  text-align: center;
}

.testimonial-nine-card .testimonial-author .author .avatar img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.testimonial-nine-card .testimonial-author .author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.testimonial-nine-card .testimonial-author .author-info .author-title {
  color: #0B111D;
  font-family: var(--secondary-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 154.545%;
}

.testimonial-nine-card .testimonial-author .author-info .author-designation {
  color: rgba(11, 17, 29, 0.70);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}

/* testimonial-nine-area end  */

/* integration-five-area start */
.integration-card-wrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  place-items: center;
  row-gap: 60px;
  column-gap: 84px;
}

.integration-card-wrapper .integration-card {
  width: 150px;
  height: 150px;
  background: #F7F8FB;
  display: grid;
  place-content: center;
  border-radius: 24px;
}

.integration-card-wrapper .integration-card img {
  margin: 0 auto;
}

/* integration-five-area end  */

/* integration-nine-area start  */
.integration-circle {
  position: relative;
}

.integration-circle-outer {
  width: 535px;
  height: 535px;
  background: rgba(138, 47, 255, 0.12);
  position: relative;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  animation: pluse_animate 3s infinite linear;
  -webkit-animation: pluse_animate 3s infinite linear;
}

.integration-circle-outer::before {
  position: absolute;
  content: '';
  inset: 68px;
  border-radius: 100%;
  background: rgba(138, 47, 255, 0.16);
}

.integration-circle-outer::after {
  position: absolute;
  content: '';
  inset: -68px;
  border-radius: 100%;
  background: rgba(138, 47, 255, 0.08);
}

.integration-circle-inner {
  animation: pluse_animate 3s infinite linear;
  -webkit-animation: pluse_animate 3s infinite linear;
  transition-delay: 3s;
  position: absolute;
  width: 260px;
  height: 260px;
  background: rgba(138, 47, 255, 0.20);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: grid;
  place-content: center;
}

.integration-circle-inner .icon-7 {
  /* position: absolute;
  inset: 0; */
  position: relative;
  z-index: 1;
  border-radius: 24px;
  background: #8A2FFF;
  box-shadow: 0px 0px 24px 0px #FFF, 0px 0px 32px 0px #FFF;
}

.network-figure {
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
}

.icon {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--c-white);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: grid;
  place-content: center;
}

.icon-1 {
  left: -50px;
  top: -30px;
  filter: drop-shadow(0px 4px 1px #8A2FFF);
}

.icon-2 {
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  filter: drop-shadow(0px 4px 1px #8A2FFF);
}

.icon-3 {
  right: -50px;
  top: -30px;
  filter: drop-shadow(0px 4px 1px #8A2FFF);
}

.icon-4 {

  bottom: 50px;
  left: -90px;
  filter: drop-shadow(4px 0px 1px #8A2FFF);
}

.icon-5 {
  bottom: -50px;
  left: calc(50% + -70px);
  transform: translateX(-50%);
  filter: drop-shadow(4px 0px 1px #8A2FFF);
}

.icon-6 {
  filter: drop-shadow(0px -4px 1px #8A2FFF);
  bottom: 0px;
  right: 0px;
}

/* integration-nine-area end  */

/* notification-area start */
.notification-thumbnail {
  border-radius: 32px;
  background: url('../img/notification/popup-bg.png') lightgray -169px -179px / 156.651% 176.543% no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 48px 48px 0;
  position: relative;
}

.notification-thumbnail .notification-icon {
  position: absolute;
  left: -35px;
  top: -39px;
  animation: angleRotate 10s ease infinite;
  -webkit-animation: angleRotate 10s ease infinite;
  transform-origin: bottom right;
  z-index: 1;
}

.notification-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 23.08px 23.08px 0 0;
  -o-border-radius: 23.08px 23.08px 0 0;
  -webkit-border-radius: 23.08px 23.08px 0 0;
  -moz-border-radius: 23.08px 23.08px 0 0;
  -ms-border-radius: 23.08px 23.08px 0 0;
}

@keyframes angleRotate {

  0%,
  100% {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
  }

  50% {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
  }
}

/* notification-area end */

/* feature-thumbnail-area start */
.feature-thumbnail {
  border-radius: 27px;
  background: #F9F9F9;
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-thumbnail img {
  width: 100%;
  box-shadow: 0px 4.131px 51.641px 0px rgba(0, 0, 0, 0.06);
  border-radius: 16.949px;
}

/* feature-thumbnail-area end */
/* ========================================
  Home Page 8 End
==========================================*/

.section_header_v3 .sub-title {
  padding: 4px 48px;
}

/* Home Task Management */
.task-section-title .task-sub {
  color: #3E3EF4;
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 500;
  line-height: 154.545%;
  letter-spacing: 1.76px;
  padding-left: 36px;
  white-space: nowrap;
}

.task-section-title .task-sub::before,
.task-section-title .task-sub::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 28px;
  height: 1px;
  content: "";
  background-color: #3E3EF4;
}

.task-section-title .task-sub.right-line {
  padding-right: 36px;
}

.task-section-title .task-sub.right-line::after {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 991.98px) {
  .task-section-title .task-sub {
    font-size: 17px;
    white-space: wrap;
    padding-left: 0px;
  }

  .task-section-title .task-sub.right-line {
    padding-right: 0;
  }

  .task-section-title .task-sub::before,
  .task-section-title .task-sub::after {
    display: none;
  }
}

.task-section-title .task-title {
  color: #0B111D;
  font-family: var(--secondary-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.task-section-title .task-title.task-title-big {
  font-size: 52px;
}

@media only screen and (max-width: 1199.99px) {
  .task-section-title .task-title {
    font-size: 40px;
  }

  .task-section-title .task-title.task-title-big {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991.99px) {
  .task-section-title .task-title {
    font-size: 35px;
  }

  .task-section-title .task-title.task-title-big {
    font-size: 35px;
  }
}

/* Countdown */
.task-countdown-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.task-countdown-wrap .task-countdown-box .countdown-info {
  color: #0B111D;
  font-family: var(--secondary-font);
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 1199.99px) {
  .task-countdown-wrap .task-countdown-box .countdown-info {
    font-size: 54px;
  }
}

@media only screen and (max-width: 991.99px) {
  .task-countdown-wrap .task-countdown-box .countdown-info {
    font-size: 40px;
  }
}

.task-countdown-wrap .task-countdown-box p {
  color: rgba(11, 17, 29, 0.7);
  font-family: var(--secondary-font);
  font-size: 18px;
  margin-top: 4px;
}

/* Price */
.task-price-box {
  border-radius: 36px;
  background: #FFF;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.05);
  padding: 23px;
}

.task-price-box .task-price-category span {
  color: #8A2FFF;
  font-family: var(--secondary-font);
  font-size: 18px;
  line-height: 1;
  border-radius: 8px;
  background: rgba(138, 47, 255, 0.08);
  padding: 7px 12px;
}

.task-price-box .task-price-info {
  margin-top: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(11, 17, 29, 0.2);
  margin-bottom: 20px;
}

.task-price-box .task-price-info p {
  color: rgba(11, 17, 29, 0.7);
  font-family: var(--secondary-font);
  font-size: 16px;
}

.task-price-box .task-price-info .task-price-tag {
  margin-top: 20px;
  color: #0B111D;
  font-family: var(--secondary-font);
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
}

.task-price-box .task-price-info .task-price-tag span {
  color: rgba(11, 17, 29, 0.7);
  font-size: 22px;
}

.task-price-box .task-price-list {
  list-style: none;
  margin-bottom: 25px;
}

.task-price-box .task-price-list li {
  color: rgba(11, 17, 29, 0.7);
  font-family: var(--secondary-font);
  font-size: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.task-price-box .task-price-list li i {
  color: #8A2FFF;
}

.task-price-box .task-price-list li:not(:last-child) {
  margin-bottom: 12px;
}

.task-price-box .task-price-btn {
  border-radius: 32px;
  border: 1px solid #8A2FFF;
  color: #8A2FFF;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  padding: 12px 12px;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.4s linear;
}

.task-price-box .task-price-btn i {
  font-size: 25px;
  margin-left: 2px;
  line-height: 0;
}

.task-price-box:hover .task-price-btn {
  color: #fff;
  background-color: #8A2FFF;
}

.btn-submit-task {
  background: #8A2FFF;
}

header .header-four .main-nav ul li a {
  color: #fff;
}

header .header-four .main-nav ul li.has-child-menu:after {
  color: #fff;
}

header .header-area.header-five .main-nav ul li a {
  color: #fff;
}

header .header-area.header-five .main-nav ul li.has-child-menu:after {
  color: #fff;
}

.anima-trasform-task_2 {
  animation: slide_2 15s ease-in-out alternate infinite;
}

@keyframes slide_2 {
  0% {
    transform: translate(0) rotate(0deg);
  }

  25% {
    transform: translate(15px, -5px) rotate(-15deg);
  }

  50% {
    transform: translate(-10px, 10px) rotate(0deg);
  }

  75% {
    transform: translate(5px, -5px) rotate(15deg);
  }

  100% {
    transform: translate(0) rotate(0deg);
  }
}

.anima-trasform-task_1 {
  animation: slide_1 18s ease-in-out alternate infinite;
}

@keyframes slide_1 {
  0% {
    transform: translate(0) rotate(0deg);
  }

  15% {
    transform: translate(10px, 10px) rotate(15deg);
  }

  30% {
    transform: translate(10px, -15px) rotate(0deg);
  }

  45% {
    transform: translate(-10px, -25px) rotate(-10deg);
  }

  60% {
    transform: translate(0, 25px) rotate(15deg);
  }

  75% {
    transform: translate(-10px, -15px) rotate(10deg);
  }

  90% {
    transform: translate(-5, -5px) rotate(-10deg);
  }

  100% {
    transform: translate(0) rotate(0deg);
  }
}

/* Footer */
.task-footer-subscribe-wrap input {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  padding: 33px 19px;
  color: #fff;
}

.task-footer-subscribe-wrap input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.task-footer-subscribe-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.task-footer-subscribe-wrap button {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8A2FFF;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.task-footer-subscribe-wrap button i {
  color: #fff;
  font-size: 20px;
}

.form-group {
  display: block;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 166.667%;
}

.form-group label::before {
  content: "";
  -webkit-appearance: none;
  background-color: #877F98;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
}

.form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.header-wd {
  border-radius: 53.5px;
  background: #0B111D;
  padding: 0 22px;
}

.header-wd .nav-logo.nav-logo-border {
  position: relative;
}

.header-wd .nav-logo.nav-logo-border::before {
  position: absolute;
  left: 113%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  width: 2px;
  height: 41px;
  content: "";
}

.header-wd .main-nav {
  width: 100%;
}

.rounded_v5 {
  border-radius: 30px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
  padding: 12px 30px !important;
}

.btn_fill_v5 {
  background-color: #fff;
  color: #000000;
  padding: 12px 30px;
  border-radius: 30px;
  border-color: rgb(255, 255, 255);
}

.st-section-title .st-section-title_title {
  margin: 12px 0 24px 0;
}

header .header-area.header-elementor .main-nav ul li a {
  padding: 0;
}

header .header-area.header-elementor .main-nav ul li.has-child-menu:after {
  top: 4px;
}

header .header-area.header-elementor {
  display: flex;
}

header .header-area.header-elementor #menu-main-menu {
  padding-top: 0;
}


.anim-img-box .anim-img-kit {
  animation: anima-trasform-y-one 3s ease infinite alternate;
}
.cta-form + .wpcf7-response-output{
  color: #fff;
}
.cta-form .wpcf7-not-valid-tip{
  position: absolute;
}

.download-btn-outlined svg{
    width: 20px;
    margin-right: 10px;
}