/*===========================
Project Name: OneTrack - 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=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=SUSE:wght@100..800&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-bricolageGrotesque: "Bricolage Grotesque", sans-serif;
  --font-suse: "SUSE", sans-serif;
  --white-color: #fff;
  --white-color-opc: 255, 255, 255;
  --black-color: #020202;
  --black-color-opc: 17, 15, 15;
  --title-color: #020202;
  --title-color-opc: 17, 15, 15;
  --text-color: #525252;
  --dark-text-color: #AAAAAA;
  --primary-color1: #3655FF;
  --primary-color1-opc: 54, 85, 255;
  --borders-color: #E8E8E8;
  --border-color2: #FFFFFF1A;
  --border-color3: #EEEEEE;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-poppins);
  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-roboto);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

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

.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-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: 991px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}
@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-btn2 {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 600;
  background-color: var(--primary-color1);
  padding: 16px 27px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 100px;
  transition: all 0.6s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.primary-btn2 svg {
  fill: var(--white-color);
  transition: all 0.6s;
}
.primary-btn2 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 36px;
  background-color: var(--black-color);
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.primary-btn2:hover {
  color: var(--white-color);
}
.primary-btn2:hover svg {
  fill: var(--white-color);
}
.primary-btn2:hover span {
  width: 225%;
  height: 1000.5px;
}
.primary-btn2.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn2.white-bg svg {
  fill: var(--title-color);
}
.primary-btn2.white-bg span {
  background-color: var(--primary-color1);
}
.primary-btn2.white-bg:hover {
  color: var(--white-color);
}
.primary-btn2.white-bg:hover svg {
  fill: var(--white-color);
}
.primary-btn2.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn2.black-bg svg {
  fill: var(--white-color);
}
.primary-btn2.black-bg span {
  background-color: var(--primary-color1);
}
.primary-btn2.blog-bg {
  background-color: #F0F0F0;
  color: var(--title-color);
  padding: 16px 23px;
}
.primary-btn2.blog-bg:hover {
  color: var(--white-color);
}
.primary-btn2.blog-bg:hover svg {
  stroke: var(--white-color);
}
.primary-btn2.blog-bg svg {
  fill: none;
  stroke: var(--black-color);
}
.primary-btn2.blog-bg span {
  background-color: var(--black-color);
}
.primary-btn2.two {
  border-radius: 10px;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--borders-color);
  background-color: transparent;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg {
  fill: none;
  transition: 0.5s;
}
.progress-wrap svg.progress-circle {
  stroke: var(--primary-color1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap .arrow {
  fill: var(--primary-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.progress-wrap:hover {
  background-color: var(--primary-color1);
}
.progress-wrap:hover .arrow {
  fill: var(--white-color);
}

#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);
  font-family: var(--font-suse);
  width: 95px !important;
  height: 95px !important;
}

#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 h2 {
  color: var(--title-color);
  font-family: var(--font-bricolageGrotesque);
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 31px;
    line-height: 1.3;
  }
}
.section-title p {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 15px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-title p {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .section-title p {
    font-size: 16px;
  }
}
.section-title.white h2 {
  color: var(--white-color);
}
.section-title.white p {
  color: var(--dark-text-color);
}

/*=====================================
  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: 18px 90px;
}
@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);
  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: 142px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .company-logo img {
    width: 130px;
  }
}
@media (max-width: 576px) {
  header.style-1 .company-logo img {
    width: 130px;
  }
}
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;
    background-color: var(--white-color);
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--black-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-suse);
  font-weight: 600;
  font-size: 16px;
  transition: all 0.5s ease-out 0s;
  position: relative;
  border: 1px dashed transparent;
  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 {
  padding: 0;
  display: block;
  position: relative;
}
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 > a {
  display: block;
  padding: 12px 20px;
  color: var(--title-color);
  font-weight: 500;
  font-family: var(--font-bricolageGrotesque);
  font-size: 14px;
  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::before {
    background: linear-gradient(90deg, #ddd, #EFB93F, #ddd);
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a:hover {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a:hover::before {
  transform: scale(1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a.active::before {
  transform: scale(1);
}
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(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--primary-color1);
}
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: 53%;
  transform: translateY(-50%);
  font-size: 10px;
  color: var(--black-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 {
  background-color: var(--black-color);
  color: var(--white-color);
}
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(--white-color);
}
header.style-1 .main-menu > ul > li.active > a {
  color: var(--white-color);
  background-color: var(--black-color);
}
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(--white-color);
}
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: 130px;
}
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(--title-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 {
    color: var(--title-color);
    padding: 12px 0px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li i {
    color: var(--primary-color1);
    right: -13px;
  }
  header.style-1 .main-menu > ul > li:hover > a {
    color: var(--primary-color1);
    background-color: transparent;
  }
  header.style-1 .main-menu > ul > li:hover i {
    color: var(--primary-color1);
  }
  header.style-1 .main-menu > ul > li.active > a {
    color: var(--primary-color1);
    background-color: transparent;
  }
  header.style-1 .main-menu > ul > li .bi {
    top: 13px;
    font-size: 20px;
    color: var(--white-color);
    line-height: 1;
  }
  header.style-1 .main-menu > ul li.menu-item-has-children > i {
    display: block;
  }
}
header.style-1 .primary-btn2 {
  justify-content: center;
  padding: 15px 23px;
}

/*=====================================
  5.Home1 Banner section
========================================*/
.banner-section {
  overflow: hidden;
  position: relative;
}
@keyframes imageAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.banner-section .banner-wrapper {
  position: relative;
}
.banner-section .banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 71.8%);
  z-index: 1;
}
.banner-section .banner-wrapper .banner-img-area {
  min-height: 800px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-wrapper .banner-img-area {
    min-height: 680px;
  }
}
@media (max-width: 1399px) {
  .banner-section .banner-wrapper .banner-img-area {
    min-height: 640px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-wrapper .banner-img-area {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-wrapper .banner-img-area {
    min-height: 580px;
  }
}
.banner-section .banner-wrapper .banner-img-area img {
  min-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
  animation: imageAnimation 15s ease-in-out infinite;
  transform-origin: center center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-wrapper .banner-img-area img {
    min-height: 680px;
    height: 680px;
  }
}
@media (max-width: 1399px) {
  .banner-section .banner-wrapper .banner-img-area img {
    min-height: 640px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-wrapper .banner-img-area img {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-wrapper .banner-img-area img {
    min-height: 580px;
  }
}
.banner-section .banner-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 208px 0 137px;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-content-wrap {
    padding: 170px 0 120px;
  }
}
@media (max-width: 1399px) {
  .banner-section .banner-content-wrap {
    padding: 160px 0 120px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-content-wrap {
    padding: 160px 0 120px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-content-wrap {
    padding: 140px 0 90px;
  }
}
.banner-section .banner-content-wrap .banner-content {
  max-width: 872px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner-section .banner-content-wrap .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-bricolageGrotesque);
  font-weight: 700;
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 57px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-content-wrap .banner-content h1 {
    font-size: 62px;
  }
}
@media (max-width: 1399px) {
  .banner-section .banner-content-wrap .banner-content h1 {
    font-size: 55px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-content-wrap .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content-wrap .banner-content h1 {
    font-size: 44px;
  }
}
.banner-section .banner-content-wrap .banner-content > span {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid rgba(var(--white-color-opc), 0.4);
  background-color: rgba(28, 26, 30, 0.5019607843);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 100px;
  padding: 7px 17px;
  line-height: 1;
}
.banner-section .banner-content-wrap .banner-content p {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  color: var(--white-color);
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .banner-section .banner-content-wrap .banner-content p {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-content-wrap .banner-content p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content-wrap .banner-content p {
    font-size: 15px;
  }
}
.banner-section .banner-content-wrap .banner-content .btn-group-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 576px) {
  .banner-section .banner-content-wrap .banner-content .btn-group-area {
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 25px;
  }
}
.banner-section .banner-content-wrap .banner-content .btn-group-area .primary-btn2 {
  padding: 22px 34px;
}
.banner-section .banner-content-wrap .banner-content .btn-group-area .primary-btn2.white-bg {
  padding: 21px 34px;
}
.banner-section .banner-content-wrap .banner-content .btn-group-area .primary-btn2 .two {
  fill: none;
  stroke: var(--white-color);
}

.kye-features-section .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kye-features-section .section-title h2 span {
  color: var(--primary-color1);
}
.kye-features-section .kye-features-wrap .single-kye-features {
  background-color: #B6E6C7;
  padding: 48px 30px 0;
  border-radius: 10px;
}
@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;
  }
}
.kye-features-section .kye-features-wrap .single-kye-features .kye-features-content {
  margin-bottom: 30px;
}
.kye-features-section .kye-features-wrap .single-kye-features .kye-features-content h3 {
  color: var(--title-color);
  font-family: var(--font-bricolageGrotesque);
  font-size: 28px;
  font-weight: 700;
  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: 28px;
  }
}
.kye-features-section .kye-features-wrap .single-kye-features .kye-features-content p {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1799px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-content p {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-content p {
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-content p {
    font-size: 17px;
  }
}
.kye-features-section .kye-features-wrap .single-kye-features .kye-features-img img {
  border-radius: 5px 5px 0 0;
}
@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: #FFE9CF;
}
.kye-features-section .kye-features-wrap .single-kye-features.three {
  background-color: #DDE6FF;
}
.kye-features-section .features-bottom-area {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/features-bottom-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 29px 88px;
  border-radius: 20px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1399px) {
  .kye-features-section .features-bottom-area {
    padding: 28px 80px;
  }
}
@media (max-width: 1199px) {
  .kye-features-section .features-bottom-area {
    padding: 28px 60px;
  }
}
@media (max-width: 991px) {
  .kye-features-section .features-bottom-area {
    padding: 28px 35px;
    background-position: 70%;
  }
}
@media (max-width: 767px) {
  .kye-features-section .features-bottom-area {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .kye-features-section .features-bottom-area {
    border-radius: 15px;
    padding: 28px 20px;
  }
}
.kye-features-section .features-bottom-area .content {
  max-width: 390px;
  width: 100%;
}
.kye-features-section .features-bottom-area .content h4 {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .kye-features-section .features-bottom-area .content h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .kye-features-section .features-bottom-area .content h4 {
    font-size: 23px;
  }
}
.kye-features-section .features-bottom-area .content p {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 18px;
  line-height: 22.68px;
  margin-bottom: 0;
}

.home-page-area {
  scroll-margin-top: 120px;
}
.home-page-area .home-page-card {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 15px 15px;
  border-radius: 20px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-card {
    padding: 35px 10px 15px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-card {
    padding: 35px 10px 15px;
    border-radius: 15px;
  }
}
.home-page-area .home-page-card .home-img {
  position: relative;
}
.home-page-area .home-page-card .home-img img {
  border-radius: 10px;
}
.home-page-area .home-page-card h4 {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-card h4 {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-card h4 {
    margin-top: 15px;
  }
}
.home-page-area .home-page-card h4 a {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.35s;
}
@media (max-width: 1399px) {
  .home-page-area .home-page-card h4 a {
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-card h4 a {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-card h4 a {
    font-size: 24px;
  }
}
.home-page-area .home-page-card h4 a:hover {
  color: var(--primary-color1);
}
.home-page-area .home-page-card:hover .home-version {
  opacity: 1;
  transform: scaleY(1);
}

.service {
  position: relative;
}
.service video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 680px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service video {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .service video {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .service video {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .service video {
    height: 400px;
  }
}
.service .service-list-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 200px 0;
}
@media (max-width: 1199px) {
  .service .service-list-item {
    padding: 140px 0;
  }
}
@media (max-width: 767px) {
  .service .service-list-item {
    padding: 82px 0;
  }
}
@media (max-width: 576px) {
  .service .service-list-item {
    padding: 70px 0;
  }
}
.service .service-list-item .service-list-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 50px 46px;
  background-image: url(../img/service-list-wrapper-bg-img.png), linear-gradient(180deg, #2041F4 0%, #2041F4 100%);
  -webkit-backdrop-filter: blur(250px);
          backdrop-filter: blur(250px);
  border-radius: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service .service-list-item .service-list-wrapper {
    padding: 40px 31px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service .service-list-item .service-list-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 991px) {
  .service .service-list-item .service-list-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .service .service-list-item .service-list-wrapper {
    padding: 35px 25px;
  }
}
@media (max-width: 576px) {
  .service .service-list-item .service-list-wrapper {
    max-width: 270px;
    margin-left: auto;
  }
}
.service .service-list-item .service-list-wrapper .single-service {
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .service .service-list-item .service-list-wrapper .single-service {
    margin-bottom: 20px;
  }
}
.service .service-list-item .service-list-wrapper .single-service .single-service-content h4 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1;
  color: var(--white-color);
}
@media (max-width: 576px) {
  .service .service-list-item .service-list-wrapper .single-service .single-service-content h4 {
    font-size: 25px;
  }
}
.service .service-list-item .service-list-wrapper .single-service .single-service-content strong {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1;
  color: var(--white-color);
  margin-bottom: 28px;
  display: block;
}
@media (max-width: 576px) {
  .service .service-list-item .service-list-wrapper .single-service .single-service-content strong {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.service .service-list-item .service-list-wrapper .single-service .single-service-content strong span {
  color: var(--white-color);
}
.service .service-list-item .service-list-wrapper .single-service .single-service-content strong:last-child {
  margin-bottom: 0;
}
.service .service-list-item .service-list-wrapper .single-service .single-service-content svg {
  fill: rgba(var(--white-color-opc), 0.4);
}
.service .service-list-item .service-list-wrapper .single-service:last-child {
  margin-bottom: 0;
}

.key-feature-area .mb-24 {
  margin-bottom: 24px;
}
.key-feature-area .section-title .shape-and-title-area {
  display: flex;
  align-items: end;
  gap: 24px;
}
.key-feature-area .section-title .shape-and-title-area svg {
  min-width: 88px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .key-feature-area .section-title .shape-and-title-area svg {
    display: none;
  }
}
.key-feature-area .section-title .shape-and-title-area svg path {
  fill: #F4CE86;
}
.key-feature-area .section-title .shape-and-title-area svg path:last-child {
  fill: var(--title-color);
}
.key-feature-area .section-title .shape-and-title-area h2 {
  max-width: 536px;
  width: 100%;
}
.key-feature-area .section-title p {
  max-width: 424px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .key-feature-area .section-title p {
    max-width: 370px;
  }
}
@media (max-width: 767px) {
  .key-feature-area .section-title p {
    margin-left: 0;
  }
}
.key-feature-area .feature-card {
  padding: 26px 15px;
  background-color: #F0F0F0;
  border-radius: 20px;
  text-align: center;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.key-feature-area .feature-card:hover {
  border: 1px solid var(--primary-color1);
}
@media (min-width: 576px) and (max-width: 768px) {
  .key-feature-area .feature-card {
    padding: 26px 12px;
  }
}
@media (max-width: 576px) {
  .key-feature-area .feature-card {
    border-radius: 15px;
  }
}
.key-feature-area .feature-card h6 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .key-feature-area .feature-card h6 {
    font-size: 14px;
  }
}
.key-feature-area .contact-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 16px 15px 16px 40px;
  border: 1px solid var(--black-color);
  border-radius: 100px;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .key-feature-area .contact-btn-area {
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .key-feature-area .contact-btn-area {
    padding: 14px 25px;
  }
}
.key-feature-area .contact-btn-area h6 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 352px;
  width: 100%;
}
@media (max-width: 576px) {
  .key-feature-area .contact-btn-area h6 {
    text-align: center;
  }
}
.key-feature-area .contact-btn-area h6 span {
  color: var(--primary-color1);
}
.key-feature-area .contact-btn-area .primary-btn {
  border-radius: 100px;
}

.inner-page-section {
  padding: 100px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17, 15, 15, 0) 72.33%, #110F0F 100%), #181515;
}
@media (max-width: 1699px) {
  .inner-page-section {
    padding: 100px 80px;
  }
}
@media (max-width: 1399px) {
  .inner-page-section {
    padding: 100px 40px;
  }
}
@media (max-width: 1199px) {
  .inner-page-section {
    padding: 70px 30px;
  }
}
@media (max-width: 576px) {
  .inner-page-section {
    padding: 70px 0;
  }
}
.inner-page-section .section-title {
  max-width: 500px;
}
.inner-page-section .section-title p {
  color: #A0A0A0;
}
.inner-page-section .inner-page-slider {
  position: relative;
}
.inner-page-section .inner-page-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 25px;
}
.inner-page-section .inner-page-img-wrap a {
  display: inline-block;
}
.inner-page-section .inner-page-img-wrap a img {
  border-radius: 10px;
}
.inner-page-section .load-more-btn {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  text-align: center;
  color: var(--white-color);
  font-family: var(--font-bricolageGrotesque);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  transition: 0.8s;
  margin: 0 auto;
  margin-top: -170px;
}
@media (max-width: 767px) {
  .inner-page-section .load-more-btn {
    width: 150px;
    height: 150px;
    margin-top: -145px;
  }
}
.inner-page-section .load-more-btn svg {
  fill: var(--white-color);
}
.inner-page-section .load-more-btn:hover {
  box-shadow: inset 0 0 0 10em var(--black-color);
}

.contact-section .feature-img-wrapper {
  position: relative;
  max-width: 560px;
  width: 100%;
}
.contact-section .feature-img-wrapper .feature-img-area .feature-img1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-section .feature-img-wrapper .feature-img-area .feature-img1 {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .contact-section .feature-img-wrapper .feature-img-area .feature-img1 {
    width: 460px;
  }
}
@media (max-width: 576px) {
  .contact-section .feature-img-wrapper .feature-img-area .feature-img1 {
    width: 400px;
  }
}
.contact-section .feature-img-wrapper p {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 450px;
  color: var(--text-color);
  display: list-item;
}
@media (max-width: 576px) {
  .contact-section .feature-img-wrapper p {
    font-size: 14px;
  }
}
.contact-section .feature-img-wrapper p span {
  margin-bottom: 0;
  color: var(--title-color);
}
.contact-section .feature-img-wrapper p.top-text {
  position: absolute;
  top: 12%;
  z-index: 1;
  left: 30px;
}
@media (max-width: 1199px) {
  .contact-section .feature-img-wrapper p.top-text {
    top: 9%;
  }
}
.contact-section .feature-img-wrapper p.bottom-text {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  left: 30px;
}
@media (max-width: 1199px) {
  .contact-section .feature-img-wrapper p.bottom-text {
    bottom: 35px;
  }
}
.contact-section .contact-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 60px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-section .contact-wrapper ul {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-section .contact-wrapper ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-wrapper ul {
    margin-bottom: 40px;
  }
}
.contact-section .contact-wrapper ul li {
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .contact-section .contact-wrapper ul li {
    margin-bottom: 15px;
  }
}
.contact-section .contact-wrapper ul li .contact-wrapper {
  display: flex;
  align-items: start;
  gap: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-section .contact-wrapper ul li .contact-wrapper {
    gap: 15px;
  }
}
.contact-section .contact-wrapper ul li .contact-wrapper .icon img {
  min-width: 60px;
}
@media (max-width: 1199px) {
  .contact-section .contact-wrapper ul li .contact-wrapper .icon img {
    min-width: 40px;
  }
}
.contact-section .contact-wrapper ul li .contact-wrapper .contact-content {
  margin-bottom: 10px;
  max-width: 450px;
}
@media (max-width: 576px) {
  .contact-section .contact-wrapper ul li .contact-wrapper .contact-content {
    margin-bottom: unset;
  }
}
.contact-section .contact-wrapper ul li .contact-wrapper .contact-content h3 {
  color: var(--title-color);
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-section .contact-wrapper ul li .contact-wrapper .contact-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-wrapper ul li .contact-wrapper .contact-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .contact-section .contact-wrapper ul li .contact-wrapper .contact-content h3 {
    font-size: 25px;
  }
}
.contact-section .contact-wrapper ul li .contact-wrapper .contact-content p {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-section .contact-wrapper ul li .contact-wrapper .contact-content p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-wrapper ul li .contact-wrapper .contact-content p {
    font-size: 16px;
    line-height: 25px;
  }
}
.contact-section .contact-wrapper ul li .contact-wrapper .contact-content p span {
  color: var(--title-color);
  font-weight: 600px;
}
.contact-section .contact-wrapper ul li svg {
  width: 100%;
  fill: var(--borders-color);
}
.contact-section .contact-wrapper ul li:last-child {
  margin-bottom: 0;
}
.contact-section .contact-wrapper .primary-btn2 {
  padding: 20px 40px;
}
.contact-section .contact-wrapper .primary-btn2 svg {
  fill: none;
  stroke: var(--white-color);
}

.news-insight-section .news-insight-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .news-insight-section .news-insight-list {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .news-insight-section .news-insight-list {
    margin-top: 40px;
  }
}
.news-insight-section .news-insight-list li {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
}
@media (max-width: 1399px) {
  .news-insight-section .news-insight-list li {
    padding-top: 10px;
  }
}
.news-insight-section .news-insight-list li span {
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--title-color);
}
@media (max-width: 1399px) {
  .news-insight-section .news-insight-list li span {
    font-size: 16px;
  }
}
.news-insight-section .news-insight-list li svg {
  fill: var(--primary-color1);
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.news-insight-section .news-insight-list li:nth-child(1) {
  padding-top: 0;
}

.responsive-section .section-title h2 {
  max-width: 626px;
  width: 100%;
}
.responsive-section .section-title p {
  max-width: 424px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .responsive-section .section-title p {
    max-width: 370px;
  }
}
.responsive-section .responsive-wrapper {
  padding: 50px 68px;
  background-color: #D4DFFC;
  border-radius: 20px;
}
@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;
    border-radius: 15px;
  }
}
.responsive-section ul {
  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;
  }
}
.responsive-section ul li > svg {
  fill: var(--primary-color1);
}
@media (max-width: 767px) {
  .responsive-section ul li > svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .responsive-section ul li {
    margin-bottom: 30px;
  }
  .responsive-section ul li:nth-child(3), .responsive-section ul li:nth-child(4) {
    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(--text-color);
}
.responsive-section .single-responsive .content {
  line-height: 1;
}
.responsive-section .single-responsive .content h6 {
  margin-bottom: 12px;
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 700;
  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(--title-color);
  text-align: center;
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.26px;
  margin-bottom: 0;
}
.responsive-section .responsive-img {
  display: flex;
  justify-content: center;
}

.product-support-section .product-support-card {
  padding: 30px 30px 30px 45px;
  border-radius: 20px;
  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-bricolageGrotesque);
  font-weight: 700;
  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-suse);
  font-weight: 500;
  font-size: 18px;
  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-btn2 {
  padding: 20px 27px;
}
@media (max-width: 1399px) {
  .product-support-section .product-support-card .content .primary-btn2 {
    padding: 18px 24px;
  }
}
@media (max-width: 576px) {
  .product-support-section .product-support-card .content .primary-btn2 {
    padding: 18px 22px;
  }
}
.product-support-section .product-support-card .content .primary-btn2 svg {
  fill: none;
  stroke: var(--white-color);
}
.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;
  }
}

footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
footer .footer-top {
  padding: 110px 0;
}
@media (max-width: 1199px) {
  footer .footer-top {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding: 70px 0;
  }
}
footer .footer-top .footer-logo {
  text-align: center;
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  footer .footer-top .footer-logo a img {
    width: 130px;
  }
}
footer .footer-top h2 {
  color: var(--white-color);
  font-family: var(--font-bricolageGrotesque);
  font-weight: 700;
  font-size: 70px;
  line-height: 75px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  footer .footer-top h2 {
    font-size: 59px;
    margin-bottom: 40px;
    line-height: 67px;
  }
}
@media (max-width: 1199px) {
  footer .footer-top h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  footer .footer-top h2 {
    font-size: 45px;
    line-height: 54px;
  }
}
@media (max-width: 576px) {
  footer .footer-top h2 {
    font-size: 35px;
    line-height: 47px;
  }
}
footer .footer-top .btn-grp {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  footer .footer-top .btn-grp {
    flex-wrap: wrap;
    gap: 20px;
  }
}
footer .footer-top .btn-grp .primary-btn2 {
  padding: 19px 38px;
}
footer .footer-top .btn-grp .primary-btn2.two-btn {
  background-color: #78EA53;
  color: var(--title-color);
}
footer .footer-top .btn-grp .primary-btn2.two-btn span {
  background-color: var(--white-color);
}
footer .footer-top .btn-grp .primary-btn2.two-btn svg {
  fill: var(--title-color);
}
footer .footer-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-top ul li {
  padding: 5px 20px;
  background-color: #272529;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  min-width: 200px;
  border-radius: 20px;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer-top ul li h6 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
footer .footer-bottom {
  border-top: 1px solid rgba(var(--white-color-opc), 0.2);
}
footer .footer-bottom .footer-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media (max-width: 767px) {
  footer .footer-bottom .footer-bottom-wrap {
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
}
footer .footer-bottom .footer-bottom-wrap .copyright {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
footer .footer-bottom .footer-bottom-wrap .copyright svg {
  fill: var(--white-color);
}
footer .footer-bottom .footer-bottom-wrap .copyright p {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  footer .footer-bottom .footer-bottom-wrap .copyright p {
    font-size: 13px;
  }
}
footer .footer-bottom .footer-bottom-wrap .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 .footer-bottom-wrap .copyright p a:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}
footer .footer-bottom .footer-bottom-wrap .our-policy {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-bottom .footer-bottom-wrap .our-policy svg {
  fill: var(--white-color);
}
footer .footer-bottom .footer-bottom-wrap .our-policy span {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: block;
}
footer .footer-bottom .footer-bottom-wrap .our-policy span 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 .footer-bottom-wrap .our-policy span a:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}/*# sourceMappingURL=style.css.map */