/*===========================
Project Name: Aventis - Modern Business Consulting HTML Template.
Author: Egens Lab --> (https://www.egenslab.com/)
Support: https://egenslab.desky.support/
Version: 1.0


/*===========================
     01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-inteTight: "Inter Tight", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --white-color: #fff;
  --white-color-opc: 255, 255, 255;
  --black-color: #050505;
  --black-color-opc: 5, 5, 5;
  --title-color: #050505;
  --title-color-opc: 5, 5, 5;
  --text-color: #404040;
  --primary-color1: #CCF664;
  --primary-color1-opc: 204, 246, 100;
  --borders-color: #E8E8E8;
}

/*================================================
2. Mixins Css
=================================================*/
/*================================================
3. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-archivo);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-archivo);
  font-weight: 600;
  line-height: 1.4;
  color: var(--title-color);
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  font-family: var(--font-archivo);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.pb-130 {
  padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}

.pt-100 {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

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

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 70px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-150 {
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .mb-150 {
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .mb-150 {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .mb-150 {
    margin-bottom: 80px;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-140 {
    margin-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .mb-140 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .mb-140 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}

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

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

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

.pt-50 {
  padding-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-50 {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
}

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

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

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

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

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

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

.pl-110 {
  padding-left: 110px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .pl-110 {
    padding-left: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pl-110 {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .pl-110 {
    padding-left: unset;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

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

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

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

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

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

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

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

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

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

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

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

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

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

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

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

.primary-btn1 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 13px 20px;
  background-color: var(--primary-color1);
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .primary-btn1 {
    padding: 16px 25px;
  }
}
.primary-btn1 svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.primary-btn1 span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.primary-btn1 span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}
.primary-btn1:hover span {
  transform: rotateX(90deg) translateY(-12px);
}
.primary-btn1.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn1.white-bg svg {
  fill: var(--title-color);
}
.primary-btn1.black-bg {
  background-color: var(--title-color);
  color: var(--white-color);
}
.primary-btn1.black-bg svg {
  fill: var(--white-color);
}
.primary-btn1.transparent {
  background-color: transparent;
  border: 1px solid #E8E8E8;
  display: inline-flex;
  gap: 30px;
  padding: 18px 37px;
  font-size: 16px;
}

@keyframes shine {
  100% {
    left: 200%;
  }
}
#scroll-percentage {
  --progress-bg: #f8f8f8;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 200ms linear;
}
@media (max-width: 576px) {
  #scroll-percentage {
    right: 15px;
    bottom: 20px;
  }
}
#scroll-percentage.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#scroll-percentage #scroll-percentage-value {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: 0.2s;
}
#scroll-percentage .arrow {
  fill: var(--title-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  pointer-events: none;
  /* click div handles */
}
#scroll-percentage {
  /* when 100% -> show arrow, hide percent */
}
#scroll-percentage.is-complete #scroll-percentage-value {
  opacity: 0;
  visibility: hidden;
}
#scroll-percentage.is-complete .arrow {
  opacity: 1;
  visibility: visible;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

body.tt-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  pointer-events: none;
  border-style: solid;
  border-radius: 50%;
  border-color: #D9D9D9;
  /* Note: border width handled through JS */
}

/* Ball view 
============= */
#ball.ball-view {
  background-color: var(--black-color);
  font-size: 15px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1.4;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

#ball .ball-view-inner {
  padding: 0 5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

#ball .ball-view-inner i {
  font-size: 24px;
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--primary-color1);
  height: 10px;
  line-height: 10px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f060";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f061";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color1);
  line-height: 1;
  text-align: center;
}

.section-title > span {
  color: var(--title-color);
  font-family: var(--font-inteTight);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7em;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .section-title > span {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .section-title > span {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section-title > span {
    font-size: 17px;
    letter-spacing: 0.4em;
  }
}
.section-title h2 {
  color: var(--title-color);
  font-family: var(--font-inteTight);
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
.section-title p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .section-title p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
}
.section-title.white > span {
  color: var(--white-color);
}
.section-title.white h2 {
  color: var(--white-color);
}
.section-title.white p {
  color: var(--white-color);
}
.section-title.two h2 {
  font-size: 70px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .section-title.two h2 {
    font-size: 62px;
  }
}
@media (max-width: 1399px) {
  .section-title.two h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .section-title.two h2 {
    font-size: 57px;
  }
}
@media (max-width: 991px) {
  .section-title.two h2 {
    font-size: 51px;
  }
}
@media (max-width: 767px) {
  .section-title.two h2 {
    font-size: 46px;
  }
}
@media (max-width: 576px) {
  .section-title.two h2 {
    font-size: 35px;
  }
}

.topbar-area {
  padding: 14px 0 20px;
  position: relative;
  z-index: 1000;
  background-color: var(--primary-color1);
  padding: 11px 0;
}
.topbar-area .topbar-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.topbar-area .topbar-content > span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.topbar-area .topbar-content a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.topbar-area .topbar-content a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.topbar-area .topbar-content a span {
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.topbar-area .topbar-content a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.topbar-area .topbar-content a:hover svg {
  transform: translateX(3px);
}

/*=====================================
  4.Header
========================================*/
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@keyframes zoom-In-effect {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
header.style-1 {
  position: absolute;
  width: 100%;
  z-index: 999;
  transition: all 0.8s ease-out 0s;
  background-color: transparent;
  padding: 14px 50px;
  border-bottom: 1px solid rgba(var(--white-color-opc), 0.1);
}
@media (max-width: 1699px) {
  header.style-1 {
    padding: 18px 110px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 {
    padding: 18px 30px;
  }
}
@media (max-width: 1399px) {
  header.style-1 {
    padding: 18px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 {
    padding: 18px 10px;
  }
}
@media (max-width: 991px) {
  header.style-1 {
    padding: 18px 24px;
  }
}
@media (max-width: 767px) {
  header.style-1 {
    padding: 12px 10px;
  }
}
@media (max-width: 576px) {
  header.style-1 {
    padding: 12px 0;
  }
}
header.style-1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--black-color);
  border-color: var(--title-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 999;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-1 .company-logo img {
  width: 148px;
}
@media (max-width: 576px) {
  header.style-1 .company-logo img {
    width: 120px;
  }
}
header.style-1 .nav-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .nav-right {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .nav-right {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right {
    gap: 15px;
  }
}
header.style-1 .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header.style-1 .nav-right .mobile-menu-btn {
    display: flex;
    align-items: center;
    visibility: visible;
    justify-content: center;
    position: relative;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(var(--white-color-opc), 0.4);
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--white-color);
  }
  header.style-1 .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right .mobile-menu-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    width: 18px;
  }
}
@keyframes qode-draw {
  0%, 100% {
    clip-path: inset(-2px -2px);
  }
  42% {
    clip-path: inset(-2px -2px -2px 100%);
  }
  43% {
    clip-path: inset(-2px 100% -3px -2px);
  }
}
header.style-1 .main-menu {
  display: inline-block;
}
header.style-1 .main-menu > ul {
  list-style: none;
  margin: 0;
}
header.style-1 .main-menu > ul > li {
  display: inline-block;
  position: relative;
  padding: 12px 8px;
}
@media (max-width: 1399px) {
  header.style-1 .main-menu > ul > li {
    padding: 12px 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li {
    padding: 12px 3px;
  }
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li {
    padding: 0px 12px;
  }
}
header.style-1 .main-menu > ul > li.position-inherit {
  position: inherit;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li.position-inherit {
    position: relative;
  }
}
header.style-1 .main-menu > ul > li:hover i {
  color: var(--black-color);
  font-size: 20px;
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  header.style-1 .main-menu > ul > li:last-child {
    padding-right: 0;
  }
}
header.style-1 .main-menu > ul > li > a {
  color: var(--white-color);
  display: block;
  letter-spacing: 0.4px;
  padding: 3px 12px;
  line-height: 1;
  position: relative;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  position: relative;
  transition: all 0.5s ease-out 0s;
  border-radius: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li > a {
    font-size: 14px;
  }
}
header.style-1 .main-menu > ul > li i {
  font-size: 20px;
  text-align: center;
  color: var(--white-color);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li i {
    opacity: 1;
  }
}
header.style-1 .main-menu > ul > li i.active {
  color: var(--white-color);
}
header.style-1 .main-menu > ul > li i.active::before {
  content: "\f2ea";
}
header.style-1 .main-menu > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  margin: 0;
  display: none;
  min-width: 220px;
  background: var(--white-color);
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 15px 0;
  text-align: left;
  transform-origin: top;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu {
    box-shadow: none;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li i {
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  color: var(--title-color);
  font-size: 14px;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
  color: var(--title-color);
  opacity: 1;
  top: 16px;
  font-size: 10px;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    right: 0;
    top: 11px;
    font-size: 20px;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li {
  padding: 0;
  display: block;
  position: relative;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a {
  display: block;
  padding: 12px 20px;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--font-archivo);
  font-size: 15px;
  line-height: 1.2;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li > a {
    border-color: rgba(233, 228, 228, 0.5);
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a:hover {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child > a::before {
  display: none;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
  padding: 10px 0;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
  padding: 10px 20px;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover > a {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
  left: 220px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--white-color);
  padding: 10px 0;
  top: 3px;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    box-shadow: none;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
  display: block;
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
    display: block;
    animation: fade-down 0.45s linear;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-1 .main-menu > ul > li.menu-item-has-children {
  transition: all 0.55s ease-in-out;
}
header.style-1 .main-menu > ul > li.menu-item-has-children > a {
  padding: 3px 22px 3px 10px;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li.menu-item-has-children > a {
    padding: 15px 0;
  }
}
header.style-1 .main-menu > ul > li.menu-item-has-children > a::before {
  content: "\f229";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 8px;
  top: 52%;
  transform: translateY(-50%);
  font-size: 10px;
  color: var(--white-color);
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li.menu-item-has-children > a::before {
    display: none;
  }
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li:hover > ul.sub-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
header.style-1 .main-menu > ul > li:hover > a {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li:hover .dropdown-icon2 {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li:hover.menu-item-has-children > a::before {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active > a {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active i {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active .dropdown-icon2 {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul li.menu-item-has-children > i {
  display: none;
}
header.style-1 .mobile-logo-area .mobile-logo-wrap img {
  width: 120px;
}
header.style-1 .mobile-logo-area .menu-close-btn {
  height: 38px;
  width: 38px;
  border-radius: 10px;
  border: 1px solid var(--black-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn i {
  font-size: 26px;
  line-height: 1;
  color: var(--black-color);
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn:hover {
  background-color: var(--title-color);
}
header.style-1 .mobile-logo-area .menu-close-btn:hover i {
  color: var(--white-color);
}
@media only screen and (max-width: 991px) {
  header.style-1 .dropdown-icon {
    color: var(--white-color);
  }
  header.style-1 .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white-color);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-1 .main-menu.show-menu {
    transform: translateX(0);
  }
  header.style-1 .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1 .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
    border: unset;
  }
  header.style-1 .main-menu .btn-and-contact-area a {
    border-radius: 100px;
    padding: 15px 27px;
  }
  header.style-1 .main-menu > ul {
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }
  header.style-1 .main-menu > ul > li {
    display: block;
    position: relative;
    padding: 0;
  }
  header.style-1 .main-menu > ul > li i {
    display: block;
  }
  header.style-1 .main-menu > ul > li > a {
    padding: 15px 0;
    background-color: transparent;
    border: unset;
    border-radius: unset;
    display: block;
    border: unset;
    color: var(--text-color);
  }
  header.style-1 .main-menu > ul > li ul.sub-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
    padding-left: 10px;
    background-color: unset;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a {
    padding: 12px 0px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a:hover {
    margin-left: 10px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li i {
    right: -13px;
  }
  header.style-1 .main-menu > ul > li:hover > a {
    color: var(--title-color);
    background-color: transparent;
  }
  header.style-1 .main-menu > ul > li:hover i {
    color: var(--title-color);
  }
  header.style-1 .main-menu > ul > li.active > a {
    color: var(--title-color);
    background-color: transparent;
  }
  header.style-1 .main-menu > ul > li .bi {
    top: 13px;
    font-size: 20px;
    line-height: 1;
  }
  header.style-1 .main-menu > ul li.menu-item-has-children > i {
    display: block;
    color: var(--title-color);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .primary-btn1 {
    padding: 13px 20px;
  }
}

.container.one {
  max-width: 1290px;
}

/*=====================================
  5.Home1 Banner section
========================================*/
.banner-section {
  position: relative;
}
.banner-section .banner-video-area {
  min-height: 950px;
  height: 950px;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-video-area {
    min-height: 800px;
    height: 800px;
  }
}
@media (max-width: 1399px) {
  .banner-section .banner-video-area {
    min-height: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-video-area {
    min-height: 700px;
    height: 700px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-video-area {
    min-height: 600px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-video-area {
    min-height: 500px;
    height: 500px;
  }
}
.banner-section .banner-video-area video {
  width: 100%;
  min-height: 950px;
  height: 950px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-video-area video {
    min-height: 800px;
    height: 800px;
  }
}
@media (max-width: 1399px) {
  .banner-section .banner-video-area video {
    min-height: 750px;
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-video-area video {
    min-height: 700px;
    height: 700px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-video-area video {
    min-height: 600px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-video-area video {
    min-height: 500px;
    height: 500px;
  }
}
.banner-section .banner-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 215px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-content-wrap {
    padding-top: 190px;
  }
}
@media (max-width: 1399px) {
  .banner-section .banner-content-wrap {
    padding-top: 180px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-content-wrap {
    padding-top: 140px;
  }
}
.banner-section .banner-content-wrap .banner-content .banner-content-title span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.7em;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1199px) {
  .banner-section .banner-content-wrap .banner-content .banner-content-title span {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-content-wrap .banner-content .banner-content-title span {
    font-size: 15px;
    letter-spacing: 0.5em;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content-wrap .banner-content .banner-content-title span {
    font-size: 14px;
    letter-spacing: 0.3em;
  }
}
.banner-section .banner-content-wrap .banner-content .banner-content-title h1 {
  color: var(--white-color);
  font-family: var(--font-inteTight);
  font-weight: 500;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 30px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-content-wrap .banner-content .banner-content-title h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media (max-width: 1399px) {
  .banner-section .banner-content-wrap .banner-content .banner-content-title h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-content-wrap .banner-content .banner-content-title h1 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-content-wrap .banner-content .banner-content-title h1 {
    font-size: 42px;
    line-height: 59px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content-wrap .banner-content .banner-content-title h1 {
    font-size: 35px;
    line-height: 50px;
  }
}
.banner-section .banner-content-wrap .banner-content .banner-bottom-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.banner-section .banner-content-wrap .banner-content .banner-bottom-wrap ul li .icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  background-color: rgba(var(--white-color-opc), 0.1);
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  backdrop-filter: blur(84px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section .banner-img {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .banner-section .banner-img {
    display: none;
  }
}

.banner-bottom {
  background-color: #193133;
  padding: 9px 0;
}
.banner-bottom .banner-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .banner-bottom .banner-bottom-wrapper {
    gap: 14px;
  }
}
@media (max-width: 576px) {
  .banner-bottom .banner-bottom-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    gap: 9px;
  }
}
.banner-bottom .banner-bottom-wrapper span {
  color: var(--white-color);
  display: block;
  font-family: var(--font-inteTight);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .banner-bottom .banner-bottom-wrapper span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .banner-bottom .banner-bottom-wrapper span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .banner-bottom .banner-bottom-wrapper span {
    font-size: 14px;
  }
}
.banner-bottom .banner-bottom-wrapper .price {
  margin-bottom: 0;
  color: var(--title-color);
  font-family: var(--font-inteTight);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  background-color: var(--primary-color1);
  padding: 9px 8px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .banner-bottom .banner-bottom-wrapper .price {
    font-size: 16px;
  }
}

/*=====================================
  6.Kye Feature section
========================================*/
.author-and-quality ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .author-and-quality ul {
    flex-wrap: wrap;
    gap: 35px;
  }
}
.author-and-quality ul li {
  display: flex;
  gap: 20px;
}
@media (max-width: 576px) {
  .author-and-quality ul li {
    gap: 15px;
  }
}
.author-and-quality ul li svg {
  fill: var(--title-color);
}
@media (max-width: 576px) {
  .author-and-quality ul li svg {
    width: 35px;
  }
}
.author-and-quality ul li .content h4 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .author-and-quality ul li .content h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .author-and-quality ul li .content h4 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .author-and-quality ul li .content h4 {
    font-size: 20px;
  }
}
.author-and-quality ul li .content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
.author-and-quality .text-area {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  padding: 14px 35px;
  border: 1px solid #E8E8E8;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .author-and-quality .text-area {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .author-and-quality .text-area {
    border-radius: 10px;
    padding: 20px 20px;
    gap: 15px;
  }
}
.author-and-quality .text-area p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
}
.author-and-quality .text-area .content {
  line-height: 1;
  display: flex;
  gap: 5px;
}
.author-and-quality .text-area .content .star {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.author-and-quality .text-area .content .star li i {
  font-size: 14px;
  color: #E4C200;
}
.author-and-quality .text-area .content span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

.kye-features-section .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .kye-features-section .section-title {
    margin-bottom: 25px;
  }
}
.kye-features-section .kye-features-wrap {
  padding: 0 50px;
}
@media (max-width: 1799px) {
  .kye-features-section .kye-features-wrap {
    padding: 0 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .kye-features-section .kye-features-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 1399px) {
  .kye-features-section .kye-features-wrap {
    padding: 10px;
  }
}
.kye-features-section .kye-features-wrap .single-kye-features {
  background-color: #B6E6C7;
  padding: 45px 24px 0 24px;
}
@media (max-width: 1799px) {
  .kye-features-section .kye-features-wrap .single-kye-features {
    padding: 48px 23px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .kye-features-section .kye-features-wrap .single-kye-features {
    padding: 35px 15px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kye-features-section .kye-features-wrap .single-kye-features {
    padding: 35px 23px 0;
  }
}
@media (max-width: 576px) {
  .kye-features-section .kye-features-wrap .single-kye-features {
    padding: 40px 15px 0;
  }
}
.kye-features-section .kye-features-wrap .single-kye-features .kye-features-content {
  margin-bottom: 45px;
}
.kye-features-section .kye-features-wrap .single-kye-features .kye-features-content h3 {
  color: var(--title-color);
  font-family: var(--font-inteTight);
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-content h3 {
    font-size: 23px;
  }
}
.kye-features-section .kye-features-wrap .single-kye-features .kye-features-content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-content p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-img img {
    width: 100%;
  }
}
.kye-features-section .kye-features-wrap .single-kye-features.two {
  background-color: #193133;
}
.kye-features-section .kye-features-wrap .single-kye-features.two .kye-features-content h3 {
  color: var(--white-color);
}
.kye-features-section .kye-features-wrap .single-kye-features.two .kye-features-content p {
  color: var(--white-color);
}
.kye-features-section .kye-features-wrap .single-kye-features.three {
  background-color: #CCF664;
}
.kye-features-section .kye-features-wrap .single-kye-features.four {
  background-color: #D3DCF5;
}

/*=====================================
  8.Home Page Area Section
========================================*/
.home-page-area .section-title {
  margin-bottom: 35px;
}
.home-page-area .section-title .demo-number {
  margin-bottom: -55px;
}
@media (max-width: 767px) {
  .home-page-area .section-title .demo-number {
    margin-bottom: -40px;
  }
}
@media (max-width: 991px) {
  .home-page-area .section-title .demo-number img {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .home-page-area .section-title .demo-number img {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .home-page-area .section-title .demo-number img {
    width: 180px;
  }
}
.home-page-area .feature-tag-list {
  display: flex;
  justify-content: center;
  gap: 35px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .home-page-area .feature-tag-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.home-page-area .feature-tag-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 17px;
  border: 1px solid var(--borders-color);
  border-radius: 100px;
}
.home-page-area .feature-tag-list li span {
  color: var(--title-color);
  display: block;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 991px) {
  .home-page-area .feature-tag-list li span {
    font-size: 15px;
  }
}
.home-page-area .home-page-section-card {
  padding: 0 50px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home-page-area .home-page-section-card {
    padding: 0 20px;
  }
}
@media (max-width: 1399px) {
  .home-page-area .home-page-section-card {
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card {
    padding: 0;
  }
}
.home-page-area .home-page-section-card .home-page-card {
  text-align: center;
  position: relative;
}
.home-page-area .home-page-section-card .home-page-card .home-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-page-area .home-page-section-card .home-page-card .home-img img {
  width: 100%;
}
.home-page-area .home-page-section-card .home-page-card .home-img .button-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s ease;
  border-radius: inherit;
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card .home-page-card .home-img .button-group {
    gap: 15px;
  }
}
.home-page-area .home-page-section-card .home-page-card .home-img .button-group .primary-btn1 {
  padding: 9px 25px;
  opacity: 0;
  transform: translateY(15px);
  will-change: transform, opacity;
  transition: all 0.4s ease;
}
.home-page-area .home-page-section-card .home-page-card .home-img .button-group .primary-btn1:nth-child(2) {
  transition-delay: 0.1s;
}
.home-page-area .home-page-section-card .home-page-card .home-img .button-group .primary-btn1.two {
  border: 1px solid rgba(var(--white-color-opc), 0.15);
  background: rgba(var(--white-color-opc), 0.15);
  backdrop-filter: blur(14px);
  color: var(--white-color);
}
.home-page-area .home-page-section-card .home-page-card .home-img .button-group .primary-btn1.two svg {
  fill: var(--white-color);
}
.home-page-area .home-page-section-card .home-page-card h4 {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-section-card .home-page-card h4 {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card .home-page-card h4 {
    margin-top: 15px;
  }
}
.home-page-area .home-page-section-card .home-page-card h4 a {
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  transition: 0.35s;
  color: var(--title-color);
}
@media (max-width: 1199px) {
  .home-page-area .home-page-section-card .home-page-card h4 a {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card .home-page-card h4 a {
    font-size: 19px;
  }
}
.home-page-area .home-page-section-card .home-page-card h4 a span {
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: right 90%;
  transition: background-size 0.75s;
}
.home-page-area .home-page-section-card .home-page-card h4 a span:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}
.home-page-area .home-page-section-card .home-page-card:hover .button-group {
  opacity: 1;
  transform: translateY(0);
}
.home-page-area .home-page-section-card .home-page-card:hover .button-group .primary-btn1 {
  opacity: 1;
  transform: translateY(0);
}

/*=====================================
  09. text Scroll Section CSS
========================================*/
.scroll-text-section {
  overflow: hidden;
}
.scroll-text-section .scrolling-text {
  display: flex;
  gap: 60px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1199px) {
  .scroll-text-section .scrolling-text {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .scroll-text-section .scrolling-text {
    gap: 30px;
  }
}
.scroll-text-section .scrolling-text .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 60px;
  min-width: 100%;
}
@media (max-width: 1199px) {
  .scroll-text-section .scrolling-text .marquee__group {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .scroll-text-section .scrolling-text .marquee__group {
    gap: 20px;
  }
}
.scroll-text-section .scrolling-text .marquee__group h2 {
  color: rgba(var(--title-color-opc), 0.1);
  font-family: var(--font-inteTight);
  font-weight: 500;
  font-size: 145px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .scroll-text-section .scrolling-text .marquee__group h2 {
    font-size: 110px;
  }
}
@media (max-width: 1199px) {
  .scroll-text-section .scrolling-text .marquee__group h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .scroll-text-section .scrolling-text .marquee__group h2 {
    font-size: 90px;
  }
}
.scroll-text-section .scrolling-text .marquee__group svg {
  fill: rgba(var(--title-color-opc), 0.1);
}
@media (max-width: 1399px) {
  .scroll-text-section .scrolling-text .marquee__group svg {
    width: 140px;
  }
}
@media (max-width: 1199px) {
  .scroll-text-section .scrolling-text .marquee__group svg {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .scroll-text-section .scrolling-text .marquee__group svg {
    width: 100px;
  }
}

/*=====================================
  09. text Scroll Section CSS
========================================*/
.highlight-section .highlight-list-item {
  display: flex;
  align-items: start;
  gap: 24px;
  transition: all 0.3s ease-in-out;
  max-width: 1148px;
  width: 100%;
  margin: 0 auto 24px;
}
@media (max-width: 1399px) {
  .highlight-section .highlight-list-item {
    max-width: 1000px;
  }
}
@media (max-width: 1399px) {
  .highlight-section .highlight-list-item {
    gap: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .highlight-section .highlight-list-item {
    max-width: 820px;
  }
}
@media (max-width: 991px) {
  .highlight-section .highlight-list-item {
    flex-wrap: wrap;
    max-width: unset;
  }
}
.highlight-section .highlight-list-item .single-list {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 29px;
  border: 1px solid var(--borders-color);
  border-radius: 100px;
  max-width: 366px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .highlight-section .highlight-list-item .single-list {
    padding: 20px 22px;
  }
}
@media (max-width: 1199px) {
  .highlight-section .highlight-list-item .single-list {
    max-width: 290px;
    padding: 15px 17px;
  }
}
@media (max-width: 991px) {
  .highlight-section .highlight-list-item .single-list {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .highlight-section .highlight-list-item .single-list {
    padding: 15px 10px;
  }
}
.highlight-section .highlight-list-item .single-list .highlights-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .highlight-section .highlight-list-item .single-list .highlights-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.highlight-section .highlight-list-item .single-list .highlights-icon svg {
  fill: #193133;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .highlight-section .highlight-list-item .single-list .highlights-icon svg {
    width: 14px;
  }
}
.highlight-section .highlight-list-item .single-list span {
  font-family: var(--font-poppins);
  color: var(--title-color);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1399px) {
  .highlight-section .highlight-list-item .single-list span {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .highlight-section .highlight-list-item .single-list span {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .highlight-section .highlight-list-item .single-list span {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .highlight-section .highlight-list-item .single-list span {
    font-size: 16px;
    line-height: 24px;
  }
}
.highlight-section .highlight-list-item .single-list:hover .highlights-icon {
  background-color: #193133;
}
.highlight-section .highlight-list-item .single-list:hover .highlights-icon svg {
  fill: var(--primary-color1);
}
.highlight-section .highlight-list-item:last-child {
  margin-bottom: 0;
}
.highlight-section .highlight-list-item.full-width {
  max-width: 100%;
}

/*=====================================
  30. Home3 Banner2 Section CSS
========================================*/
.banner-img-section {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 650px;
  position: relative;
}
@media (max-width: 991px) {
  .banner-img-section {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .banner-img-section {
    min-height: 450px;
  }
}
.banner-img-section .vector {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*=====================================
  11.Inner Page Section CSS
========================================*/
.innerpage-section {
  position: relative;
  background-color: #193133;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  z-index: 1;
}
@media (max-width: 991px) {
  .innerpage-section {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .innerpage-section {
    padding-top: 70px;
  }
}
.innerpage-section .section-title h2 {
  max-width: 777px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .innerpage-section .section-title h2 {
    max-width: unset;
  }
}
.innerpage-section .innerpage-slider-wrapper {
  padding: 0 40px;
}
@media (max-width: 1699px) {
  .innerpage-section .innerpage-slider-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .innerpage-section .innerpage-slider-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .innerpage-section .innerpage-slider-wrapper {
    padding: 0;
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee {
  display: flex;
  gap: 30px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1199px) {
  .innerpage-section .innerpage-slider-wrapper .marquee {
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .innerpage-section .innerpage-slider-wrapper .marquee {
    gap: 20px;
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  animation: scroll-x-left 60s linear infinite;
}
@media (max-width: 1199px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group {
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group {
    gap: 20px;
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img {
  position: relative;
  max-width: 432px;
  width: 100%;
}
.innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  opacity: 0;
  transform: scale(0.4);
  transition: all 0.5s ease-out;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group {
    border-radius: 10px;
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group .primary-btn1 {
  font-size: 15px;
  padding: 14px 20px;
}
@media (max-width: 1399px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group .primary-btn1 {
    font-size: 14px;
    padding: 13px 17px;
  }
}
@media (max-width: 576px) {
  .innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img .button-group .primary-btn1 {
    padding: 14px 17px;
    font-size: 15px;
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee .marquee__group .inner-page-img:hover .button-group {
  transform: scale(1);
  opacity: 1;
}
@keyframes scroll-x-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee.first-slider:hover .marquee__group {
  animation-play-state: paused;
}
.innerpage-section .innerpage-slider-wrapper .marquee.third-slider:hover .marquee__group {
  animation-play-state: paused;
}
.innerpage-section .innerpage-slider-wrapper .marquee.two .marquee__group {
  animation: scroll-x-reverse 60s linear infinite;
}
@keyframes scroll-x-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.innerpage-section .innerpage-slider-wrapper .marquee.two:hover .marquee__group {
  animation-play-state: paused;
}
.innerpage-section .text-calculator-section {
  position: relative;
}
.innerpage-section .text-calculator-section .calculator-img {
  min-height: 450px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .innerpage-section .text-calculator-section .calculator-img {
    min-height: 204px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.innerpage-section .text-calculator-section .text-calculator-vector {
  position: absolute;
  top: 70px;
  right: 20px;
  z-index: -1;
}
@media (max-width: 991px) {
  .innerpage-section .text-calculator-section .text-calculator-vector {
    display: none;
  }
}
.innerpage-section .vector {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*=====================================
  13.Feature Section CSS
========================================*/
.feature-section .features {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  row-gap: 0;
}
@media (max-width: 1399px) {
  .feature-section .features {
    gap: 20px;
    row-gap: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-section .features {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .feature-section .features {
    grid-template-columns: repeat(4, 1fr);
  }
  .feature-section .features * {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
@media (max-width: 767px) {
  .feature-section .features {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .feature-section .features {
    grid-template-columns: repeat(2, 1fr);
  }
}
.feature-section .features .single-feature {
  background-color: var(--white-color);
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
  min-width: 190px;
  max-width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1399px) {
  .feature-section .features .single-feature {
    min-width: 175px;
    max-width: 175px;
    height: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-section .features .single-feature {
    min-width: 153px;
    max-width: 153px;
    height: 153px;
  }
}
@media (max-width: 991px) {
  .feature-section .features .single-feature {
    min-width: 170px;
    max-width: 170px;
    height: 170px;
  }
}
@media (max-width: 576px) {
  .feature-section .features .single-feature {
    min-width: 153px;
    max-width: 153px;
    height: 153px;
  }
}
.feature-section .features .single-feature svg {
  fill: var(--title-color);
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .feature-section .features .single-feature svg {
    width: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-section .features .single-feature svg {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .feature-section .features .single-feature svg {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .feature-section .features .single-feature svg {
    margin-bottom: 10px;
    width: 35px;
  }
}
.feature-section .features .single-feature h6 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .feature-section .features .single-feature h6 {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-section .features .single-feature h6 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .feature-section .features .single-feature h6 {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .feature-section .features .single-feature h6 {
    font-size: 14px;
  }
}
.feature-section .features .single-feature:nth-child(even) {
  background-color: #F1EEEA;
  border-color: #F1EEEA;
}
.feature-section .features .item-1 {
  grid-column: 3/span 2;
}
.feature-section .features .item-2 {
  grid-column: 5/span 2;
}
.feature-section .features .item-3 {
  grid-column: 7/span 2;
}
.feature-section .features .item-4 {
  grid-column: 9/span 2;
}
.feature-section .features .item-5 {
  grid-column: 1/span 2;
}
.feature-section .features .item-6 {
  grid-column: 3/span 2;
}
.feature-section .features .item-7 {
  grid-column: 5/span 2;
}
.feature-section .features .item-8 {
  grid-column: 7/span 2;
}
.feature-section .features .item-9 {
  grid-column: 9/span 2;
}
.feature-section .features .item-10 {
  grid-column: 11/span 2;
}
.feature-section .features .item-11 {
  grid-column: 3/span 2;
}
.feature-section .features .item-12 {
  grid-column: 5/span 2;
}
.feature-section .features .item-13 {
  grid-column: 7/span 2;
}
.feature-section .features .item-14 {
  grid-column: 9/span 2;
}
.feature-section .contact-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 22px 16px 22px 40px;
  border: 1px solid var(--borders-color);
  border-radius: 100px;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .feature-section .contact-btn-area {
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .feature-section .contact-btn-area {
    padding: 14px 25px;
  }
}
.feature-section .contact-btn-area h6 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 352px;
  width: 100%;
}
@media (max-width: 576px) {
  .feature-section .contact-btn-area h6 {
    text-align: center;
  }
}
.feature-section .contact-btn-area h6 span {
  color: var(--primary-color1);
}
.feature-section .contact-btn-area .primary-btn1 {
  padding: 13px 24px;
  background-color: #193133;
  border-radius: 100px;
}

/*=====================================
  14.News Section CSS
========================================*/
.news-insight-section .section-title-and-news-list {
  max-width: 568px;
  width: 100%;
}
@media (max-width: 767px) {
  .news-insight-section .section-title-and-news-list {
    max-width: unset;
  }
}
.news-insight-section .section-title-and-news-list .news-insight-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 50px;
}
.news-insight-section .section-title-and-news-list .news-insight-list li {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
}
@media (max-width: 1399px) {
  .news-insight-section .section-title-and-news-list .news-insight-list li {
    padding-top: 10px;
  }
}
.news-insight-section .section-title-and-news-list .news-insight-list li span {
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--title-color);
  display: block;
}
@media (max-width: 1399px) {
  .news-insight-section .section-title-and-news-list .news-insight-list li span {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .news-insight-section .section-title-and-news-list .news-insight-list li span {
    font-size: 15px;
    line-height: 25px;
  }
}
.news-insight-section .section-title-and-news-list .news-insight-list li svg {
  fill: var(--white-color);
  min-width: 18px;
  max-width: 18px;
  height: 18px;
}
.news-insight-section .section-title-and-news-list .news-insight-list li rect {
  fill: #193133;
}
.news-insight-section .section-title-and-news-list .news-insight-list li:nth-child(1) {
  padding-top: 0;
}

/*=====================================
  15.Responsive Section CSS
========================================*/
.responsive-section .responsive-wrapper {
  padding: 50px 60px;
  background-color: #193133;
  position: relative;
}
@media (max-width: 1199px) {
  .responsive-section .responsive-wrapper {
    padding: 50px 55px;
  }
}
@media (max-width: 991px) {
  .responsive-section .responsive-wrapper {
    padding: 45px 25px;
  }
}
@media (max-width: 576px) {
  .responsive-section .responsive-wrapper {
    padding: 40px 20px;
  }
}
.responsive-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .responsive-section ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .responsive-section ul {
    -moz-columns: 2;
         columns: 2;
    display: block;
  }
}
@media (max-width: 576px) {
  .responsive-section ul {
    flex-direction: column;
    display: flex;
  }
}
@media (max-width: 767px) {
  .responsive-section ul li {
    margin-bottom: 30px;
  }
  .responsive-section ul li:nth-child(7) {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .responsive-section ul li {
    margin-bottom: 0;
  }
}
.responsive-section .single-responsive {
  max-width: 150px;
  width: 100%;
}
.responsive-section .single-responsive .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .responsive-section .single-responsive .icon {
    margin-bottom: 20px;
  }
}
.responsive-section .single-responsive .icon svg {
  fill: var(--primary-color1);
}
.responsive-section .single-responsive .content {
  line-height: 1;
}
.responsive-section .single-responsive .content h6 {
  margin-bottom: 15px;
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.28px;
  text-align: center;
}
@media (max-width: 991px) {
  .responsive-section .single-responsive .content h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .responsive-section .single-responsive .content h6 {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.responsive-section .single-responsive .content p {
  color: var(--white-color);
  text-align: center;
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.26px;
  margin-bottom: 0;
}
.responsive-section span {
  width: 1px;
  height: 100%;
  background-color: rgba(var(--white-color-opc), 0.1);
  position: absolute;
  display: flex;
  margin-bottom: 30px;
  top: 0;
}
@media (max-width: 767px) {
  .responsive-section span {
    display: none;
  }
}
.responsive-section .responsive-img {
  display: flex;
  justify-content: center;
}

/*=====================================
  16.Product Support Section CSS
========================================*/
.product-support-section .product-support-card {
  padding: 30px 30px 30px 45px;
  background-color: #F4DE9B;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card {
    padding: 45px 25px 45px 30px;
  }
}
@media (max-width: 767px) {
  .product-support-section .product-support-card {
    padding: 35px 25px 35px 30px;
  }
}
@media (max-width: 576px) {
  .product-support-section .product-support-card {
    padding: 30px 20px 35px 20px;
    border-radius: 15px;
  }
}
.product-support-section .product-support-card .content h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card .content h2 {
    font-size: 31px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-support-section .product-support-card .content h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product-support-section .product-support-card .content h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .product-support-section .product-support-card .content h2 {
    font-size: 28px;
  }
}
.product-support-section .product-support-card .content p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card .content p {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-support-section .product-support-card .content p {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .product-support-section .product-support-card .content p {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .product-support-section .product-support-card .content p {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.product-support-section .product-support-card .content .primary-btn1 {
  padding: 17px 42px;
  display: inline-flex;
  border-radius: 100px;
}
.product-support-section .product-support-card.two {
  background-color: #99E4B4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-support-section .icon img {
    max-height: 280px;
  }
}
@media (max-width: 767px) {
  .product-support-section .icon img {
    max-height: 280px;
  }
}

/*=====================================
  15.Footer Section
========================================*/
footer {
  position: relative;
  background-image: url(../img/footer-bg.png), linear-gradient(180deg, rgb(25, 49, 51) 0%, rgb(25, 49, 51) 100%);
  background-size: cover;
  background-repeat: no-repeat;
}
footer .footer-top {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  footer .footer-top {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
  footer .footer-top {
    padding-top: 70px;
  }
}
footer .footer-top h2 {
  font-family: var(--font-inteTight);
  font-weight: 600;
  font-size: 70px;
  line-height: 90px;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 30px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  footer .footer-top h2 {
    font-size: 64px;
  }
}
@media (max-width: 1399px) {
  footer .footer-top h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  footer .footer-top h2 {
    font-size: 57px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  footer .footer-top h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  footer .footer-top h2 {
    font-size: 42px;
    line-height: 61px;
  }
}
@media (max-width: 576px) {
  footer .footer-top h2 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 35px;
  }
}
footer .footer-top .primary-btn1 {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 16px 35px;
  min-width: 295px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  footer .footer-top .primary-btn1 {
    padding: 14px 26px;
    min-width: 220px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .primary-btn1 {
    padding: 16px 21px;
    font-size: 15px;
  }
}
footer .footer-top p {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #999999;
  max-width: 463px;
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  footer .footer-top p {
    margin: 0 auto 40px;
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  footer .footer-top p {
    font-size: 16px;
  }
}
footer .footer-top .author-feature-wrapper {
  padding: 30px 50px;
  background-color: #193133;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  footer .footer-top .author-feature-wrapper {
    padding: 30px 28px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .author-feature-wrapper {
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-top .author-feature-wrapper {
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .author-feature-wrapper {
    border-radius: 10px;
  }
}
footer .footer-top .author-feature-wrapper .author-feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer-top .author-feature-wrapper .author-feature-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .author-feature-wrapper .author-feature-list {
    gap: 25px;
  }
}
footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -76px;
  width: 1px;
  height: 50px;
  background-color: rgba(var(--white-color-opc), 0.15);
}
@media (max-width: 1399px) {
  footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature::after {
    left: -46px;
  }
}
@media (max-width: 1199px) {
  footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature::after {
    left: -30px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature::after {
    display: none;
  }
}
footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature:first-child::after {
  display: none;
}
footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature img {
  width: 50px;
}
@media (max-width: 767px) {
  footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature img {
    width: 40px;
  }
}
footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature span {
  color: var(--white-color);
  display: block;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 1199px) {
  footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  footer .footer-top .author-feature-wrapper .author-feature-list .single-author-feature span {
    font-size: 16px;
  }
}
footer .footer-bottom .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 25px 0;
}
footer .footer-bottom .copyright svg {
  fill: var(--white-color);
}
footer .footer-bottom .copyright p {
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #999999;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 576px) {
  footer .footer-bottom .copyright p {
    font-size: 13px;
  }
}
footer .footer-bottom .copyright p a {
  color: var(--white-color);
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: right 90%;
  transition: background-size 0.75s;
}
footer .footer-bottom .copyright p a:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}/*# sourceMappingURL=style.css.map */