:root {
  --tb-ff-body: 'Inter', sans-serif;
  --tb-ff-heading: 'Inter', serif;
  --tb-ff-p: 'Inter', sans-serif;
  --tb-fw-normal: normal;
  --tb-fw-thin: 100;
  --tb-fw-elight: 200;
  --tb-fw-light: 300;
  --tb-fw-regular: 400;
  --tb-fw-medium: 500;
  --tb-fw-sbold: 600;
  --tb-fw-bold: 700;
  --tb-fw-ebold: 800;
  --tb-fw-black: 900;
  --tb-fs-body: 16px;
  --tb-fs-p: 16px;
  --tb-fs-h1: 60px;
  --tb-fs-h2: 48px;
  --tb-fs-h3: 24px;
  --tb-fs-h4: 20px;
  --tb-fs-h5: 18px;
  --tb-fs-h6: 20px;
  --tb-color-common-white: #ffffff;
  --tb-color-common-black: #000000;
  --tb-color-common-dark: #232323;
  --tb-color-heading-primary: #1C1C25;
  --tb-color-text-body: #797E88;
  --tb-color-theme-primary: #6421FF;
  --tb-color-theme-secondary: #1C1C25;
  --tb-color-bg-1: #11151C;
  --tb-color-bg-2: #16141A;
  --tb-color-grey-1: #F4F4F2;
  --tb-color-grey-2: #F8F4FF;
  --tb-color-border-1: #171717;
  --tb-color-border-2: #EAE3F5;
  --tb-color-border-light: #E4E4E4;
}

/*-----------------------------------------------------------------------------------

    Template Name: Synvo- Technology & IT Solutions WordPress Theme

    Author: RRDevs

    Support: https://support.rrdevs.net/

    Description: Synvo- Technology & IT Solutions WordPress Theme

    Version: 1.0

-----------------------------------------------------------------------------------


/************ TABLE OF CONTENTS ***************

	01. Template Default CSS
	02. background CSS
	03. buttons css

**********************************************/
/**----------------------------------------
START: Template Default CSS
----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
	Typography CSS
*/
.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

ul {
  display: block;
  padding: 0;
  margin: 0;
}

*::-moz-selection {
  background: var(--tb-color-common-black);
  color: var(--tb-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tb-color-common-black);
  color: var(--tb-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tb-color-common-black);
  color: var(--tb-color-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tb-color-common-black);
  font-size: var(--tb-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--tb-color-common-black);
  font-size: var(--tb-fs-body);
  opacity: 1;
}

/**
    Common Classes CSS
*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-radius {
  border-radius: 6px;
}

.white-bg {
  background-color: var(--tb-color-common-white);
}

.bg-grey {
  background-color: var(--tb-color-grey-1);
}

.bg-dark-1 {
  background-color: var(--tb-color-heading-primary);
}

.container {
  max-width: 1345px;
}

.bd-bottom {
  border-bottom: 1px solid var(--tb-color-border-1);
}

.overflow-h {
  overflow: hidden;
}

.section-heading {
  margin-bottom: 65px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .section-heading {
    margin-bottom: 60px;
  }
}
.section-heading .sub-heading {
  font-family: var(--tb-ff-heading);
  color: var(--tb-color-theme-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #E7E1EE;
  box-shadow: 0px 7px 12px rgba(44, 40, 49, 0.07);
  backdrop-filter: blur(30px);
  border-radius: 100px;
  padding: 10px 20px 8px 20px;
}
@media only screen and (max-width: 992px) {
  .section-heading .sub-heading {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .sub-heading {
    font-size: 12px;
  }
}
.section-heading .sub-heading.before-none:before {
  display: none;
}
.section-heading .section-title {
  font-size: 44px;
  line-height: 1.3;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  text-transform: initial;
  position: relative;
}
@media (max-width: 1170px) {
  .section-heading .section-title {
    font-size: 44px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .section-heading .section-title {
    font-size: 36px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .section-title {
    font-size: 30px;
  }
}
.section-heading.white-content .sub-heading {
  background-color: rgba(250, 250, 250, 0.13);
  color: var(--tb-color-common-white);
}
.section-heading.white-content .sub-heading:before {
  background-color: var(--tb-color-common-white);
}
.section-heading.white-content p,
.section-heading.white-content .section-title {
  color: var(--tb-color-common-white);
}
.section-heading.heading-2 {
  margin-bottom: 55px;
}
.section-heading.heading-2 .sub-heading {
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  position: relative;
  padding-bottom: 6px;
  border-radius: 0;
  font-weight: 600;
}
.section-heading.heading-2 .sub-heading:before {
  background-color: var(--tb-color-theme-primary);
  content: "";
  width: 75%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-heading.heading-2 .sub-heading .left-shape {
  background-color: var(--tb-color-theme-primary);
  width: 10%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-heading.heading-2 .sub-heading .right-shape {
  background-color: var(--tb-color-theme-primary);
  width: 10%;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-heading.heading-3 .sub-heading .left-shape {
  width: 15%;
}
.section-heading.heading-3 .sub-heading .right-shape {
  display: none;
}
.section-heading.heading-3 .sub-heading:before {
  width: 80%;
  left: auto;
  right: 0;
  transform: translateX(0);
}
.section-heading.white-content .sub-heading {
  color: var(--tb-color-theme-primary);
}
.section-heading.white-content .sub-heading:before {
  background-color: var(--tb-color-theme-primary);
}
.section-heading.white-content .sub-heading .right-shape,
.section-heading.white-content .sub-heading .left-shape {
  background-color: var(--tb-color-theme-primary);
}

.heading-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .heading-space {
    margin-bottom: 40px;
  }
}

.t-up {
  text-transform: uppercase;
}

.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6,
.white-content p,
.white-content li,
.white-content span {
  color: var(--tb-color-common-white);
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 80%;
  height: 80%;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}

.img-reveal {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  z-index: 1;
}
.img-reveal .img-overlay {
  background-color: var(--tb-color-common-white);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.img-reveal img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.anim-text {
  overflow: hidden;
}

.running-text-wrap {
  padding-bottom: 51px;
}
@media (max-width: 1170px) {
  .running-text-wrap {
    padding-bottom: 0;
  }
}

.running-text {
  overflow: hidden;
}
.running-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 70px;
}
.running-text ul li {
  font-family: var(--tb-ff-heading);
  display: inline-block;
  white-space: nowrap;
  font-size: 60px;
  text-transform: uppercase;
  color: var(--tb-color-heading-primary);
  font-weight: 600;
  position: relative;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .running-text ul li {
    font-size: 40px;
  }
}
.running-text.running-1 {
  padding: 90px 0;
  border-bottom: 1px solid var(--tb-color-border-2);
}
@media only screen and (max-width: 767px) {
  .running-text.running-1 {
    padding: 50px 0;
  }
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  -moz-animation: rippleOne 3s infinite;
  -ms-animation: rippleOne 3s infinite;
  -o-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple {
  z-index: -1;
}

.ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
/* Site Preloader */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #02050A;
  z-index: 999;
}

.loading {
  left: 50%;
  top: 50%;
  font-size: 100px;
  font-family: var(--tb-ff-heading);
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .loading {
    font-size: 50px;
  }
}
.loading:before {
  color: #333;
  content: attr(data-loading-text);
}
.loading:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: var(--tb-color-theme-primary);
  overflow: hidden;
  position: absolute;
  content: attr(data-loading-text);
  animation: loading 6s infinite;
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*  Custom Cursor */
@media (min-width: 992px) {
  .mt-cursor {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    top: 10px;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .mt-cursor:before {
    background: var(--tb-color-theme-primary);
    opacity: 1;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  .mt-cursor.cursor-grow:before {
    opacity: 0.7;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .mt-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
  }
  .mt-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
  }
}
.sticky-widget {
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}

@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
}
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 992px) {
  .pt-180 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 50px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media only screen and (max-width: 992px) {
  .pt-140 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 60px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 992px) {
  .pt-130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .pt-120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 992px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 992px) {
  .pt-80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 992px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 60px;
  }
}

.pb-180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 992px) {
  .pb-180 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-180 {
    padding-bottom: 60px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 992px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 992px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .pb-80 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-30 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-40 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-50 {
    padding-bottom: 50px;
  }
}

/* Scroll To Top */
#scroll-percentage {
  position: absolute;
}

#scroll-percentage {
  height: 60px;
  width: 60px;
  background-color: var(--tb-color-common-white);
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 50px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage {
    bottom: 20px;
    right: 20px;
  }
}

#scroll-percentage.active {
  bottom: 50px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage.active {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
}

#scroll-percentage-value i {
  font-size: 20px;
}

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.light-img {
  display: none;
}

.switcher-button {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 50;
  transform: translateY(-50%) rotate(90deg);
}

.switcher-button-inner-left:before,
.switcher-button-inner-left:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  outline: none;
}

.switcher-button .switcher-button-inner,
.switcher-button .switcher-button-inner-left {
  position: relative;
  cursor: pointer;
}

.switcher-button .switcher-button-inner-left:before {
  content: "\f186";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  display: block;
  color: #fff;
  position: absolute;
  z-index: 1;
  margin: 0;
  right: 26px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.switcher-button .switcher-button-inner-left:after {
  content: "";
  display: inline-block;
  color: #fff;
  background: var(--tb-color-bg-1);
  border: 1px solid rgba(235, 235, 235, 0.2);
  width: 3.5em;
  height: 1.8em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.05);
}

.switcher-button .switcher-button-inner-left {
  color: rgba(250, 250, 250, 0.51);
}

[data-theme=light] .switcher-button .switcher-button-inner-left:before {
  right: 10px;
  content: "\f185";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: var(--tb-color-heading-primary);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
[data-theme=light] .switcher-button .switcher-button-inner-left:after {
  background: #fff;
  border: 1px solid rgba(235, 235, 235, 0.2);
}
[data-theme=light] .switcher-button .switcher-button-inner-left {
  color: rgba(149, 149, 149, 0.51);
}
[data-theme=light] .switcher-button .switcher-button-inner-left + .switcher-button-inner {
  color: rgba(250, 250, 250, 0.51);
}

/** Buttons CSS */
.tb-primary-btn {
  background-color: var(--tb-color-theme-primary);
  font-family: var(--tb-ff-heading);
  color: var(--tb-color-common-white);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 17px 30px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.tb-primary-btn:before {
  background-color: var(--tb-color-heading-primary);
  content: "";
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tb-primary-btn:after {
  background-color: var(--tb-color-heading-primary);
  content: "";
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tb-primary-btn i {
  margin-left: 10px;
  font-size: 15px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.tb-primary-btn:hover {
  color: var(--tb-color-common-white);
}
.tb-primary-btn:hover:before, .tb-primary-btn:hover:after {
  width: 100%;
}
.tb-primary-btn:hover i {
  transform: rotate(0);
}
.tb-primary-btn:focus {
  color: var(--tb-color-common-white);
}

.tb-white-btn {
  background-color: var(--tb-color-common-white);
  font-family: var(--tb-ff-heading);
  color: var(--tb-color-theme-primary);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 17px 30px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.tb-white-btn:before {
  background-color: var(--tb-color-heading-primary);
  content: "";
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tb-white-btn:after {
  background-color: var(--tb-color-heading-primary);
  content: "";
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tb-white-btn i {
  margin-left: 10px;
  font-size: 16px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.tb-white-btn:hover {
  color: var(--tb-color-common-white);
}
.tb-white-btn:hover:before, .tb-white-btn:hover:after {
  width: 100%;
}
.tb-white-btn:hover i {
  transform: rotate(0);
}
.tb-white-btn:focus {
  color: var(--tb-color-heading-primary);
}

/**----------------------------------------
START: Header CSS
----------------------------------------*/
.header {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .header {
    background-color: #F8F4FF;
    position: relative;
    top: 0;
    height: auto !important;
  }
}
@media only screen and (max-width: 992px) {
  .header .top-bar {
    display: none;
  }
}
.header .top-bar .top-bar-inner {
  background-color: var(--tb-color-common-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 9px 25px;
  border-radius: 8px;
}
.header .top-bar .top-bar-inner .top-bar-left p {
  font-size: 14px;
  margin-bottom: 0;
}
.header .top-bar .top-bar-inner .top-bar-left p span {
  font-weight: 600;
  color: var(--tb-color-heading-primary);
}
.header .top-bar .top-bar-inner .top-bar-right .top-contact-list li {
  color: var(--tb-color-heading-primary);
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.header .top-bar .top-bar-inner .top-bar-right .top-contact-list li:not(:last-of-type) {
  margin-right: 20px;
}
.header .top-bar .top-bar-inner .top-bar-right .top-contact-list li i {
  font-size: 12px;
  margin-right: 7px;
}
.header .primary-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner {
    padding: 20px 0;
  }
}
.header .primary-header-inner .header-logo img {
  max-width: 145px;
}
.header .primary-header-inner .header-logo .logo-light {
  display: none;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-logo img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-logo img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-logo img {
    max-width: 120px;
  }
}
.header .primary-header-inner .header-menu-wrap {
  display: flex !important;
  align-items: center;
}
.header .primary-header-inner .header-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-menu-wrap ul {
    display: none;
  }
}
.header .primary-header-inner .header-menu-wrap ul li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 15px;
  }
}
@media (max-width: 1170px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 10px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li:first-child {
  margin-left: 0;
}
.header .primary-header-inner .header-menu-wrap ul li:last-child {
  margin-right: 0;
}
.header .primary-header-inner .header-menu-wrap ul li a {
  font-family: var(--tb-ff-heading);
  color: var(--tb-color-heading-primary);
  display: block;
  font-size: 16px;
  padding: 45px 0;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1170px) {
  .header .primary-header-inner .header-menu-wrap ul li a {
    font-size: 14px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li ul {
  background-color: var(--tb-color-common-white);
  display: block;
  width: 220px;
  padding: 0;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  position: absolute;
  left: 0;
  top: 116px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.6s ease;
}
.header .primary-header-inner .header-menu-wrap ul li:hover > ul {
  visibility: visible;
  transition: all 0.6s ease;
  opacity: 1;
  transform: none;
}
.header .primary-header-inner .header-menu-wrap ul li li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.header .primary-header-inner .header-menu-wrap ul li li:not(:last-of-type) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.header .primary-header-inner .header-menu-wrap ul li li:last-child {
  margin: 0;
  border-bottom: none;
}
.header .primary-header-inner .header-menu-wrap ul li li:hover {
  background-color: var(--tb-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  color: var(--tb-color-common-black);
}
.header .primary-header-inner .header-menu-wrap ul li li a {
  background-color: var(--tb-color-common-white);
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--tb-color-heading-primary);
  font-weight: 500;
  font-size: 14px;
  padding: 20px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
}
@media (max-width: 1170px) {
  .header .primary-header-inner .header-menu-wrap ul li li a {
    font-size: 12px;
    padding: 15px 20px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li li a:hover {
  color: var(--tb-color-heading-primary);
  letter-spacing: 0.4px;
}
.header .primary-header-inner .header-menu-wrap ul li li a:hover:before {
  width: 100%;
}
.header .primary-header-inner .header-menu-wrap ul li li ul {
  top: 0;
  left: 100%;
}
.header .primary-header-inner .header-menu-wrap ul li li ul li a {
  color: var(--tb-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  color: var(--tb-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a {
  color: var(--tb-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a:hover {
  color: var(--tb-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children {
  position: relative;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children a {
  padding-right: 17px;
}
@media (max-width: 1170px) {
  .header .primary-header-inner .header-menu-wrap ul .menu-item-has-children a {
    padding-right: 13px;
  }
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul li {
  margin: 0;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul li a {
  padding-right: 0;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  font-weight: 700;
  content: "\f078";
  color: var(--tb-color-heading-primary);
  position: absolute;
  top: 51%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1170px) {
  .header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
    top: 50%;
    font-size: 12px;
  }
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:hover:after {
  color: var(--tb-color-theme-primary);
}
.header .primary-header-inner .header-right-wrap {
  display: flex;
  align-items: center;
  column-gap: 120px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-right-wrap {
    column-gap: 50px;
  }
}
@media (max-width: 1170px) {
  .header .primary-header-inner .header-right-wrap {
    column-gap: 20px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-logo img {
    width: 90px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .header-btn {
  background-color: var(--tb-color-common-white);
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-btn {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
  background-color: var(--tb-color-common-white);
  height: 50px;
  width: 50px;
  margin-left: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .side-toggle {
  -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;
  transition: all 0.3s ease-in-out;
  text-align: left;
  height: 58px;
  max-width: 58px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .side-toggle span {
  background-color: var(--tb-color-theme-primary);
  display: block;
  width: 18px;
  height: 3px;
  text-align: left;
  -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;
  transition: all 0.3s ease-in-out;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .side-toggle span:not(:last-of-type) {
  margin-bottom: 4px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .side-toggle span:nth-child(2) {
  width: 10px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .side-toggle:hover span:nth-child(2) {
  width: 15px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .side-toggle:hover span:nth-child(3) {
  width: 12px;
}
.header .primary-header-inner .header-right-wrap .header-right .header-right-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-right-item {
    line-height: 1;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .header-right-item .mobile-side-menu-toggle {
  color: var(--tb-color-common-white);
  font-size: 30px;
  opacity: 0.9;
}
@media (min-width: 993px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-right-item .mobile-side-menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .mean-push {
    display: none;
  }
}
.header.fixed {
  background-color: #F8F4FF;
  top: -46px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #efefef;
}

.header-2 {
  background-color: transparent;
  top: 40px;
}
@media only screen and (max-width: 992px) {
  .header-2 {
    position: absolute;
    top: 0;
    background-color: transparent;
    top: 0;
    padding: 0;
  }
}
.header-2 .primary-header-inner .header-menu-wrap {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(60px);
  border-radius: 100px;
  padding: 0 25px 0 55px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .header-2 .primary-header-inner .header-menu-wrap {
    border: none;
    backdrop-filter: none;
  }
}
.header-2 .primary-header-inner .header-menu-wrap .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .header-2 .primary-header-inner .header-menu-wrap .icon {
    display: none;
  }
}
.header-2 .primary-header-inner .header-menu-wrap ul li {
  margin: 0 12px;
}
.header-2 .primary-header-inner .header-menu-wrap ul li a {
  color: var(--tb-color-common-white);
  padding: 10px 0;
  font-weight: 400;
}
.header-2 .primary-header-inner .header-menu-wrap ul li ul li a {
  padding: 10px 20px;
  font-weight: 500;
}
.header-2 .primary-header-inner .header-menu-wrap ul li ul {
  top: 37px;
}
.header-2 .primary-header-inner .header-menu-wrap ul .menu-item-has-children a {
  padding: 0;
}
.header-2 .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul li a {
  padding: 15px 20px;
}
.header-2 .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
  color: var(--tb-color-common-white);
  display: none;
}
.header-2 .primary-header-inner .header-menu-wrap ul .menu-item-has-children:hover:after {
  color: var(--tb-color-common-white);
}
.header-2 .primary-header-inner .header-right-wrap .header-right .header-number {
  font-family: var(--tb-ff-heading);
  color: var(--tb-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 40px;
  line-height: 1;
}
@media (max-width: 1170px) {
  .header-2 .primary-header-inner .header-right-wrap .header-right .header-number {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-2 .primary-header-inner .header-right-wrap .header-right .header-number {
    display: none;
  }
}
.header-2 .primary-header-inner .header-right-wrap .header-right .header-btn {
  border-radius: 100px;
}
.header-2 .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
  border-radius: 50%;
}
.header-2.fixed {
  background-color: var(--tb-color-theme-primary);
  border: none;
  top: 0;
}
.header-2.fixed .primary-header-inner {
  padding: 20px 0;
}

.header-3 {
  top: 40px;
}
@media only screen and (max-width: 992px) {
  .header-3 {
    background-color: var(--tb-color-theme-primary);
    top: 0;
  }
}
.header-3.fixed {
  background-color: var(--tb-color-theme-primary);
  top: 0;
  border: none;
}
.header-3 .header-container {
  max-width: 1760px;
}
.header-3 .header-container .primary-header-inner {
  background-color: var(--tb-color-theme-primary);
  padding: 0 40px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1170px) {
  .header-3 .header-container .primary-header-inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 992px) {
  .header-3 .header-container .primary-header-inner {
    padding: 20px 0px;
    border-radius: 0;
  }
}
.header-3 .header-container .primary-header-inner .header-menu-wrap ul li a {
  padding: 37px 0;
  color: var(--tb-color-common-white);
}
.header-3 .header-container .primary-header-inner .header-menu-wrap ul li ul {
  top: 100px;
}
.header-3 .header-container .primary-header-inner .header-menu-wrap ul li ul li a {
  padding: 20px;
  color: var(--tb-color-heading-primary);
}
.header-3 .header-container .primary-header-inner .header-menu-wrap ul .menu-item-has-children a {
  padding-right: 17px;
}
.header-3 .header-container .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
  color: var(--tb-color-common-white);
}
.header-3 .header-container .primary-header-inner .header-right-wrap .header-right .header-btn {
  border-radius: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.header-3 .header-container .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .header-5 {
    background: var(--tb-color-theme-primary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(75px);
  }
}
.header-5.fixed .header-container .primary-header-inner {
  background-color: var(--tb-color-theme-primary);
  border-radius: 0;
  border: none;
}
.header-5 .header-container {
  max-width: 1345px;
}
.header-5 .header-container .primary-header-inner {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(75px);
  border-radius: 100px;
}
@media only screen and (max-width: 992px) {
  .header-5 .header-container .primary-header-inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-5 .header-container .primary-header-inner {
    background-color: var(--tb-color-theme-primary);
    border-radius: 0;
    border: none;
    padding: 20px 0;
  }
}
.header-5 .header-container .primary-header-inner .header-right-wrap .header-right .header-btn {
  border-radius: 100px;
}
.header-5 .header-container .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
  border-radius: 50%;
}

.header-6 {
  background: #F4F0FA;
  top: 0;
}
.header-6.fixed {
  top: 0;
  background: #F4F0FA;
}
.header-6.fixed .header-container .primary-header-inner {
  border-radius: 0;
  border: none;
}
.header-6 .header-container {
  max-width: 1345px;
}
.header-6 .header-container .primary-header-inner .header-right-wrap .header-right .tb-primary-btn {
  border-radius: 12px;
}
@media screen and (max-width: 480px) {
  .header-6 .header-container .primary-header-inner .header-right-wrap .header-right .tb-primary-btn {
    display: none;
  }
}
.header-6 .header-container .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #FFFFFF;
  box-shadow: inset 0px 4px 8px rgba(119, 50, 222, 0.2);
  backdrop-filter: blur(40px);
  border-radius: 12px;
}

.header-7 .primary-header .header-container .primary-header-inner {
  border-radius: 10px;
}
.header-7 .primary-header .header-container .primary-header-inner .header-right-wrap .header-right .header-btn {
  border-radius: 10px;
}
.header-7 .primary-header .header-container .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
  border-radius: 10px;
  margin-left: 10px;
}

.header-8 {
  background-color: var(--tb-color-theme-primary);
  border: none;
  top: 0;
  padding: 45px 0;
}
@media only screen and (max-width: 992px) {
  .header-8 {
    padding: 0;
  }
}
.header-8.fixed {
  top: 0;
}
.header-8.fixed .primary-header-inner {
  padding: 0;
}
.header-8 .primary-header-inner .header-menu-wrap {
  border-radius: 12px;
}
.header-8 .primary-header-inner .header-right-wrap .header-right .header-btn {
  border-radius: 12px;
}
.header-8 .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
  border-radius: 12px;
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu .header-right {
    display: none !important;
  }
}
.side-menu-icon {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 100;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .side-menu-icon {
    display: none;
  }
}

.side-menu-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 850px;
  -webkit-transform: translateX(850px);
  -ms-transform: translateX(850px);
  transform: translateX(850px);
  height: 100%;
  display: block;
  background-color: var(--tb-color-theme-bg-dark-deep);
  z-index: 100;
  padding: 40px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.side-menu-wrapper .side-menu-close {
  background-color: var(--tb-color-theme-primary);
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.side-menu-wrapper.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 992px) {
  .side-menu-wrapper {
    display: none;
  }
}

.side-menu-content .side-menu-header {
  font-family: var(--tb-ff-body);
  font-size: 30px;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  margin-bottom: 40px;
}
.side-menu-content .side-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box img {
  max-width: 150px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info .side-menu-title {
  font-family: var(--tb-ff-body);
  font-size: 32px;
  font-weight: 500;
  color: var(--tb-color-theme-primary);
  line-height: 1;
  margin-bottom: 10px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p {
  max-width: 400px;
  width: 100%;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p:last-child {
  margin-bottom: 0;
}
.side-menu-content .side-menu-item .side-menu-arrow {
  font-size: 45px;
  color: var(--tb-color-theme-primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.side-menu-content .side-menu-item:hover {
  border: 1px solid var(--tb-color-border-6);
}
.side-menu-content .side-menu-item:hover .side-menu-arrow {
  transform: rotate(0deg);
}
.side-menu-content .side-menu-item:last-child {
  margin-bottom: 0;
}

.side-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.side-menu-overlay.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/cancel.png), auto;
}
@media only screen and (max-width: 992px) {
  .side-menu-overlay {
    display: none;
  }
}

.primary-header {
  width: 100%;
}
.primary-header.fixed {
  background-color: var(--tb-color-bg-1);
  position: fixed;
  left: 0;
  top: 0;
  animation-name: menuSticky;
  -webkit-animation-name: menuSticky;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0.1);
  z-index: 99;
}
.primary-header.fixed .primary-header-inner {
  padding: 20px 60px;
}
@media (max-width: 1170px) {
  .primary-header.fixed .primary-header-inner {
    padding: 20px;
  }
}

@-webkit-keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.mobile-side-menu-overlay,
.mobile-side-menu {
  display: none;
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu {
    background-color: var(--tb-color-common-white);
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    width: 400px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
    display: block;
    z-index: 100;
    padding: 40px 40px 40px 40px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-side-menu .side-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-head a img {
    max-width: 150px;
  }
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    position: fixed;
    top: 35px;
    right: 40px;
    color: var(--tb-color-heading-primary);
    font-size: 17px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tb-color-border-1);
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
    background-color: var(--tb-color-theme-primary);
    color: var(--tb-color-common-white);
  }
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    color: var(--tb-color-common-white);
    margin-bottom: 50px;
  }
  .mobile-side-menu .list-header {
    color: var(--tb-color-common-white);
    font-family: var(--tb-ff-body);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-list {
    list-style: none;
  }
  .mobile-side-menu .side-menu-list li {
    font-family: var(--tb-ff-body);
    font-size: 16px;
    font-weight: 500;
    color: var(--tb-color-heading-primary);
  }
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    color: var(--tb-color-heading-primary);
    margin-left: 10px;
    font-size: 16px;
  }
  .mobile-side-menu .side-menu-list li i {
    margin-right: 10px;
  }
  .mobile-side-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
    display: block;
  }
  .mobile-side-menu-overlay.is-open {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
    cursor: url(../img/cancel.png), auto;
  }
}
#popup-search-box {
  background-color: var(--tb-color-common-white);
  position: fixed;
  width: 100%;
  height: 20%;
  top: -100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
#popup-search-box .box-inner-wrap form {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 15px;
}
#popup-search-box .box-inner-wrap form input {
  width: 100%;
  padding: 20px 15px;
  padding-right: 80px;
  background: transparent;
  border: none;
  color: #ddd;
  border: 1px solid var(--tb-color-border-1);
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:focus {
  outline: none;
}
#popup-search-box .box-inner-wrap:hover {
  cursor: url(../img/cross.png), auto;
}
#popup-search-box .box-inner-wrap .search-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: var(--tb-color-heading-primary);
  border: 1px solid var(--tb-color-border-1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  -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;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #popup-search-box .box-inner-wrap .search-close {
    height: 35px;
    width: 35px;
    top: 10px;
    right: 10px;
  }
}
#popup-search-box .box-inner-wrap .search-close:hover {
  background-color: var(--tb-color-theme-primary);
  border: 1px solid var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}
#popup-search-box.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.popup-tags {
  position: relative;
  margin: 0 auto;
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.post-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.post-card .post-thumb {
  position: relative;
  height: 410px;
  overflow: hidden;
}
.post-card .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.post-card .post-thumb .overlay {
  background: rgba(20, 7, 38, 0.47);
  mix-blend-mode: normal;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -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;
  transition: all 0.3s ease-in-out;
}
.post-card .post-thumb .overlay-2 {
  background: linear-gradient(180deg, rgba(33, 8, 67, 0.2) 36.5%, rgba(60, 19, 117, 0.9) 98.75%);
  border-radius: 8px;
  mix-blend-mode: normal;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  -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;
  transition: all 0.3s ease-in-out;
}
.post-card .post-thumb .post-meta {
  left: 30px;
}
.post-card .post-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 5;
  -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;
  transition: all 0.3s ease-in-out;
}
.post-card .post-content .title {
  color: var(--tb-color-common-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media (max-width: 1170px) {
  .post-card .post-content .title br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .post-card .post-content .title {
    font-size: 22px;
  }
}
.post-card .post-content .title a {
  background: linear-gradient(var(--tb-color-common-white) 0%, var(--tb-color-common-white) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -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;
  transition: all 0.3s ease-in-out;
}
.post-card .post-content .title a:hover {
  color: var(--tb-color-common-white);
  background-size: 100% 2px;
}
.post-card .post-content .blog-btn {
  color: var(--tb-color-common-white);
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 16px;
  font-weight: 600;
}
.post-card .post-content .blog-btn i {
  font-size: 15px;
  transform: rotate(-45deg);
  line-height: 1;
  -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;
  transition: all 0.3s ease-in-out;
}
.post-card .post-content .blog-btn:hover i {
  transform: rotate(0);
}
.post-card:hover .post-thumb img {
  transform: scale(1.02);
}
.post-card:hover .post-thumb .overlay {
  visibility: visible;
  opacity: 1;
}
.post-card:hover .post-thumb .overlay-2 {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.post-card-2 {
  border: 1px solid #EAE3F5;
}
.post-card-2 .post-thumb {
  height: 350px;
}
.post-card-2 .post-content {
  background-color: #F8F4FF;
  padding: 40px;
  visibility: visible;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .post-card-2 .post-content {
    padding: 30px 20px;
  }
}
.post-card-2 .post-content .title {
  color: var(--tb-color-heading-primary);
}
.post-card-2 .post-content .title a {
  background: linear-gradient(var(--tb-color-heading-primary) 0%, var(--tb-color-heading-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -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;
  transition: all 0.3s ease-in-out;
}
.post-card-2 .post-content .title a:hover {
  color: var(--tb-color-heading-primary);
  background-size: 100% 2px;
}
.post-card-2 .post-content .blog-btn {
  color: var(--tb-color-theme-primary);
}

.post-card-3 {
  background: #F8F8F8;
  border: 1px solid #DEDDF0;
  box-shadow: 0px 21px 46px rgba(23, 22, 47, 0.09);
}
.post-card-3 .post-thumb {
  height: 250px;
}
.post-card-3 .post-thumb .post-meta {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  visibility: visible;
  opacity: 1;
  left: 30px;
}
.post-card-3 .post-thumb .post-meta li {
  padding: 20px 10px 20px 10px;
  font-weight: 500;
  font-size: 16px;
}
.post-card-3 .post-thumb .post-meta li .icon {
  background-color: transparent;
  color: var(--tb-color-common-white);
  transform: rotate(90deg);
  height: auto;
  width: auto;
}
.post-card-3 .post-content {
  background-color: var(--tb-color-common-white);
  padding: 30px;
}
.post-card-3 .post-content .post-content-top {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAE3F5;
}
.post-card-3 .post-content .post-content-top .author-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.post-card-3 .post-content .post-content-top .author-box img {
  height: 38px;
  width: 38px;
  object-fit: cover;
  border-radius: 50%;
}
.post-card-3 .post-content .post-content-top .author-box .name {
  color: var(--tb-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.post-card-3 .post-content .post-content-top .arrow a {
  background-color: #F6EFFF;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.post-card-3 .post-content .title {
  font-size: 22px;
}

.post-inner {
  margin-bottom: 24px;
}
.post-inner .post-thumb {
  height: 450px;
  position: relative;
}
.post-inner .post-thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-inner .post-thumb .video-btn a {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
}
.post-inner .post-thumb .video-btn a:hover {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}
.post-inner .post-thumb .video-btn a .ripple {
  height: 100px;
  width: 100%;
}
.post-inner .post-thumb .video-btn a .ripple.after, .post-inner .post-thumb .video-btn a .ripple:before {
  height: 100px;
  width: 100%;
}
.post-inner .post-thumb .post-thumb-carousel .swiper-arrow .swiper-nav {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  -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;
  transition: all 0.3s ease-in-out;
}
.post-inner .post-thumb .post-thumb-carousel .swiper-arrow .swiper-nav:hover {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}
.post-inner .post-thumb .post-thumb-carousel .swiper-arrow .swiper-nav.swiper-prev {
  left: auto;
  right: 40px;
}
.post-inner .post-content .post-meta {
  position: inherit;
  top: 0;
  left: 0;
}
.post-inner .post-content .post-meta li {
  color: var(--tb-color-text-body);
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  column-gap: 0;
}
.post-inner .post-content .post-meta li i {
  font-size: 14px;
  color: var(--tb-color-theme-primary);
  margin-right: 10px;
}
.post-inner .post-content .post-meta li .icon {
  background-color: transparent;
  width: auto;
  height: auto;
}
.post-inner .post-content .post-meta li:nth-child(1) i {
  margin-top: -2px;
}
.post-inner .post-content .post-meta li:not(:last-of-type) {
  margin-right: 20px;
}
.post-inner .post-content .title {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .post-inner .post-content .title {
    font-size: 24px;
  }
}

.post-meta {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
  -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;
  transition: all 0.3s ease-in-out;
}
.post-meta li {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 5px 20px 5px 5px;
  border-radius: 100px;
  line-height: 1;
}
.post-meta li .icon {
  background-color: var(--tb-color-common-white);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--tb-color-theme-primary);
  font-size: 14px;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  list-style: none;
  column-gap: 10px;
}
.pagination-wrap li a {
  background-color: #F8F4FF;
  color: var(--tb-color-heading-primary);
  font-weight: 400;
  height: 50px;
  width: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #EAE3F5;
  border-radius: 50%;
}
.pagination-wrap li a:hover {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}
.pagination-wrap li .active {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}

/* !END: Theme Blog CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.page-header {
  background-color: rgba(122, 49, 223, 0.2);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-header .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-header .shape-1 {
    height: 100%;
    width: 100%;
  }
  .page-header .shape-1 img {
    height: 100%;
    width: 100%;
  }
}
.page-header .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-header .shape-2 {
    display: none;
  }
}
.page-header .element-1 {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .page-header .element-1 {
    display: none;
  }
}

.page-header-container {
  position: relative;
}
.page-header-container .page-header-men {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-header-container .page-header-men {
    display: none;
  }
}

.page-header-content {
  padding: 299px 0 175px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .page-header-content {
    padding: 180px 0 135px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-content {
    padding: 100px 0 100px 0;
  }
}
.page-header-content .title {
  color: var(--tb-color-heading-primary);
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page-header-content .title {
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 992px) {
  .page-header-content .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-content .title {
    font-size: 29px;
    margin-bottom: 10px;
  }
}
.page-header-content .sub-title {
  font-family: var(--tb-ff-heading);
  color: var(--tb-color-theme-primary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .page-header-content .sub-title {
    font-size: 13px;
  }
}
.page-header-content .sub-title .home {
  color: var(--tb-color-theme-primary);
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.page-header-content .sub-title .home:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  font-weight: 700;
  content: "/";
  color: var(--tb-color-theme-primary);
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .page-header-content .sub-title a {
    line-height: 2;
  }
}

/* !END: Page Header CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.contact-content {
  background-color: #F8F4FF;
  padding: 40px 50px;
  border: 1px solid #EAE3F5;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .contact-content {
    padding: 30px 20px;
  }
}
.contact-content .section-heading {
  margin-bottom: 40px;
}
.contact-content .section-heading .section-title {
  font-size: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .contact-content .section-heading .section-title {
    font-size: 32px;
  }
}
.contact-content .contact-list .list-item {
  display: grid;
  align-items: center;
  grid-template-columns: 75px 1fr;
  grid-gap: 20px;
}
.contact-content .contact-list .list-item:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EAE3F5;
}
@media only screen and (max-width: 767px) {
  .contact-content .contact-list .list-item {
    grid-template-columns: 1fr;
  }
}
.contact-content .contact-list .list-item .icon {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  font-size: 22px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EAE3F5;
}
.contact-content .contact-list .list-item .content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-content .contact-list .list-item .content p {
  margin-bottom: 0;
}
.contact-content .contact-list .list-item .content a {
  display: block;
}
.contact-content .contact-list .list-item .content span {
  display: block;
}
.contact-content .contact-list .list-item:hover .icon {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}

.contact-wrap {
  background-color: var(--tb-color-grey-1);
  padding: 60px;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  .contact-wrap {
    padding: 40px 20px;
  }
}
.contact-wrap .section-heading .section-title {
  margin: 0;
}

.blog-contact-form.form-2 {
  border: 1px solid var(--tb-color-border-1);
}

.map-wrapper {
  margin-bottom: -10px;
}

/* !END: Theme Contact CSS */
/**----------------------------------------
START: Theme Slider CSS
----------------------------------------*/
.slider-section {
  position: relative;
  overflow: hidden;
}
.slider-section .bg-item .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.slider-section .bg-item .bg-shape img {
  width: 100%;
  height: 100%;
}
.slider-section .bg-item .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.slider-section .bg-item .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .slider-section .bg-item .shape-2 {
    right: -50%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-section .bg-item .shape-2 {
    display: none;
  }
}
.slider-section .bg-item .element-1 {
  position: absolute;
  left: 55%;
  top: 23%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  .slider-section .bg-item .element-1 {
    display: none;
  }
}

.tekbit-slider {
  position: relative;
  z-index: 2;
}
.tekbit-slider .tekbit-swiper-pagination {
  width: 70px;
  height: 100%;
  position: absolute;
  top: 58%;
  left: 180px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  z-index: 10;
}
@media (max-width: 1700px) {
  .tekbit-slider .tekbit-swiper-pagination {
    left: 50px;
  }
}
@media (max-width: 1600px) {
  .tekbit-slider .tekbit-swiper-pagination {
    left: 50px;
  }
}
@media (max-width: 1399px) {
  .tekbit-slider .tekbit-swiper-pagination {
    left: 0;
  }
}
@media (max-width: 1170px) {
  .tekbit-slider .tekbit-swiper-pagination {
    display: none;
  }
}
.tekbit-slider .tekbit-swiper-pagination .swiper-pagination-bullet {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  opacity: 1;
}
.tekbit-slider .tekbit-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}

.slider-item {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.slider-item .slider-content-wrap {
  max-width: 100%;
  width: 100%;
  z-index: 10;
  padding: 265px 0 114px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 1600px) {
  .slider-item .slider-content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1399px) {
  .slider-item .slider-content-wrap {
    padding-left: 50px;
  }
}
@media (max-width: 1170px) {
  .slider-item .slider-content-wrap {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .slider-item .slider-content-wrap {
    padding: 100px 0;
  }
}
.slider-item .slider-content-wrap .slider-content .sub-heading-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.slider-item .slider-content-wrap .slider-content .sub-heading-wrap .sub-heading {
  color: var(--tb-color-theme-primary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .slider-content .sub-heading-wrap .sub-heading {
    font-size: 12px;
  }
}
.slider-item .slider-content-wrap .slider-content .sub-heading-wrap .border-shape {
  background-color: var(--tb-color-theme-primary);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slider-item .slider-content-wrap .slider-content .tekbit-caption.heading .tekbit-cap {
  font-size: 66px;
  font-weight: 700;
  color: var(--tb-color-heading-primary);
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1170px) {
  .slider-item .slider-content-wrap .slider-content .tekbit-caption.heading .tekbit-cap {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .slider-content .tekbit-caption.heading .tekbit-cap {
    font-size: 36px;
    line-height: 1.3;
  }
}
.slider-item .slider-content-wrap .slider-content .tekbit-caption.heading .tekbit-cap.tekbit-cap-2 {
  margin-top: 10px;
  color: var(--tb-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .slider-content .tekbit-caption.heading .tekbit-cap.tekbit-cap-2 {
    margin-top: 0;
  }
}
.slider-item .slider-content-wrap .slider-content p {
  margin: 30px 0 40px 0;
}
@media (max-width: 1170px) {
  .slider-item .slider-content-wrap .slider-content p {
    max-width: 560px;
    width: 100%;
  }
  .slider-item .slider-content-wrap .slider-content p br {
    display: none;
  }
}
.slider-item .slider-content-wrap .slider-right-item .slider-img {
  height: 560px;
  width: 560px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid var(--tb-color-common-white);
}
@media (max-width: 1399px) {
  .slider-item .slider-content-wrap .slider-right-item .slider-img {
    height: 460px;
    width: 460px;
  }
}
@media (max-width: 1170px) {
  .slider-item .slider-content-wrap .slider-right-item .slider-img {
    height: 400px;
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item .slider-content-wrap .slider-right-item .slider-img {
    height: 300px;
    width: 300px;
  }
}
.slider-item .slider-content-wrap .slider-right-item .slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-7 {
  position: relative;
  z-index: 1;
}
.slider-7 .tekbit-slider-2 .slider-item {
  position: relative;
  z-index: inherit;
}
.slider-7 .tekbit-slider-2 .slider-item .slider-7-shapes .slider-7-shape-1 {
  position: absolute;
  top: -1002px;
  left: -233px;
}
.slider-7 .tekbit-slider-2 .slider-item .slider-7-shapes .slider-7-shape-2 {
  position: absolute;
  right: -295px;
  top: 0;
}
.slider-7 .tekbit-slider-2 .slider-item .slider-7-shapes .slider-7-shape-3 {
  position: absolute;
  right: -642px;
  top: 0;
}
.slider-7 .tekbit-slider-2 .slider-item .bg-img {
  width: 100%;
}
.slider-7 .tekbit-slider-2 .slider-item .bg-img::before {
  background: rgba(26, 15, 41, 0.65);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}
.slider-7 .tekbit-slider-2 .slider-item .slider-content-wrap {
  padding: 320px 0 152px 0;
}
@media only screen and (max-width: 767px) {
  .slider-7 .tekbit-slider-2 .slider-item .slider-content-wrap {
    padding: 180px 0 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-7 .tekbit-slider-2 .slider-item .slider-content-wrap .slider-content .sub-heading-wrap {
    margin-bottom: 10px;
  }
}
.slider-7 .tekbit-slider-2 .slider-item .slider-content-wrap .slider-content .sub-heading-wrap .sub-heading {
  background: transparent;
  border: none;
  backdrop-filter: blur(0);
  padding: 0;
  font-size: 18px;
  line-height: 28px;
}
.slider-7 .tekbit-slider-2 .slider-item .slider-content-wrap .slider-content .sub-heading-wrap .sub-heading::before {
  display: none;
}
.slider-7 .tekbit-slider-2 .slider-item .slider-content-wrap .slider-content .tekbit-caption .tekbit-cap {
  text-transform: capitalize;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .slider-7 .tekbit-slider-2 .slider-arrow {
    display: none;
  }
}
.slider-7 .tekbit-slider-2 .slider-arrow .slider-nav {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 10;
}
.slider-7 .tekbit-slider-2 .slider-arrow .slider-nav i {
  font-size: 20px;
}
.slider-7 .tekbit-slider-2 .slider-arrow .slider-nav.slider-next {
  right: 120px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
}
.slider-7 .tekbit-slider-2 .slider-arrow .slider-nav.slider-next i {
  color: #fff;
}
@media (max-width: 1600px) {
  .slider-7 .tekbit-slider-2 .slider-arrow .slider-nav.slider-next {
    right: 50px;
  }
}
.slider-7 .tekbit-slider-2 .slider-arrow .slider-nav.slider-prev {
  left: 120px;
}
@media (max-width: 1600px) {
  .slider-7 .tekbit-slider-2 .slider-arrow .slider-nav.slider-prev {
    left: 50px;
  }
}

.slider-2 {
  background-color: var(--tb-color-theme-primary);
}

.tekbit-slider-2 {
  height: 820px;
}
@media only screen and (max-width: 992px) {
  .tekbit-slider-2 {
    height: auto;
  }
}
.tekbit-slider-2 .slider-item {
  position: relative;
  height: 100%;
}
.tekbit-slider-2 .slider-item .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.tekbit-slider-2 .slider-item .bg-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tekbit-slider-2 .slider-item .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
}
.tekbit-slider-2 .slider-item .slider-content-wrap {
  position: relative;
  z-index: 5;
}
@media (max-width: 1399px) {
  .tekbit-slider-2 .slider-item .slider-content-wrap {
    padding-left: 150px;
  }
}
@media only screen and (max-width: 992px) {
  .tekbit-slider-2 .slider-item .slider-content-wrap {
    padding-left: 50px;
    padding: 150px 0 100px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .tekbit-slider-2 .slider-item .slider-content-wrap {
    padding-left: 0;
  }
}
.tekbit-slider-2 .slider-item .slider-content-wrap .sub-heading-wrap .sub-heading {
  color: var(--tb-color-common-white);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(60px);
  border-radius: 100px;
  padding: 5px 20px;
  margin-bottom: 0;
  line-height: 1;
  padding: 10px 20px 7px 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tekbit-slider-2 .slider-item .slider-content-wrap .sub-heading-wrap .sub-heading {
    font-size: 12px;
  }
}
.tekbit-slider-2 .slider-item .slider-content-wrap .sub-heading-wrap .sub-heading:before {
  background-color: var(--tb-color-common-white);
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  border-radius: 50%;
}
.tekbit-slider-2 .slider-item .slider-content-wrap .tekbit-caption .inner-layer .tekbit-cap {
  color: var(--tb-color-common-white);
}
@media only screen and (max-width: 767px) {
  .tekbit-slider-2 .slider-item .slider-content-wrap .tekbit-caption .inner-layer .tekbit-cap {
    font-size: 31px;
  }
}
.tekbit-slider-2 .slider-item .slider-content-wrap .tekbit-caption .inner-layer .tekbit-cap.tekbit-cap-2 {
  color: var(--tb-color-common-white);
}
.tekbit-slider-2 .slider-item .slider-content-wrap p {
  color: var(--tb-color-common-white);
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .tekbit-slider-2 .slider-arrow {
    display: none;
  }
}
.tekbit-slider-2 .slider-arrow .slider-nav {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.tekbit-slider-2 .slider-arrow .slider-nav.slider-next {
  right: 120px;
}
@media (max-width: 1600px) {
  .tekbit-slider-2 .slider-arrow .slider-nav.slider-next {
    right: 50px;
  }
}
.tekbit-slider-2 .slider-arrow .slider-nav.slider-prev {
  left: 120px;
}
@media (max-width: 1600px) {
  .tekbit-slider-2 .slider-arrow .slider-nav.slider-prev {
    left: 50px;
  }
}

/* Text Animation */
.tekbit-animation,
.tekbit-animation span {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.tekbit-animation span {
  display: inline-block;
}

/* Fade Effect */
.tekbit-fadeIn {
  animation-name: asFadeIn;
}

@keyframes asFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tekbit-fadeInLeft {
  animation-name: asFadeInLeft;
}

@keyframes asFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
  }
}
.tekbit-fadeInRight {
  animation-name: asFadeInRight;
}

@keyframes asFadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
  }
}
.tekbit-fadeInDown {
  animation-name: asFadeInTop;
}

@keyframes asFadeInTop {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
  }
}
.tekbit-fadeInUp {
  animation-name: asFadeInBottom;
}

@keyframes asFadeInBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
/* Move From Effect */
.tekbit-moveFromLeft {
  animation-name: asMoveFromLeft;
}

@keyframes asMoveFromLeft {
  from {
    visibility: hidden;
    transform: translateX(-50px);
  }
  to {
    visibility: visible;
  }
}
.tekbit-moveFromRight {
  animation-name: asMoveFromRight;
}

@keyframes asMoveFromRight {
  from {
    visibility: hidden;
    transform: translateX(50px);
  }
  to {
    visibility: visible;
  }
}
.tekbit-moveFromTop {
  animation-name: asMoveFromTop;
}

@keyframes asMoveFromTop {
  from {
    visibility: hidden;
    transform: translateY(-50px);
  }
  to {
    visibility: visible;
  }
}
.tekbit-moveFromBottom {
  animation-name: asMoveFromBottom;
}

@keyframes asMoveFromBottom {
  from {
    visibility: hidden;
    transform: translateY(50px);
  }
  to {
    visibility: visible;
  }
}
/* Blur Effect */
.tekbit-blurIn {
  animation-name: asBlurIn;
}

@keyframes asBlurIn {
  from {
    filter: blur(20px);
    opacity: 0;
  }
}
.tekbit-blurInLeft {
  animation-name: asBlurInLeft;
}

@keyframes asBlurInLeft {
  from {
    transform: translateX(50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.tekbit-blurInRight {
  animation-name: asBlurInRight;
}

@keyframes asBlurInRight {
  from {
    transform: translateX(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.tekbit-blurInTop {
  animation-name: asBlurInTop;
}

@keyframes asBlurInTop {
  from {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.tekbit-blurInBottom {
  animation-name: asBlurInBottom;
}

@keyframes asBlurInBottom {
  from {
    transform: translateY(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
/* Zoom Effect */
.tekbit-zoomIn {
  animation-name: asZoomIn;
}

@keyframes asZoomIn {
  from {
    transform: scale(5);
    opacity: 0;
  }
}
.tekbit-zoomInLeft {
  animation-name: asZoomInLeft;
}

@keyframes asZoomInLeft {
  from {
    transform: scale(5) translateX(-50%);
    opacity: 0;
  }
}
.tekbit-zoomInRight {
  animation-name: asZoomInRight;
}

@keyframes asZoomInRight {
  from {
    transform: scale(5) translateX(50%);
    opacity: 0;
  }
}
.tekbit-zoomInTop {
  animation-name: asZoomInTop;
}

@keyframes asZoomInTop {
  from {
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
.tekbit-zoomInBottom {
  animation-name: asZoomInBottom;
}

@keyframes asZoomInBottom {
  from {
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
/* Flip Effect */
.tekbit-flipInTop {
  animation-name: asFlipInTop;
}

@keyframes asFlipInTop {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: 0 0;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
.tekbit-flipInBottom {
  animation-name: asFlipInBottom;
}

@keyframes asFlipInBottom {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: bottom;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
/* Roll Effect */
.tekbit-rollFromLeft {
  animation-name: asRollFromLeft;
}

@keyframes asRollFromLeft {
  from {
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}
.tekbit-rollFromRight {
  animation-name: asRollFromRight;
}

@keyframes asRollFromRight {
  from {
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}
.tekbit-rollFromTop {
  animation-name: asRollFromTop;
}

@keyframes asRollFromTop {
  from {
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}
.tekbit-rollFromBottom {
  animation-name: asRollFromBottom;
}

@keyframes asRollFromBottom {
  from {
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
/* Rotate Skate Effect */
.tekbit-rotateSkateInRight {
  animation-name: asRotateSkateInRight;
}

@keyframes asRotateSkateInRight {
  from {
    transform: scaleX(0.2) translateX(100px);
    opacity: 0;
  }
}
.tekbit-rotateSkateInLeft {
  animation-name: asRotateSkateInLeft;
}

@keyframes asRotateSkateInLeft {
  from {
    transform: scaleX(0.2) translateX(-100px);
    opacity: 0;
  }
}
.tekbit-rotateSkateInTop {
  animation-name: asRotateSkateInTop;
}

@keyframes asRotateSkateInTop {
  from {
    transform: scaleY(0.2) translateY(-100px);
    opacity: 0;
  }
}
.tekbit-rotateSkateInBottom {
  animation-name: asRotateSkateInBottom;
}

@keyframes asRotateSkateInBottom {
  from {
    transform: scaleY(0.2) translateY(100px);
    opacity: 0;
  }
}
/* PopUp Effect */
.tekbit-popUp {
  animation-name: asPopUp;
}

@keyframes asPopUp {
  0% {
    visibility: hidden;
  }
  50% {
    transform: scale(1.1);
    visibility: visible;
  }
}
.tekbit-popUpLeft {
  animation-name: asPopUpLeft;
}

@keyframes asPopUpLeft {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(-20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
.tekbit-popUpRight {
  animation-name: asPopUpRight;
}

@keyframes asPopUpRight {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
/* Kenburns Top */
.swiper-slide-active .kenburns-top {
  -webkit-animation-name: kenburns-top;
  animation-name: kenburns-top;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
/* !END: Theme Slider CSS */
/**----------------------------------------
    START: Feature CSS
----------------------------------------*/
.feature-section {
  background-color: var(--tb-color-grey-2);
}

.feature-wrap {
  background-color: var(--tb-color-common-white);
  margin: 0 20px;
  border: 1px solid var(--tb-color-theme-primary);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .feature-wrap {
    margin: 0;
    border-radius: 0;
  }
}

.feature-item {
  background-color: var(--tb-color-grey-2);
  padding: 50px;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .feature-item {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-item {
    padding: 40px 20px;
  }
}
.feature-item .shape {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
  -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;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.feature-item .icon {
  background-color: var(--tb-color-common-white);
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--tb-color-theme-primary);
  margin-bottom: 30px;
  -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;
  transition: all 0.3s ease-in-out;
}
.feature-item .title {
  font-size: 24px;
  font-weight: 600;
  -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;
  transition: all 0.3s ease-in-out;
}
.feature-item p {
  margin: 20px 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.feature-item .read-more {
  color: var(--tb-color-theme-primary);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
}
.feature-item .read-more:hover {
  column-gap: 10px;
}
.feature-item .read-more i {
  font-size: 14px;
}
.feature-item:hover {
  background-color: var(--tb-color-theme-primary);
}
.feature-item:hover .title,
.feature-item:hover p,
.feature-item:hover .read-more {
  color: var(--tb-color-common-white);
}
.feature-item:hover .shape {
  top: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
}

.feature-item-2 {
  text-align: center;
}
.feature-item-2 .icon {
  margin: 0 auto;
  margin-bottom: 30px;
}
.feature-item-2 .content p {
  margin-bottom: 0;
}

/* !END: Feature CSS */
/**----------------------------------------
    START: About CSS
----------------------------------------*/
.about-img-wrap {
  max-width: 630px;
  width: 100%;
  height: 435px;
  position: relative;
}
.about-img-wrap .about-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 320px;
  width: 100%;
  border-radius: 10px;
}
.about-img-wrap .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-img-wrap .about-img-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 265;
  max-width: 290px;
  width: 100%;
  border-radius: 10px;
}
.about-img-wrap .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-img-wrap .about-counter {
  background-color: var(--tb-color-theme-primary);
  position: absolute;
  bottom: 60px;
  right: 0;
  padding: 20px 30px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .about-img-wrap .about-counter {
    flex-direction: column;
  }
}
.about-img-wrap .about-counter .title {
  color: var(--tb-color-common-white);
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #D9D9D9;
}
.about-img-wrap .about-counter .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.about-img-wrap .about-counter p {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--tb-color-common-white);
}

.about-content {
  max-width: 550px;
  width: 100%;
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .about-content {
    padding-left: 0;
    margin-top: 40px;
  }
}

.about-img-wrap-2 {
  position: relative;
  height: 565px;
  max-width: 612px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-img-wrap-2 {
    height: 450px;
  }
}
.about-img-wrap-2 .about-img-1 {
  max-width: 263px;
  width: 100%;
  height: 287px;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 4px solid var(--tb-color-common-white);
  border-radius: 0 50% 50% 50%;
  z-index: 5;
}
.about-img-wrap-2 .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 50% 50% 50%;
}
.about-img-wrap-2 .about-img-2 {
  margin-left: auto;
  max-width: 447px;
  width: 100%;
  height: 565px;
  border-radius: 0 130px 0 130px;
}
@media only screen and (max-width: 767px) {
  .about-img-wrap-2 .about-img-2 {
    height: 450px;
  }
}
.about-img-wrap-2 .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 130px 0 130px;
}

@media (max-width: 1170px) {
  .about-content-8 {
    padding-left: 0;
  }
}
@media (max-width: 1170px) {
  .about-content-8 .section-about .section-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 992px) {
  .about-content-8 .section-about .section-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-8 .section-about .section-title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .about-content-2 {
    margin-top: 40px;
  }
}
@media (max-width: 1170px) {
  .about-content-2 .section-heading .section-title br {
    display: none;
  }
}
.about-content-2 .about-items .about-item {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
}
.about-content-2 .about-items .about-item:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .about-content-2 .about-items .about-item {
    grid-template-columns: 1fr;
  }
}
.about-content-2 .about-items .about-item .icon {
  background-color: #EDEEF6;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about-content-2 .about-items .about-item .content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-content-2 .about-items .about-item .content p {
  margin-bottom: 0;
}

.about-img-wrap-3 {
  max-width: 590px;
  width: 100%;
  height: 530px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .about-img-wrap-3 {
    margin-bottom: 40px;
  }
}
.about-img-wrap-3 .about-img-1 {
  max-width: 285px;
  width: 100%;
  height: 255px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-img-wrap-3 .about-img-1 {
    display: none;
  }
}
.about-img-wrap-3 .about-img-1 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-img-wrap-3 .about-img-2 {
  max-width: 285px;
  width: 100%;
  height: 255px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}
.about-img-wrap-3 .about-img-2 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-img-wrap-3 .about-img-3 {
  max-width: 285px;
  width: 100%;
  height: 420px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 10px;
  z-index: -1;
}
.about-img-wrap-3 .about-img-3 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 1170px) {
  .about-content-3 .section-heading .section-title br {
    display: none;
  }
}
.about-content-3 .about-list {
  margin: 30px 0;
}
.about-content-3 .about-list li {
  color: var(--tb-color-heading-primary);
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.about-content-3 .about-list li i {
  color: var(--tb-color-theme-primary);
}
.about-content-3 .about-list li:not(:last-of-type) {
  margin-bottom: 15px;
}

.about-img-4 {
  max-width: 536px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-img-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content-4 {
  padding-left: 40px;
}
@media only screen and (max-width: 992px) {
  .about-content-4 {
    padding-left: 0;
  }
}
.about-content-4 .section-heading.heading-2 {
  margin-bottom: 30px;
}
.about-content-4 .about-items .about-item:not(:last-of-type) {
  margin-bottom: 20px;
}

/* !END: About CSS */
/**----------------------------------------
    START: Cta CSS
----------------------------------------*/
.cta-section {
  background-color: #191A1F;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta-section .shapes .shape {
  position: absolute;
  z-index: -1;
}
.cta-section .shapes .shape.shape-1 {
  bottom: 0;
  right: 0;
  height: 100%;
}
.cta-section .shapes .shape.shape-1 img {
  height: 100%;
  object-fit: cover;
}
.cta-section .shapes .shape.shape-2 {
  top: 0;
  left: 0;
  height: 100%;
}
.cta-section .shapes .shape.shape-2 img {
  height: 100%;
  object-fit: cover;
}
.cta-section .shapes .shape.shape-3 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.cta-section .shapes .shape.shape-3 img {
  width: 100%;
  height: 100%;
}
.cta-section .shapes .shape.shape-4 {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.05;
}
.cta-section .bg-shape .bg-shape-1 {
  background: linear-gradient(102.77deg, rgba(25, 26, 31, 0.67) 0.11%, #191A1F 46.29%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.cta-section .bg-shape .bg-shape-1 img {
  width: 100%;
  height: 100%;
}
.cta-section .bg-shape .bg-shape-2 {
  background: linear-gradient(90deg, #191A1F 63.64%, rgba(25, 26, 31, 0.78) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
.cta-section .bg-shape .bg-shape-2 img {
  height: 100%;
  width: 100%;
}
.cta-section .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -3;
}

.cta-wrap .section-heading .sub-heading {
  color: var(--tb-color-common-white);
}
.cta-wrap .cta-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
}
.cta-wrap .cta-btn-wrap .tb-white-btn:before, .cta-wrap .cta-btn-wrap .tb-white-btn:after {
  background-color: var(--tb-color-theme-primary);
}
.cta-wrap .cta-btn-wrap .video-btn a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
}
.cta-wrap .cta-btn-wrap .video-btn .tb-primary-btn {
  background-color: transparent;
  border: 1px solid var(--tb-color-common-white);
}
.cta-wrap .cta-btn-wrap .video-btn .tb-primary-btn:before, .cta-wrap .cta-btn-wrap .video-btn .tb-primary-btn:after {
  background-color: var(--tb-color-theme-primary);
}
.cta-wrap .cta-btn-wrap .video-btn .tb-primary-btn:hover {
  border: 1px solid var(--tb-color-theme-primary);
}
.cta-wrap .cta-btn-wrap .video-btn .tb-primary-btn i {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(0);
}

/* !END: Cta CSS */
/**----------------------------------------
    START: Team CSS
----------------------------------------*/
.team-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.team-item .team-thumb {
  height: 405px;
}
.team-item .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item .overlay {
  background: #7A31DF;
  mix-blend-mode: multiply;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -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;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .team-item .overlay {
    width: 100%;
    height: 100%;
  }
}
.team-item .team-content {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 282px;
  width: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 1170px) {
  .team-item .team-content {
    max-width: 250px;
  }
}
.team-item .team-content .title {
  color: var(--tb-color-common-white);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
.team-item .team-content span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.41);
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
.team-item .team-content .team-social {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  list-style: none;
}
.team-item .team-content .team-social li a {
  background: rgba(45, 47, 62, 0.52);
  color: #797E88;
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(40px);
  border-radius: 4px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-item .team-content .team-social li a:hover {
  color: var(--tb-color-common-white);
}
.team-item:hover .team-thumb img {
  filter: grayscale(1);
}
.team-item:hover .overlay {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.team-item:hover .team-content {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.team-top .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.team-top .swiper-arrow .swiper-nav {
  background-color: #F8F4FF;
  color: var(--tb-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAE3F5;
  border-radius: 50%;
  -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;
  transition: all 0.3s ease-in-out;
}
.team-top .swiper-arrow .swiper-nav:hover {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}

.team-item-2 {
  background-color: var(--tb-color-grey-2);
  text-align: center;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .team-item-2 {
    padding: 30px 20px;
  }
}
.team-item-2 .team-thumb {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.team-item-2 .team-thumb:before {
  background-color: var(--tb-color-theme-primary);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.team-item-2 .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.team-item-2 .team-thumb .team-social {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  list-style: none;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.team-item-2 .team-thumb .team-social li a {
  background-color: #512988;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #9355EA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--tb-color-common-white);
}
.team-item-2 .team-thumb .team-social li a i {
  line-height: 1;
}
.team-item-2 .team-content {
  margin-top: 30px;
}
.team-item-2 .team-content .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.team-item-2 .team-content span {
  font-size: 16px;
  font-weight: 400;
  color: var(--tb-color-theme-primary);
}
.team-item-2:hover .team-thumb:before {
  visibility: visible;
  opacity: 1;
}
.team-item-2:hover .team-thumb .team-social {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.team-section-3 {
  background-color: var(--tb-color-grey-2);
}

.team-item-3 .team-thumb {
  height: 410px;
}
.team-item-3 .team-thumb .img-overlay {
  background-color: var(--tb-color-grey-2);
}
.team-item-3 .team-thumb img {
  width: 100%;
  height: 100%;
}
.team-item-3 .team-content {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  border-radius: 10px;
  visibility: visible;
  opacity: 1;
  top: auto;
  bottom: 20px;
  transform: translateY(0);
  transform: translateX(-50%);
  -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;
  transition: all 0.3s ease-in-out;
}
.team-item-3 .team-content span {
  margin-bottom: 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.team-item-3 .team-content .team-social {
  display: none;
  transform: translateY(100px);
  -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;
  transition: all 0.3s ease-in-out;
}
.team-item-3:hover .team-thumb img {
  filter: inherit;
}
.team-item-3:hover .team-content {
  top: auto;
  bottom: 20px;
}
.team-item-3:hover .team-content span {
  margin-bottom: 20px;
}
.team-item-3:hover .team-content .team-social {
  display: flex;
  transform: translateY(0px);
}

.team-details-wrap .team-auhtor-area {
  display: grid;
  align-items: center;
  grid-template-columns: 490px 1fr;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1170px) {
  .team-details-wrap .team-auhtor-area {
    grid-template-columns: 380px 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .team-details-wrap .team-auhtor-area {
    grid-template-columns: 1fr;
  }
}
.team-details-wrap .team-auhtor-area .team-author-img {
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .team-details-wrap .team-auhtor-area .team-author-img {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details-wrap .team-auhtor-area .team-author-img {
    height: 400px;
  }
}
.team-details-wrap .team-auhtor-area .team-author-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .team-details-wrap .team-auhtor-area .team-author-img img {
    object-position: top;
  }
}
.team-details-wrap .team-auhtor-area .team-author-content {
  background-color: var(--tb-color-grey-2);
  padding: 70px 60px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .team-details-wrap .team-auhtor-area .team-author-content {
    padding: 40px 20px;
  }
}
.team-details-wrap .team-auhtor-area .team-author-content .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.team-details-wrap .team-auhtor-area .team-author-content .prof {
  font-family: var(--tb-ff-heading);
  color: var(--tb-color-theme-primary);
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}
.team-details-wrap .team-auhtor-area .team-author-content .author-info-items {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .team-details-wrap .team-auhtor-area .team-author-content .author-info-items {
    grid-template-columns: 1fr;
  }
}
.team-details-wrap .team-auhtor-area .team-author-content .author-info-items .author-info {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}
.team-details-wrap .team-auhtor-area .team-author-content .author-info-items .author-info .icon {
  background: var(--tb-color-common-white);
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  color: var(--tb-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-details-wrap .team-auhtor-area .team-author-content .author-info-items .author-info .content span {
  font-family: var(--tb-ff-heading);
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.team-details-wrap .team-auhtor-area .team-author-content .author-info-items .author-info .content .info-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.team-counter-area {
  background-color: var(--tb-color-grey-2);
  padding: 80px 80px;
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  .team-counter-area {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-counter-area {
    padding: 40px 20px;
  }
}
.team-counter-area .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.team-counter-area .team-counter {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
}
.team-counter-area .team-counter .icon {
  background-color: var(--tb-color-theme-primary);
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-counter-area .team-counter .content {
  background-color: var(--tb-color-common-white);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 0 35px;
}
@media only screen and (max-width: 767px) {
  .team-counter-area .team-counter .content {
    padding: 0 20px;
  }
}
.team-counter-area .team-counter .content .title {
  color: var(--tb-color-theme-primary);
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
}
.team-counter-area .team-counter .content .title .odometer-auto-theme {
  font-family: inherit;
}
.team-counter-area .team-counter .content p {
  font-family: var(--tb-ff-heading);
  color: var(--tb-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .team-counter-area .team-counter .content p {
    font-size: 14px;
  }
}

.team-details-form {
  background-color: var(--tb-color-grey-2);
  padding: 80px 80px;
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  .team-details-form {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details-form {
    padding: 40px 20px;
  }
}
.team-details-form .heading-area {
  margin-bottom: 50px;
}
.team-details-form .heading-area span {
  font-family: var(--tb-ff-heading);
  color: var(--tb-color-theme-primary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.team-details-form .heading-area .title {
  font-size: 30px;
  margin-bottom: 0;
}
.team-details-form .form-group .form-control {
  color: var(--tb-color-text-body);
  box-shadow: none;
  border: none;
  border-radius: 5px;
  padding: 14.5px 20px;
  margin-bottom: 20px;
}
.team-details-form .submit-btn .tb-primary-btn {
  width: 100%;
  justify-content: center;
}

/* !END: Team CSS */
/**----------------------------------------
    START: Testi CSS
----------------------------------------*/
.testimonial-section {
  border-top: 1px solid var(--tb-color-border-2);
  border-bottom: 1px solid var(--tb-color-border-2);
}

.testi-carousel-wrap {
  padding: 85px 80px;
  border: 1px solid var(--tb-color-border-2);
  border-bottom: none;
  border-top: none;
  position: relative;
}
@media (max-width: 1399px) {
  .testi-carousel-wrap {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-carousel-wrap {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-carousel-wrap .swiper-arrow {
    display: none;
  }
}
.testi-carousel-wrap .swiper-arrow .swiper-nav {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -130px;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1600px) {
  .testi-carousel-wrap .swiper-arrow .swiper-nav {
    left: -20px;
  }
}
@media (max-width: 1399px) {
  .testi-carousel-wrap .swiper-arrow .swiper-nav {
    left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .testi-carousel-wrap .swiper-arrow .swiper-nav {
    z-index: 1;
  }
}
.testi-carousel-wrap .swiper-arrow .swiper-nav.swiper-next {
  left: auto;
  right: -130px;
}
@media (max-width: 1600px) {
  .testi-carousel-wrap .swiper-arrow .swiper-nav.swiper-next {
    right: -20px;
  }
}
@media (max-width: 1399px) {
  .testi-carousel-wrap .swiper-arrow .swiper-nav.swiper-next {
    right: 0px;
    z-index: 1;
  }
}

.testi-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 30px;
  background-color: var(--tb-color-common-white);
}
@media only screen and (max-width: 992px) {
  .testi-item {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
.testi-item .testi-content .review {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 30px;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .testi-item .testi-content .review {
    justify-content: center;
  }
}
.testi-item .testi-content .review li {
  color: #E8BF1A;
}
.testi-item .testi-content p {
  color: var(--tb-color-heading-primary);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media (max-width: 1399px) {
  .testi-item .testi-content p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-item .testi-content p {
    font-size: 22px;
  }
}
.testi-item .testi-content .auhtor-info .name {
  font-size: 20px;
  font-weight: 500;
}
.testi-item .testi-img {
  background-color: var(--tb-color-grey-2);
  max-width: 450px;
  width: 100%;
  height: 420px;
  border-radius: 10px;
  border: 1px solid var(--tb-color-border-2);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1170px) {
  .testi-item .testi-img {
    max-width: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .testi-item .testi-img {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-item .testi-img {
    height: 300px;
  }
}
.testi-item .testi-img .testi-men {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 360px;
  width: 100%;
  height: auto;
  z-index: 2;
}
.testi-item .testi-img .testi-men img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.testi-item .testi-img .gradient-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.testi-item .testi-img .shape {
  position: absolute;
  top: 0;
  left: 30px;
}

.testi-thumb-wrap {
  max-width: 100%;
  width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.testi-thumb-wrap .thumb-carousel {
  width: 50px;
  margin: 0 auto;
  padding-top: 10px;
  overflow: visible;
}
.testi-thumb-wrap .thumb-carousel .swiper-wrapper {
  align-items: center;
}
.testi-thumb-wrap .swiper-slide .testi-author-wrap .testi-thumb {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.testi-thumb-wrap .swiper-slide .testi-author-wrap .testi-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testi-thumb-wrap .swiper-slide.swiper-slide-thumb-active {
  width: 90px !important;
}
.testi-thumb-wrap .swiper-slide.swiper-slide-thumb-active .testi-author-wrap {
  margin: 0 auto;
}
.testi-thumb-wrap .swiper-slide.swiper-slide-thumb-active .testi-author-wrap .testi-thumb {
  width: 90px;
  height: 90px;
  padding: 5px;
  margin: 0 auto;
  border: 2px solid var(--tb-color-theme-primary);
}

.testi-content-carousel {
  margin-top: 25px;
}
.testi-content-carousel .testi-content-2 .author-info .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
.testi-content-carousel .testi-content-2 .author-info span {
  color: var(--tb-color-theme-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 35px;
  display: block;
}
.testi-content-carousel .testi-content-2 p {
  font-size: 20px;
  font-weight: 400;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .testi-content-carousel .testi-content-2 p {
    font-size: 16px;
  }
}

.testi-item-4 {
  background-color: #F8F4FF;
  border: 1px solid #EAE3F5;
  padding: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .testi-item-4 {
    padding: 30px 20px;
  }
}
.testi-item-4 p {
  margin-bottom: 30px;
}
.testi-item-4 .testi-author-box {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.testi-item-4 .testi-author-box .author-img {
  height: 50px;
  width: 50px;
}
.testi-item-4 .testi-author-box .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testi-item-4 .testi-author-box .content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.testi-item-4 .testi-author-box .content span {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

.testi-wrap-5 {
  background-color: #F6F0FF;
  padding-left: 120px;
  padding-right: 120px;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .testi-wrap-5 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-wrap-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.testi-wrap-5 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.testi-wrap-5 .shapes .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.testi-item-5 {
  background-color: var(--tb-color-common-white);
  padding: 40px;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .testi-item-5 {
    padding: 40px 20px;
  }
}
.testi-item-5 .quote {
  position: absolute;
  top: 40px;
  right: 40px;
}
.testi-item-5 .author-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.testi-item-5 .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testi-item-5 .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.testi-item-5 span {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EAE3F5;
}
.testi-item-5 p {
  color: var(--tb-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

/* !END: Testi CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.service-section {
  background-color: var(--tb-color-grey-2);
}

.service-wrap {
  background-color: var(--tb-color-common-white);
  margin: 0 20px;
  border: 1px solid var(--tb-color-theme-primary);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .service-wrap {
    margin: 0;
    border-radius: 0;
  }
}

.service-item-wrap {
  position: relative;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
}
.service-item-wrap > div {
  padding: 0;
}
.service-item-wrap:before {
  background-color: #EAE3F5;
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .service-item-wrap:before {
    display: none;
  }
}
.service-item-wrap:after {
  background-color: #EAE3F5;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-item {
  background-color: var(--tb-color-common-white);
  padding: 15px;
  border-radius: 10px;
}
.service-item .service-item-inner {
  background-color: var(--tb-color-grey-2);
  display: grid;
  align-items: center;
  grid-template-columns: 90px 1fr;
  grid-gap: 20px;
  padding: 35px;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .service-item .service-item-inner {
    grid-template-columns: 1fr;
  }
}
.service-item .service-item-inner .icon {
  background-color: var(--tb-color-common-white);
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tb-color-theme-primary);
  border-radius: 50%;
}
.service-item .service-item-inner .service-content .title {
  margin-bottom: 15px;
}
@media (max-width: 1170px) {
  .service-item .service-item-inner .service-content .title {
    font-size: 18px;
  }
}
.service-item .service-item-inner .service-content p {
  margin-bottom: 15px;
}
@media (max-width: 1170px) {
  .service-item .service-item-inner .service-content p {
    font-size: 14px;
  }
}
.service-item .service-item-inner .service-content .read-more {
  color: var(--tb-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
}
.service-item .service-item-inner .service-content .read-more:hover {
  color: var(--tb-color-theme-primary);
  column-gap: 10px;
}
.service-item:hover .service-item-inner .icon img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.service-item-2 {
  position: relative;
  overflow: hidden;
  padding: 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.service-item-2 .number {
  color: #EEE7F8;
  font-size: 180px;
  font-weight: 200;
  position: absolute;
  top: -40px;
  right: 30px;
  line-height: 1;
}
.service-item-2 .service-item-inner {
  grid-template-columns: 1fr;
  grid-gap: 0;
}
.service-item-2 .service-item-inner .sub-heading {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #EAE3F5;
  border-radius: 100px;
  padding: 9px 15px 7px 15px;
  margin-bottom: 40px;
  width: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 5;
}
.service-item-2 .service-item-inner .icon {
  background-color: var(--tb-color-theme-primary);
  margin-bottom: 25px;
}
.service-item-2 .service-item-inner .icon img {
  filter: brightness(0) invert(1);
}
.service-item-2 .service-item-inner .service-content .read-more {
  color: var(--tb-color-theme-primary);
}
.service-item-2:hover {
  transform: translateY(-10px);
}

.service-section-3 {
  background-color: var(--tb-color-grey-2);
}

.service-item-3 {
  background-color: var(--tb-color-common-white);
  border: 1px solid #EAE3F5;
  border-radius: 10px;
  overflow: hidden;
}
.service-item-3 .service-thumb {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.service-item-3 .service-thumb .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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;
  transition: all 0.3s ease-in-out;
}
.service-item-3 .service-thumb .icon {
  background-color: var(--tb-color-theme-primary);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 30px;
}
.service-item-3 .service-content {
  position: relative;
  z-index: 1;
  padding: 30px;
  overflow: hidden;
}
.service-item-3 .service-content .shape {
  position: absolute;
  top: -110%;
  right: 0;
  z-index: -1;
}
.service-item-3 .service-content .shape-2 {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
}
.service-item-3 .service-content .shape-2 img {
  filter: brightness(0) invert(1);
}
.service-item-3 .service-content .title {
  margin-bottom: 15px;
}
.service-item-3 .service-content p {
  margin-bottom: 15px;
}
.service-item-3 .service-content .read-more {
  color: var(--tb-color-theme-primary);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  column-gap: 7px;
  -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;
  transition: all 0.3s ease-in-out;
}
.service-item-3 .service-content .read-more i {
  transform: rotate(-45deg);
  -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;
  transition: all 0.3s ease-in-out;
}
.service-item-3 .service-content .read-more:hover i {
  transform: rotate(0);
}
.service-item-3:hover .service-thumb .main-img {
  transform: scale(1.02);
}

.service-card {
  text-align: center;
  background-color: #F8F4FF;
  border: 1px solid #EAE3F5;
  padding: 40px 20px;
  border-radius: 10px;
  -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;
  transition: all 0.3s ease-in-out;
}
.service-card .icon {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.service-card .title {
  color: var(--tb-color-heading-primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.service-card:hover {
  transform: translateY(-5px);
}
.service-card.active {
  background-color: var(--tb-color-theme-primary);
}
.service-card.active .icon {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
}
.service-card.active .title {
  color: var(--tb-color-common-white);
}
.service-card.active .title a {
  color: var(--tb-color-common-white);
}
.service-card.active:hover {
  transform: translateY(0);
}

@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/* !END: Page Header CSS */
/**----------------------------------------
    START: Project CSS
----------------------------------------*/
.project-section {
  border-bottom: 1px solid #EAE3F5;
}

.project-wrap {
  background-color: var(--tb-color-grey-2);
  padding: 100px 80px;
  border-left: 1px solid #EAE3F5;
  border-right: 1px solid #EAE3F5;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .project-wrap {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .project-wrap {
    padding: 50px 20px;
  }
}
.project-wrap .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.project-wrap .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.project-item {
  height: 400px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .project-item {
    height: 350px;
  }
}
.project-item .project-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
.project-item .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item .project-thumb .overlay {
  background: linear-gradient(180deg, rgba(33, 8, 67, 0.2) 36.5%, rgba(60, 19, 117, 0.9) 98.75%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.project-item .project-thumb .overlay-2 {
  background: rgba(20, 7, 38, 0.47);
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -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;
  transition: all 0.3s ease-in-out;
}
.project-item .project-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .project-item .project-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.project-item .project-content .category {
  background: #342150;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(60px);
  border-radius: 100px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tb-color-common-white);
  display: inline-block;
  margin-bottom: 15px;
}
.project-item .project-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .project-item .project-content .title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.project-item .project-content .title a {
  background: linear-gradient(var(--tb-color-common-white) 0%, var(--tb-color-common-white) 98%);
  background-size: 0 2px;
  color: var(--tb-color-common-white);
  background-repeat: no-repeat;
  background-position: left 100%;
  -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;
  transition: all 0.3s ease-in-out;
}
.project-item .project-content .title a:hover {
  color: var(--tb-color-common-white);
  background-size: 100% 2px;
}
.project-item .project-content .read-more {
  color: var(--tb-color-common-white);
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 16px;
  font-weight: 600;
}
.project-item .project-content .read-more i {
  font-size: 15px;
  transform: rotate(-45deg);
  line-height: 1;
  -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;
  transition: all 0.3s ease-in-out;
}
.project-item .project-content .read-more:hover i {
  transform: rotate(0);
}
.project-item:hover .project-thumb img {
  transform: scale(1.02);
}
.project-item:hover .project-thumb .overlay {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.project-item:hover .project-thumb .overlay-2 {
  visibility: visible;
  opacity: 1;
}
.project-item:hover .project-content {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .project-item:hover .project-content {
    bottom: 30px;
  }
}

.project-section-2 {
  border-bottom: 1px solid #EAE3F5;
}

.project-item-2 {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}
.project-item-2 .project-thumb {
  position: relative;
  width: 100%;
  height: 500px;
}
.project-item-2 .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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;
  transition: all 0.3s ease-in-out;
}
.project-item-2 .project-thumb .overlay {
  background: rgba(20, 2, 46, 0.37);
  mix-blend-mode: normal;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project-item-2 .project-thumb .overlay-2 {
  background: linear-gradient(180deg, rgba(11, 2, 23, 0) 26.6%, rgba(85, 29, 164, 0.95) 78%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -15%;
  left: 0;
}
.project-item-2 .project-content {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
}
.project-item-2 .project-content span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  backdrop-filter: blur(30px);
  font-size: 60px;
  font-weight: 600;
}
.project-item-2 .project-content .title {
  color: var(--tb-color-common-white);
  margin-bottom: 15px;
}
.project-item-2 .project-content .title a {
  background: linear-gradient(var(--tb-color-common-white) 0%, var(--tb-color-common-white) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -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;
  transition: all 0.3s ease-in-out;
}
.project-item-2 .project-content .title a:hover {
  color: var(--tb-color-common-white);
  background-size: 100% 2px;
}
.project-item-2 .project-content p {
  color: var(--tb-color-common-white);
}
.project-item-2 .project-content .read-more {
  color: var(--tb-color-common-white);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  column-gap: 10px;
  -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;
  transition: all 0.3s ease-in-out;
}
.project-item-2 .project-content .read-more i {
  transform: rotate(-45deg);
  -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;
  transition: all 0.3s ease-in-out;
}
.project-item-2 .project-content .read-more:hover i {
  transform: rotate(0);
}
.project-item-2:hover .project-thumb img {
  transform: scale(1.02);
}

.project-section-3 {
  background-color: #F8F4FF;
}

.project-item-3 {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.project-item-3 .overlay {
  background: #7A31DF;
  mix-blend-mode: multiply;
  opacity: 0.45;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  -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;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.project-item-3 .overlay-2 {
  background: #1C1926;
  mix-blend-mode: multiply;
  opacity: 0.73;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  -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;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.project-item-3 .project-img {
  position: relative;
  height: 100%;
  width: 100%;
}
.project-item-3 .project-img .img-overlay {
  background-color: #F8F4FF;
}
.project-item-3 .project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item-3 .project-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 5;
  -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;
  transition: all 0.3s ease-in-out;
}
.project-item-3 .project-btn a {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.project-item-3 .project-btn a:hover {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}
.project-item-3:hover .project-img img {
  filter: saturate(0);
}
.project-item-3:hover .project-btn {
  transform: translate(-50%, -50%) scale(1);
}
.project-item-3:hover .overlay {
  visibility: visible;
  opacity: 0.45;
}
.project-item-3:hover .overlay-2 {
  visibility: visible;
  opacity: 1;
  opacity: 0.73;
}

.project-item-wrap-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 767px) {
  .project-item-wrap-3 {
    grid-template-columns: 1fr;
  }
}

.project-details-wrap .project-details-thumb {
  position: relative;
  margin-bottom: 40px;
  height: 540px;
}
.project-details-wrap .project-details-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-details-wrap .project-details-thumb .details-list-wrap {
  background-color: var(--tb-color-common-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  padding: 40px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .project-details-wrap .project-details-thumb .details-list-wrap {
    right: 0px;
    padding: 30px 20px;
  }
}
.project-details-wrap .project-details-thumb .details-list-wrap .list-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DADFEC;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li .icon {
  background: #F8F4FF;
  border: 1px solid #EAE3F5;
  box-shadow: 0px 4px 32px rgba(50, 44, 60, 0.17);
  color: var(--tb-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li .content span {
  font-family: var(--tb-ff-heading);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li .content .title {
  color: var(--tb-color-heading-primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.project-details-wrap .details-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .project-details-wrap .details-title {
    font-size: 24px;
  }
}
.project-details-wrap .desc {
  max-width: 730px;
  width: 100%;
}
@media (max-width: 1170px) {
  .project-details-wrap .desc {
    max-width: 550px;
  }
}
.project-details-wrap .project-details-img {
  border-radius: 15px;
}

.project-wrap-3 {
  position: relative;
  padding: 30px 0;
}
.project-wrap-3:before {
  background-color: #EAE3F5;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
  .project-wrap-3:before {
    display: none;
  }
}

/* !END: Project CSS */
/**----------------------------------------
    START: Request CSS
----------------------------------------*/
.request-section {
  overflow-x: clip;
}

.request-1 {
  margin-bottom: -150px;
  position: relative;
  z-index: 5;
}

.request-wrap {
  background-color: var(--tb-color-common-white);
  border: 1px solid #EAE3F5;
  box-shadow: 0px 2px 60px rgba(20, 14, 30, 0.13);
  border-radius: 17px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 680px;
  grid-gap: 20px;
}
.request-wrap::before {
  content: "";
  position: absolute;
  width: 822px;
  height: 544px;
  left: -450px;
  top: -265px;
  border-radius: 100%;
  background: #7A31DF;
  filter: blur(30px);
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .request-wrap::before {
    display: none;
  }
}
.request-wrap .request-for-bg {
  background: #F8F4FF;
  padding: 80px;
  margin: 1px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .request-wrap .request-for-bg {
    padding: 0;
  }
}
@media (max-width: 1399px) {
  .request-wrap {
    grid-template-columns: 1fr 550px;
  }
}
@media (max-width: 1170px) {
  .request-wrap {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (max-width: 992px) {
  .request-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .request-wrap {
    padding: 0;
    border: none;
  }
}
.request-wrap .request-content {
  background-color: var(--tb-color-grey-2);
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #EAE3F5;
}
@media only screen and (max-width: 767px) {
  .request-wrap .request-content {
    padding: 30px 20px;
  }
}
.request-wrap .request-content .req-header {
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .request-wrap .request-content .req-header {
    font-size: 28px;
  }
}
.request-wrap .request-content p {
  margin-bottom: 20px;
}

.req-form .form-group {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .req-form .form-group {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .req-form .form-group .form-item {
    margin-bottom: 20px;
  }
}
.req-form .form-group .form-item label {
  color: var(--tb-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.req-form .form-group .form-item .form-control {
  background-color: var(--tb-color-common-white);
  padding: 11px 20px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid var(--tb-color-border-2);
  box-shadow: none;
}
.req-form .form-group .form-item .form-control::-webkit-input-placeholder {
  color: #636166;
  font-size: 14px;
}
.req-form .form-group .form-item .form-control:-moz-placeholder {
  color: #636166;
  font-size: 14px;
}
.req-form .form-group .form-item .form-control::-moz-placeholder {
  color: #636166;
  font-size: 14px;
}
.req-form .form-group .form-item .form-control:-ms-input-placeholder {
  color: #636166;
  font-size: 14px;
}
.req-form .form-group .form-item .form-control.message {
  height: 120px;
}
.req-form .submit-btn .tb-primary-btn {
  width: 100%;
  justify-content: center;
}

.req-img {
  height: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .req-img {
    height: 450px;
  }
}
.req-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .req-img img {
    object-position: top;
  }
}

.request-wrap-2 {
  background-color: var(--tb-color-grey-2);
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .request-wrap-2 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .request-wrap-2 {
    padding: 50px 0;
  }
}
.request-wrap-2 .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.request-wrap-2 .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.request-wrap-2 .request-content {
  background-color: var(--tb-color-common-white);
  max-width: 872px;
  width: 100%;
  margin: 0 auto;
}

/* !END: Request CSS */
/**----------------------------------------
    START: Hero CSS
----------------------------------------*/
.hero-section {
  position: relative;
  z-index: 1;
}
.hero-section .hero-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 71%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-content {
  padding-top: 230px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 992px) {
  .hero-content {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content {
    margin-bottom: 60px;
  }
}
.hero-content .title {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .hero-content .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .title {
    font-size: 36px;
  }
  .hero-content .title br {
    display: none;
  }
}
.hero-content p {
  margin-bottom: 30px;
}
.hero-content .hero-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: center;
}
.hero-content .hero-btn-wrap .tb-white-btn {
  -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;
  transition: all 0.3s ease-in-out;
}
.hero-content .hero-btn-wrap .tb-white-btn:before, .hero-content .hero-btn-wrap .tb-white-btn:after {
  background-color: var(--tb-color-heading-primary);
}
.hero-content .hero-btn-wrap .video-btn a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
  transition: inherit;
}
.hero-content .hero-btn-wrap .video-btn .tb-primary-btn {
  background-color: transparent;
  border: 1px solid var(--tb-color-common-white);
  -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;
  transition: all 0.3s ease-in-out;
}
.hero-content .hero-btn-wrap .video-btn .tb-primary-btn:before, .hero-content .hero-btn-wrap .video-btn .tb-primary-btn:after {
  background-color: var(--tb-color-common-white);
}
.hero-content .hero-btn-wrap .video-btn .tb-primary-btn:hover {
  color: var(--tb-color-theme-primary);
  border: 1px solid var(--tb-color-common-white);
}
.hero-content .hero-btn-wrap .video-btn .tb-primary-btn i {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(0);
  transition: inherit;
}

.hero-img {
  background-color: var(--tb-color-common-white);
  height: 580px;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  border: 10px solid var(--tb-color-common-white);
  box-shadow: 0px 36px 68px 2px rgba(14, 17, 33, 0.18);
}
@media only screen and (max-width: 992px) {
  .hero-img {
    box-shadow: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .hero-img {
    height: 400px;
  }
}
.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.hero-img .overlay {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-img .play2-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.hero-img .play2-btn a {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  height: 90px;
  width: 90px;
  font-size: 26px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hero-img .play2-btn a:hover {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}
.hero-img .play2-btn i {
  line-height: 1;
  margin-top: 0;
  margin-left: 2px;
}
.hero-img .play2-btn .ripple {
  height: 90px;
  width: 90px;
}
.hero-img .play2-btn .ripple:before, .hero-img .play2-btn .ripple:after {
  height: 90px;
  width: 90px;
}

.hero-wrap {
  background-color: var(--tb-color-theme-primary);
  max-width: 1735px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 164px;
  border-radius: 20px;
}
@media only screen and (max-width: 992px) {
  .hero-wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrap {
    overflow: hidden;
  }
}
.hero-wrap .hero-content-2 {
  padding: 155px 0;
}
@media (max-width: 1399px) {
  .hero-wrap .hero-content-2 {
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 1170px) {
  .hero-wrap .hero-content-2 {
    max-width: 100%;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-wrap .hero-content-2 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrap .hero-content-2 {
    padding-top: 70px;
  }
}
.hero-wrap .hero-content-2 .title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .hero-wrap .hero-content-2 .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrap .hero-content-2 .title {
    font-size: 36px;
  }
}
.hero-wrap .hero-content-2 p {
  color: #D2B1FF;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 45px;
}
@media (max-width: 1399px) {
  .hero-wrap .hero-content-2 p br {
    display: none;
  }
}
.hero-wrap .hero-content-2 .hero-form {
  max-width: 594px;
  width: 100%;
  position: relative;
}
.hero-wrap .hero-content-2 .hero-form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background-color: rgba(255, 255, 255, 0.02);
  color: var(--tb-color-common-white);
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  padding: 17px 25px;
  padding-left: 50px;
}
.hero-wrap .hero-content-2 .hero-form .form-control::-webkit-input-placeholder {
  color: var(--tb-color-common-white);
  font-size: 16px;
  font-weight: 400;
}
.hero-wrap .hero-content-2 .hero-form .form-control:-moz-placeholder {
  color: var(--tb-color-common-white);
  font-size: 16px;
  font-weight: 400;
}
.hero-wrap .hero-content-2 .hero-form .form-control::-moz-placeholder {
  color: var(--tb-color-common-white);
  font-size: 16px;
  font-weight: 400;
}
.hero-wrap .hero-content-2 .hero-form .form-control:-ms-input-placeholder {
  color: var(--tb-color-common-white);
  font-size: 16px;
  font-weight: 400;
}
.hero-wrap .hero-content-2 .hero-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  text-transform: uppercase;
  padding: 12px 20px;
}
@media only screen and (max-width: 767px) {
  .hero-wrap .hero-content-2 .hero-form button {
    position: inherit;
    top: 0;
    transform: translateY(0);
    right: 0;
    margin-top: 10px;
  }
}
.hero-wrap .hero-content-2 .hero-form .icon {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  color: var(--tb-color-common-white);
}
@media only screen and (max-width: 767px) {
  .hero-wrap .hero-content-2 .hero-form .icon {
    top: 28%;
  }
}
.hero-wrap .hero-content-2 .hero-auhtor-box {
  display: flex;
  align-items: center;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 50px;
}
.hero-wrap .hero-content-2 .hero-auhtor-box .author-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.hero-wrap .hero-content-2 .hero-auhtor-box .author-list li:not(:first-of-type) {
  margin-left: -20px;
}
.hero-wrap .hero-content-2 .hero-auhtor-box .author-list li img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid var(--tb-color-theme-primary);
  object-fit: cover;
}
.hero-wrap .hero-content-2 .hero-auhtor-box .author-list li.plus {
  background-color: var(--tb-color-theme-primary);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--tb-color-common-white);
  color: var(--tb-color-common-white);
}
.hero-wrap .hero-content-2 .hero-auhtor-box p {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--tb-color-common-white);
}
.hero-wrap .hero-inner-wrap {
  position: relative;
}
.hero-wrap .hero-inner-wrap .hero-men-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 602px;
  width: 100%;
  height: 698px;
}
@media (max-width: 1170px) {
  .hero-wrap .hero-inner-wrap .hero-men-wrap {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrap .hero-inner-wrap .hero-men-wrap {
    height: 100%;
  }
}
.hero-wrap .hero-inner-wrap .hero-men-wrap .hero-men {
  position: relative;
  z-index: 1;
}
.hero-wrap .hero-inner-wrap .hero-men-wrap .bg-shape {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  height: 441px;
  width: 100%;
  position: absolute;
  top: 100px;
  left: -5px;
}

.hero-section-3 {
  position: relative;
  z-index: 1;
}
.hero-section-3 .hero-bg-color {
  background-color: var(--tb-color-theme-primary);
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-section-3 .hero-bg-color .shape {
  position: absolute;
  bottom: 0;
  right: -37%;
}
@media only screen and (max-width: 992px) {
  .hero-section-3 .hero-bg-color {
    width: 100%;
  }
}
.hero-section-3 .bg-img {
  position: absolute;
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.hero-section-3 .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section-3 .hero-bottom-shape {
  background-color: var(--tb-color-common-white);
  width: 100%;
  height: 290px;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
@media only screen and (max-width: 992px) {
  .hero-section-3 .hero-bottom-shape {
    display: none;
  }
}

.hero-content-5 {
  padding: 315px 0 306px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .hero-content-5 {
    padding: 100px 0 120px 0;
  }
}
.hero-content-5 .title {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-content-5 .title span {
  font-weight: 200;
}
@media (max-width: 1170px) {
  .hero-content-5 .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-5 .title {
    font-size: 36px;
  }
}
.hero-content-5 p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1170px) {
  .hero-content-5 p br {
    display: none;
  }
}

.hero-section-6 {
  position: relative;
  z-index: 1;
}
.hero-section-6 .hero-bg-color {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .hero-section-6 .hero-bg-color {
    width: 100%;
  }
}
.hero-section-6 .bg-img {
  position: absolute;
  width: 786px;
  top: 116px;
  right: 0;
}
@media (max-width: 1600px) {
  .hero-section-6 .bg-img {
    width: 699px;
    height: 100%;
  }
}
@media (max-width: 1399px) {
  .hero-section-6 .bg-img {
    width: 620px;
    height: 100%;
  }
}
@media (max-width: 1170px) {
  .hero-section-6 .bg-img {
    width: 530px;
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-6 .bg-img {
    display: none;
  }
}
.hero-section-6 .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 50px;
}
.hero-section-6 .shapes .shape-1 {
  position: absolute;
  top: 95px;
  left: 630px;
}
@media only screen and (max-width: 992px) {
  .hero-section-6 .shapes .shape-1 {
    display: none;
  }
}
.hero-section-6 .shapes .shape-2 {
  position: absolute;
  width: 811px;
  height: 800px;
  left: 682px;
  top: 131px;
  background: rgba(197, 189, 225, 0.09);
  filter: blur(100px);
  z-index: -1;
}
.hero-section-6 .shapes .shape-3 {
  position: absolute;
  width: 897px;
  height: 884px;
  left: -53px;
  top: 547px;
  background: rgba(122, 49, 223, 0.15);
  filter: blur(125px);
  z-index: -1;
}
.hero-section-6 .shapes .shape-4 {
  position: absolute;
  bottom: -60px;
  left: 595px;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .hero-section-6 .shapes .shape-4 {
    display: none;
  }
}
.hero-section-6 .hero-content-6 {
  padding: 297px 0 177px 0;
}
@media (max-width: 1170px) {
  .hero-section-6 .hero-content-6 {
    padding: 240px 0 110px 0;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-6 .hero-content-6 {
    padding: 120px 0 130px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-6 .hero-content-6 {
    padding: 80px 0 80px 0;
  }
}
.hero-section-6 .hero-content-6 .sub-heading {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #DBDCDD;
  box-shadow: 0px 2px 1px #DBDCDD;
  backdrop-filter: blur(40px);
  border-radius: 100px;
  padding: 10px 20px 8px 20px;
}
.hero-section-6 .hero-content-6 .hero-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-section-6 .hero-content-6 .hero-btn .tb-primary-btn {
  border-radius: 12px;
}
.hero-section-6 .hero-content-6 .hero-btn .tb-white-btn {
  border-radius: 12px;
}
.hero-section-6 .hero-content-6 .title {
  font-weight: 500;
  margin-bottom: 17px;
}
@media (max-width: 1399px) {
  .hero-section-6 .hero-content-6 .title {
    font-size: 48px;
  }
}
@media (max-width: 1170px) {
  .hero-section-6 .hero-content-6 .title {
    font-size: 43px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-6 .hero-content-6 .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-6 .hero-content-6 .title {
    font-size: 37px;
  }
}
.hero-section-6 .hero-content-6 p {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #636166;
  margin-bottom: 34px;
}
@media (max-width: 1399px) {
  .hero-section-6 .hero-content-6 p {
    max-width: 550px;
    width: 100%;
  }
  .hero-section-6 .hero-content-6 p br {
    display: none;
  }
}
@media (max-width: 1170px) {
  .hero-section-6 .hero-content-6 p {
    max-width: 470px;
    width: 100%;
  }
  .hero-section-6 .hero-content-6 p br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-6 .hero-content-6 p {
    max-width: 100%;
    width: 100%;
  }
  .hero-section-6 .hero-content-6 p br {
    display: none;
  }
}

/* !END: Hero CSS */
/**----------------------------------------
    START: Counter CSS
----------------------------------------*/
.counter-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.counter-section .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.counter-section .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.counter-section .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.counter-section .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  filter: saturate(0);
}
.counter-section .section-heading .sub-heading {
  color: var(--tb-color-common-white);
}
.counter-section .section-heading .sub-heading:before {
  background-color: var(--tb-color-common-white);
}
.counter-section .section-heading .sub-heading .right-shape,
.counter-section .section-heading .sub-heading .left-shape {
  background-color: var(--tb-color-common-white);
}

.counter-item {
  background-color: var(--tb-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  border-radius: 10px;
  padding: 30px 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.counter-item .content {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.counter-item .content .title {
  font-size: 36px;
  color: var(--tb-color-theme-primary);
  margin-bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1170px) {
  .counter-item .content .title {
    font-size: 30px;
  }
}
.counter-item .content .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.counter-item .content .title .number {
  margin-top: -2px;
}
.counter-item .content p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}

.counter-2 {
  background-color: var(--tb-color-grey-2);
  border-top: 1px solid #EAE3F5;
  border-bottom: 1px solid #EAE3F5;
}
@media only screen and (max-width: 992px) {
  .counter-2 {
    padding: 60px 0 70px 0;
  }
}
.counter-2 .row > div {
  padding: 0;
}
@media (max-width: 1170px) {
  .counter-2 .row > div {
    padding: 0 10px;
  }
}

.counter-item-wrap {
  padding: 75px 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .counter-item-wrap {
    padding: 0;
  }
}
.counter-item-wrap:before {
  background-color: #EAE3F5;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
}
@media (max-width: 1170px) {
  .counter-item-wrap:before {
    display: none;
  }
}
.counter-item-wrap .counter-item {
  max-width: 275px;
  width: 100%;
  border: 1px solid #EAE3F5;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .counter-item-wrap .counter-item {
    max-width: 100%;
  }
}
.counter-item-wrap.before-none:before {
  display: none;
}

.counter-section-3 {
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  .counter-section-3 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 992px) {
  .counter-section-3 {
    padding: 50px 0;
  }
}

.counter-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding: 0;
}
.counter-card .icon {
  background-color: #F8F4FF;
  height: 80px;
  width: 80px;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-card .content {
  flex-direction: column;
  justify-content: start;
  align-items: baseline;
}
.counter-card .content .title {
  color: var(--tb-color-heading-primary);
  margin-bottom: 5px;
}
.counter-card .content p {
  font-size: 16px;
  font-weight: 400;
  text-transform: inherit;
}
.counter-card .content p br {
  display: none;
}

/* !END: Counter CSS */
/**----------------------------------------
    START: Process CSS
----------------------------------------*/
.process-section {
  margin-right: 30px;
  margin-left: 30px;
}
@media only screen and (max-width: 992px) {
  .process-section {
    margin: 0;
  }
}

.process-wrap {
  background-color: #191A1F;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .process-wrap {
    border-radius: 0;
  }
}

.process-carousel {
  overflow: visible;
}

.process-item {
  background-color: #212328;
  border: 1px solid #2A2B32;
  padding: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .process-item {
    padding: 40px 20px;
    grid-template-columns: 1fr;
  }
}
.process-item .icon {
  background-color: #191A1F;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #2A2B32;
}
.process-item .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.process-item .content p {
  color: #636166;
  margin-bottom: 0;
}

/* !END: Process CSS */
/**----------------------------------------
    START: Pricing CSS
----------------------------------------*/
.pricing-section {
  background-color: #191A1F;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 992px) {
  .pricing-section {
    padding-right: 0;
    padding-left: 0;
  }
}

.pricing-wrap > div {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .pricing-wrap > div {
    padding: 0 15px;
  }
}

.pricing-item {
  background-color: #212328;
  border: 1px solid #32343C;
  padding: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .pricing-item {
    padding: 30px 20px;
  }
}
.pricing-item .title {
  font-size: 20px;
  margin-bottom: 15px;
}
.pricing-item p {
  color: #636166;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.6;
}
.pricing-item .price {
  color: var(--tb-color-common-white);
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.pricing-item .price span {
  font-size: 16px;
  font-weight: 500;
}
.pricing-item .pricing-btn {
  margin-bottom: 30px;
}
.pricing-item .pricing-btn .tb-primary-btn {
  width: 100%;
  justify-content: center;
}
.pricing-item .pricing-list {
  list-style: none;
}
.pricing-item .pricing-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 400;
}
.pricing-item .pricing-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.pricing-item.item-1 {
  border-right: none;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 992px) {
  .pricing-item.item-1 {
    border-radius: 10px;
    border: 1px solid #212328;
  }
}
.pricing-item.item-2 {
  border-right: none;
  border-radius: 0;
}
@media only screen and (max-width: 992px) {
  .pricing-item.item-2 {
    border-radius: 10px;
    border: 1px solid #212328;
  }
}
.pricing-item.item-3 {
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 992px) {
  .pricing-item.item-3 {
    border-radius: 10px;
    border: 1px solid #212328;
  }
}

/* !END: Pricing CSS */
/**----------------------------------------
    START: Content CSS
----------------------------------------*/
.content-img-wrap {
  max-width: 536px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .content-img-wrap {
    margin-bottom: 40px;
  }
}
.content-img-wrap .exp-box {
  background-color: var(--tb-color-theme-primary);
  height: 165px;
  width: 165px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 12px solid var(--tb-color-common-white);
  text-align: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
}
.content-img-wrap .exp-box .number {
  color: var(--tb-color-common-white);
  font-size: 36px;
  font-weight: 600;
}
.content-img-wrap .exp-box span {
  color: var(--tb-color-common-white);
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}
.content-img-wrap .exp-box span br {
  display: block;
}

.content-info .section-heading {
  margin-bottom: 40px;
}

/* !END: Content CSS */
/**----------------------------------------
    START: Sponsor CSS
----------------------------------------*/
.sponsor-item {
  max-width: 240px;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EBECF5;
  border-radius: 10px;
  padding: 0 20px;
}

/* !END: Sponsor CSS */
/**----------------------------------------
    START: Promo CSS
----------------------------------------*/
.promo-card {
  background-color: var(--tb-color-grey-2);
  border: 1px solid #EAE3F5;
  padding: 60px;
  border-radius: 10px;
}
@media (max-width: 1170px) {
  .promo-card {
    padding: 40px 20px;
  }
}
@media (max-width: 1170px) {
  .promo-card {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-card {
    padding: 40px 20px;
  }
}
.promo-card .title {
  margin-bottom: 15px;
}
.promo-card p {
  margin-bottom: 30px;
}
.promo-card .promo-thumb {
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.promo-card .promo-thumb .overlay {
  background-color: #140627;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.promo-card .promo-thumb .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.promo-card .promo-thumb .shape {
  position: absolute;
  top: 0;
  right: 0;
}
.promo-card .promo-thumb .shape img {
  mix-blend-mode: multiply;
}
.promo-card .promo-thumb .video-btn a {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 60px 12px 30px;
  border-radius: 100px;
  overflow: hidden;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .promo-card .promo-thumb .video-btn a {
    padding: 12px 15px;
    font-size: 12px;
    line-height: 1;
  }
}
.promo-card .promo-thumb .video-btn a:before {
  background-color: var(--tb-color-common-white);
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .promo-card .promo-thumb .video-btn a:before {
    display: none;
  }
}
.promo-card .promo-thumb .video-btn a .icon {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: var(--tb-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .promo-card .promo-thumb .video-btn a .icon {
    display: none;
  }
}
.promo-card .promo-thumb .video-btn a .icon i {
  margin-top: 1px;
}
.promo-card .promo-thumb .video-btn a:hover {
  top: 48%;
}

.promo-section-2 {
  border-top: 1px solid #EAE3F5;
  border-bottom: 1px solid #EAE3F5;
}

.promo-cta {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 90px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .promo-cta {
    padding: 50px 20px;
  }
}
.promo-cta .title {
  color: var(--tb-color-common-white);
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .promo-cta .title {
    font-size: 28px;
  }
}
.promo-cta .play2-btn {
  position: relative;
  z-index: 1;
  margin-right: 100px;
}
@media only screen and (max-width: 992px) {
  .promo-cta .play2-btn {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-cta .play2-btn {
    margin-right: 0px;
  }
}
.promo-cta .play2-btn a {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  height: 90px;
  width: 90px;
  font-size: 26px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.promo-cta .play2-btn a:hover {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}
.promo-cta .play2-btn i {
  line-height: 1;
  margin-top: 0;
  margin-left: 2px;
}
.promo-cta .play2-btn .ripple {
  height: 90px;
  width: 90px;
}
.promo-cta .play2-btn .ripple:before, .promo-cta .play2-btn .ripple:after {
  height: 90px;
  width: 90px;
}

.feature-item-wrap {
  padding: 30px 20px;
  border: 1px solid #EAE3F5;
  border-top: none;
  border-bottom: none;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .feature-item-wrap {
    padding: 30px 10px;
  }
}
.feature-item-wrap .feature-item {
  text-align: center;
}
@media (max-width: 1170px) {
  .feature-item-wrap .feature-item {
    padding: 40px 20px;
  }
}
.feature-item-wrap .feature-item .icon {
  margin: 0 auto;
  margin-bottom: 30px;
}

/* !END: Promo CSS */
/**----------------------------------------
    START: Home 6 start
----------------------------------------*/
.about-section-6 .about-img-6 {
  max-width: 602px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .about-section-6 .about-img-6 {
    max-width: 100%;
    width: 100%;
  }
}
.about-section-6 .about-img-6 img {
  object-fit: cover;
}
.about-section-6 .about-content-6 .tb-primary-btn {
  border-radius: 12px;
  padding: 20px 30px;
}

.sponsor-6 .sponsor-head .title {
  font-size: 18px;
}

.blog-6-section .blog-6-item {
  background: rgba(241, 244, 248, 0.3);
  border: 1px solid #E3E8EF;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1399px) {
  .blog-6-section .blog-6-item {
    flex-wrap: wrap;
  }
}
.blog-6-section .blog-6-item .blog-6-thumb {
  position: relative;
}
@media (max-width: 1399px) {
  .blog-6-section .blog-6-item .blog-6-thumb {
    width: 100%;
  }
}
.blog-6-section .blog-6-item .blog-6-thumb img {
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .blog-6-section .blog-6-item .blog-6-thumb img {
    width: 100%;
  }
}
.blog-6-section .blog-6-item .blog-6-thumb .cta {
  background: rgba(255, 255, 255, 0.26);
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  color: #FFFFFF;
  position: absolute;
  top: 15px;
  left: 15px;
  mix-blend-mode: normal;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(2px);
  border-radius: 100px;
  padding: 6px 14px;
}
.blog-6-section .blog-6-item .blog-6-thumb .cta i {
  margin-right: 2px;
}
.blog-6-section .blog-6-item .blog-6-content .title {
  font-size: 22px;
}
@media (max-width: 1399px) {
  .blog-6-section .blog-6-item .blog-6-content .title br {
    display: none;
  }
}
.blog-6-section .blog-6-item .blog-6-content .dec {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .blog-6-section .blog-6-item .blog-6-content .dec br {
    display: none;
  }
}
.blog-6-section .blog-6-item .blog-6-content .tb-primary-btn {
  padding: 12px 24px;
  border-radius: 12px;
}

.it-works-6__wrapper {
  background: #F8F4FF;
  border: 1px solid #EAE3F5;
  border-radius: 15px;
  display: block;
}
.it-works-6__item {
  padding: 48px;
  border-right: 1px solid #EAE3F5;
}
@media (max-width: 1399px) {
  .it-works-6__item {
    padding: 40px;
  }
}
@media (max-width: 1170px) {
  .it-works-6__item {
    padding: 40px 20px 30px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .it-works-6__item {
    padding: 40px 20px 30px 20px;
    border-bottom: 1px solid #EAE3F5;
  }
}
@media only screen and (max-width: 767px) {
  .it-works-6__item {
    border-right: 0;
    border-bottom: 1px solid #EAE3F5;
  }
}
@media screen and (max-width: 375px) {
  .it-works-6__item {
    padding: 40px 25px 40px 25px;
  }
}
@media screen and (max-width: 320px) {
  .it-works-6__item {
    padding: 40px 20px 40px 20px;
  }
}
.it-works-6__item .it-wrap span {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #7A31DF;
  border-radius: 100px;
  padding: 7px 16px;
}
@media screen and (max-width: 375px) {
  .it-works-6__item .it-wrap span {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 320px) {
  .it-works-6__item .it-wrap span {
    font-size: 11px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .it-works-6__item-breeze {
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .it-works-6__item-breeze {
    border-right: 1px solid #EAE3F5;
  }
}
.it-works-6__item-former {
  border-right: 0;
}
@media only screen and (max-width: 992px) {
  .it-works-6__item-former {
    border-bottom: 0;
    border-right: 1px solid #EAE3F5;
  }
}
@media only screen and (max-width: 992px) {
  .it-works-6__item-former {
    border-bottom: 0;
  }
}
.it-works-6__content .it-works-title a {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #191A1F;
  padding-top: 20px;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .it-works-6__content .it-works-title a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .it-works-6__content .it-works-title a {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .it-works-6__content .it-works-title a {
    font-size: 21px;
  }
}
.it-works-6__content .it-works-title a:hover {
  color: #7A31DF;
}
.it-works-6__content p {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  margin: 0;
  padding: 0;
}
@media (max-width: 1170px) {
  .it-works-6__content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .it-works-6__content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .it-works-6__content p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 320px) {
  .it-works-6__content p {
    font-size: 13px;
    line-height: 24px;
  }
}

.pricing__single-item {
  background: #F8F4FF;
  border: 1px solid #EAE3F5;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .pricing__single-item {
    margin-bottom: 30px;
  }
}
.pricing__single-item-shape .pricing-shape-1 {
  top: -76px;
  left: 134px;
  display: block;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .pricing__single-item-shape .pricing-shape-1 {
    top: -36px;
    left: 84px;
  }
}
.pricing__single-item-shape .pricing-shape-2 {
  top: 10px;
  right: -120px;
  display: block;
  position: absolute;
  z-index: -1;
}
.pricing__single-item-shape .pricing-shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  z-index: -1;
}
.pricing__single-item-active {
  position: relative;
  background: #1D1D1F;
  z-index: 1;
}
.pricing__single-item-active .pricing__badge .title {
  color: #fff;
  z-index: 2;
}
.pricing__single-item-active .pricing__badge .pricing__price .currency-price {
  color: #fff;
}
.pricing__single-item-active .pricing__badge .pricing__price span {
  color: #fff;
}
.pricing__single-item-active .pricing__badge .billed {
  color: #fff;
}
.pricing__single-item-active .pricing__badge .platforms {
  color: #191A1F;
  background: #FFFFFF;
  border: 1px solid #F1EDF6;
  box-shadow: inset 0px 4px 8px 1px rgba(92, 52, 152, 0.33);
  backdrop-filter: blur(40px);
  border-radius: 100px;
}
.pricing__single-item-active .pricing__content {
  color: #fff;
}
.pricing__single-item-active .pricing__content .pricing__list li {
  color: #fff;
}
.pricing__single-item-active .pricing__content .pricing__list li::before {
  background: #fff;
}
.pricing__single-item-active .shape-bg {
  position: absolute;
  top: 60px;
  right: -79px;
  width: 284px;
  height: 657px;
  background: linear-gradient(180deg, #7A31DF 34.51%, rgba(122, 49, 223, 0) 96.37%);
  mix-blend-mode: normal;
  filter: blur(75px);
  transform: rotate(26.8deg);
  z-index: -1;
}
.pricing__wrap {
  color: #fff;
}
.pricing__wrap .price-text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #7A31DF;
  border-radius: 0px 0px 15px 15px;
  display: inline-block;
  padding: 9px 21px;
  z-index: 2;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 320px) {
  .pricing__wrap .price-text {
    font-size: 12px;
  }
}
@media (max-width: 1170px) {
  .pricing__wrap .price-text {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing__wrap .price-text {
    font-size: 11px;
    line-height: 18px;
  }
}
@media screen and (max-width: 375px) {
  .pricing__wrap .price-text {
    margin-bottom: 30px;
  }
}
.pricing__wrap .icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #EAE3F5;
  border-radius: 100%;
}
.pricing__wrap .button {
  padding: 29px 40px 40px 40px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pricing__wrap .button {
    padding: 29px 40px 40px 30px;
  }
}
@media screen and (max-width: 320px) {
  .pricing__wrap .button {
    padding: 29px 40px 40px 20px;
  }
}
.pricing__wrap .tb-primary-btn {
  width: 100%;
  justify-content: center;
  border-radius: 100px;
}
.pricing__wrap .tb-white-btn {
  width: 100%;
  justify-content: center;
  border-radius: 100px;
}
.pricing__wrap .tb-white-btn::before {
  background-color: #7A31DF;
}
.pricing__wrap .tb-white-btn::after {
  background-color: #7A31DF;
}
.pricing__badge {
  text-align: center;
  color: #636166;
  padding-top: 17px;
  display: block;
}
.pricing__badge .title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #191A1F;
  padding-top: 19px;
  padding-bottom: 7px;
  display: block;
  text-transform: capitalize;
}
@media (max-width: 1170px) {
  .pricing__badge .title {
    padding-top: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing__badge .title {
    font-size: 19px;
    line-height: 26px;
    padding-top: 7px;
  }
}
@media screen and (max-width: 375px) {
  .pricing__badge .title {
    padding-top: 21px;
    font-size: 18px;
    line-height: 24px;
  }
}
.pricing__badge span {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
@media screen and (max-width: 375px) {
  .pricing__badge span {
    font-size: 14px;
    line-height: 15px;
  }
}
.pricing__badge .platforms {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #191A1F;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #F1EDF6;
  box-shadow: inset 0px 4px 8px 1px rgba(92, 52, 152, 0.33);
  backdrop-filter: blur(40px);
  border-radius: 100px;
  display: inline-block;
  padding: 7px 21px;
}
@media only screen and (max-width: 767px) {
  .pricing__badge .platforms {
    font-size: 14px;
    line-height: 18px;
  }
}
.pricing__badge .billed {
  padding-bottom: 27px;
  margin-top: 5px;
  display: block;
}
.pricing__price .currency-price {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  text-align: center;
  color: #191A1F;
}
@media only screen and (max-width: 767px) {
  .pricing__price .currency-price {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .pricing__price .currency-price {
    font-size: 40px;
    line-height: 46px;
  }
}
.pricing__price span {
  padding-top: 15px;
  display: block;
}
.pricing__list {
  padding: 28px 25px 0px 40px;
}
@media (max-width: 1170px) {
  .pricing__list {
    padding: 30px 12px 0px 13px;
  }
}
@media only screen and (max-width: 992px) {
  .pricing__list {
    padding: 38px 25px 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing__list {
    padding: 10px 0px 0px 15px;
  }
}
@media screen and (max-width: 375px) {
  .pricing__list {
    padding: 30px 25px 0px 19px;
  }
}
@media screen and (max-width: 320px) {
  .pricing__list {
    padding: 30px 25px 0px 3px;
  }
}
.pricing__list li {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: #636166;
  list-style-type: circle;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1399px) {
  .pricing__list li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 992px) {
  .pricing__list li {
    font-size: 13px;
    line-height: 28px;
  }
}
@media screen and (max-width: 375px) {
  .pricing__list li {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 320px) {
  .pricing__list li {
    font-size: 12px;
    line-height: 27px;
  }
}
.pricing__list li::before {
  content: "";
  display: block;
  width: 4px;
  left: 0;
  height: 4px;
  border-radius: 100%;
  background: #636166;
  position: absolute;
}
@media screen and (max-width: 375px) {
  .pricing__list li::before {
    left: 9px;
  }
}

.service-6__wrapper {
  border: 1px solid #EAE3F5;
  border-radius: 10px 10px 10px 10px;
  padding-top: 42px;
}
.service-6__area {
  display: block;
}
.service-6__item {
  padding: 40px 40px 50px 40px;
  background: #F8F4FF;
  border-top: 1px solid #EAE3F5;
  border-right: 1px solid #EAE3F5;
  border-radius: 0px 0px 0px 10px;
}
@media (max-width: 1170px) {
  .service-6__item {
    padding: 40px 17px 50px 13px;
  }
}
@media only screen and (max-width: 992px) {
  .service-6__item {
    padding: 40px 30px 50px 30px;
    border-radius: none;
  }
}
@media screen and (max-width: 450px) {
  .service-6__item {
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .service-6__item {
    padding: 40px 10px 26px 7px;
  }
}
@media screen and (max-width: 375px) {
  .service-6__item {
    padding: 40px 10px 26px 7px;
  }
}
@media screen and (max-width: 320px) {
  .service-6__item {
    padding: 40px 10px 26px 7px;
  }
}
.service-6__item-1 {
  margin-right: -2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 575px) {
  .service-6__item-1 {
    border-bottom-left-radius: 10px;
  }
}
.service-6__item-2 {
  border-bottom-left-radius: 0;
}
.service-6__content .service-title {
  text-align: center;
  color: #191A1F;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 10px;
}
@media screen and (max-width: 375px) {
  .service-6__content .service-title {
    font-size: 23px;
  }
}
.service-6__content .service-title a {
  transition: all 0.3s ease-in-out;
}
.service-6__content .service-title a:hover {
  color: #7A31DF;
}
.service-6__content p {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
}
@media screen and (max-width: 320px) {
  .service-6__content p {
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .service-6__content p br {
    display: none;
  }
}
.service-6__icon {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  line-height: 95px;
  text-align: center;
  background: #7A31DF;
  margin-bottom: 25px;
  border-radius: 100%;
}

.testimonial-6__area {
  background: #F8F4FF;
}
.testimonial-6__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 1399px) {
  .testimonial-6__item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 875px) {
  .testimonial-6__item {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 992px) {
  .testimonial-6__item {
    gap: 30px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-6__item {
    display: block;
    padding: 0 15px;
  }
}
.testimonial-6__thumb {
  position: relative;
}
.testimonial-6__thumb img {
  border-radius: 15px;
  max-width: inherit;
}
@media only screen and (max-width: 767px) {
  .testimonial-6__thumb img {
    max-width: 100%;
  }
}
.testimonial-6__thumb .video-icon a i {
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  color: #7A31DF;
}
.testimonial-6__thumb .play2-btn {
  content: "";
  left: 29px;
  bottom: 29px;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .testimonial-6__thumb .play2-btn {
    bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-6__thumb .play2-btn {
    bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-6__thumb .play2-btn {
    width: 60px;
    height: 60px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-6__content {
    margin-top: 20px;
  }
}
.testimonial-6__title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #191A1F;
  padding-bottom: 29px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 575px) {
  .testimonial-6__title {
    font-size: 20px;
    line-height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .testimonial-6__title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1399px) {
  .testimonial-6__title {
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .testimonial-6__title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-6__title {
    font-size: 20px;
    line-height: 37px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .testimonial-6__title {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 320px) {
  .testimonial-6__title {
    font-size: 15px;
    line-height: 27px;
  }
}
@media (max-width: 1170px) {
  .testimonial-6 {
    font-size: 20px;
    line-height: 34px;
  }
}
.testimonial-6__author {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
}
@media only screen and (max-width: 992px) {
  .testimonial-6__author {
    padding-top: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-6__author {
    padding-top: 28px;
  }
}
@media screen and (max-width: 375px) {
  .testimonial-6__author {
    padding-top: 30px;
  }
}
.testimonial-6__author .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 18px;
  background: #FFFFFF;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .testimonial-6__author .design {
    padding-top: 12px;
  }
}
.testimonial-6__author .design .name {
  line-height: 0px;
  padding-bottom: 14px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #191A1F;
}
@media only screen and (max-width: 992px) {
  .testimonial-6__author .design .name {
    font-size: 20px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-6__author .design .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .testimonial-6__author .design .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .testimonial-6__author .design .name {
    font-size: 20px;
  }
}
.testimonial-6__author .design .desgn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
}
@media screen and (max-width: 575px) {
  .testimonial-6__author .design .desgn {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .testimonial-6__author .design .desgn {
    font-size: 15px;
  }
}

.newsletter-6-section {
  background: #191A1F;
  background-size: cover;
  background-repeat: no-repeat;
}
.newsletter-6-section .newsletter-wrapper {
  position: relative;
}
.newsletter-6-section .newsletter-wrapper .newsletter-shape {
  position: absolute;
  width: 633px;
  height: 234px;
  right: 26%;
  bottom: -236px;
  background: #7A31DF;
  mix-blend-mode: normal;
  filter: blur(175px);
  box-sizing: border-box;
}
@media (max-width: 1399px) {
  .newsletter-6-section .newsletter-wrapper .newsletter-shape {
    right: 26%;
    bottom: -320px;
  }
}
@media (max-width: 1170px) {
  .newsletter-6-section .newsletter-wrapper .newsletter-shape {
    bottom: -236px;
  }
}
@media only screen and (max-width: 992px) {
  .newsletter-6-section .newsletter-wrapper .newsletter-shape {
    bottom: -236px;
    right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-6-section .newsletter-wrapper .newsletter-shape {
    bottom: -249px;
    right: 0%;
  }
}
.newsletter-6-section .newsletter-content {
  position: relative;
  z-index: 2;
}
.newsletter-6-section .newsletter-content form {
  position: relative;
}
.newsletter-6-section .newsletter-content form .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.newsletter-6-section .newsletter-content form .form-group .wrap {
  position: relative;
}
.newsletter-6-section .newsletter-content form .form-group .wrap i {
  position: absolute;
  left: 17px;
  top: 31%;
  display: block;
}
@media screen and (max-width: 320px) {
  .newsletter-6-section .newsletter-content form .form-group .wrap i {
    top: 23%;
  }
}
.newsletter-6-section .newsletter-content form .form-group .wrap input {
  padding: 9px 20px 10px 40px;
  gap: 10px;
  border-radius: 10px;
  outline: 0;
  border: none;
  margin-bottom: 0;
}
.newsletter-6-section .newsletter-content form .form-group .wrap input::placeholder {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #636166;
  padding-top: 15px;
  display: block;
}
.newsletter-6-section .newsletter-content form .form-group .tb-primary-btn {
  border-radius: 12px;
  padding: 15px 30px;
}
.newsletter-6-section .newsletter-content .heading-6 {
  margin-bottom: 30px;
}
.newsletter-6-section .newsletter-content .heading-6 .text {
  font-family: "rubik";
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 320px) {
  .newsletter-6-section .newsletter-content .heading-6 .text {
    font-size: 15px;
    line-height: 27px;
  }
}

/**----------------------------------------
    START: Home 7 start
----------------------------------------*/
.blog-section-7 .post-content {
  padding: 20px 24px 40px 40px;
}
.blog-section-7 .post-content .author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 23px;
  border-bottom: 1px solid #EAE3F5;
  padding-bottom: 20px;
}
.blog-section-7 .post-content .author img {
  border-radius: 50%;
}
.blog-section-7 .post-content .author h5 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #191A1F;
  margin-top: 9px;
}

.sponsor-7 {
  border-bottom: 1px solid #EAE3F5;
}
.sponsor-7 .sponsor-head .title {
  background: #F8F4FF;
  padding: 13px 0;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
}

.service-section-7 {
  position: relative;
  border: 1px solid #EAE3F5;
  border-radius: 15px;
}
@media (max-width: 1170px) {
  .service-section-7 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-section-7 {
    border: 1px solid transparent;
    border-radius: 15px;
  }
}
.service-section-7 .wrapper-for-bg {
  background: #F8F4FF;
  padding: 80px;
  margin: 1px;
  border-radius: 15px;
}
@media (max-width: 1170px) {
  .service-section-7 .wrapper-for-bg {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .service-section-7 .wrapper-for-bg {
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .service-section-7 .wrapper-for-bg {
    padding: 80px 15px;
    border: 1px solid transparent;
    border-radius: 15px;
  }
}
.service-section-7::before {
  content: "";
  position: absolute;
  width: 822px;
  height: 544px;
  left: -450px;
  top: -265px;
  border-radius: 100%;
  background: #7A31DF;
  filter: blur(30px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .service-section-7 .section-heading .section-title {
    font-size: 27px;
  }
}
.service-section-7 .service-item-7 {
  background: #FFFFFF;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
  padding: 50px 46px 43px 47px;
  text-align: center;
}
@media (max-width: 1170px) {
  .service-section-7 .service-item-7 {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .service-section-7 .service-item-7 {
    padding: 30px 20px;
  }
}
.service-section-7 .service-item-7 .icon {
  background: #F8F4FF;
  border: 1px solid #EAE3F5;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 26px auto;
}
.service-section-7 .service-item-7 .service-content-7 .dec {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .service-section-7 .service-item-7 .service-content-7 .dec br {
    display: none;
  }
}

.testi-carousel-7 .swiper-slide-active .testi-wrapper {
  background: none;
  padding: none;
  border: inherit;
}

.testimonial-top .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.testimonial-top .swiper-arrow .swiper-nav {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.testi-wrapper {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px;
}
.testi-wrapper .testi-item-7 {
  background: #fff;
  padding: 30px 35px 25px 30px;
  border-radius: 10px;
}
.testi-wrapper .testi-item-7 h4 {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 12px;
}
.testi-wrapper .testi-item-7 .testi-author-box {
  display: flex;
  column-gap: 15px;
  align-items: center;
  border-bottom: 1px solid #EAE3F5;
  padding-bottom: 20px;
}
.testi-wrapper .testi-item-7 .testi-author-box span {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #7A31DF;
}
.testi-wrapper .testi-item-7 .testi-author-box .title {
  margin: 0;
}
.testi-wrapper .testi-item-7 span .bor {
  width: 344px;
  height: 5px;
  background-color: #7A31DF;
}

.testimonial-bg-color {
  background-color: var(--tb-color-heading-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonial-bg-color .shape {
  position: absolute;
  top: 0;
  right: 0;
}

.rating-wrapper {
  padding-top: 20px;
}
.rating-wrapper__text {
  align-items: end;
  display: flex;
}
.rating-wrapper__text h3 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 26px;
  color: #191A1F;
}
.rating-wrapper__star ul {
  list-style: none;
}
.rating-wrapper__star ul li {
  display: inline-flex;
  color: #F6AE28;
}
.rating-wrapper__star ul .list {
  display: flex;
}
.rating-wrapper__star ul .list span {
  display: block;
  text-align: start;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #191A1F;
}
.rating-wrapper__star ul .list span small {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #636166;
}

.about-section-7 .section-heading.heading-2 {
  margin-bottom: 35px;
}
.about-section-7__list {
  display: flex;
  align-items: start;
  column-gap: 25px;
}
@media only screen and (max-width: 767px) {
  .about-section-7__list {
    display: block;
  }
}
.about-section-7__list .icon {
  min-width: 61px;
  height: 61px;
  background: #F8F4FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAE3F5;
  border-radius: 7px;
}
@media only screen and (max-width: 767px) {
  .about-section-7__list .icon {
    max-width: 61px;
    margin-bottom: 10px;
  }
}
.about-section-7__list .icon i {
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #7A31DF;
  color: #fff;
  font-size: 24px;
}
.about-section-7__list .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.7px;
  margin-bottom: 8px;
  color: #191A1F;
}
.about-section-7__list .dec {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #636166;
  margin-bottom: 0;
}
@media (max-width: 1170px) {
  .about-section-7__list .dec br {
    display: none;
  }
}
.about-section-7__thumb {
  margin-left: 32px;
}
@media (max-width: 1170px) {
  .about-section-7__thumb {
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .about-section-7__thumb {
    margin-top: 30px;
  }
}
.about-section-7__thumb img {
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  .about-section-7__thumb img {
    width: 100%;
    height: 100%;
  }
}
.about-section-7__btn .tb-primary-btn {
  padding: 19.5px 29.6px;
  border-radius: 12px;
}

.skill-section-7__thumb {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .skill-section-7__thumb {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .skill-section-7__thumb img {
    width: 100%;
  }
}
.skill-section-7__experience {
  width: 141px;
  height: 141px;
  background: #7A31DF;
  line-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  outline: 12px solid #fff;
  position: absolute;
  right: 70px;
  top: 0;
}
@media (max-width: 1170px) {
  .skill-section-7__experience {
    top: -60px;
  }
}
@media only screen and (max-width: 992px) {
  .skill-section-7__experience {
    top: -50px;
    right: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .skill-section-7__experience {
    top: -70px;
    right: 30px;
    width: 120px;
    height: 120px;
    outline: 6px solid #fff;
  }
}
.skill-section-7__experience div {
  text-align: center;
}
.skill-section-7__experience div h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 42.66px;
  color: #fff;
  margin-bottom: 0;
}
.skill-section-7__experience div p {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .skill-section-7__experience div p br {
    display: block;
  }
}
.skill-section-7__info .section-heading.heading-2 {
  margin-bottom: 34px;
}
.skill-section-7__skill__item {
  position: relative;
}
.skill-section-7__skill__item label {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.96px;
  color: #191A1F;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .skill-section-7__skill__item label {
    font-size: 14px;
  }
}
.skill-section-7__skill__item .progress,
.skill-section-7__skill__item .progress-stacked {
  height: 1px !important;
  align-items: center;
  overflow: inherit;
  background-color: #E3E3E3;
}
.skill-section-7__skill__item .progress-bar {
  background-color: #7A31DF;
  height: 3px;
}
.skill-section-7__skill__item .progress-num {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.96px;
  color: #191A1F;
  position: absolute;
  right: 0;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  .skill-section-7__skill__item .progress-num {
    font-size: 14px;
  }
}

/**----------------------------------------
    START: Home 8 start
----------------------------------------*/
.hero-section-8 {
  margin: 170px 100px 0px 100px;
  border-radius: 15px;
  background-color: #F8F8F8;
  position: relative;
}
@media (max-width: 1399px) {
  .hero-section-8 {
    margin: 0 30px;
  }
}
@media (max-width: 1170px) {
  .hero-section-8 {
    margin: 0 0px;
  }
}
.hero-section-8::before {
  content: "";
  border-radius: 15px;
  backdrop-filter: blur(180px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(52.21deg, rgba(171, 62, 255, 0) 58.88%, #7A31DF 100%);
}
.hero-section-8__bg__shape {
  position: absolute;
  width: 646px;
  height: 646px;
  background: #4B31DF;
  filter: blur(325px);
  bottom: -246px;
  right: -134px;
}
.hero-section-8__content {
  padding-top: 191px;
  padding-bottom: 191px;
  position: relative;
}
@media (max-width: 1170px) {
  .hero-section-8__content {
    padding-top: 250px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-8__content {
    padding-top: 180px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-8__content {
    padding-top: 170px;
    padding-bottom: 30px;
  }
}
.hero-section-8__content .subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  color: #7A31DF;
  margin-bottom: 0;
  background: #FFFFFF;
  border: 1px solid #DBDCDD;
  box-shadow: 0px 2px 1px #DBDCDD;
  backdrop-filter: blur(40px);
  border-radius: 100px;
  display: inline-block;
  padding: 8.6px 20.1px;
}
.hero-section-8__content .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  color: #191A1F;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media (max-width: 1170px) {
  .hero-section-8__content .title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-8__content .title {
    font-size: 28px;
    line-height: 40px;
  }
}
.hero-section-8__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.hero-section-8__btn {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-section-8__btn {
    display: block;
  }
}
.hero-section-8__btn .tb-primary-btn {
  padding: 19.5px 34.4px;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .hero-section-8__btn .tb-primary-btn {
    margin-bottom: 10px;
  }
}
.hero-section-8__btn .tb-white-btn {
  padding: 18.5px 29.5px;
  border-radius: 12px;
  color: #191A1F;
  border: 1px solid #EAE3F5;
}
.hero-section-8__btn .tb-white-btn:hover {
  color: var(--tb-color-common-white);
}
.hero-section-8__thumb {
  position: absolute;
  bottom: 0;
  right: -125px;
}
@media (max-width: 1170px) {
  .hero-section-8__thumb {
    right: -100px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-8__thumb {
    position: inherit;
    right: 0;
    text-align: center;
  }
}
.hero-section-8__thumb__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-section-8__review {
  display: inline-flex;
  align-items: center;
  column-gap: 13px;
  background: #FFFFFF;
  border: 1px solid #7A31DF;
  box-shadow: 0px 4px 58px rgba(54, 58, 116, 0.08);
  border-radius: 10px;
  padding: 14px;
  padding-right: 35px;
  position: absolute;
  left: 117px;
  bottom: 329px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .hero-section-8__review {
    left: 110px;
    bottom: 290px;
  }
}
@media (max-width: 1170px) {
  .hero-section-8__review {
    left: 70px;
    bottom: 240px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-8__review {
    left: 90px;
    bottom: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-8__review {
    left: 35px;
    bottom: 90px;
    padding-right: 14px;
  }
}
.hero-section-8__review__thumb {
  width: 41px;
  height: 41px;
}
.hero-section-8__review__text .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  color: #1D1D1E;
  margin-bottom: 4px;
}
.hero-section-8__review__text .review {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.22px;
  color: #868689;
}
.hero-section-8__review__text .review i {
  font-size: 12px;
  color: #ECAA2A;
  margin-right: 5px;
}
.hero-section-8__review__text .review span {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.59px;
  color: #3358D3;
  margin-right: 4px;
}

.service-8-wrapper {
  max-width: 1720px;
  margin: 0 auto;
  background: #7A31DF;
  border-radius: 20px;
}
.service-8-wrapper .section-heading .section-title {
  line-height: 0;
}
.service-8-wrapper .heading {
  margin-bottom: 55px;
}
.service-8-wrapper .section-heading.heading-2 .sub-heading:before {
  background: #fff;
}
.service-8-wrapper .section-heading.heading-2 .sub-heading .left-shape {
  background: #fff;
}
.service-8-wrapper .section-heading.heading-3 .sub-heading .right-shape {
  background: #fff;
}
.service-8-item {
  padding: 48px 35px 41px 35px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(113, 57, 190, 0) 0%, rgba(137, 65, 237, 0.85) 95.65%);
  border: 1px solid #954EF8;
  border-radius: 15px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1170px) {
  .service-8-item {
    padding: 48px 17px 46px 10px;
  }
}
.service-8-item:hover {
  background: #fff;
}
.service-8-item:hover .icon {
  background: #7A31DF;
}
.service-8-item:hover .icon svg path {
  stroke: #fff;
}
.service-8-item:hover .service-8-title a {
  color: #7A31DF;
}
.service-8-item:hover .content p {
  color: #636166;
}
@media (max-width: 1399px) {
  .service-8-item:hover .content p br {
    display: none;
  }
}
.service-8-item-wrap .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.service-8-item-wrap .content h4 {
  margin-bottom: 0;
  padding-bottom: 10px;
  transition: inherit;
}
@media (max-width: 1170px) {
  .service-8-item-wrap .content h4 {
    padding-bottom: 10px;
  }
}
.service-8-item-wrap .content h4 a {
  color: #fff;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  justify-content: center;
}
@media (max-width: 1170px) {
  .service-8-item-wrap .content h4 a {
    font-size: 20px;
    line-height: 22px;
  }
}
.service-8-item-wrap .content p {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1170px) {
  .service-8-item-wrap .content p {
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .service-8-item-wrap .content br {
    display: none;
  }
}

.about-section-2 .about-img-4 {
  max-width: 675px;
}

@media screen and (max-width: 320px) {
  .testimonial-8-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.testimonial-8-wrapper {
  max-width: 1860px;
  margin: 0 auto;
  background: #7A31DF;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .testimonial-8-wrapper {
    max-width: inherit;
  }
}
.testimonial-8-wrap {
  position: relative;
}
.testimonial-8-wrap .section-heading.heading-2 .sub-heading:before {
  background: #fff;
}
.testimonial-8-wrap .section-heading.heading-2 .sub-heading .left-shape {
  background: #fff;
}
.testimonial-8-carousel {
  max-width: 82%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .testimonial-8-carousel {
    max-width: inherit;
  }
}
@media screen and (max-width: 320px) {
  .testimonial-8-carousel {
    max-width: inherit;
  }
}
.testimonial-8-carousel .swiper-slide {
  margin-right: 30px;
}
.testimonial-8-item {
  padding: 39px 39px 30px 39px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .testimonial-8-item {
    padding: 39px 30px 30px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-8-item {
    padding: 39px 20px 30px 20px;
  }
}
.testimonial-8-item p {
  margin-bottom: 0;
  margin-top: 19px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #191A1F;
}
@media only screen and (max-width: 992px) {
  .testimonial-8-item p {
    font-size: 16px;
    line-height: 25px;
  }
}
.testimonial-8-author {
  background: #FFFFFF;
  border-bottom: 3px solid #EAE3F5;
}
.testimonial-8-desgn {
  margin-bottom: 34px;
  display: block;
}
.testimonial-8-desgn .name {
  padding-top: 22px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 8px;
  display: flex;
  align-items: center;
  color: #191A1F;
}
.testimonial-8-desgn p {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 0px;
  display: flex;
  align-items: center;
  color: #636166;
}
@media only screen and (max-width: 992px) {
  .testimonial-8-desgn p {
    line-height: 18px;
  }
}
.testimonial-8-thumb img {
  border-radius: 50%;
}
.testimonial-8-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-8-arrow i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #7A31DF;
}
@media screen and (max-width: 320px) {
  .testimonial-8-arrow i {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}
.testimonial-8-arrow .testimonial-8-swiper-button-next {
  position: absolute;
  right: 0;
  bottom: 29%;
}
@media only screen and (max-width: 992px) {
  .testimonial-8-arrow .testimonial-8-swiper-button-next {
    bottom: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-8-arrow .testimonial-8-swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .testimonial-8-arrow .testimonial-8-swiper-button-next {
    display: none;
  }
}
.testimonial-8-arrow .testimonial-8-swiper-button-prev {
  position: absolute;
  left: 0;
  bottom: 29%;
}
@media only screen and (max-width: 992px) {
  .testimonial-8-arrow .testimonial-8-swiper-button-prev {
    bottom: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-8-arrow .testimonial-8-swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .testimonial-8-arrow .testimonial-8-swiper-button-prev {
    display: none;
  }
}

/**----------------------------------------
    START: Home 9 start
----------------------------------------*/
.body-9 {
  background-color: #F0F0F0;
}

.brand-counter-9 {
  background: var(--tb-color-theme-primary);
  position: relative;
  border-radius: 15px;
}
.brand-counter-9::before {
  content: "";
  width: 1245px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(102.28deg, rgba(136, 59, 241, 0.58) 0.13%, #883BF1 52.51%);
}
.brand-counter-9 .section-heading.heading-2 .sub-heading {
  color: var(--tb-color-common-white);
}
.brand-counter-9 .section-heading.heading-2 .sub-heading:before {
  background-color: var(--tb-color-common-white);
  width: 85%;
  left: 56%;
}
.brand-counter-9 .section-heading.heading-2 .sub-heading .left-shape {
  background-color: var(--tb-color-common-white);
}
.brand-counter-9__item {
  background: var(--tb-color-common-white);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0px 4px 58px rgba(54, 58, 116, 0.08);
  backdrop-filter: blur(60px);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  column-gap: 25px;
}
@media only screen and (max-width: 992px) {
  .brand-counter-9__item {
    column-gap: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-counter-9__item {
    column-gap: 10px;
    padding: 5px;
  }
}
.brand-counter-9__thumb {
  width: 160px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .brand-counter-9__thumb {
    width: 138px;
    height: 95px;
  }
}
.brand-counter-9__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.brand-counter-9__count .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 42.66px;
  color: var(--tb-color-theme-primary);
  margin-bottom: 0;
}
.brand-counter-9__count .title .odometer.odometer-auto-theme,
.brand-counter-9__count .title .odometer.odometer-theme-default {
  font-family: var(--tb-ff-heading);
  line-height: 1.1em;
  vertical-align: inherit;
}
.brand-counter-9__count .title .odometer-formatting-mark {
  display: none;
}
.brand-counter-9__count > span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #191A1F;
}
.brand-counter-9__bg__thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 1170px) {
  .brand-counter-9__bg__thumb {
    display: none;
  }
}
.brand-counter-9__bg__shape-01 {
  position: absolute;
  width: 460px;
  height: 460px;
  background: var(--tb-color-theme-primary);
  mix-blend-mode: color;
  filter: blur(275px);
  border-radius: 500px;
  right: -224px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.brand-counter-9__bg__shape-02 {
  position: absolute;
  width: 615px;
  height: 100%;
  background: linear-gradient(281.63deg, rgba(107, 19, 226, 0.58) 0.19%, #883BF1 78.96%);
  right: 0;
  top: 0;
}
@media (max-width: 1170px) {
  .brand-counter-9__bg__shape-02 {
    display: none;
  }
}
.brand-counter-9__bg__shape-03 {
  position: absolute;
  width: 618px;
  height: 618px;
  background: rgba(122, 49, 223, 0.1);
  mix-blend-mode: difference;
  filter: blur(225px);
  border-radius: 500px;
  left: 184px;
  top: -268px;
}
.brand-counter-9__shape {
  position: absolute;
  top: 45px;
  left: -466px;
}
.brand-counter-9 .counter-9__wrapper {
  position: relative;
  z-index: 2;
}

.brand-9__wrapper {
  padding: 75.5px 0;
  position: relative;
}
.brand-9__wrapper::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: radial-gradient(50% 50% at 50% 50%, #D9BDFF 0%, rgba(136, 60, 242, 0.28) 100%);
}
.brand-9__wrapper .swiper-wrapper {
  transition-timing-function: linear;
}
.brand-9__wrapper .swiper-wrapper .swiper-slide {
  width: auto;
}

.mb-minus-30 {
  margin-bottom: -30px;
}

.gap-x-30 {
  margin: 0 30px;
}
@media only screen and (max-width: 992px) {
  .gap-x-30 {
    margin: 0;
  }
}

.project-section-9__thumb {
  max-width: 608px;
  max-height: 511px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .project-section-9__thumb {
    margin: 0 auto;
  }
}
.project-section-9__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.project-section-9__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(33, 8, 67, 0.2) 36.5%, rgba(60, 19, 117, 0.9) 98.75%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.project-section-9__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 10px;
  background-color: rgba(20, 7, 38, 0.47);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.project-section-9__content {
  position: absolute;
  bottom: 0px;
  left: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 1170px) {
  .project-section-9__content {
    left: 20px;
  }
}
.project-section-9__content .branding {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  color: var(--tb-color-common-white);
  padding: 4.5px 16px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(60px);
  border-radius: 100px;
}
.project-section-9__content .read-more-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  color: var(--tb-color-common-white);
  display: inline-block;
}
.project-section-9__content .read-more-btn i {
  font-size: 16px;
  font-weight: 400;
  margin-left: 4px;
}
.project-section-9__content .read-more-btn:hover {
  color: var(--tb-color-theme-primary);
}
.project-section-9__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.44px;
  color: var(--tb-color-common-white);
  margin-bottom: 8px;
  margin-top: 15px;
}
.project-section-9__top {
  background: #7A31DF;
  position: relative;
  z-index: -1;
  padding-bottom: 235px;
}
@media only screen and (max-width: 767px) {
  .project-section-9__top {
    padding-bottom: 150px;
  }
}
.project-section-9__top::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  background: linear-gradient(90deg, #0F121A 27.5%, rgba(26, 26, 26, 0.8) 100%);
}
.project-section-9__button {
  display: flex;
  align-items: center;
  column-gap: 20px;
  position: absolute;
  top: -115px;
  right: 280px;
}
@media (max-width: 1600px) {
  .project-section-9__button {
    right: 50px;
  }
}
@media (max-width: 1399px) {
  .project-section-9__button {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .project-section-9__button {
    display: none;
  }
}
.project-section-9__button div span {
  width: 10px;
  height: 10px;
  background: #fff;
  display: inline-block;
  border-radius: 30px;
}
.project-section-9__arrow {
  width: 45px;
  height: 45px;
  display: inline-flex;
  background: #7A31DF;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
.project-section-9 .project-9-active {
  margin-top: -234px;
}
.project-section-9 .project-9-active.swiper {
  overflow: inherit;
}
@media only screen and (max-width: 767px) {
  .project-section-9 .project-9-active {
    margin-top: -150px;
  }
}
.project-section-9 .project-9-active .swiper-slide-active .project-section-9__thumb::before {
  opacity: 1;
  visibility: visible;
}
.project-section-9 .project-9-active .swiper-slide-active .project-section-9__thumb::after {
  opacity: 1;
  visibility: visible;
}
.project-section-9 .project-9-active .swiper-slide-active .project-section-9__thumb img {
  filter: grayscale(1);
}
.project-section-9 .project-9-active .swiper-slide-active .project-section-9__content {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
@media (max-width: 1170px) {
  .project-section-9 .project-9-active .swiper-slide-active .project-section-9__content {
    bottom: 25px;
  }
}
.project-section-9 .section-heading .sub-heading {
  margin-bottom: 5px;
}
.project-section-9 .section-heading .sub-heading:before {
  width: 82%;
  left: 53%;
}

.faq-section-9__wrapper {
  margin-right: 28px;
}
@media (max-width: 1399px) {
  .faq-section-9__wrapper {
    margin-right: 0;
  }
}
.faq-section-9 .accordion-item {
  color: inherit;
  border: inherit;
  background: #FBFCFF;
  box-shadow: 0px 22px 38px rgba(48, 59, 85, 0.1);
  border-radius: 8px;
  margin-bottom: 20px;
}
.faq-section-9 .accordion-item:last-of-type {
  margin-bottom: 0;
}
.faq-section-9 .accordion-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.33px;
  padding: 17px 30px;
  border-radius: 8px;
  color: #191A1F;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .faq-section-9 .accordion-button {
    padding: 17px 15px;
  }
}
.faq-section-9 .accordion-button:focus {
  border-color: inherit;
  box-shadow: inherit;
}
.faq-section-9 .accordion-button::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  background-image: inherit;
  font-family: "Font Awesome 6 Pro";
}
.faq-section-9 .accordion-button:not(.collapsed) {
  color: #fff;
  border-radius: 8px 8px 0 0;
  background-color: #7A31DF;
}
.faq-section-9 .accordion-button:not(.collapsed)::after {
  content: "\f106";
  background-image: inherit;
  transform: rotate(0);
}
.faq-section-9 .accordion-body {
  padding: 24px 30px;
}
@media only screen and (max-width: 767px) {
  .faq-section-9 .accordion-body {
    padding: 24px 15px;
  }
}
.faq-section-9 .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #636166;
  margin-bottom: 0;
}
.faq-section-9 .section-heading.heading-2 {
  margin-bottom: 35px;
}
.faq-section-9 .section-heading.heading-2 .sub-heading {
  margin-bottom: 5px;
}
.faq-section-9 .section-heading.heading-2 .sub-heading:before {
  width: 86%;
  left: 55%;
}
.faq-section-9__thumb {
  max-width: 458px;
  max-height: 434px;
  text-align: end;
  object-fit: cover;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .faq-section-9__thumb {
    margin: 0 auto;
    max-width: 100%;
    max-height: inherit;
  }
}
.faq-section-9__thumb__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .faq-section-9__thumb__wrapper {
    margin-top: 30px;
  }
}
.faq-section-9__thumb img {
  border: 4px solid #FFFFFF;
  filter: drop-shadow(0px 18px 48px rgba(30, 33, 65, 0.16));
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .faq-section-9__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.faq-section-9__thumb-2 {
  max-width: 322px;
  max-height: 394px;
  object-fit: cover;
  bottom: 0;
  left: 8px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .faq-section-9__thumb-2 {
    display: none;
  }
}
.faq-section-9__thumb-2 img {
  border: 4px solid #FFFFFF;
  filter: drop-shadow(0px 18px 48px rgba(30, 33, 65, 0.16));
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .faq-section-9__thumb-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.services-section-9 {
  border-radius: 15px;
  background-color: #18181E;
}
.services-section-9__item {
  background: #F4F4F4;
  border-radius: 16px;
}
.services-section-9__thumb {
  max-width: 424px;
  max-height: 170px;
}
@media only screen and (max-width: 767px) {
  .services-section-9__thumb {
    max-width: inherit;
    max-height: inherit;
  }
}
.services-section-9__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.services-section-9__content {
  padding: 0 35px 42px 40px;
  margin-top: -55px;
}
@media (max-width: 1170px) {
  .services-section-9__content {
    padding: 0 25px 35px 25px;
  }
}
.services-section-9__icon {
  width: 100px;
  height: 100px;
  background: #7A31DF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  margin-bottom: 24px;
  z-index: 1;
  position: relative;
}
.services-section-9__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.44px;
  color: #191A1F;
  margin-bottom: 0;
}
@media (max-width: 1170px) {
  .services-section-9__title {
    font-size: 20px;
  }
}
.services-section-9__dec {
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 17px;
}
.services-section-9 .section-heading.white-content .sub-heading {
  margin-bottom: 5px;
}
.services-section-9 .section-heading.white-content .sub-heading:before {
  background-color: #fff;
}
.services-section-9 .section-heading.white-content .sub-heading .right-shape, .services-section-9 .section-heading.white-content .sub-heading .left-shape {
  background-color: var(--tb-color-common-white);
}
.services-section-9__btn .read-more-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  color: #7A31DF;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.services-section-9__btn .read-more-btn:hover {
  color: #191A1F;
}

.features-section-9__item {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 40px;
}
@media (max-width: 1170px) {
  .features-section-9__item {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .features-section-9__item {
    padding: 30px 24px;
  }
}
.features-section-9__title {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  color: #191A1F;
  margin-bottom: 0;
}
@media (max-width: 1170px) {
  .features-section-9__title {
    font-size: 20px;
  }
}
.features-section-9__dec {
  line-height: 26px;
  color: #636166;
  margin-bottom: 15px;
  margin-top: 10px;
}
.features-section-9__btn .read-more-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  color: #7A31DF;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.features-section-9__btn .read-more-btn:hover {
  color: #191A1F;
}
.features-section-9__thumb {
  max-width: 100%;
  max-height: 100%;
  margin-top: 35px;
}
.features-section-9__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.hero-section-9 {
  margin: 170px 80px 0 80px;
  position: relative;
}
@media (max-width: 1399px) {
  .hero-section-9 {
    margin: 0 50px;
  }
}
@media (max-width: 1170px) {
  .hero-section-9 {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-9 {
    margin: 0px;
  }
}
.hero-section-9__slide__item {
  border-radius: 20px;
  padding-top: 230px;
  padding-bottom: 235px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
  .hero-section-9__slide__item {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-9__slide__item {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.hero-section-9__slide__item::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  position: absolute;
  background-color: rgba(23, 11, 38, 0.7);
}
.hero-section-9__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.96px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .hero-section-9__subtitle {
    font-size: 14px;
  }
}
.hero-section-9__title {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 42px;
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .hero-section-9__title {
    font-size: 50px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-9__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.hero-section-9__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-section-9__btn {
    display: block;
  }
}
.hero-section-9__btn .tb-primary-btn {
  padding: 19.5px 34.4px;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .hero-section-9__btn .tb-primary-btn {
    margin-bottom: 15px;
  }
}
.hero-section-9__btn .tb-white-btn {
  padding: 19.5px 30.5px;
  border-radius: 12px;
  color: #191A1F;
}
.hero-section-9__btn .tb-white-btn:hover {
  color: var(--tb-color-common-white);
}
.hero-section-9__arrow {
  position: absolute;
  left: 100px;
  top: 50%;
  z-index: 1;
  font-size: 21px;
  color: #7A31DF;
  width: 70px;
  height: 70px;
  transition: 0.3s;
  background: #FFF;
  border-radius: 100px;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .hero-section-9__arrow {
    left: 50px;
  }
}
@media (max-width: 1170px) {
  .hero-section-9__arrow {
    left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-9__arrow {
    display: none;
  }
}
.hero-section-9__arrow__next {
  left: auto;
  right: 100px;
}
@media (max-width: 1399px) {
  .hero-section-9__arrow__next {
    right: 50px;
  }
}
@media (max-width: 1170px) {
  .hero-section-9__arrow__next {
    right: 30px;
  }
}
.hero-section-9__arrow:hover {
  background-color: #191A1F;
  color: #FFFFFF;
}
.hero-section-9__bg__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-section-9__bg__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
}

.about-section-9 .section-heading.heading-2 {
  margin-bottom: 35px;
}
.about-section-9 .section-heading.heading-2 .section-title {
  font-size: 40px;
}
@media only screen and (max-width: 992px) {
  .about-section-9 .section-heading.heading-2 .section-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section-9 .section-heading.heading-2 .section-title {
    font-size: 28px;
  }
}
.about-section-9 .section-heading.heading-2 .sub-heading {
  margin-bottom: 8px;
}
.about-section-9 .section-heading.heading-2 .sub-heading:before {
  width: 83%;
  left: 55%;
}
.about-section-9__content {
  margin-left: 35px;
}
@media (max-width: 1170px) {
  .about-section-9__content {
    margin-left: 0;
  }
}
.about-section-9__list {
  display: flex;
  align-items: start;
  column-gap: 25px;
}
@media only screen and (max-width: 767px) {
  .about-section-9__list {
    display: block;
  }
}
.about-section-9__list .icon {
  min-width: 61px;
  height: 61px;
  background: #F8F4FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAE3F5;
  border-radius: 7px;
}
@media only screen and (max-width: 767px) {
  .about-section-9__list .icon {
    max-width: 61px;
    margin-bottom: 10px;
  }
}
.about-section-9__list .icon i {
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #7A31DF;
  color: #fff;
  font-size: 24px;
}
.about-section-9__list .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.7px;
  margin-bottom: 8px;
  color: #191A1F;
}
.about-section-9__list .dec {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #636166;
  margin-bottom: 0;
}
@media (max-width: 1170px) {
  .about-section-9__list .dec br {
    display: none;
  }
}
.about-section-9__thumb {
  text-align: end;
  position: relative;
}
@media (max-width: 1170px) {
  .about-section-9__thumb {
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .about-section-9__thumb {
    margin-bottom: 30px;
  }
}
.about-section-9__thumb img {
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  .about-section-9__thumb img {
    width: 100%;
    height: 100%;
  }
}
.about-section-9__experience {
  background: #7A31DF;
  display: inline-flex;
  border-radius: 8px;
  padding: 24px 39px;
  padding-left: 30px;
  position: absolute;
  left: 0;
  bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .about-section-9__experience {
    padding: 18px 15px;
    bottom: 30px;
  }
}
.about-section-9__text {
  position: relative;
  text-align: start;
  margin-left: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .about-section-9__text {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.about-section-9__text::before {
  content: "";
  width: 1px;
  height: 31px;
  bottom: 11px;
  left: 0;
  position: absolute;
  background-color: var(--tb-color-common-white);
}
.about-section-9__text span {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--tb-color-common-white);
  text-transform: uppercase;
  text-align: start;
}
@media only screen and (max-width: 992px) {
  .about-section-9__text span br {
    display: block;
  }
}
.about-section-9__count h4 {
  font-size: 44px;
  font-weight: 600;
  line-height: 52.14px;
  margin-bottom: 0;
  color: var(--tb-color-common-white);
}
.about-section-9__count h4 .odometer.odometer-auto-theme,
.about-section-9__count h4 .odometer.odometer-theme-default {
  font-family: var(--tb-ff-heading);
  vertical-align: inherit;
}
.about-section-9__btn .tb-primary-btn {
  padding: 19.5px 29.6px;
  border-radius: 12px;
}

/**----------------------------------------
    START: Case Studies CSS
----------------------------------------*/
.case-carousel-wrap {
  position: relative;
}
.case-carousel-wrap .swiper-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 70px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.case-carousel-wrap .swiper-arrow .swiper-nav {
  background-color: #F8F4FF;
  color: var(--tb-color-theme-primary);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAE3F5;
  border-radius: 50%;
  -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;
  transition: all 0.3s ease-in-out;
}
.case-carousel-wrap .swiper-arrow .swiper-nav:hover {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}

.case-carousel {
  padding-bottom: 90px;
}
.case-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--tb-color-theme-primary);
}

.case-item {
  background-color: var(--tb-color-grey-2);
  border: 1px solid #EAE3F5;
  display: grid;
  grid-template-columns: 484px 1fr;
  grid-gap: 30px;
  align-items: center;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 1170px) {
  .case-item {
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .case-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .case-item {
    padding: 40px 20px;
  }
}
.case-item .case-thumb {
  max-width: 484px;
  width: 100%;
  height: 370px;
}
@media only screen and (max-width: 767px) {
  .case-item .case-thumb {
    height: 300px;
  }
}
.case-item .case-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.case-item .content .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1170px) {
  .case-item .content .title {
    font-size: 24px;
  }
}
.case-item .content p {
  margin-bottom: 25px;
}
.case-item .content .case-list-wrap {
  margin-bottom: 30px;
}
.case-item .content .case-list-wrap .feature-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.case-item .content .case-list-wrap ul {
  padding-left: 15px;
}
.case-item .content .case-list-wrap ul li {
  line-height: 1;
}
.case-item .content .case-list-wrap ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .case-item .content .case-list-wrap ul li {
    line-height: 1.4;
  }
}

/* !END: Case Studies CSS */
/**----------------------------------------
    START: FAQ CSS
----------------------------------------*/
.faq-accordion {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.faq-accordion .accordion-item {
  background-color: var(--tb-color-common-white);
  border: none;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #E8E0F3;
}
.faq-accordion .accordion-item .accordion-button {
  color: var(--tb-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding-left: 25px;
  padding-right: 25px;
}
.faq-accordion .accordion-item .accordion-button:after {
  background-color: var(--tb-color-grey-2);
  color: var(--tb-color-theme-primary);
  height: 30px;
  width: 30px;
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f068";
  transform: rotate(0);
}
.faq-accordion .accordion-item .accordion-body {
  font-size: 16px;
  padding-top: 0;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
}

/* !END: FAQ CSS */
/**----------------------------------------
    START: Service Details CSS
----------------------------------------*/
@media only screen and (max-width: 992px) {
  .service-details-content {
    margin-bottom: 50px;
  }
}
.service-details-content .service-details-img {
  height: 488px;
  width: 100%;
  border-radius: 15px;
}
.service-details-content .service-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.service-details-content .details-title {
  font-size: 30px;
  font-weight: 600;
}
.service-details-content .service-thumb-wrap {
  background-color: #F3F4F6;
  padding: 30px;
  border-radius: 15px;
  display: grid;
  align-items: center;
  grid-template-columns: 185px 185px 1fr;
  grid-gap: 15px;
}
@media (max-width: 1170px) {
  .service-details-content .service-thumb-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-thumb-wrap {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
}
.service-details-content .service-thumb-wrap .service-thumb {
  height: 205px;
  border-radius: 15px;
}
.service-details-content .service-thumb-wrap .thumb-list {
  list-style: none;
}
.service-details-content .service-thumb-wrap .thumb-list li {
  background-color: var(--tb-color-common-white);
  font-family: var(--tb-ff-body);
  color: var(--tb-color-heading-primary);
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1170px) {
  .service-details-content .service-thumb-wrap .thumb-list li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-thumb-wrap .thumb-list li {
    font-size: 12px;
  }
}
.service-details-content .service-thumb-wrap .thumb-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.service-details-content .service-thumb-wrap .thumb-list li i {
  color: var(--tb-color-theme-primary);
  margin-right: 10px;
}
.service-details-content .service-thumb-wrap-2 {
  display: flex;
  align-items: center;
  column-gap: 24px;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-top: 30px;
}
.service-details-content .service-thumb-wrap-2 .thumb-box {
  max-width: 385px;
  width: 100%;
  height: 350px;
  border-radius: 15px;
}
@media (max-width: 1170px) {
  .service-details-content .service-thumb-wrap-2 .thumb-box {
    max-width: 300px;
  }
}
.service-details-content .service-thumb-wrap-2 .thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-details-content .service-details-accordion {
  margin-top: 40px;
}
.service-details-content .service-details-accordion .accordion-item {
  box-shadow: done;
  border: none;
  background-color: #EFF1F5;
  border-radius: 10px;
}
.service-details-content .service-details-accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.service-details-content .service-details-accordion .accordion-item .accordion-button {
  background-color: #EFF1F5;
  color: var(--tb-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  border: none;
  border-radius: 15px;
  padding: 17px 30px;
}
.service-details-content .service-details-accordion .accordion-item .accordion-button:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\f061";
}
.service-details-content .service-details-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
  border-radius: 15px 15px 0 0;
}
.service-details-content .service-details-accordion .accordion-item .accordion-button:not(.collapsed):after {
  transform: rotate(0);
}
.service-details-content .service-details-accordion .accordion-item .accordion-body {
  color: var(--tb-color-text-body);
  padding: 30px;
}

.service-widget {
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .service-widget {
    padding: 30px 20px;
  }
}
.service-widget:not(:last-of-type) {
  margin-bottom: 30px;
}
.service-widget .widget-header {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-widget .download-area .download-item {
  background-color: var(--tb-color-common-white);
  display: grid;
  align-items: center;
  grid-template-columns: 45px 1fr;
  grid-gap: 15px;
  padding: 25px 30px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .service-widget .download-area .download-item {
    padding: 25px 20px;
  }
}
.service-widget .download-area .download-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.service-widget .download-area .download-item .icon {
  background-color: var(--tb-color-theme-primary);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-widget .download-area .download-item .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.service-widget .download-area .download-item .content span {
  color: var(--tb-color-text-body);
  font-size: 14px;
}
.service-widget .category-list {
  list-style: none;
}
.service-widget .category-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.service-widget .category-list li a {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-heading-primary);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  border-radius: 5px;
}
.service-widget .category-list li a:hover {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}
.service-widget .service-widget-cta {
  position: relative;
  z-index: 1;
  height: 404px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}
.service-widget .service-widget-cta .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: saturate(0);
  z-index: -1;
}
.service-widget .service-widget-cta .overlay {
  background-color: var(--tb-color-theme-primary);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-widget .service-widget-cta .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.service-widget .service-widget-cta .content {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  width: 100%;
}
.service-widget .service-widget-cta .content .number {
  font-family: var(--tb-ff-heading);
  color: var(--tb-color-common-white);
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.service-widget .service-widget-cta .content span {
  display: block;
  color: var(--tb-color-common-white);
}
.service-widget .service-widget-cta .content .bz-primary-btn {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-theme-primary);
  margin-top: 20px;
}
.service-widget .service-widget-cta .content .bz-primary-btn:before {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}

/* !END: Service Details CSS */
/**----------------------------------------
START: Sidebar CSS
----------------------------------------*/
#sidebar-overlay,
.sidebar-trigger,
.sidebar-area {
  display: none;
}

.sidebar-trigger {
  display: block;
}

.sidebar-area {
  background-color: var(--tb-color-common-white);
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 450px;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: scroll;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  padding: 60px 40px;
}

.open-sidebar .sidebar-area {
  right: 0;
  visibility: visible;
  transform: translate(0);
}

.sidebar-trigger.close {
  position: absolute;
  right: 30px;
  top: 63px;
  color: var(--grey-color);
  -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;
  transition: all 0.3s ease-in-out;
}
.sidebar-trigger.close:hover {
  color: var(--tb-color-theme-primary);
}

.sidebar-trigger.close svg {
  fill: currentColor;
  stroke: none;
  width: 20px;
  height: 20px;
}

.sidebar-content .site-logo {
  margin-bottom: 40px;
}

.sidebar-content .site-logo img {
  max-width: 200px;
}

.sidebar-content .sidebar-info li {
  font-size: 18px;
}

.sidebar-content .sidebar-social li {
  display: inline-block;
  margin: 0 3px;
  padding-top: 30px;
}

.sidebar-content .sidebar-social li a {
  display: inline-block;
  border: 1px solid var(--border-1);
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sidebar-content .sidebar-social li a:after {
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 59%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.sidebar-content .sidebar-social li a:hover {
  border: 1px solid var(--primary-color);
  color: #fff;
}

.sidebar-content .sidebar-social li:hover a:after {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(1);
}

.sidebar-content .list-post-area {
  margin: 50px 0 20px 0;
}

/*Scrollbar Style*/
.sidebar-area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.sidebar-area::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ccc;
}

.sidebar-area::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area-webkit-::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area::-moz-selection {
  background-color: #999;
  color: #fff;
}

#sidebar-overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0s ease-in-out;
  width: calc(100% - 400px);
  z-index: -1;
}

.open-sidebar #sidebar-overlay {
  opacity: 1;
  z-index: 1002;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}

.side-menu-list li a {
  font-size: 16px;
}

.side-menu-list li p {
  font-size: 16px;
}

@media (max-width: 992px) {
  .sidebar-content .list-post-area.list-2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .sidebar-area {
    width: 400px;
    padding: 60px 30px;
    justify-content: center;
  }
  .side-menu-logo {
    margin-bottom: 50px;
  }
  .side-menu-wrap {
    margin-bottom: 70px;
  }
  .side-menu-header h3 {
    display: none;
  }
  .side-menu-list li a {
    font-size: 14px;
  }
  .side-menu-list li p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sidebar-area {
    width: 320px;
    padding: 60px 20px 60px 20px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card .post-img {
    height: 90px;
    width: 90px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card {
    grid-template-columns: 90px 1fr;
  }
  .side-menu-list li a {
    font-size: 13px;
  }
  .side-menu-list li p {
    font-size: 13px;
  }
}
.side-menu-logo {
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  .side-menu-logo {
    max-width: 150px;
  }
}

.side-menu-about {
  margin: 80px 0 50px 0;
}
@media only screen and (max-width: 992px) {
  .side-menu-about {
    display: none;
  }
}

.side-menu-about p {
  margin: 25px 0;
}

.side-menu-header h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  font-weight: 600;
}

.side-menu-content .side-menu-header,
.side-menu-about .side-menu-header {
  margin-bottom: 20px;
}

.side-menu-list {
  margin: 25px 0 35px 0;
}

.side-menu-list li {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.side-menu-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.side-menu-list li i {
  background-color: var(--tb-color-theme-primary);
  font-size: 12px;
  color: var(--tb-color-common-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.side-menu-list li p {
  color: var(--tb-color-heading-primary);
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 0;
}

.side-menu-list li a {
  color: var(--tb-color-heading-primary);
  padding-left: 10px;
  font-weight: 500;
}
.side-menu-list li a:hover {
  color: var(--tb-color-theme-primary);
}

.side-menu-social {
  margin-top: 40px;
  list-style: none;
}
.side-menu-social li {
  display: inline-flex;
}
.side-menu-social li:not(:last-of-type) {
  margin-right: 10px;
}
.side-menu-social li a {
  background-color: var(--tb-color-theme-primary);
  font-size: 16px;
  color: var(--tb-color-common-white);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.side-menu-social li a:hover {
  background-color: var(--tb-color-heading-primary);
  color: var(--tb-color-common-white);
}

/* !END: Sidebar CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.blog-details-img {
  width: 100%;
  height: 450px;
}
.blog-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 992px) {
  .blog-details-img {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-img {
    height: 300px;
  }
}

.blog-details-wrap .post-meta {
  position: inherit;
}
.blog-details-wrap .post-meta li {
  color: var(--tb-color-text-body);
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  column-gap: 0;
}
.blog-details-wrap .post-meta li i {
  font-size: 14px;
  color: var(--tb-color-theme-primary);
  margin-right: 10px;
}
.blog-details-wrap .post-meta li:nth-child(1) i {
  margin-top: -2px;
}
.blog-details-wrap .post-meta li:not(:last-of-type) {
  margin-right: 20px;
}

@media only screen and (max-width: 992px) {
  .blog-details-content {
    margin-bottom: 40px;
  }
}
.blog-details-content .details-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-title {
    font-size: 24px;
  }
}
.blog-details-content .details-img-wrap {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 24px;
}
.blog-details-content .details-img-wrap img {
  max-width: 430px;
  width: 100%;
}
@media (max-width: 1170px) {
  .blog-details-content .details-img-wrap img {
    max-width: 280px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-img-wrap img {
    max-width: 350px;
  }
}
.blog-details-content .blog-details-thumb {
  height: 350px;
  width: 100%;
  border-radius: 15px;
}
.blog-details-content .blog-details-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .blog-details-content .blog-details-thumb {
    height: 300px;
  }
}

blockquote {
  background-color: #F8F4FF;
  padding: 60px 50px;
  border-radius: 15px;
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 767px) {
  blockquote {
    padding: 40px 20px;
    grid-template-columns: 1fr;
  }
}
blockquote .icon {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
  font-size: 40px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  blockquote .icon {
    padding: 30px 0;
  }
}
blockquote .content p {
  font-family: var(--tb-ff-heading);
  color: var(--tb-color-heading-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
blockquote .content .author {
  color: var(--tb-color-theme-primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  line-height: 1;
  margin-top: 30px;
}
blockquote .content .author span {
  display: block;
  font-size: 16px;
  color: var(--tb-color-text-body);
  font-weight: 400;
  margin-top: 10px;
}

.tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 50px;
}
.tags .tag-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tags .tag-left .follow {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .tags .tag-left .follow {
    margin-bottom: 10px;
  }
}
.tags .tag-left .tag-list {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.tags .tag-left .tag-list li a {
  font-family: var(--tb-ff-heading);
  color: var(--tb-color-text-body);
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.tags .tag-left .tag-list li a:hover {
  color: var(--tb-color-theme-primary);
}
.tags .social-list-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.tags .social-list-wrap .follow {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.tags .social-list-wrap .social-list {
  display: flex;
  align-items: center;
  column-gap: 15px;
  list-style: none;
}
.tags .social-list-wrap .social-list li:not(:last-of-type) {
  margin-right: 0px;
}
.tags .social-list-wrap .social-list li a {
  color: var(--tb-color-text-body);
  font-size: 15px;
}
.tags .social-list-wrap .social-list li a:hover {
  color: var(--tb-color-theme-primary);
}

.next-prev-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 30px 0;
  border-top: 1px solid #EAE3F5;
  border-bottom: 1px solid #EAE3F5;
  margin: 50px 0 0 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .next-prev-wrap {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .next-prev-wrap .next-prev-icon {
    display: none;
  }
}
.next-prev-wrap .post-btn {
  margin-bottom: 0;
}
.next-prev-wrap .post-btn img {
  border-radius: 10px;
}
.next-prev-wrap .post-btn a {
  color: var(--tb-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  column-gap: 10px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.next-prev-wrap .post-btn a:hover {
  color: var(--tb-color-theme-primary);
}
.next-prev-wrap .post-btn a .icon {
  background-color: var(--tb-color-bg-1);
  color: var(--tb-color-common-white);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--tb-color-border-1);
  -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;
  transition: all 0.3s ease-in-out;
}
.next-prev-wrap .post-btn a .icon:hover {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
  border: 1px solid var(--tb-color-theme-primary);
}

.blog-author-wrap {
  margin-bottom: 50px;
}

.blog-author-item {
  background-color: #F8F4FF;
  padding: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 189px 1fr;
  grid-gap: 35px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-author-item {
    grid-template-columns: 1fr;
    grid-gap: 25px;
    padding: 25px;
  }
}
.blog-author-item .author-img {
  max-width: 189px;
  height: 189px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-author-item .author-img {
    max-width: 100%;
  }
}
.blog-author-item .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-author-item .content .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-author-item .content .name span {
  color: var(--tb-color-theme-primary);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.blog-author-item .content p {
  margin-bottom: 0;
}
.blog-author-item .content .social-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.blog-author-item .content .social-list li a {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-bg-1);
  font-size: 13px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-author-item .content .social-list li a:hover {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}
.blog-author-item .content .social-list li:not(:last-of-type) {
  margin-right: 10px;
}

.comments-area .section-heading .section-title {
  font-size: 30px;
}
@media only screen and (max-width: 992px) {
  .comments-area .section-heading .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .comments-area .section-heading .section-title {
    font-size: 26px;
  }
}

.comment-item {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 110px 1fr;
  grid-gap: 25px;
}
@media only screen and (max-width: 767px) {
  .comment-item {
    grid-template-columns: 1fr;
  }
}
.comment-item .reply {
  color: var(--tb-color-theme-primary);
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .comment-item .reply {
    position: inherit;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
}
.comment-item .comment-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.comment-item .comment-thumb img {
  height: 100%;
  width: 110px;
  object-fit: cover;
  object-position: top;
}
.comment-item .comment-info .comments-meta {
  margin-bottom: 10px;
}
.comment-item .comment-info .comments-meta span {
  display: flex;
  align-items: center;
  column-gap: 10px;
  line-height: 1;
}
.comment-item .comment-info .author {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.comment-item .comment-info p {
  font-size: 16px;
  margin-bottom: 0;
}
.comment-item.item-2 {
  padding-left: 135px;
}
@media only screen and (max-width: 767px) {
  .comment-item.item-2 {
    padding-left: 0;
  }
}
.comment-item:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAE3F5;
}

.blog-contact-form {
  background-color: #F8F4FF;
  padding: 35px 40px;
  border-radius: 15px;
  border: 1px solid #EAE3F5;
}
@media only screen and (max-width: 767px) {
  .blog-contact-form {
    padding: 30px 20px;
  }
}
.blog-contact-form .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  .blog-contact-form .title {
    font-size: 24px;
  }
}
.blog-contact-form .request-form .form-item {
  position: relative;
}
.blog-contact-form .request-form .form-item .form-control {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-text-body);
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  padding: 15.5px 30px;
  border-radius: 0;
  margin-bottom: 25px;
  width: 100%;
}
.blog-contact-form .request-form .form-item .form-control::-webkit-input-placeholder {
  color: var(--tb-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control:-moz-placeholder {
  color: var(--tb-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control::-moz-placeholder {
  color: var(--tb-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control:-ms-input-placeholder {
  color: var(--tb-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control.nice-select {
  height: auto;
  line-height: inherit;
  padding: 15.5px 30px;
}
.blog-contact-form .request-form .form-item .form-control.nice-select:after {
  top: 46%;
  width: 10px;
  height: 10px;
  border-color: var(--tb-color-text-body);
  border-bottom: 1px solid var(--tb-color-text-body);
  border-right: 1px solid var(--tb-color-text-body);
  right: 35px;
}
.blog-contact-form .request-form .form-item .form-control.nice-select .list {
  background-color: var(--tb-color-common-white);
  width: 100%;
}
.blog-contact-form .request-form .form-item .form-control.nice-select .list li {
  padding-left: 30px;
}
.blog-contact-form .request-form .form-item .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.blog-contact-form .request-form .form-item.message-item .icon {
  top: 25px;
}
.blog-contact-form .bz-primary-btn {
  width: 100%;
  justify-content: center;
}

.sidebar-widget {
  background-color: #F8F4FF;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #EAE3F5;
}
.sidebar-widget:not(:last-of-type) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget {
    padding: 30px 20px;
  }
}
.sidebar-widget .search-form {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar-widget .search-form .form-control {
  background-color: var(--tb-color-common-white);
  color: var(--tb-color-text-body);
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 0;
  padding-left: 20px;
  padding-right: 72px;
}
.sidebar-widget .search-form .form-control::-webkit-input-placeholder {
  color: var(--tb-color-text-body);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control:-moz-placeholder {
  color: var(--tb-color-text-body);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control::-moz-placeholder {
  color: var(--tb-color-text-body);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control:-ms-input-placeholder {
  color: var(--tb-color-text-body);
  font-size: 16px;
}
.sidebar-widget .search-form .search-btn {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
  height: 100%;
  width: 55px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border-radius: 5px;
}
.sidebar-widget .widget-title {
  color: var(--tb-color-heading-primary);
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}
.sidebar-widget .category-list {
  list-style: none;
}
.sidebar-widget .category-list li:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DADFEC;
}
.sidebar-widget .category-list li a {
  color: var(--tb-color-heading-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.sidebar-widget .category-list li a:not(:last-of-type) {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--tb-color-border-1);
}
.sidebar-widget .category-list li a i {
  color: var(--tb-color-theme-primary);
}
.sidebar-widget .category-list li a:hover {
  color: var(--tb-color-theme-primary);
}
.sidebar-widget .category-list li a:hover i {
  color: var(--tb-color-theme-primary);
}
.sidebar-widget .blog-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}
@media (max-width: 1399px) {
  .sidebar-widget .blog-gallery-wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .sidebar-widget .blog-gallery-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
}
.sidebar-widget .blog-gallery-wrap .gallary-img {
  height: 95px;
  width: 95px;
}
.sidebar-widget .tags {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  row-gap: 20px;
  list-style: none;
  column-gap: 0;
  margin: 0;
}
.sidebar-widget .tags li:not(:last-of-type) {
  margin-right: 10px;
}
.sidebar-widget .tags li a {
  background-color: var(--tb-color-common-white);
  font-family: var(--tb-ff-body);
  color: var(--tb-color-heading-primary);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
}
.sidebar-widget .tags li a:hover {
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
}
.sidebar-widget .sidebar-post {
  display: grid;
  align-items: center;
  grid-template-columns: 77px 1fr;
  grid-gap: 0px;
}
.sidebar-widget .sidebar-post:not(:last-of-type) {
  margin-bottom: 20px;
}
.sidebar-widget .sidebar-post img {
  width: 77px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sidebar-widget .sidebar-post .post-content {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content {
    padding-left: 10px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-bottom: 5px;
  position: inherit;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .post-meta {
    column-gap: 5px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta li {
  color: var(--tb-color-text-body);
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  column-gap: 0;
  margin-bottom: 5px;
  line-height: 1;
}
.sidebar-widget .sidebar-post .post-content .post-meta li i {
  font-size: 16px;
  margin-right: 10px;
}
.sidebar-widget .sidebar-post .post-content .post-meta li:nth-child(1) i {
  margin-top: -2px;
}
.sidebar-widget .sidebar-post .post-content .post-meta li:not(:last-of-type) {
  margin-right: 20px;
}
.sidebar-widget .sidebar-post .post-content .title {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .title {
    font-size: 14px;
  }
}
.sidebar-widget .sidebar-post .post-content .title a:hover {
  color: var(--tb-color-theme-primary);
}

/* !END: Theme Blog Details CSS */
/**----------------------------------------
START: Footer CSS
----------------------------------------*/
.footer-section {
  background-color: var(--tb-color-bg-2);
  position: relative;
  z-index: 1;
}

.footer-wrap {
  margin-bottom: 80px;
}
@media (max-width: 1170px) {
  .footer-wrap {
    margin-bottom: 0;
  }
}

.footer-wrap-1 .footer-widget.footer-col-2 .footer-list li {
  padding-left: 0;
}
.footer-wrap-1 .footer-widget.footer-col-2 .footer-list li a {
  padding-left: 0;
}
.footer-wrap-1 .footer-widget.footer-col-2 .footer-list li a:before {
  display: none;
}

@media (max-width: 1170px) {
  .footer-widget {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget .widget-header {
  margin-bottom: 30px;
}
.footer-widget .widget-header .footer-logo {
  max-width: 145px;
  display: block;
}
.footer-widget .widget-header .widget-title {
  color: var(--tb-color-common-white);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
}
.footer-widget .widget-header .widget-title:before {
  background-color: var(--tb-color-theme-primary);
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-widget .widget-header .widget-title:after {
  background-color: var(--tb-color-theme-primary);
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.footer-widget p {
  color: #838790;
}
.footer-widget p span {
  color: var(--tb-color-theme-primary);
}
.footer-widget .footer-contact-list {
  list-style: none;
  margin-top: 30px;
}
.footer-widget .footer-contact-list li {
  color: #838790;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}
.footer-widget .footer-contact-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-widget .footer-contact-list li i {
  color: var(--tb-color-common-white);
  width: 30px;
}
.footer-widget .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
  text-transform: uppercase;
}
.footer-widget .title span {
  color: var(--tb-color-text-body);
  display: block;
  margin-top: 10px;
  text-transform: inherit;
  font-weight: 400;
}
.footer-widget .footer-list {
  list-style: none;
}
.footer-widget .footer-list li {
  color: #838790;
}
.footer-widget .footer-list li a {
  font-family: var(--tb-ff-body);
  color: #838790;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer-widget .footer-list li a:hover {
  color: var(--tb-color-theme-primary);
}
.footer-widget .footer-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-widget .footer-form {
  position: relative;
  margin-top: 30px;
}
.footer-widget .footer-form .form-control {
  font-size: 14px;
  font-weight: 400;
  background-color: #211F25;
  padding: 15px 130px 15px 15px;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  border: 1px solid #322E37;
  border-radius: 5px;
}
.footer-widget .footer-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
}
.footer-widget .footer-form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
}
.footer-widget .footer-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
}
.footer-widget .footer-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
}
.footer-widget .footer-form .submit {
  font-family: var(--tb-ff-heading);
  background-color: var(--tb-color-theme-primary);
  color: var(--tb-color-common-white);
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  font-size: 13px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 5px;
}
.footer-widget .footer-social {
  margin-top: 30px;
}
.footer-widget .footer-social li {
  display: inline-flex;
}
.footer-widget .footer-social li:not(:last-of-type) {
  margin-right: 20px;
}
.footer-widget .footer-social li a {
  font-size: 20px;
}
.footer-widget .footer-social li a:hover {
  color: var(--tb-color-common-white);
}
.footer-widget.footer-col-2 {
  padding-left: 10px;
}
@media (max-width: 1170px) {
  .footer-widget.footer-col-2 {
    padding-left: 0;
  }
}
.footer-widget.footer-col-2 .footer-list li a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-widget.footer-col-2 .footer-list li a {
    font-size: 15px;
  }
}
.footer-widget.footer-col-2 .footer-list li a:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "\f061";
  color: var(--tb-color-theme-primary);
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.footer-widget.footer-col-2 .footer-list li a:hover:before {
  color: var(--tb-color-theme-primary);
  left: 5px;
}
.footer-widget.footer-col-3 {
  padding-left: 40px;
}
@media (max-width: 1170px) {
  .footer-widget.footer-col-3 {
    padding-left: 0;
  }
}

.copyright-content {
  border-top: 1px solid #353535;
  padding: 30px 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .copyright-content {
    justify-content: center;
  }
}
.copyright-content p {
  font-family: var(--tb-ff-body);
  color: #838790;
  font-size: 16px;
  margin: 0;
}
.copyright-content p span {
  color: var(--tb-color-theme-primary);
}
.copyright-content .copy-list {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .copyright-content .copy-list {
    justify-content: center;
  }
}
.copyright-content .copy-list li {
  color: #838790;
}

.footer-1 {
  padding-top: 270px;
}

.footer-2 {
  overflow: hidden;
}
.footer-2 .footer-text {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .footer-2 .footer-text {
    margin-bottom: 50px;
  }
}
.footer-2 .footer-text .text-heading {
  color: rgba(255, 255, 255, 0.05);
  font-size: 220px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  margin-top: -30px;
}
@media (max-width: 1600px) {
  .footer-2 .footer-text .text-heading {
    font-size: 150px;
  }
}
@media (max-width: 1399px) {
  .footer-2 .footer-text .text-heading {
    font-size: 100px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-2 .footer-text .text-heading {
    display: none;
  }
}
.footer-2 .footer-widget .widget-header .widget-title {
  font-size: 24px;
}
.footer-2 .footer-widget .widget-header .widget-title:after {
  left: 0;
}
.footer-2 .footer-widget .widget-header .widget-title:before {
  left: 45px;
  width: 15px;
}
.footer-2 .footer-widget .widget-header .widget-title .right-shape {
  background-color: var(--tb-color-theme-primary);
  width: 5px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 65px;
}
.footer-2 .footer-widget .footer-social li:not(:last-of-type) {
  margin-right: 5px;
}
.footer-2 .footer-widget .footer-social li a {
  background-color: #222224;
  color: var(--tb-color-common-white);
  font-size: 14px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-2 .footer-widget .footer-social li a:hover {
  background-color: var(--tb-color-theme-primary);
}
.footer-2 .copyright-area {
  background: linear-gradient(180deg, rgba(54, 54, 54, 0.12) -35.45%, rgba(5, 6, 6, 0.23) 80%);
}

.footer-box-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.footer-box-wrap > div {
  padding: 0;
}
.footer-box-wrap > div:nth-child(2) .footer-box {
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 992px) {
  .footer-box-wrap > div:nth-child(2) .footer-box {
    border-radius: 0 10px 0 0;
  }
}
.footer-box-wrap > div:nth-child(4) .footer-box {
  border-left: none;
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 992px) {
  .footer-box-wrap > div:nth-child(4) .footer-box {
    border-top: none;
  }
}

.footer-box {
  padding: 30px 30px;
  border: 1px solid #26282F;
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}
@media (max-width: 1170px) {
  .footer-box {
    height: 100%;
    grid-template-columns: 1fr;
  }
}
.footer-box .icon {
  background-color: #2B2B2B;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--tb-color-common-white);
}
.footer-box .content span {
  display: block;
  font-size: 14px;
  color: #838790;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.footer-box .content .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.footer-box.logo-box {
  grid-template-columns: 1fr;
  height: 100%;
  background-color: var(--tb-color-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-box.logo-box a img {
  width: 145px;
}

.footer-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  max-width: 275px;
  width: 100%;
}
.footer-gallery-wrap .gallary-img {
  height: 85px;
  width: 85px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.footer-gallery-wrap .gallary-img:hover:before {
  visibility: visible;
  opacity: 1;
}
.footer-gallery-wrap .gallary-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.footer-widget.widget-2 {
  padding-left: 40px;
}
@media (max-width: 1170px) {
  .footer-widget.widget-2 {
    padding-left: 0;
  }
}

.footer-cta {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.footer-cta .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer-cta .overlay {
  background: rgba(3, 10, 13, 0.7);
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer-cta .shape {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
.footer-cta .footer-cta-wrap .footer-cta-btn .tb-white-btn {
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(40px);
  color: var(--tb-color-common-white);
}
.footer-cta .footer-cta-wrap .footer-cta-btn .tb-white-btn:hover {
  border: 1px solid var(--tb-color-heading-primary);
}

.footer-5 {
  padding-top: 40px;
}
.footer-5 .cta-section {
  margin: 40px;
  border-radius: 10px;
  margin-bottom: 120px;
  margin-top: 0;
}

.footer-8 {
  background-color: var(--tb-color-heading-primary);
}
.footer-8 .footer-wrap-8 .footer-widget-wrap {
  padding-left: 30px;
}
.footer-8 .footer-wrap-8 .footer-widget .widget-header .widget-title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 0;
}
.footer-8 .footer-wrap-8 .footer-widget .widget-header .widget-title::before {
  display: none;
}
.footer-8 .footer-wrap-8 .footer-widget .widget-header .widget-title::after {
  display: none;
}
@media (max-width: 1170px) {
  .footer-8 .footer-wrap-8 .footer-widget .widget-header p br {
    display: none;
  }
}
@media (max-width: 1170px) {
  .footer-8 .footer-wrap-8 .footer-widget .dec br {
    display: none;
  }
}
.footer-8 .footer-wrap-8 .footer-widget .footer-form {
  max-width: 301px;
}
.footer-8 .footer-wrap-8 .footer-widget .footer-form .form-control-8 {
  padding: 15px 120px 15px 15px;
  background: rgba(30, 32, 40, 0.2);
  border: 1px solid #2E2F34;
  border-radius: 5px;
}
.footer-8 .footer-wrap-8 .footer-widget .footer-social li {
  margin-right: 10px;
}
.footer-8 .footer-wrap-8 .footer-widget .footer-social li a {
  width: 40px;
  height: 40px;
  background: #1E2028;
  border: 1px solid #2E2F34;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.footer-8 .footer-wrap-8 .footer-widget .footer-social li a:hover {
  background-color: #7A31DF;
}
.footer-8 .footer-wrap-8 .footer-widget .office-inforamtion .item-box {
  display: flex;
  align-items: start;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.footer-8 .footer-wrap-8 .footer-widget .office-inforamtion .item-box:last-child {
  margin-bottom: 0;
}
.footer-8 .footer-wrap-8 .footer-widget .office-inforamtion .item-box .icon {
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  color: #7A31DF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-8 .footer-wrap-8 .footer-widget .office-inforamtion .item-box h5 {
  margin: 0;
}
.footer-8 .footer-wrap-8 .footer-widget .office-inforamtion .item-box h5 span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #838790;
  display: block;
  margin-bottom: 9px;
}
.footer-8 .footer-wrap-8 .footer-widget .office-inforamtion .item-box h5 a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.footer-8 .footer-wrap-8 .footer-widget .office-inforamtion .item-box h5 a:hover {
  color: #7A31DF;
}
.footer-8 .footer-wrap-8 .footer-widget-left-1 {
  padding-left: 27px;
}
@media (max-width: 1170px) {
  .footer-8 .footer-wrap-8 .footer-widget-left-1 {
    padding-left: 0;
  }
}
.footer-8 .footer-wrap-8 .footer-widget-left-2 {
  margin-left: -28px;
}
@media (max-width: 1170px) {
  .footer-8 .footer-wrap-8 .footer-widget-left-2 {
    margin-left: 0;
  }
}
.footer-8 .footer-wrap-8 .footer-widget-left-3 {
  padding-left: 13px;
}
@media (max-width: 1170px) {
  .footer-8 .footer-wrap-8 .footer-widget-left-3 {
    padding-left: 0;
  }
}

/* !END: Theme Footer CSS */

/*# sourceMappingURL=synvo-core-two.css.map */
