wght@0, 400;0, 500;0, 600;0, 700;0, 800;0, 900;1, 400;1, 500;1, 600;1, 700;1, 800;1, 900&family=IBM+Plex+Sans:ital, wght@0, 400;0, 500;0, 600;0, 700;1, 400;1, 500;1, 600;1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  color: var(--qt-bg-bg-w);
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-blod);
  border-radius: 5px;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  line-height: var(--f-fs-font-fs16);
}
@keyframes rippleAnimation{
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.5;
  }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}

.theme-btn2 {
  display: inline-block;
  border-radius: 210px;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: var(--qt-bg-bg-w);
  font-weight: var(--f-fw-semibold);
  padding: 17px 24px;
  border: 4px solid #E7E8FF;
  position: relative;
  z-index: 3;
  transition: all 0.4s;
  overflow: hidden;
}
.theme-btn2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 210px;
  background-color: var(--qt-bg-bg-7);
  z-index: -2;
  transition: all 0.4s;
}
.theme-btn2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 0%;
  border-radius: 210px;
  background-color: var(--qt-bg-bg-w);
  z-index: -1;
  transition: all 0.4s;
  transition-timing-function: linear;
}
.theme-btn2:hover {
  color: var(--qt-bg-bg-7);
  transition: all 0.4s;
}
.theme-btn2:hover::before {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.4s;
}

.immiPressBtn span.arrow {
  display: inline-block;
  font-size: 16px;
  position: relative;
  margin-left: 5px;
  transform: rotate(-45deg);
}

.theme-btn4 {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 111px;
  background-color: var(--qt-bg-bg-12);
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs18);
  color: var(--qt-text-h-text1);
  transition: all 0.4s;
}
.theme-btn4:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background-color: #2E4D9A;
}

.theme-btn6 {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 111px;
  background-color: var(--qt-text-h-text1);
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs18);
  color: var(--qt-bg-bg-15);
  transition: all 0.4s;
  margin-left: 20px;
}
.theme-btn6:hover {
  color: var(--qt-bg-bg-15);
  transition: all 0.4s;
  transform: translateY(-5px);
}

@media screen and (max-width: 767px) {
.theme-btn6 {
    margin-top: 20px;
    margin-left: 0;
  }


}

.sidebar3-btn span.arrow {
  display: inline-block;
  font-size: 16px;
  position: relative;
  margin-left: 5px;
  transform: rotate(-45deg);
}
.sidebar1-btn span.arrow {
  display: inline-block;
  font-size: 16px;
  position: relative;
  margin-left: 5px;
  transform: rotate(-45deg);
}
.theme-btn7 span.arrow {
  display: inline-table;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
}
.theme-btn7 span.arrow::after {
  content: "";
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  border-radius: 50%;
  z-index: -2;
  transition: all 0.4s;
  animation-timing-function: ease-in-out;
}
.theme-btn7 span.arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--Gradient, linear-gradient(90deg, #1E5ECF -17.5%, #1AA7FF 100%));
  border-radius: 50%;
  z-index: -2;
  transition: all 0.4s;
  animation-timing-function: ease-in-out;
}
.theme-btn7 span.arrow img {
  transition: all 0.4s;
}
.theme-btn7:hover span.arrow::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
  animation-timing-function: ease-in-out;
}
.theme-btn7:hover span.arrow img {
  transition: all 0.4s;
  filter: brightness(0);
}

.theme-btn8 {
  display: inline-block;
  color: rgba(9, 26, 58, 0.82);
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px; /* 100% */
  padding: 18px 22px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 3px solid rgba(9, 26, 58, 0.82);
  background-color: #ffffff;
}
.theme-btn8::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #40a2e3;
  opacity: 0.95;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  z-index: 0;
}
.theme-btn8::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  width: 100%;
  z-index: -2;
  border-radius: 10px;
}
.theme-btn8 .arrow {
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 2px;
}
.theme-btn8 .tb8 {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 3;
}
.theme-btn8:hover {
  color: var(--Text-Color, #0A0726);
}
.theme-btn8:hover::before {
  transform: scaleX(1);
}
.theme-btn9 .arrow {
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 2px;
}
.theme-btn9 .tb8 {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.theme-btn9 .tb8::after {
  content: "";
  position: absolute;
  left: -11px;
  top: -11px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2588235294);
  opacity: 0.9;
  width: 40px;
  border-radius: 80px;
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn9:hover .tb8 {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.theme-btn9:hover .tb8::after {
  width: 116%;
  transition: all 0.4s;
}

.theme-btn10 {
  display: inline-block;
  padding: 18px 22px 18px 22px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  border-radius: 111px;
  position: relative;
  overflow: hidden;
  color: #1F4FBF;
}
.theme-btn10::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 111px;
  z-index: -2;
  transition: all 0.4s;
}
.theme-btn10::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #3F7BDF 0%, #1C3E95 100%));
  border-radius: 111px;
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn10:hover {
  transition: all 0.4s;
  color: #fff;
  background: none;
}
.theme-btn10:hover::before {
  width: 100%;
  transition: all 0.4s;
}

.theme-btn15 {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  background: #4A86E8;
  border-radius: 111px;
  padding: 18px 22px;
  transition: all 0.4s;
}
.theme-btn15 span {
  display: inline-block;
  transform: rotate(-45deg);
}
.theme-btn15:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  background: #5B96EE;
  color: #fff;
}

/* Language switcher */
.header-lang,
.mobile-lang {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-lang {
  margin-left: 20px;
  white-space: nowrap;
}
.header-lang span {
  color: rgba(4, 15, 46, 0.45);
}
.header-lang a,
.mobile-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 30px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #040f2e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.header-lang a:hover,
.header-lang a.is-active,
.mobile-lang a:hover,
.mobile-lang a.is-active {
  background: #040f2e;
  color: #fff;
}
.mobile-lang {
  margin-top: 18px;
}

/*
::::::::::::::::::::::::::
 BUTTONS AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  ANIMATION AREA CSS
 ::::::::::::::::::::::::::
 */
@keyframes shape-animaiton1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes shape-animaiton2{
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes shape-animaiton3{
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes animate1{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.shape-animaiton2 {
  position: relative;
  animation-name: shape-animaiton2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.shape-animaiton3 {
  position: relative;
  animation-name: shape-animaiton3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate1 {
  position: relative;
  animation-name: animate1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

/*
::::::::::::::::::::::::::
 ANIMATION AREA CSS
::::::::::::::::::::::::::
*/
body.body, html {
  overflow-x: hidden;
}

body {
  font-family: var(--f-ff-font-1) !important;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
body.body2.body.unic-body {
    overflow-x: initial !important;
  }


}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input, textarea, select, option {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

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

p {
  padding: 0;
  margin: 0;
}

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

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

body.body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
}

.sp {
  padding: 50px 0px;
}

@media (max-width: 991.98px) {
.experience .row.align-items-center {
    flex-direction: column;
  }
  .experience .experience-image {
    order: 1;
  }
  .experience .experience-text {
    order: 2;
  }
  .experience .main-image {
    margin-bottom: 24px;
  }
  .experience img {
    max-width: 100%;
    max-height: none;
  }


}


@media (max-width: 768px) {
.sp {
    padding: 68px 0px;
  }


}


.space16 {
  height: 16px;
}

.space24 {
  height: 32px;
}
.space30 {
  height: 42px;
}

@media (max-width: 767px) {
.space30 {
    height: 24px;
  }


}

.home-faq {
  background: #f8faff;
}
.home-faq .heading6 h2 {
  color: #0f2047;
}
.home-faq .heading6 p {
  color: #5d6a82;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.home-faq .row:last-child {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
}
.faq-card {
  background: #fff;
  border: 1px solid #d9e3f2;
  border-radius: 14px;
  padding: 22px 22px 20px;
  height: 100%;
  margin-bottom: 14px;
  box-shadow: 0 10px 24px rgba(15, 32, 71, 0.06);
}
.faq-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 30px;
  color: #17376b;
}
.faq-card p {
  margin: 0;
  color: #4f6180;
  font-size: 17px;
  line-height: 28px;
}
.home-faq-cta {
  margin-top: 4px;
}
@media (max-width: 991px) {
  .faq-card {
    margin-bottom: 18px;
  }
}

.space40 {
  height: 56px;
}

@media (max-width: 767px) {
.space40 {
    height: 32px;
  }


}

.space50 {
  height: 50px;
}

@media (max-width: 767px) {
.space50 {
    height: 25px;
  }


}

.space60 {
  height: 60px;
}

.space100 {
  height: 100px;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.mobile-sidebar .single-footer h3 {
  color: #ffffff;
}

.mobile-sidebar .single-contact a {
  color: #ffffff;
}

@media (max-width: 768px) {
.space100 {
    height: 50px;
  }


}

._relative {
  position: relative;
}

/*
 ::::::::::::::::::::::::::
  roots area css
 ::::::::::::::::::::::::::
 */
:root {
  --qt-text-h-text1: #fff;
  --qt-text-h-text2: #08111A;
  --qt-text-h-text3: #08111A;
  --qt-text-h-text4: #060512;
  --qt-text-p-text1: #CFD0D7;
  --qt-text-p-text2: #4E4D61;
  --qt-text-p-text3: #51575D;
  --qt-text-p-text4: #6E6E72;
  --qt-bg-bg-w: #fff;
  --qt-bg-bg-1: #101537;
  --qt-bg-bg-2: #1E3A8A;
  --qt-bg-bg-3: #242C56;
  --qt-bg-bg-4: #373D60;
  --qt-bg-bg-5: #F5F8FF;
  --qt-bg-bg-6: #E6ECFF;
  --qt-bg-bg-7: #2F4AA8;
  --qt-bg-bg-8: #FF6A6A;
  --qt-bg-bg-9: #F9FAFD;
  --qt-bg-bg-10: #3155B5;
  --qt-bg-bg-11: #FACD30;
  --qt-bg-bg-12: #1E2557;
  --qt-bg-bg-13: #F5F8FF;
  --qt-bg-bg-14: #E3EBFF;
  --qt-bg-bg-15: #2B4FB8;
  --qt-bg-bg-16: #EDEEFD;
  --qt-bg-bg-17: #D9E3FF;
  --qt-border-border-1: #f0f0f0;
  --qt-border-border-2: #dfdcdc;
  --qt-border-border-3: #2C2E55;
}

:root {
  --f-fw-regular: 400;
  --f-fw-medium: 500;
  --f-fw-semibold: 600;
  --f-fw-blod: 700;
  --f-fw-ex-bold: 800;
  --f-ff-font-1: 'Figtree', sans-serif;
  --f-ff-font-2: 'IBM Plex Sans', sans-serif;
  --f-fs-font-fs16: 16px;
  --f-fs-font-fs18: 18px;
  --f-fs-font-fs20: 20px;
  --f-fs-font-fs22: 22px;
  --f-fs-font-fs24: 24px;
  --f-fs-font-fs26: 26px;
  --f-fs-font-fs28: 28px;
  --f-fs-font-fs30: 30px;
  --f-fs-font-fs32: 32px;
  --f-fs-font-fs34: 34px;
  --f-fs-font-fs36: 36px;
  --f-fs-font-fs40: 40px;
  --f-fs-font-fs42: 42px;
  --f-fs-font-fs44: 44px;
  --f-fs-font-fs48: 48px;
  --f-fs-font-fs50: 50px;
  --f-fs-font-fs52: 52px;
  --f-fs-font-fs54: 54px;
  --f-fs-font-fs56: 56px;
  --f-fs-font-fs58: 58px;
  --f-fs-font-fs60: 60px;
  --f-fs-font-fs62: 62px;
  --f-fs-font-fs64: 64px;
  --f-fs-font-fs66: 66px;
  --f-fs-font-fs68: 68px;
  --f-fs-font-fs70: 70px;
  --f-fs-font-fs72: 72px;
  --f-fs-font-fs74: 74px;
  --f-fs-font-fs76: 76px;
  --f-fs-font-fs78: 78px;
  --f-fs-font-fs80: 80px;
  --f-fs-font-fs82: 82px;
  --f-fs-font-fs84: 84px;
  --f-fs-font-fs86: 86px;
  --f-fs-font-fs88: 88px;
}

/*-----------------------------------------------------------------------------------

    Template Name: 
    Author: 
    Support: 
    Description: 
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS CSS
	-----------------
		2.1 Back to top

	-----------------
    03. HEADER CSS
	-----------------
	3.1 Header Style 1

    ---------------------------------
	04. MENU CSS
	---------------------------------
	4.1 Main menu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
	5.1 blog css start

	---------------------------------
	06. FOOTER CSS
	---------------------------------
	6.1 Footer Style 1

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about css start 
**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
/*
 ::::::::::::::::::::::::::
  CONMMON AREA CSS
 ::::::::::::::::::::::::::
 */
.headding1 span.span {
  color: var(--qt-bg-bg-w);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16); /* 100% */
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(91deg, #FFF -2679.34%, rgba(255, 255, 255, 0) 189.33%);
  padding: 8px 10px;
  margin-bottom: 16px;
}
.headding1 span.span img {
  margin-top: -2px;
  margin-right: 5px;
}

.headding2 span.span {
  display: inline-block;
  color: var(--qt-bg-bg-7);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  padding: 8px 10px;
  border-radius: 210px;
  font-weight: var(--f-fw-medium);
  margin-bottom: 16px;
  background-color: #E8E9FF;
}

.headding2-w span.span {
  display: inline-block;
  color: var(--qt-text-h-text1);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  padding: 8px 10px;
  border-radius: 210px;
  font-weight: var(--f-fw-medium);
  margin-bottom: 16px;
  background-color: rgba(232, 233, 255, 0.2666666667);
}

.headding4 span.span {
  color: var(--qt-bg-bg-15);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-semibold);
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
  padding-left: 35px;
}
.headding4 span.span::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  bottom: 5px;
  left: 0;
  background-color: var(--qt-bg-bg-15);
}
.headding4 h2 {
  color: var(--qt-text-h-text4);
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-blod);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.headding4 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }

}

@media (max-width: 767px) {
.headding4 h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }

}

.headding4 p {
  color: var(--qt-text-p-text4);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-regular);
  transition: all 0.4s;
}
.headding4 h4 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--qt-text-h-text4);
  transition: all 0.4s;
}

.headding4-w h2 {
  color: var(--qt-text-h-text1);
  font-size: var(--f-fs-font-fs44);
  line-height: var(--f-fs-font-fs52);
  font-weight: var(--f-fw-blod);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.headding4-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }

}

@media (max-width: 767px) {
.headding4-w h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }

}

.headding4-w p {
  color: #DFE2FC;
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-regular);
  padding-top: 16px;
}

.heading5 .title {
  border-radius: 40px;
  background: #FFF;
  padding: 6px 12px 5px 12px;
  display: inline-block;
  margin-bottom: 16px;
}
.heading5 span.span {
  display: inline-block;
  background: var(--Gradient, linear-gradient(90deg, #1E5ECF -17.5%, #1AA7FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
}
.heading5 span.span img {
  margin-top: -2px;
  margin-right: 2px;
}

.heading6-w span.span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 16px;
}

.heading6 span.span {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  background: var(--Main-Color, linear-gradient(180deg, #215FCF 0%, #70A8FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 16px;
}
.heading6 span.span3 {
  color: var(--qt-bg-bg-7);
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 24px;
}
.heading6 span.title img {
  filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.09));
}
.heading6 h4 a {
  display: inline-block;
  color: var(--Text-Color, #0A0726);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.heading6 h3 {
  color: var(--Text-Color, #0A0726);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
}
.heading6 h2 {
  color: var(--Text-Color, #0A0726);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 122.727% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.heading6 h2 {
    font-size: 32px;
    line-height: 40px;
  }

}

@media (max-width: 767px) {
.heading6 h2 {
    font-size: 32px;
    line-height: 40px;
  }

}

.heading6 p {
  color: var(--Paragraph-Color, #4D4B5F);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
}

.heading7 .title {
  display: inline-block;
  border-radius: 3.596px;
  background: rgba(90, 101, 245, 0.1);
  padding: 6px 12px 4px 12px;
  margin-bottom: 16px;
}
.heading7 .title span.span {
  display: inline-block;
  background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #1C3E95 0%, #3F7BDF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
}
.heading7 h4 a {
  display: inline-block;
  color: var(--Home-Page-7-Main-Color, #0B101F);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 100% */
}
.heading7 h5 a {
  display: inline-block;
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.heading7 h5 a:hover {
  color: #03256c;
  transition: all 0.4s;
}
.heading7 p {
  color: var(--Home-Page-7-Paragraph-Color, #4D4B5F);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.heading7 h2 {
  color: var(--Home-Page-3-Color-Text-Color, #070811);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.heading7 h2 {
    font-size: 32px;
    line-height: 40px;
  }

}

@media (max-width: 767px) {
.heading7 h2 {
    font-size: 32px;
    line-height: 40px;
  }

}


.heading7-w span.span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 16px;
}

.heading8 span.span {
  color: var(--Home-Page-8-Main-Color, #7D2EFE);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  background-color: #ECE5FE;
  border-radius: 7px;
  padding: 8px 12px;
  display: inline-block;
  margin-bottom: 16px;
}
.heading8 span.span img {
  margin-right: 3px;
  margin-top: -3px;
}
.heading8 span.span span.text {
  display: inline-block;
  background: var(--Home-Page-8-Linner-Color, linear-gradient(90deg, #1E5ECF -17.5%, #1AA7FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading9 span.span {
  color: var(--Home-Page-8-Main-Color, #4A86E8);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  background-color: rgba(223, 227, 252, 0.8549019608);
  border-radius: 111px;
  padding: 8px 12px;
  display: inline-block;
  margin-bottom: 16px;
}
.heading9 span.span img {
  margin-right: 3px;
  margin-top: -2px;
}
.heading9 h2 {
  color: var(--Text-Color, #101022);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px; /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.heading9 h2 {
    font-size: 32px;
    line-height: 40px;
  }

}

@media (max-width: 767px) {
.heading9 h2 {
    font-size: 32px;
    line-height: 40px;
  }

}

/* #Progress
================================================== */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 99;
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #03256c;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #03256c; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*============================
++++PAGE-PROGRESS-END+++++
=============================*/
.progress-wrap.progress-wrap2 {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.267);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 99;
  color: rgb(255, 255, 255);
}

.progress-wrap.progress-wrap2::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #f7f7f7;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2:hover::after {
  opacity: 0;
}

.progress-wrap.progress-wrap2::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2:hover::before {
  opacity: 1;
}

.progress-wrap.progress-wrap2 svg path {
  fill: none;
}

.progress-wrap.progress-wrap2 svg.progress-circle path {
  stroke: #ffffff; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.video-action-btn1 {
  display: flex;
  align-items: center;
}
.video-action-btn1 .video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 25px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
.video-action-btn1 .video-play-button {
    margin: 0px 30px 0px 0px;
  }

}

.video-action-btn1 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3764705882);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-action-btn1 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}
.video-action-btn1 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-action-btn1 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 14px;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-radius: 4px;
  border-left: 13px solid #7949FF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
@keyframes pulse-border{
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-action-btn1 .hero-button1 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
.video-action-btn1 .hero-button1 {
    margin-top: 20px;
  }

}

.video-action-btn1 .hero7-all-buttons {
  display: flex;
  align-items: center;
}
.video-action-btn1 .video-btn-pera {
  margin-left: -24px;
}
.video-action-btn1 .video-btn-pera p {
  color: var(--Home-Page-2-Color-White-Color, #FFF) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
}
.blog1 .blog-box.active .headding1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 164px;
  width: 175px;
  margin-left: -88px;
  margin-top: -117px;
  z-index: -2;
  border-radius: 300px;
  background: var(--Project-Management-Color-Main-Color, #1F4FBF);
  filter: blur(107px);
  opacity: 1;
  transition: all 0.4s;
}
.blog3 .blog-boxs .blog-single-box .headding {
  padding-left: 20px;
}
@media (max-width: 767px) {
.blog3 .blog-boxs .blog-single-box .headding {
    padding-top: 20px;
  }

}

.blog3 .blog-boxs .blog-single-box .headding h4 a {
  font-size: var(--f-fs-font-fs22);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-semibold);
  color: var(--qt-text-h-text3);
  transition: all 0.4s;
}
.blog3 .blog-boxs .blog-single-box .headding h4 a:hover {
  color: var(--qt-bg-bg-8);
  transition: all 0.4s;
}
.blog3 .blog-boxs .blog-single-box .headding p {
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs30);
  color: var(--qt-text-p-text3);
  padding: 16px 0px 24px 0px;
}
.blog3 .blog-boxs .blog-single-box .headding a.learn {
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs18);
  color: var(--qt-bg-bg-8);
}
.blog3 .blog-boxs .blog-single-box .headding a.learn span {
  display: inline-block;
  transform: rotate(-45deg);
}
.blog2 .blog-box .headding {
  background-color: #fff;
  padding: 24px;
}
.blog2 .blog-box .headding .tags a {
  color: #17133D;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
}
.blog2 .blog-box .headding .tags a img {
  margin-top: -3px;
  margin-right: 3px;
}
.blog2 .blog-box .headding .tags a:nth-child(1) {
  margin-right: 30px;
}
.blog2 .blog-box .headding h4 a {
  color: #17133D;
  font-weight: var(--f-fw-semibold);
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  display: inline-block;
  padding: 16px 0px 20px 0px;
  transition: all 0.4s;
}
.blog2 .blog-box .headding h4 a:hover {
  color: var(--qt-bg-bg-7);
  transition: all 0.4s;
}
.blog2 .blog-box .headding p {
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs30);
  color: var(--qt-text-p-text2);
}
.blog2 .blog-box .headding a.learn {
  display: inline-block;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs18);
  color: #17133D;
  margin-top: 24px;
  transition: all 0.4s;
}
.blog2 .blog-box .headding a.learn:hover {
  color: var(--qt-bg-bg-7);
  transition: all 0.4s;
}
.blog2 .blog-box .headding a.learn span {
  display: inline-block;
  font-size: 14px;
}
.blog2.blog5 .blog-box .headding h4 a:hover {
  color: #1AA7FF;
}
.blog2.blog5 .blog-box .headding .learn:hover {
  color: #1AA7FF;
}
.post-area .post-left-area .image1 {
  text-align: start;
}
.post-area .post-left-area .image2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-area .post-left-area .image3 {
  position: absolute;
  top: -40px;
  left: -40px;
}
.post-area .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.post-area .shape1 {
    display: none;
  }

}

@media (max-width: 767px) {
.post-area .shape1 {
    display: none;
  }

}

.blog4 .blog4-single-box .headding4 {
  background-color: var(--qt-text-h-text1);
  padding: 24px 20px;
  box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.09);
}
.blog4 .blog4-single-box .headding4 a.date {
  display: inline-block;
  color: var(--qt-text-h-text4);
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16);
}
.blog4 .blog4-single-box .headding4 a.date img {
  margin-top: -4px;
}
.blog4 .blog4-single-box .headding4 h5 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs28);
  color: var(--qt-text-h-text4);
  padding: 16px 0px 12px 0px;
  transition: all 0.4s;
}
.blog4 .blog4-single-box .headding4 h5 a:hover {
  color: var(--qt-bg-bg-15);
  transition: all 0.4s;
}
.blog4 .blog4-single-box .headding4 a.learn {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  display: inline-block;
  font-weight: var(--f-fw-semibold);
  color: var(--qt-text-h-text4);
  margin-top: 24px;
  transition: all 0.4s;
}
.blog4 .blog4-single-box .headding4 a.learn:hover {
  color: var(--qt-bg-bg-15);
  transition: all 0.4s;
}
.blog4 .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.blog4 .shape1 {
    display: none;
  }

}

@media (max-width: 767px) {
.blog4 .shape1 {
    display: none;
  }

}

.blog-sce1 .blog-big-sec .headding2 .bottom-area .autor-area .headding {
  padding-left: 20px;
  padding-bottom: 10px;
}
.blog-sce1 .blog-big-sec .headding2 .bottom-area .autor-area .headding h5 a {
  display: inline-block;
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-semibold);
}
.blog-sce1 .blog-big-sec .headding2 .button a {
  display: inline-block;
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  color: var(--qt-text-h-text1);
  padding: 14px;
  border-radius: 4px;
  background-color: var(--qt-bg-bg-7);
}
.blog-sce1 .blog-box .headding {
  background-color: var(--qt-text-h-text1);
  padding: 24px;
}
.blog-sce1 .blog-box .headding .tags a {
  color: #17133D;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
}
.blog-sce1 .blog-box .headding .tags a img {
  margin-top: -3px;
  margin-right: 3px;
}
.blog-sce1 .blog-box .headding .tags a:nth-child(1) {
  margin-right: 30px;
}
.blog-sce1 .blog-box .headding h4 a {
  color: #17133D;
  font-weight: var(--f-fw-semibold);
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs28);
  display: inline-block;
  padding: 16px 0px 20px 0px;
  transition: all 0.4s;
}
.blog-sce1 .blog-box .headding h4 a:hover {
  color: var(--qt-bg-bg-7);
  transition: all 0.4s;
}
.blog-sce1 .blog-box .headding p {
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs30);
  color: var(--qt-text-p-text2);
}
.blog-sce1 .blog-box .headding a.learn {
  display: inline-block;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs18);
  color: #17133D;
  margin-top: 24px;
  transition: all 0.4s;
}
.blog-sce1 .blog-box .headding a.learn:hover {
  color: var(--qt-bg-bg-7);
  transition: all 0.4s;
}
.blog-sce1 .blog-box .headding a.learn span {
  display: inline-block;
  font-size: 14px;
}
.blog-area-all .blog-box .headding {
  background-color: #fff;
  padding: 24px;
}
.blog-area-all .blog-box .headding .tags a {
  color: #17133D;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
}
.blog-area-all .blog-box .headding .tags a img {
  margin-top: -3px;
  margin-right: 3px;
}
.blog-area-all .blog-box .headding .tags a:nth-child(1) {
  margin-right: 30px;
}
.blog-area-all .blog-box .headding h4 a {
  color: #17133D;
  font-weight: var(--f-fw-semibold);
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  display: inline-block;
  padding: 16px 0px 20px 0px;
  transition: all 0.4s;
}
.blog-area-all .blog-box .headding h4 a:hover {
  color: var(--qt-bg-bg-7);
  transition: all 0.4s;
}
.blog-area-all .blog-box .headding p {
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs30);
  color: var(--qt-text-p-text2);
}
.blog-area-all .blog-box .headding a.learn {
  display: inline-block;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs18);
  color: #17133D;
  margin-top: 24px;
  transition: all 0.4s;
}
.blog-area-all .blog-box .headding a.learn:hover {
  color: var(--qt-bg-bg-7);
  transition: all 0.4s;
}
.blog-area-all .blog-box .headding a.learn span {
  display: inline-block;
  font-size: 14px;
}
.blog-area-all .tabs-buttons .nav {
  display: flex;
  justify-content: end;
}
.blog-area-all .tabs-buttons .nav li button {
  padding: 16px 24px;
  border: none;
  border-radius: 4px;
  background-color: var(--qt-text-h-text1);
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs18);
  margin: 0px 6px;
  transition: all 0.4s;
}
.blog-area-all .tabs-buttons .nav li button.active {
  background-color: var(--qt-bg-bg-7);
  color: var(--qt-text-h-text1);
  transition: all 0.4s;
}

.theme-pagination li a.active {
  border-radius: 50%;
  background: var(--qt-bg-bg-7);
  box-shadow: 0px 4px 10px 0px rgba(122, 120, 198, 0.2);
  transition: all 0.3s;
  color: #ffffff;
}
.sidebar-single-box .sidebar-list ul li a.active {
  color: var(--qt-text-h-text1);
}
.sidebar-single-box .sidebar-list ul li a.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--qt-bg-bg-7);
  border-radius: 4px;
}
.blog-details-all .details-box .comment-area .icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.blog-details-all .social-area-all .social-icons ul li {
  display: inline-block;
}
.blog-details-all .social-area-all .social-icons ul li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background-color: #E6E5FE;
  color: var(--qt-bg-bg-7);
  margin-left: 6px;
  transition: all 0.4s;
}
.blog-details-all .social-area-all .social-icons ul li a:hover {
  color: var(--qt-text-h-text1);
  background-color: var(--qt-bg-bg-7);
  transition: all 0.4s;
}
.blog-details-all .social-area-all .social-icons ul li.text {
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-semibold);
  color: var(--qt-text-h-text3);
}
.blog8 .blog-box .heading span.title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  background: var(--Home-Page-8-Linner-Color, linear-gradient(90deg, #1E5ECF -17.5%, #1AA7FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
.footer1 .footer-icon-box-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--qt-border-border-3);
  padding: 80px 0px 48px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer1 .footer-icon-box-all {
    display: block;
  }

}

@media (max-width: 767px) {
.footer1 .footer-icon-box-all {
    display: block;
    margin-top: 70px;
  }

}

.footer1 .footer-icon-box-all .footer-icon-box {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer1 .footer-icon-box-all .footer-icon-box {
    padding-bottom: 20px;
  }

}

@media (max-width: 767px) {
.footer1 .footer-icon-box-all .footer-icon-box {
    padding-bottom: 20px;
  }

}

.footer1 .footer-icon-box-all .footer-icon-box .headding p {
  color: var(--qt-text-h-text1);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  padding-left: 10px;
  font-weight: var(--f-fw-blod);
  line-height: var(var(--f-fs-font-fs18)); /* 100% */
}
.footer1 .footer-icon-box-all .footer-icon-box::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -70px;
  width: 2px;
  height: 28px;
  background-color: var(--qt-border-border-3);
}
.footer1 .footer-icon-box-all .footer-icon-box:nth-last-child(1)::after {
  display: none;
}
.footer1 .single-footer-items h3 {
  color: var(--qt-text-h-text1);
  font-size: var(--f-fs-font-fs20);
  font-style: normal;
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs20);
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer1 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

@media (max-width: 767px) {
.footer1 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

.footer1 .single-footer-items .menu-list li a {
  color: var(--Project-Management-Color-Paragraph-Color, rgba(255, 255, 255, 0.8));
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 14px 0px;
  position: relative;
  transition: all 0.4s;
}
.footer1 .single-footer-items .menu-list li a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.4s;
  background-color: var(--Project-Management-Color-Paragraph-Color, rgba(255, 255, 255, 0.8));
}
.footer1 .single-footer-items .menu-list li a:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.footer1 .single-footer-items .social-icons li {
  display: inline-block;
  padding: 0px 3px;
}
.footer1 .single-footer-items .social-icons li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--qt-text-h-text1);
  position: relative;
}
@media (max-width: 767px) {
.footer1 .single-footer-items .social-icons li a {
    margin-bottom: 8px;
  }

}

.footer1 .single-footer-items .social-icons li a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: var(--qt-bg-bg-12);
}
.footer1 .single-footer-items .social-icons li a:hover::after {
  transition: all 0.4s;
  background: linear-gradient(95deg, #1F4FBF 0.75%, #1499FF 101.34%);
}
.footer1 .copyright-area {
  padding: 16px 0;
  border-top: 1px solid var(--qt-border-border-3);
}
@media (max-width: 767px) {
.footer1 .copyright-area .coppyright {
    margin-top: 20px;
  }

}

.footer1 .copyright-area .coppyright a {
  color: var(--Project-Management-Color-Paragraph-Color, rgba(255, 255, 255, 0.8));
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
.footer1 .copyright-area .coppyright a {
    display: block;
    text-align: start;
    padding: 10px 0px;
  }
  .footer1 .copyright-area .coppyright a::after {
    display: none;
  }

}

.footer1 .copyright-area .coppyright a::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  top: 0;
  left: -5px;
  background-color: var(--qt-border-border-3);
}
.footer1 .copyright-area .coppyright a:nth-child(1)::after {
  display: none;
}
.footer1 .footer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.footer2 .footer-icon-box-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DFE1EC;
  padding: 80px 0px 48px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer2 .footer-icon-box-all {
    display: block;
  }

}

@media (max-width: 767px) {
.footer2 .footer-icon-box-all {
    display: block;
    margin-top: 70px;
  }

}

.footer2 .footer-icon-box-all .footer-icon-box {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer2 .footer-icon-box-all .footer-icon-box {
    padding-top: 20px;
  }

}

@media (max-width: 767px) {
.footer2 .footer-icon-box-all .footer-icon-box {
    padding-top: 20px;
  }

}

.footer2 .footer-icon-box-all .footer-icon-box .headding p {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  padding-left: 10px;
  font-weight: var(--f-fw-blod);
  line-height: var(var(--f-fs-font-fs18)); /* 100% */
}
.footer2 .footer-icon-box-all .footer-icon-box .icon img {
  filter: brightness(0);
}
.footer2 .footer-icon-box-all .footer-icon-box::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -70px;
  width: 2px;
  height: 28px;
  background-color: #DFE1EC;
}
.footer2 .footer-icon-box-all .footer-icon-box:nth-last-child(1)::after {
  display: none;
}
.footer2 .single-footer-items h3 {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs20);
  font-style: normal;
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs20);
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer2 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

@media (max-width: 767px) {
.footer2 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

.footer2 .single-footer-items .menu-list li a {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 14px 0px;
  position: relative;
  transition: all 0.4s;
}
.footer2 .single-footer-items .menu-list li a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.4s;
  background-color: var(--qt-bg-bg-15);
}
.footer2 .single-footer-items .menu-list li a:hover {
  color: var(--qt-bg-bg-15);
  transition: all 0.4s;
}
.footer2 .single-footer-items .menu-list li a:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.footer2 .single-footer-items .social-icons li {
  display: inline-block;
  padding: 0px 3px;
}
.footer2 .single-footer-items .social-icons li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--qt-text-h-text3);
  position: relative;
}
@media (max-width: 767px) {
.footer2 .single-footer-items .social-icons li a {
    margin-bottom: 8px;
  }

}

.footer2 .single-footer-items .social-icons li a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: #ECE9FE;
}
.footer2 .single-footer-items .social-icons li a:hover {
  color: var(--qt-text-h-text1);
  transition: all 0.4s;
}
.footer2 .single-footer-items .social-icons li a:hover::after {
  transition: all 0.4s;
  background: var(--qt-bg-bg-15);
}
.footer2 .copyright-area {
  padding: 16px 0;
  border-top: 1px solid var(--qt-border-border-2);
}
.footer2 .copyright-area .logo {
  width: 150px;
}
@media (max-width: 767px) {
.footer2 .copyright-area .coppyright {
    margin-top: 20px;
  }

}

.footer2 .copyright-area .coppyright a {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
.footer2 .copyright-area .coppyright a {
    display: block;
    text-align: start;
    padding: 10px 0px;
  }
  .footer2 .copyright-area .coppyright a::after {
    display: none;
  }

}

.footer2 .copyright-area .coppyright a::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  top: 0;
  left: -5px;
  background-color: var(--qt-border-border-2);
}
.footer2 .copyright-area .coppyright a:nth-child(1)::after {
  display: none;
}
.footer2 .footer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.footer2 .footer-shape2 {
  position: absolute;
  bottom: 200px;
  left: 0;
  z-index: -1;
}
.footer3 .footer-icon-box-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DFE1EC;
  padding: 80px 0px 48px 0px;
}
.footer3 .footer-icon-box-all .footer-icon-box {
  display: flex;
  align-items: center;
  position: relative;
}
.footer3 .footer-icon-box-all .footer-icon-box .headding p {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  padding-left: 10px;
  font-weight: var(--f-fw-blod);
  line-height: var(var(--f-fs-font-fs18)); /* 100% */
}
.footer3 .footer-icon-box-all .footer-icon-box .icon img {
  filter: brightness(0);
}
.footer3 .footer-icon-box-all .footer-icon-box::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -70px;
  width: 2px;
  height: 28px;
  background-color: #DFE1EC;
}
.footer3 .footer-icon-box-all .footer-icon-box:nth-last-child(1)::after {
  display: none;
}
.footer3 .single-footer-items h3 {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs20);
  font-style: normal;
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs20);
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer3 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

@media (max-width: 767px) {
.footer3 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

.footer3 .single-footer-items .menu-list li a {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 12px 0px;
  position: relative;
  transition: all 0.4s;
}
.footer3 .single-footer-items .menu-list li a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.4s;
  background-color: var(--qt-bg-bg-8);
}
.footer3 .single-footer-items .menu-list li a:hover {
  color: var(--qt-bg-bg-8);
  transition: all 0.4s;
}
.footer3 .single-footer-items .menu-list li a:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.footer3 .single-footer-items .social-icons li {
  display: inline-block;
  padding: 0px 3px;
}
.footer3 .single-footer-items .social-icons li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--qt-text-h-text3);
  position: relative;
}
.footer3 .single-footer-items .social-icons li a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: #FFF0F0;
}
.footer3 .single-footer-items .social-icons li a:hover {
  color: var(--qt-text-h-text1);
  transition: all 0.4s;
}
.footer3 .single-footer-items .social-icons li a:hover::after {
  transition: all 0.4s;
  background: var(--qt-bg-bg-8);
}
.footer3 .copyright-area {
  padding: 16px 0;
  border-top: 1px solid var(--qt-border-border-2);
}
.footer3 .copyright-area .logo {
  width: 150px;
}
@media (max-width: 767px) {
.footer3 .copyright-area .coppyright {
    margin-top: 20px;
  }

}

.footer3 .copyright-area .coppyright a {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
.footer3 .copyright-area .coppyright a {
    display: block;
    text-align: start;
    padding: 10px 0px;
  }
  .footer3 .copyright-area .coppyright a::after {
    display: none;
  }

}

.footer3 .copyright-area .coppyright a::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  top: 0;
  left: -5px;
  background-color: var(--qt-border-border-2);
}
.footer3 .copyright-area .coppyright a:nth-child(1)::after {
  display: none;
}
.footer3 .footer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.footer3 .subscribe-area .input-area .button {
  position: absolute;
  right: 5px;
  top: 5px;
}

.footer5 .footer-icon-box-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DFE1EC;
  padding: 80px 0px 48px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer5 .footer-icon-box-all {
    display: block;
  }

}

@media (max-width: 767px) {
.footer5 .footer-icon-box-all {
    display: block;
    margin-top: 0px;
  }

}

.footer5 .footer-icon-box-all .footer-icon-box {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer5 .footer-icon-box-all .footer-icon-box {
    padding-top: 20px;
  }

}

@media (max-width: 767px) {
.footer5 .footer-icon-box-all .footer-icon-box {
    padding-top: 20px;
  }

}

.footer5 .footer-icon-box-all .footer-icon-box .headding p {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  padding-left: 10px;
  font-weight: var(--f-fw-blod);
  line-height: var(var(--f-fs-font-fs18)); /* 100% */
}
.footer5 .footer-icon-box-all .footer-icon-box .icon img {
  filter: brightness(0);
}
.footer5 .footer-icon-box-all .footer-icon-box::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -70px;
  width: 2px;
  height: 28px;
  background-color: #DFE1EC;
}
.footer5 .footer-icon-box-all .footer-icon-box:nth-last-child(1)::after {
  display: none;
}
.footer5 .single-footer-items h3 {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs20);
  font-style: normal;
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs20);
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer5 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

@media (max-width: 767px) {
.footer5 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

.footer5 .single-footer-items .menu-list li a {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 14px 0px;
  position: relative;
  transition: all 0.4s;
}
.footer5 .single-footer-items .menu-list li a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.4s;
  background-color: #1AA7FF;
}
.footer5 .single-footer-items .menu-list li a:hover {
  color: #1AA7FF;
  transition: all 0.4s;
}
.footer5 .single-footer-items .menu-list li a:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.footer5 .single-footer-items .social-icons li {
  display: inline-block;
  padding: 0px 3px;
}
.footer5 .single-footer-items .social-icons li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--qt-text-h-text3);
  position: relative;
}
@media (max-width: 767px) {
.footer5 .single-footer-items .social-icons li a {
    margin-bottom: 7px;
  }

}

.footer5 .single-footer-items .social-icons li a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 50%;
  transition: all 0.4s;
  background: linear-gradient(90deg, rgba(102, 47, 255, 0.1) -17.5%, rgba(234, 37, 245, 0.1) 100%);
}
.footer5 .single-footer-items .social-icons li a:hover {
  color: var(--qt-text-h-text1);
  transition: all 0.4s;
}
.footer5 .single-footer-items .social-icons li a:hover::after {
  transition: all 0.4s;
  background: var(--Gradient, linear-gradient(90deg, #1E5ECF -17.5%, #1AA7FF 100%));
}
.footer5 .copyright-area {
  padding: 16px 0;
  border-top: 1px solid var(--qt-border-border-2);
}
.footer5 .copyright-area .logo {
  width: 150px;
}
@media (max-width: 767px) {
.footer5 .copyright-area .coppyright {
    margin-top: 20px;
  }

}

.footer5 .copyright-area .coppyright a {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
.footer5 .copyright-area .coppyright a {
    display: block;
    text-align: start;
    padding: 10px 0px;
  }
  .footer5 .copyright-area .coppyright a::after {
    display: none;
  }

}

.footer5 .copyright-area .coppyright a::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  top: 0;
  left: -5px;
  background-color: var(--qt-border-border-2);
}
.footer5 .copyright-area .coppyright a:nth-child(1)::after {
  display: none;
}
.footer5 .footer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.footer5 .footer-shape2 {
  position: absolute;
  bottom: 200px;
  left: 0;
  z-index: -1;
}

.footer6 {
  padding-top: 0;
}
.footer6 .footer-icon-box-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DFE1EC;
  padding: 80px 0px 48px 0px;
}
.footer6 .footer-icon-box-all .footer-icon-box {
  display: flex;
  align-items: center;
  position: relative;
}
.footer6 .footer-icon-box-all .footer-icon-box .headding p {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  padding-left: 10px;
  font-weight: var(--f-fw-blod);
  line-height: var(var(--f-fs-font-fs18)); /* 100% */
}
.footer6 .footer-icon-box-all .footer-icon-box .icon img {
  filter: brightness(0);
}
.footer6 .footer-icon-box-all .footer-icon-box::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -70px;
  width: 2px;
  height: 28px;
  background-color: #DFE1EC;
}
.footer6 .footer-icon-box-all .footer-icon-box:nth-last-child(1)::after {
  display: none;
}
.footer6 .single-footer-items h3 {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs20);
  font-style: normal;
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs20);
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer6 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

@media (max-width: 767px) {
.footer6 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

.footer6 .single-footer-items .menu-list li a {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 12px 0px;
  position: relative;
  transition: all 0.4s;
}
.footer6 .single-footer-items .menu-list li a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.4s;
  background-color: #215FCF;
}
.footer6 .single-footer-items .menu-list li a:hover {
  color: #215FCF;
  transition: all 0.4s;
}
.footer6 .single-footer-items .menu-list li a:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.footer6 .single-footer-items .social-icons li {
  display: inline-block;
  padding: 0px 3px;
}
.footer6 .single-footer-items .social-icons li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--qt-text-h-text3);
  position: relative;
}
.footer6 .single-footer-items .social-icons li a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 0.2;
  background: var(--Main-Color, linear-gradient(180deg, #215FCF 0%, #70A8FF 100%));
}
.footer6 .single-footer-items .social-icons li a:hover {
  color: var(--qt-text-h-text1);
  transition: all 0.4s;
}
.footer6 .single-footer-items .social-icons li a:hover::after {
  opacity: 1;
  transition: all 0.4s;
  background: var(--Main-Color, linear-gradient(180deg, #215FCF 0%, #70A8FF 100%));
}
.footer6 .copyright-area {
  padding: 16px 0;
  border-top: 1px solid var(--qt-border-border-2);
}
.footer6 .copyright-area .logo {
  width: 150px;
}
.footer6 .copyright-area .coppyright {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer6 .copyright-area .coppyright .footer-copy-text {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  line-height: 1.4;
}
.footer6 .copyright-area .coppyright .footer-separator {
  color: var(--qt-border-border-2);
}
.footer6 .copyright-area .coppyright .footer-privacy-link {
  color: #2b5fae;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  line-height: 1.4;
  text-decoration: none;
  opacity: 0.95;
  transition: color 0.2s ease, text-decoration-color 0.2s ease, opacity 0.2s ease;
}
.footer6 .copyright-area .coppyright .footer-privacy-link:hover {
  color: #1f4f98;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  opacity: 1;
}

body.body.body-about {
  background: #ffffff;
}

.experience.about-page .about-intro-row {
  align-items: center;
  row-gap: 24px;
  margin-bottom: 50px;
}
.experience.about-page .about-intro-row .heading6 h2 {
  margin-bottom: 24px;
}
.about-photo-corner {
  width: min(100%, 400px);
  margin-left: auto;
  aspect-ratio: 1/1;
}
.about-photo-corner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.experience.about-page .about-intro-row .heading6 {
  text-align: left;
  max-width: 100%;
  padding-right: 0;
}
.experience.about-page .about-intro-row .heading6 p {
  font-size: 22px;
  line-height: 1.7;
}
.about-linkedin-cta {
  margin-top: 12px;
}
.about-page + .references,
.experience.about-page + .references {
  display: block;
  background: #f6f8fc;
}

.references {
  display: block;
  background: #f4f7fa;
  padding: 64px 36px;
  border-radius: 28px;
  margin-top: 8px;
}

.references--homepage {
  background: #f4f7fa;
}
.outcomes-section {
  background: #f8faff;
}
.outcomes-section .heading6 h2,
.how-we-work .heading6 h2 {
  color: #0f2047;
}
.outcomes-section .heading6 p {
  color: #5d6a82;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.outcome-card {
  background: #fff;
  border: 1px solid #d9e3f2;
  border-radius: 14px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 10px 24px rgba(15, 32, 71, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.outcome-card-2 {
  background: #f7f9fd;
}
.outcome-card:hover {
  border-color: #bfd0ea;
  box-shadow: 0 14px 28px rgba(15, 32, 71, 0.09);
}
.outcome-card h3 {
  margin: 0 0 6px 0;
  font-size: 24px;
  line-height: 32px;
  color: #142f66;
}
.outcome-subtitle {
  margin: 0 0 14px 0;
  color: #60718d;
  font-size: 15px;
  line-height: 24px;
}
.outcome-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.outcome-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: #30415f;
  line-height: 26px;
}
.outcome-card li:last-child {
  margin-bottom: 0;
}
.outcome-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-top: 3px;
  border: 1px solid #c8d4e8;
  background: #fff;
  position: relative;
}
.outcome-icon::before {
  content: "•";
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  color: #476ea8;
  font-size: 14px;
  font-weight: 700;
}
.outcome-icon-bolt::before { content: "⚡"; font-size: 11px; }
.outcome-icon-shield::before { content: "✓"; font-size: 12px; }
.outcome-icon-clock::before { content: "◷"; font-size: 11px; }
.outcome-icon-bell::before { content: "•"; font-size: 16px; }
.outcome-icon-rocket::before { content: "↗"; font-size: 11px; }
.outcome-icon-code::before { content: "⌘"; font-size: 11px; }
.outcome-icon-growth::before { content: "↑"; font-size: 12px; }
.outcome-icon-ai::before { content: "✦"; font-size: 11px; }

.how-we-work {
  background: #fff;
}
.how-we-work .row:last-child {
  position: relative;
}
.how-we-work .row:last-child::before {
  content: "";
  position: absolute;
  left: 17%;
  right: 17%;
  top: 22px;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    #c3d3ec 0 10px,
    transparent 10px 16px
  );
}
.how-we-work .row:last-child::after {
  content: "";
  position: absolute;
  right: 16.5%;
  top: 17px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #adc3e4;
}
.how-we-work .work-step-card {
  background: #fff;
  border: 1px solid #d9e3f2;
  border-radius: 14px;
  padding: 22px 20px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.how-we-work .work-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #eef3fb;
  border: 1px solid #c9d7ec;
  color: #224f96;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.how-we-work .work-step-card h3 {
  margin: 0 0 8px 0;
  color: #19396f;
  font-size: 21px;
  line-height: 29px;
}
.how-we-work .work-step-card p {
  margin: 0;
  color: #4e607f;
  font-size: 15px;
  line-height: 24px;
  min-height: 72px;
}

@media (max-width: 991px) {
  .outcome-card {
    margin-bottom: 18px;
    padding: 22px 18px;
  }
  .outcome-card h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .how-we-work .row:last-child::before {
    display: none;
  }
  .how-we-work .work-step-card {
    margin-bottom: 18px;
  }
  .how-we-work .work-step-card p {
    min-height: auto;
  }
}

.reference-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(116, 153, 214, 0.22);
  border-left: 4px solid #4c5eec;
  border-radius: 22px;
  padding: 28px 24px 24px;
  height: 100%;
  box-shadow: 0 18px 40px rgba(14, 41, 90, 0.1);
}
.reference-mark {
  display: block;
  margin-bottom: 8px;
  color: #d7e0ee;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
}
.reference-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}
.reference-person img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.reference-person h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #0e2f67;
}
.reference-role {
  margin: 4px 0 0;
  color: #5c7091;
  font-size: 14px;
  line-height: 1.4;
}
.reference-quote {
  margin: 0 0 22px;
  color: #30415f;
  font-size: 18px;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .about-photo-corner {
    margin: 0 auto 16px auto;
  }
  .references {
    padding: 48px 24px;
  }
  .reference-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .references {
    padding: 40px 20px;
  }
  .reference-quote {
    font-size: 17px;
    line-height: 1.7;
  }
.footer6 .copyright-area .coppyright {
    justify-content: flex-start;
    margin-top: 20px;
  }

}
.footer6 .footer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.footer6 .subscribe-area {
  padding: 24px;
  border-radius: 4px;
  margin-right: 40px;
  position: relative;
}
.footer6 .subscribe-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/cta6-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  z-index: -7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer6 .subscribe-area {
    margin-right: 0px;
  }

}

@media (max-width: 767px) {
.footer6 .subscribe-area {
    margin-bottom: 20px;
    margin-right: 0px;
  }

}

.footer6 .subscribe-area h5 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  padding-bottom: 10px;
}
.footer6 .subscribe-area p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  transition: all 0.4s;
}
.footer6 .subscribe-area .input-area {
  margin-top: 24px;
  position: relative;
}
.footer6 .subscribe-area .input-area input {
  border-radius: 111px;
  border: none;
  padding: 19px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.footer6 .subscribe-area .input-area input:focus {
  outline: none;
}
.footer6 .subscribe-area .input-area input::-moz-placeholder {
  color: var(--qt-text-p-text4);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs26);
  font-weight: var(--f-fw-medium);
}
.footer6 .subscribe-area .input-area input::placeholder {
  color: var(--qt-text-p-text4);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs26);
  font-weight: var(--f-fw-medium);
}
.footer6 .subscribe-area .input-area .button {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 3;
}

.footer7 {
  position: relative;
}
.footer7 .footer-icon-box-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--qt-border-border-3);
  padding: 80px 0px 48px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer7 .footer-icon-box-all {
    display: block;
  }

}

@media (max-width: 767px) {
.footer7 .footer-icon-box-all {
    display: block;
    margin-top: 70px;
  }

}

.footer7 .footer-icon-box-all .footer-icon-box {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer7 .footer-icon-box-all .footer-icon-box {
    padding-bottom: 20px;
  }

}

@media (max-width: 767px) {
.footer7 .footer-icon-box-all .footer-icon-box {
    padding-bottom: 20px;
  }

}

.footer7 .footer-icon-box-all .footer-icon-box .headding p {
  color: var(--qt-text-h-text1);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  padding-left: 10px;
  font-weight: var(--f-fw-blod);
  line-height: var(var(--f-fs-font-fs18)); /* 100% */
}
.footer7 .footer-icon-box-all .footer-icon-box::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -70px;
  width: 2px;
  height: 28px;
  background-color: var(--qt-border-border-3);
}
.footer7 .footer-icon-box-all .footer-icon-box:nth-last-child(1)::after {
  display: none;
}
.footer7 .single-footer-items h3 {
  color: var(--qt-text-h-text1);
  font-size: var(--f-fs-font-fs20);
  font-style: normal;
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs20);
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer7 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

@media (max-width: 767px) {
.footer7 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

.footer7 .single-footer-items .menu-list li a {
  color: var(--Project-Management-Color-Paragraph-Color, rgba(255, 255, 255, 0.8));
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 14px 0px;
  position: relative;
  transition: all 0.4s;
}
.footer7 .single-footer-items .menu-list li a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.4s;
  background-color: var(--Project-Management-Color-Paragraph-Color, rgba(255, 255, 255, 0.8));
}
.footer7 .single-footer-items .menu-list li a:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.footer7 .single-footer-items .social-icons li {
  display: inline-block;
  padding: 0px 3px;
}
.footer7 .single-footer-items .social-icons li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--qt-text-h-text1);
  position: relative;
}
@media (max-width: 767px) {
.footer7 .single-footer-items .social-icons li a {
    margin-top: 7px;
  }

}

.footer7 .single-footer-items .social-icons li a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: var(--qt-bg-bg-12);
}
.footer7 .single-footer-items .social-icons li a:hover::after {
  transition: all 0.4s;
  background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #1C3E95 0%, #3F7BDF 100%));
}
.footer7 .copyright-area {
  padding: 16px 0;
  border-top: 1px solid var(--qt-border-border-3);
}
@media (max-width: 767px) {
.footer7 .copyright-area .coppyright {
    margin-top: 20px;
  }

}

.footer7 .copyright-area .coppyright a {
  color: var(--Project-Management-Color-Paragraph-Color, rgba(255, 255, 255, 0.8));
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
.footer7 .copyright-area .coppyright a {
    display: block;
    text-align: start;
    padding: 10px 0px;
  }
  .footer7 .copyright-area .coppyright a::after {
    display: none;
  }

}

.footer7 .copyright-area .coppyright a::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  top: 0;
  left: -5px;
  background-color: var(--qt-border-border-3);
}
.footer7 .copyright-area .coppyright a:nth-child(1)::after {
  display: none;
}
.footer7 .footer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.footer7::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: -6;
}

.footer8 .footer-icon-box-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DFE1EC;
  padding: 80px 0px 48px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer8 .footer-icon-box-all {
    display: block;
  }

}

@media (max-width: 767px) {
.footer8 .footer-icon-box-all {
    display: block;
    margin-top: 70px;
  }

}

.footer8 .footer-icon-box-all .footer-icon-box {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer8 .footer-icon-box-all .footer-icon-box {
    padding-top: 20px;
  }

}

@media (max-width: 767px) {
.footer8 .footer-icon-box-all .footer-icon-box {
    padding-top: 20px;
  }

}

.footer8 .footer-icon-box-all .footer-icon-box .headding p {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  padding-left: 10px;
  font-weight: var(--f-fw-blod);
  line-height: var(var(--f-fs-font-fs18)); /* 100% */
}
.footer8 .footer-icon-box-all .footer-icon-box .icon img {
  filter: brightness(0);
}
.footer8 .footer-icon-box-all .footer-icon-box::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -70px;
  width: 2px;
  height: 28px;
  background-color: #DFE1EC;
}
.footer8 .footer-icon-box-all .footer-icon-box:nth-last-child(1)::after {
  display: none;
}
.footer8 .single-footer-items h3 {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs20);
  font-style: normal;
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs20);
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer8 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

@media (max-width: 767px) {
.footer8 .single-footer-items h3 {
    padding-bottom: 10px;
    padding-top: 30px;
  }

}

.footer8 .single-footer-items .menu-list li a {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 14px 0px;
  position: relative;
  transition: all 0.4s;
}
.footer8 .single-footer-items .menu-list li a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.4s;
  background-color: #1AA7FF;
}
.footer8 .single-footer-items .menu-list li a:hover {
  color: #1AA7FF;
  transition: all 0.4s;
}
.footer8 .single-footer-items .menu-list li a:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.footer8 .single-footer-items .social-icons li {
  display: inline-block;
  padding: 0px 3px;
}
.footer8 .single-footer-items .social-icons li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--qt-text-h-text3);
  position: relative;
}
.footer8 .single-footer-items .social-icons li a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: #FAF3FF;
}
.footer8 .single-footer-items .social-icons li a:hover {
  color: var(--qt-text-h-text1);
  transition: all 0.4s;
}
.footer8 .single-footer-items .social-icons li a:hover::after {
  transition: all 0.4s;
  background: var(--Home-Page-8-Linner-Color, linear-gradient(90deg, #1E5ECF -17.5%, #1AA7FF 100%));
}
.footer8 .copyright-area {
  padding: 16px 0;
  border-top: 1px solid var(--qt-border-border-2);
}
.footer8 .copyright-area .logo {
  width: 150px;
}
@media (max-width: 767px) {
.footer8 .copyright-area .coppyright {
    margin-top: 20px;
  }

}

.footer8 .copyright-area .coppyright a {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs18);
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
.footer8 .copyright-area .coppyright a {
    display: block;
    text-align: start;
    padding: 10px 0px;
  }
  .footer8 .copyright-area .coppyright a::after {
    display: none;
  }

}

.footer8 .copyright-area .coppyright a::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  top: 0;
  left: -5px;
  background-color: var(--qt-border-border-2);
}
.footer8 .copyright-area .coppyright a:nth-child(1)::after {
  display: none;
}
.footer8 .footer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.footer8 .footer-shape2 {
  position: absolute;
  bottom: 200px;
  left: 0;
  z-index: -1;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  HEADER AREA CSS
 ::::::::::::::::::::::::::
 */
.header-area.header-area2 .main-menu-ex ul#list-example li a.active {
  color: #6A5CFF;
}

.header-area.header-area1 .main-menu-ex ul#list-example li a.active {
  color: #6A5CFF;
}

.header-area.header-area3 .main-menu-ex ul#list-example li a.active {
  color: #FF6A6A;
}

.header-area.header-area4 .main-menu-ex ul#list-example li a.active {
  color: #4C5EEC;
}

.header-area.header-area5 .main-menu-ex ul#list-example li a.active {
  color: #9205F6;
}

.header-area.header-area6 .main-menu-ex ul#list-example li a.active {
  color: #000;
}

.header-area.header-area7 .main-menu-ex ul#list-example li a.active {
  color: #000;
}

.header-area.header-area8 .main-menu-ex ul#list-example li a.active {
  color: #C500F3;
}

.header-area.header-area9 .main-menu-ex ul#list-example li a.active {
  color: #4C5EEC;
}

/*
 ::::::::::::::::::::::::::
  HEADER AREA CSS
 ::::::::::::::::::::::::::
 */
.mobile-header .mobile-header-elements .mobile-logo img {
  width: 126px;
}

.mobile-sidebar.mobile-sidebar3 {
  background-color: var(--qt-bg-bg-8) !important;
}

.mobile-sidebar.mobile-sidebar1 {
  background-color: var(--qt-bg-bg-3) !important;
}

.mobile-sidebar.mobile-sidebar4 {
  background-color: var(--qt-bg-bg-7) !important;
}

.mobile-sidebar {
  background-color: var(--qt-bg-bg-7);
}
.mobile-sidebar .logo-m {
  margin-top: -30px;
  margin-bottom: 20px;
}
.mobile-sidebar .theme-btn3 {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  margin-left: 0;
}
.mobile-sidebar .contact-infos {
  margin-top: 30px;
}
.mobile-sidebar .contact-infos h3 {
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
  color: var(--qt-text-h-text1);
  padding-bottom: 12px;
}
.mobile-sidebar .contact-infos .box {
  display: flex;
  align-items: start;
  padding-top: 12px;
}
.mobile-sidebar .contact-infos .box .icon span {
  display: inline-block;
  color: var(--qt-text-h-text1);
  font-size: var(--f-fs-font-fs18);
  margin-right: 12px;
}
.mobile-sidebar .contact-infos .box .pera a {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-medium);
  color: rgba(255, 255, 255, 0.8705882353);
}
.mobile-sidebar .contact-infos .icon-list {
  padding-top: 10px;
}
.mobile-sidebar .contact-infos .icon-list li {
  display: inline-block;
  padding: 0px 3px;
}
.mobile-sidebar .contact-infos .icon-list li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 20px;
  color: var(--qt-text-h-text3);
  position: relative;
}
.mobile-sidebar .contact-infos .icon-list li a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: #ffffff;
}
.mobile-sidebar .contact-infos .icon-list li a:hover {
  color: var(--qt-text-h-text1);
  transition: all 0.4s;
}
.mobile-sidebar .contact-infos .icon-list li a:hover::after {
  transition: all 0.4s;
  background: var(--qt-bg-bg-8);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU AREA CSS
 ::::::::::::::::::::::::::
 */
.header-area {
  padding: 12px 0;
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 999;
}

.site-logo {
  max-width: 170px;
  height: auto;
  display: flex;
  align-items: center;
}

.site-logo a {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.header-area .header-elements {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
}

.header-area.header-area1 .header-elements .main-menu-ex {
  padding: 7px 24px;
  position: relative;
}
.header-area.header-area1 .header-elements .main-menu-ex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(92deg, #FFF -2967.5%, rgba(255, 255, 255, 0) 199.15%);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header-area.header-area1 .header-elements .main-menu-ex::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  height: 51px;
  margin-left: -97px;
  width: 143px;
  background-color: #1F4FBF;
  z-index: 1;
}

.header-area1.sticky .header-elements .main-menu-ex {
  padding: 7px 24px;
  position: relative;
}
.header-area1.sticky .header-elements .main-menu-ex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(92deg, #FFF -2967.5%, rgba(255, 255, 255, 0) 199.15%);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header-area1.sticky .header-elements .main-menu-ex::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  height: 51px;
  margin-left: -97px;
  width: 143px;
  background-color: #1F4FBF;
  z-index: 1;
  filter: blur(40px);
}

/* 
++++++++++++++++++++++++++++++++++
=========nav menu all ==========
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area1 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.153);
  background: linear-gradient(105deg, #FFF -899.06%, rgba(96, 59, 243, 0.44) 152.98%);
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area1 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area1 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area1 .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area1 .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  width: 50px;
  left: 17px;
  opacity: 1;
}
.header-area.header-area1 .main-menu-ex ul li a {
  color: var(--qt-text-h-text1);
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s;
}

.main-menu-ex li {
  display: inline-block;
}

.main-menu-ex li {
  position: relative;
  z-index: 9;
}

.main-menu-ex li li {
  display: block;
}

.main-menu-ex li > ul {
  opacity: 0;
  visibility: hidden;
  top: 60px;
  right: 0;
  transition: all 0.3s;
  transform: translateY(20px) rotateX(45deg);
}

.main-menu-ex li li > ul {
  left: 100%;
  right: auto;
}

.main-menu-ex li li:hover > ul {
  top: 0;
}

.main-menu-ex li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
  transition: all 0.3s;
  z-index: 99;
  transform: translateY(0);
}

li.has-dropdown1 {
  position: relative;
}

li.has-dropdown1 span {
  position: absolute;
  right: 10px;
}

.header-area1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(92deg, #FFF -2967.5%, rgba(255, 255, 255, 0) 199.15%);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.header-area4.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  border: 1px solid rgba(255, 255, 255, 0.145);
  background: #4C5EEC;
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.header-area2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  border: 1px solid rgba(255, 255, 255, 0.145);
  background: #F5F8FF;
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.header-area3.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  border: 1px solid rgba(255, 255, 255, 0.145);
  background: #F5F8FF;
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.header-area5.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  background-image: url(../img/cta5-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backdrop-filter: blur(120px);
          backdrop-filter: blur(120px);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  transition: all 0.3s ease-in-out;
  z-index: 999;
  padding: 0px 0px 6px 0px !important;
}
.header-area5.sticky .theme-btn7 {
  margin-top: 12px;
}

.header-area6.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  border-bottom: 1px solid rgba(255, 255, 255, 0.452);
  background-image: url(../img/hero6-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backdrop-filter: blur(120px);
          backdrop-filter: blur(120px);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  transition: all 0.3s ease-in-out;
  z-index: 999;
  padding: 10px 0px !important;
}

.header-area7.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  border-bottom: 1px solid rgba(255, 255, 255, 0.452);
  background-image: url(../img/hero7-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backdrop-filter: blur(120px);
          backdrop-filter: blur(120px);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  transition: all 0.3s ease-in-out;
  z-index: 999;
  padding: 0px 0px 0px 0px;
}
.header-area7.sticky .header-elements {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.header-area8.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  border-bottom: 1px solid rgba(255, 255, 255, 0.452);
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backdrop-filter: blur(120px);
          backdrop-filter: blur(120px);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  transition: all 0.3s ease-in-out;
  z-index: 999;
  padding: 0px 0px 0px 0px;
}
.header-area8.sticky .header-elements {
  background: none !important;
  border: none !important;
  padding-bottom: 12px;
}

.header-area9.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  border-bottom: 1px solid #F5F5FD;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  padding: 10px 0px 10px 0px !important;
}
.header-area9.sticky .header-elements {
  background: none !important;
  border: none !important;
}
@keyframes fade-in-down{
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all ====== ======
+++++++++++++++++++++++++++++++++
*/
/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 ====== ======
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area1 .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -364px;
  width: 1300px;
  max-height: 600px;
  overflow-x: scroll;
  overflow-x: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -54px;
  top: -62px;
  transition: all 0.4s;
  background: #6A5CFF;
  transform: rotate(-45deg);
  z-index: -1;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: 7px;
  margin-bottom: 13px;
  font-weight: 700;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading {
  color: #08111A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 8px;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #6A5CFF;
  transition: all 0.4s;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 26%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  margin-top: 4px;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 234px;
  height: 300px;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 7px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  z-index: 1;
  background: linear-gradient(95deg, #1F4FBF 0.75%, #1499FF 101.34%);
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: linear-gradient(95deg, #1F4FBF 0.75%, #1499FF 101.34%);
}
.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area1 .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.153);
  background: linear-gradient(105deg, #FFF -899.06%, rgba(96, 59, 243, 0.44) 152.98%);
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area1 .main-menu-ex ul li ul li ul {
  left: 200px;
}
.header-area.header-area1 .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area1 .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area1 .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  width: 50px;
  left: 17px;
  opacity: 1;
}
.header-area.header-area1 .main-menu-ex ul li a {
  color: var(--qt-text-h-text1);
  font-size: 18px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area1 .main-menu-ex ul li a i {
  font-size: 12px;
}
.header-area.header-area1 .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.header-area.header-area2 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area2 .header-elements .main-menu-ex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ECE9FE;
  border-radius: 210px;
  border: 1px solid #E1DFFE;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -340px;
  width: 1300px;
  max-height: 600px;
  overflow-x: scroll;
  overflow-x: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -54px;
  top: -62px;
  transition: all 0.4s;
  background: #6A5CFF;
  transform: rotate(-45deg);
  z-index: -1;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: 7px;
  margin-bottom: 13px;
  font-weight: 700;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading {
  color: #08111A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 8px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #6A5CFF;
  transition: all 0.4s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 26%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  margin-top: -3px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 234px;
  height: 300px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 111px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  z-index: 1;
  background-color: #5A65F5;
  border: 4px solid rgba(231, 232, 255, 0.7058823529);
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #5A65F5;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 4px solid rgba(106, 92, 255, 0.1098039216);
  background: #fff;
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: var(--qt-text-h-text3);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: rgba(23, 19, 61, 0.6862745098);
  border-radius: 4px;
  width: 50px;
  left: 15px;
  opacity: 1;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li a {
  color: var(--qt-text-h-text3);
  font-size: 18px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li a i {
  font-size: 12px;
}
.header-area.header-area2 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.header-area.header-area3 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area3 .header-elements .main-menu-ex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 210px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -300px;
  width: 1300px;
  max-height: 600px;
  overflow-x: scroll;
  overflow-x: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -54px;
  top: -62px;
  transition: all 0.4s;
  background: #F65C6F;
  transform: rotate(-45deg);
  z-index: -1;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: 7px;
  margin-bottom: 13px;
  font-weight: 700;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading {
  color: #08111A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 8px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #F65C6F;
  transition: all 0.4s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 26%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  margin-top: 4px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 234px;
  height: 300px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 7px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  z-index: 1;
  background: #F65C6F;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #F65C6F;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 4px solid rgba(223, 219, 254, 0.5137254902);
  background: #fff;
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li ul {
  left: 192px;
  top: 10px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: var(--qt-text-h-text3);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: rgba(23, 19, 61, 0.6862745098);
  border-radius: 4px;
  width: 50px;
  left: 15px;
  opacity: 1;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li a {
  color: var(--qt-text-h-text3);
  font-size: 18px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li a i {
  font-size: 12px;
}
.header-area.header-area3 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 ====== ======
+++++++++++++++++++++++++++++++++
*/
/* 
 ++++++++++++++++++++++++++++++++++
 ==== =====nav menu all 4 ===========
 +++++++++++++++++++++++++++++++++
 */
.header-area.header-area .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 3px solid rgba(255, 255, 255, 0.153);
  background: linear-gradient(105deg, #262c54 -899.06%, rgb(38, 44, 84) 152.98%);
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area .main-menu-ex ul li ul li ul {
  left: 195px;
  top: 10px;
}
.header-area.header-area .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text1);
}
.header-area.header-area .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area .main-menu-ex ul li ul li a:hover::after {
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  width: 50px;
  left: 15px;
  opacity: 1;
}
.header-area.header-area .main-menu-ex ul li a {
  color: var(--qt-text-h-text1);
  font-size: 18px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
}

.header-area.header-area4 .header-elements {
  background-color: rgba(255, 255, 255, 0.137) !important;
  z-index: 8;
  position: relative;
  padding: 10px 13px;
  border-radius: 111px;
}
.header-area.header-area4 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
  background: transparent;
}
.header-area.header-area4 .header-elements .main-menu-ex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(236, 233, 254, 0);
  border-radius: 210px;
  border: 1px solid rgba(225, 223, 254, 0);
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -300px;
  width: 1300px;
  max-height: 600px;
  overflow-x: scroll;
  overflow-x: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -54px;
  top: -62px;
  transition: all 0.4s;
  background: #797FED;
  transform: rotate(-45deg);
  z-index: -1;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: 7px;
  margin-bottom: 13px;
  font-weight: 700;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading {
  color: #08111A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 8px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #797FED;
  transition: all 0.4s;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 26%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  margin-top: 4px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 234px;
  height: 300px;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 7px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  z-index: 1;
  background: #797FED;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #797FED;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area4 .header-elements .main-menu-ex ul li a {
  color: #ffffff;
}
.header-area.header-area4 .header-elements .main-menu-ex ul li a i {
  font-size: 12px;
}

.header-area.header-area6 .header-elements {
  z-index: 8;
  position: relative;
}
.header-area.header-area6 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
  background: transparent;
  border-radius: 210px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.header-area.header-area6 .header-elements .main-menu-ex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(236, 233, 254, 0);
  border-radius: 210px;
  border: 1px solid rgba(225, 223, 254, 0);
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -325px;
  width: 1300px;
  max-height: 600px;
  overflow-x: scroll;
  overflow-x: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -54px;
  top: -62px;
  transition: all 0.4s;
  background: #797FED;
  transform: rotate(-45deg);
  z-index: -1;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: 7px;
  margin-bottom: 13px;
  font-weight: 700;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading {
  color: #08111A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 15px;
  padding: 0 !important;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #7533F9;
  transition: all 0.4s;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 26%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  margin-top: 7px;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 234px;
  height: 300px;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 15%;
  right: 20%;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 7px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  z-index: 1;
  background: #7533F9;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #7533F9;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area6 .header-elements .main-menu-ex ul li a, .header-lang a {
  color: #ffffff;
  margin: 0px 5px;
  font-weight: bold;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li a.is-active {
  color: #0B101F;
}
.header-area.header-area6 .header-elements .header-lang a.is-active {
  color: #0B101F;
  text-decoration: underline;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li a:hover, .header-lang a:hover {
  color: #0B101F;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li li a {
  background: none;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li > ul {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #398ad8;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li ul li a {
  color: #fff;
  opacity: 0.95;
}
.header-area.header-area6 .header-elements .main-menu-ex ul li ul li a.is-active, .header-area.header-area6 .header-elements .main-menu-ex ul li ul li a:hover {
  color: #fff;
  opacity: 1;
}

/* Header visibility: mobile only up to 600px */
.mobile-header-toggle {
  display: none;
}
@media (max-width: 600px) {
.desktop-header {
    display: none;
  }
  .mobile-header-toggle {
    display: block;
  }

}


.header-area.header-area7 .header-elements {
  border-radius: 126px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 8px 20px;
  z-index: 8;
  position: relative;
}
.header-area.header-area7 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
  background: transparent;
  border-radius: 210px;
}
.header-area.header-area7 .header-elements .main-menu-ex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(236, 233, 254, 0);
  border-radius: 210px;
  border: 1px solid rgba(225, 223, 254, 0);
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -325px;
  width: 1300px;
  max-height: 600px;
  overflow-x: scroll;
  overflow-x: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -54px;
  top: -62px;
  transition: all 0.4s;
  background: #797FED;
  transform: rotate(-45deg);
  z-index: -1;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: 7px;
  margin-bottom: 13px;
  font-weight: 700;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading {
  color: #08111A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 15px;
  padding: 0 !important;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #7533F9;
  transition: all 0.4s;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 26%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  margin-top: 7px;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 234px;
  height: 300px;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 15%;
  right: 20%;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 7px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  z-index: 1;
  background: #7533F9;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #7533F9;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area7 .header-elements .main-menu-ex ul li a {
  color: #ffffff;
  margin: 0px 5px;
}
.header-area.header-area7 .header-elements .main-menu-ex ul li li a {
  background: none;
}
.header-area.header-area7 .header-elements .header7-btn {
  margin-top: 6px;
}

.header-area.header-area5 {
  padding-top: 13px;
}
.header-area.header-area5 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area5 .header-elements .main-menu-ex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 210px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -515px;
  width: 1300px;
  max-height: 600px;
  overflow-x: scroll;
  overflow-x: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -54px;
  top: -62px;
  transition: all 0.4s;
  background: #797FED;
  transform: rotate(-45deg);
  z-index: -1;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: 7px;
  margin-bottom: 13px;
  font-weight: 700;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading {
  color: #08111A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 15px;
  padding: 0 !important;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #A700F5;
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 26%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  margin-top: 7px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 234px;
  height: 300px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 15%;
  right: 20%;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 7px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  z-index: 1;
  background: #A700F5;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #A700F5;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 4px solid rgba(223, 219, 254, 0.5137254902);
  background: #fff;
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li ul {
  left: 192px;
  top: 10px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
  border: none;
  background: none;
  padding: 10px 15px;
  margin: 0;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: var(--qt-text-h-text3);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: rgba(23, 19, 61, 0.6862745098);
  border-radius: 4px;
  width: 50px;
  left: 15px;
  opacity: 1;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
  font-weight: 400;
  transition: all 0.3s;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.4);
  padding: 6px 12px;
  margin: 0px 7px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li a i {
  font-size: 12px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area5 .header-elements .header-buttons {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
.header-area.header-area5 .header-elements .header-buttons a:nth-child(1) {
  margin-right: 16px;
}
.header-area.header-area5 .header-elements .header-right-area {
  display: flex;
  align-items: center;
}

.header-area.header-area8 {
  border-bottom: 1px solid #E6E7E6;
  padding-top: 17px;
}
.header-area.header-area8::after {
  content: "";
  position: absolute;
  top: 0;
  height: 6px;
  width: 100%;
  left: 0;
  background: var(--Home-Page-8-Stroke-Linner, linear-gradient(90deg, #1E56B8 0%, #34A6FF 100%));
}
.header-area.header-area8 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area8 .header-elements .main-menu-ex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 210px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -330px;
  width: 1300px;
  max-height: 600px;
  overflow-x: scroll;
  overflow-x: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -54px;
  top: -62px;
  transition: all 0.4s;
  background: #797FED;
  transform: rotate(-45deg);
  z-index: -1;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: 7px;
  margin-bottom: 13px;
  font-weight: 700;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading {
  color: #08111A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 15px;
  padding: 0 !important;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #7533F9;
  transition: all 0.4s;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 26%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  margin-top: 7px;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 234px;
  height: 300px;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 7px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  z-index: 1;
  background: #7533F9;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #7533F9;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area8 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 4px solid rgba(223, 219, 254, 0.5137254902);
  background: #fff;
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li ul li ul {
  left: 192px;
  top: 10px;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.header-area.header-area8 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: var(--qt-text-h-text3);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: rgba(23, 19, 61, 0.6862745098);
  border-radius: 4px;
  width: 50px;
  left: 15px;
  opacity: 1;
}
.header-area.header-area8 .header-elements .main-menu-ex ul li a {
  color: var(--qt-text-h-text3);
  font-size: 18px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area8 .header-elements .header-buttons {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
.header-area.header-area8 .header-elements .header-buttons a:nth-child(1) {
  margin-right: 16px;
}

.header-area.header-area9 {
  padding-top: 17px;
}
.header-area.header-area9 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
  background-color: #fff;
  border-radius: 210px;
}
.header-area.header-area9 .header-elements .main-menu-ex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 210px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -340px;
  width: 1300px;
  max-height: 600px;
  overflow-x: scroll;
  overflow-x: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -54px;
  top: -62px;
  transition: all 0.4s;
  background: #797FED;
  transform: rotate(-45deg);
  z-index: -1;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: 7px;
  margin-bottom: 13px;
  font-weight: 700;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading {
  color: #08111A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 15px;
  padding: 0 !important;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #7533F9;
  transition: all 0.4s;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 26%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  margin-top: 7px;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 234px;
  height: 300px;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 111px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  z-index: 1;
  background: #6D58FA;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #6D58FA;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area9 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 4px solid rgba(223, 219, 254, 0.5137254902);
  background: #fff;
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li ul li ul {
  left: 192px;
  top: 10px;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.header-area.header-area9 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: var(--qt-text-h-text3);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: rgba(23, 19, 61, 0.6862745098);
  border-radius: 4px;
  width: 50px;
  left: 15px;
  opacity: 1;
}
.header-area.header-area9 .header-elements .main-menu-ex ul li a {
  color: var(--qt-text-h-text3);
  font-size: 18px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
}
.header-area.header-area9 .header-elements .header-buttons {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
.header-area.header-area9 .header-elements .header-buttons a:nth-child(1) {
  margin-right: 16px;
}

.rtl-body .header-area.header-area9 {
  padding-top: 17px;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
  background-color: #fff;
  border-radius: 210px;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 210px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -860px;
  width: 1300px;
  max-height: 600px;
  overflow-x: scroll;
  overflow-x: hidden;
  transform-origin: top;
  display: block;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 20px 0;
  text-align: center;
  overflow: hidden;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -54px;
  top: -62px;
  transition: all 0.4s;
  background: #797FED;
  transform: rotate(-45deg);
  z-index: -1;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: 7px;
  margin-bottom: 13px;
  font-weight: 700;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading {
  color: #08111A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 15px;
  padding: 0 !important;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: #7533F9;
  transition: all 0.4s;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 26%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  margin-top: 7px;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: var(--vtc-bg-main-bg-1);
  transition: all 0.4s;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 234px;
  height: 300px;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 17%;
  right: 18%;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 16px;
  transition: all 0.4s;
  border-radius: 7px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  z-index: 1;
  background: #6D58FA;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #6D58FA;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  border: 4px solid rgba(223, 219, 254, 0.5137254902);
  background: #fff;
  -webkit-backdrop-filter: blur(27px);
          backdrop-filter: blur(27px);
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li ul li ul {
  left: 192px;
  top: 10px;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0%;
  height: 2px;
  color: var(--qt-text-h-text3);
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: rgba(23, 19, 61, 0.6862745098);
  border-radius: 4px;
  width: 50px;
  left: 15px;
  opacity: 1;
}
.rtl-body .header-area.header-area9 .header-elements .main-menu-ex ul li a {
  color: var(--qt-text-h-text3);
  font-size: 18px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  transition: all 0.3s;
}
.rtl-body .header-area.header-area9 .header-elements .header-buttons {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
.rtl-body .header-area.header-area9 .header-elements .header-buttons a:nth-child(1) {
  margin-right: 16px;
}
.about-boxs .single-box {
  display: flex;
  align-items: center;
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  padding: 48px 32px;
  transition: all 0.4s;
  margin-top: 30px;
}
.about-boxs .single-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.about-boxs .single-box .icon {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #F0EFFF;
  text-align: center;
  line-height: 90px;
  margin-right: 24px;
}
.about-page-area2 .about-page-boxs .single-box {
  padding: 24px;
  border-radius: 4px;
  border: 2px solid var(--qt-bg-bg-7);
  background-color: var(--qt-text-h-text1);
  margin-top: 30px;
  transition: all 0.4s;
}
.about-page-area2 .about-page-boxs .single-box .icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #F0EFFF;
  line-height: 70px;
  text-align: center;
}
.about-page-area2 .about-page-boxs .single-box .icon img {
  transition: all 0.4s;
}
.about-page-area2 .about-page-boxs .single-box .headding2 h4 a {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-semibold);
  color: var(--qt-text-h-text3);
  display: inline-block;
  transition: all 0.4s;
}
.about-page-area2 .about-page-boxs .single-box:hover {
  background-color: var(--qt-bg-bg-7);
}
.about-page-area2 .about-page-boxs .single-box:hover .icon {
  background-color: rgba(255, 255, 255, 0.3294117647);
}
.about-page-area2 .about-page-boxs .single-box:hover .icon img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.about-page-area2 .about-page-boxs .single-box:hover .headding2 h4 a {
  transition: all 0.4s;
  color: var(--qt-text-h-text1);
}
.about-page-area2 .about-page-boxs .single-box:hover .headding2 p {
  color: rgba(255, 255, 255, 0.7882352941);
  transition: all 0.4s;
}
.about-page-area2 .about-page-boxs .single-box:nth-child(1) {
  margin-left: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-page-area2 .about-page-boxs .single-box:nth-child(1) {
    margin-left: 0;
  }

}

@media (max-width: 767px) {
.about-page-area2 .about-page-boxs .single-box:nth-child(1) {
    margin-left: 0;
  }

}

.about-page-area2 .about-page-boxs .single-box:nth-child(2) {
  margin-left: -90px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-page-area2 .about-page-boxs .single-box:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }

}

@media (max-width: 767px) {
.about-page-area2 .about-page-boxs .single-box:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }

}

.about-page-area2 .about-page-boxs .single-box:nth-child(3) {
  margin-left: -120px;
  margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-page-area2 .about-page-boxs .single-box:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }

}

@media (max-width: 767px) {
.about-page-area2 .about-page-boxs .single-box:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }

}


.about7 {
  position: relative;
}
.about7 .images-left-all {
  position: relative;
  height: 450px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
.about7 .images-left-all {
    height: 550px;
  }

}

.about7 .images-left-all .image1 {
  margin-right: 70px;
}
.about7 .images-left-all .image2 {
  position: absolute;
  bottom: 60px;
  left: 150px;
}
.about7 .images-left-all .image3 {
  position: absolute;
  left: -50px;
  top: 50px;
}
.about7 .images-left-all .image4 {
  position: absolute;
  top: -60px;
  right: 70px;
}
.about7 .images-left-all .image5 {
  position: absolute;
  right: -70px;
  bottom: 0;
}
.about7 .images-right-all {
  position: relative;
  height: 450px;
  margin-top: 30px;
  text-align: center;
}
.about7 .images-right-all .image2 {
  position: absolute;
  right: 0;
  top: -100px;
}
.about7 .images-right-all .image3 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
.about7 .images-right-all .image3 {
    top: auto;
    bottom: 0;
  }

}

.hero-area1 .main-headding {
  padding-top: 180px;
}
.hero-area1 .main-headding span.span {
  color: var(--qt-bg-bg-w);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16); /* 100% */
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(91deg, #FFF -2679.34%, rgba(255, 255, 255, 0) 189.33%);
  padding: 8px 10px;
  margin-bottom: 16px;
}
.hero-area1 .main-headding span.span img {
  margin-top: -2px;
  margin-right: 5px;
}
.hero-area1 .main-headding h1 {
  color: var(--Project-Management-Color-White-Color, #FFF);
  text-align: center;
  font-size: var(--f-fs-font-fs64);
  font-style: normal;
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs70);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area1 .main-headding h1 {
    font-size: var(--f-fs-font-fs42);
    line-height: var(--f-fs-font-fs50);
  }

}

@media (max-width: 767px) {
.hero-area1 .main-headding h1 {
    font-size: var(--f-fs-font-fs42);
    line-height: var(--f-fs-font-fs50);
  }

}

.hero-area1 .main-headding h1 span.after {
  background: var(--Project-Management-Color-Text-GD, linear-gradient(99deg, #1F4FBF 64.53%, #1499FF 91.45%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-area1 .main-headding p {
  color: var(--Project-Management-Color-Paragraph-Color, rgba(255, 255, 255, 0.8));
  text-align: center;
  font-size: var(--f-fs-font-fs18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs30);
  padding-top: 16px;
}
@media screen and (min-width: 769px) {
@keyframes animation1{
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-165%);
    }
  }

}


@media screen and (min-width: 769px) {
@keyframes animation2{
    0% {
      transform: translateX(20px);
    }
    100% {
      transform: translateX(180%);
    }
  }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area2 .main-headding {
    margin-top: 0px;
  }

}

@media (max-width: 767px) {
.hero-area2 .main-headding {
    margin-top: -60px;
  }

}

.hero-area2 .main-headding span.span {
  display: inline-block;
  color: var(--qt-bg-bg-7);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  padding: 9px 14px;
  border-radius: 210px;
  font-weight: var(--f-fw-semibold);
  margin-bottom: 16px;
  background-color: #E8E9FF;
}
.hero-area2 .main-headding h1 {
  font-size: var(--f-fs-font-fs64);
  line-height: var(--f-fs-font-fs74);
  color: var(--qt-text-h-text2);
  font-weight: var(--f-fw-semibold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area2 .main-headding h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs52);
  }

}

@media (max-width: 767px) {
.hero-area2 .main-headding h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs52);
  }

}

.hero-area2 .main-headding p {
  font-size: var(--f-fs-font-fs20);
  color: var(--qt-text-p-text2);
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs30);
  padding-top: 16px;
}
.hero-area2 .hero2-image .image1 {
  margin: 0px 40px;
}
.hero-area2 .hero2-image .image2 {
  position: absolute;
  right: 0;
  top: 40px;
  margin: 0px 60px;
}
.hero-area2 .hero2-image .image3 {
  position: absolute;
  top: 0px;
  right: 20px;
}
.hero2-bashbord .images .image1 img {
  width: 100%;
}
.hero2-bashbord .images .image2 {
  position: absolute;
  top: -40px;
  right: -40px;
}
.hero2-bashbord .shape1 {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
}
.hero2-bashbord .shape2 {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: -1;
}
.hero-area3 .main-headding {
  padding-top: 150px;
  position: relative;
  z-index: 2;
}
.hero-area3 .main-headding h1 {
  font-size: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs64);
  color: var(--qt-text-h-text2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area3 .main-headding h1 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }

}

@media (max-width: 767px) {
.hero-area3 .main-headding h1 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }

}

.hero-area3 .main-headding p {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-medium);
  padding-top: 16px;
}
.hero-area3 .main-headding form {
  margin: 32px 32px 0px 32px;
  position: relative;
}
.hero-area3 .main-headding form input {
  border: none;
  border-radius: 4px;
  padding: 16px 24px 20px 24px;
  width: 100%;
}
.hero-area3 .main-headding form input:focus {
  outline: none;
}
.hero-area3 .main-headding form input::-moz-placeholder {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
}
.hero-area3 .main-headding form input::placeholder {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
}
.hero-area3 .main-headding form button {
  position: absolute;
  right: 4px;
  top: 4px;
}
@media (max-width: 767px) {
.hero-area3 .main-headding form button {
    position: absolute;
    left: 0;
    top: 80px;
  }

}

.hero-area3 .main-img {
  position: absolute;
  bottom: 10px;
  margin-left: -100px;
  margin-right: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area3 .main-img {
    margin-left: 0;
    margin-right: 0;
  }

}

@media (max-width: 767px) {
.hero-area3 .main-img {
    margin-left: 0;
    margin-right: 0;
  }

}


.hero-area4 {
  min-height: 1100px;
  position: relative;
}
.hero-area4 .main-headding {
  padding-top: 190px;
}
.hero-area4 .main-headding span.span {
  color: var(--qt-text-h-text1);
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16);
  padding: 8px 14px;
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.1254901961);
  margin-bottom: 20px;
  display: inline-block;
}
.hero-area4 .main-headding span.span img {
  margin-top: -3px;
  margin-right: 3px;
}
.hero-area4 .main-headding h1 {
  font-size: var(--f-fs-font-fs60);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs72);
  color: var(--qt-text-h-text1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area4 .main-headding h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }

}

@media (max-width: 767px) {
.hero-area4 .main-headding h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs48);
  }

}

.hero-area4 .main-headding p {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-regular);
  color: #E3E6FC;
  padding-top: 20px;
}
.hero-area4 .main-headding .butons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
.hero-area4 .main-headding .butons {
    display: block;
  }

}

.hero-area4 .main-headding .butons .video-btn {
  margin-left: 24px;
}
@media (max-width: 767px) {
.hero-area4 .main-headding .butons .video-btn {
    margin-left: 0;
    margin-top: 20px;
  }

}

.hero-area4 .main-headding .butons .video-btn a {
  display: inline-block;
  color: var(--qt-text-h-text1);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs18);
  font-size: var(--f-fs-font-fs18);
}
.hero-area4 .main-headding .butons .video-btn a span {
  display: inline-block;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: var(--qt-text-h-text1);
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  color: #4C5EEC;
  margin-right: 5px;
}
.hero-area4 .hero4-images-all {
  text-align: center;
  margin-top: 100px;
  position: relative;
  height: 540px;
}
.hero-area4 .hero4-images-all .image1 {
  position: absolute;
  bottom: 0;
  left: -50%;
  right: -50%;
}
.hero-area4 .hero4-images-all .image2 {
  position: absolute;
  bottom: 0;
  left: -50%;
  right: -50%;
}
.hero-area4 .hero4-images-all .image3 {
  position: absolute;
  left: -60px;
  bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area4 .hero4-images-all .image3 {
    display: none;
  }

}

@media (max-width: 767px) {
.hero-area4 .hero4-images-all .image3 {
    display: none;
  }

}

.hero-area4 .hero4-images-all .image4 {
  position: absolute;
  right: 0;
  top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area4 .hero4-images-all .image4 {
    display: none;
  }

}

@media (max-width: 767px) {
.hero-area4 .hero4-images-all .image4 {
    display: none;
  }

}

.hero-area4 .hero4-images-all .image5 {
  position: absolute;
  bottom: 60px;
  right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area4 .hero4-images-all .image5 {
    right: -30px;
    bottom: 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area4 .hero4-images-all .image5 {
    display: none;
  }

}

@media (max-width: 767px) {
.hero-area4 .hero4-images-all .image5 {
    display: none;
  }

}

.pages-hero .main-headding {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pages-hero .main-headding {
    padding-top: 120px;
  }

}

@media (max-width: 767px) {
.pages-hero .main-headding {
    padding-top: 120px;
  }

}

.pages-hero .main-headding h1 {
  font-size: var(--f-fs-font-fs76);
  line-height: var(--f-fs-font-fs88);
  color: var(--qt-text-h-text2);
  font-weight: var(--f-fw-semibold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.pages-hero .main-headding h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs52);
  }

}

@media (max-width: 767px) {
.pages-hero .main-headding h1 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs52);
  }

}

.pages-hero .main-headding p {
  font-size: var(--f-fs-font-fs20);
  color: var(--qt-text-p-text2);
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs30);
  padding-top: 16px;
}
.pages-hero .search-area .input input {
  padding: 18px;
  width: 100%;
  border: none;
  border-radius: 97px;
}
.pages-hero .search-area .input input:focus {
  outline: none;
}
.pages-hero .search-area .input input::-moz-placeholder {
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs18);
  color: var(--qt-text-p-text2);
}
.pages-hero .search-area .input input::placeholder {
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs18);
  color: var(--qt-text-p-text2);
}
.pages-hero .search-area .button {
  position: absolute;
  top: 0;
  right: 0;
}
.pages-hero .search-area .button button {
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  color: var(--qt-text-h-text1);
  border: none;
  font-size: var(--f-fs-font-fs20);
  border-radius: 50%;
  background-color: var(--qt-bg-bg-7);
}
.pages-hero .all-text-hero .autor-area .headding {
  padding-left: 16px;
}
.pages-hero .all-text-hero .autor-area .headding h5 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
  color: var(--qt-text-h-text3);
}
.pages-hero .all-text-hero .autor-area .headding p {
  padding-top: 6px;
}
.hero-area5 .hero5-bg .main-heading {
  padding-top: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area5 .hero5-bg .main-heading {
    padding-top: 165px;
  }

}

@media (max-width: 767px) {
.hero-area5 .hero5-bg .main-heading {
    padding-top: 165px;
  }

}

.hero-area5 .hero5-bg .main-heading span.span {
  display: inline-block;
  border-radius: 500px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.3);
  padding: 8px 10px 6px 10px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin-bottom: 16px;
}
.hero-area5 .hero5-bg .main-heading span.span img {
  margin-top: -5px;
}
.hero-area5 .hero5-bg .main-heading h1 {
  color: #FFF;
  font-size: 76px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px; /* 100% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area5 .hero5-bg .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }

}

@media (max-width: 767px) {
.hero-area5 .hero5-bg .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }

}

.hero-area5 .hero5-bg .main-heading p {
  color: rgba(255, 255, 255, 0.7137254902);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
}
.hero-area5 .hero5-bg .main-heading .buttons a:nth-last-child(1) {
  margin-left: 16px;
}
.hero-area6, .hero-area-contact {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-area6 {
  min-height: 0;
  display: block;
  padding: 148px 0 72px;
}
.hero-area-contact {
  min-height: 80px;
}
.hero-area6 .main-heading {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1250px) {
.hero-area6 .main-heading {
    padding-top: 0;
    padding-bottom: 0;
  }

}

@media (max-width: 1199.98px) {
.hero-area6 .main-heading {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-area.header-area6 .header-elements .main-menu-ex ul li a, .header-lang a {
    margin: 0;
  }
  .header-area.header-area .main-menu-ex ul li a {
    padding: 5px;
  }

}

@media (max-width: 1000px) {
.hero-area6 .images-all {
    display: none;
  }

}

@media only screen and (min-width: 500px) and (max-width: 769px) {
.site-logo {
    display: none;
  }

}

.hero-area6 .main-heading span.span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 12px;
  margin-bottom: 16px;
}
.hero-area6 .main-heading span.span img {
  margin-top: 0;
  margin-right: 3px;
  vertical-align: middle;
}
.hero-area6 .main-heading h1 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 116.667% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area6 .main-heading h1 {
    font-size: 30px;
    line-height: 48px;
  }

}

@media (max-width: 767px) {
.hero-area6 .main-heading h1 {
    font-size: 30px;
    line-height: 48px;
  }

}

.hero-area6 .main-heading p {
  color: rgba(255, 255, 255, 0.8705882353);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}
.hero-area6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/hero6-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -6;
}
.hero-area-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/hero6-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -6;
}
.hero-area6 .buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
.hero-area6 .buttons {
    display: block;
  }

}

.hero-area6 .images-all {
  height: auto;
  min-height: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area6 .images-all {
    margin-top: 30px;
  }

}

@media (max-width: 767px) {
.hero-area6 .images-all {
    margin-top: 30px;
  }

}

.hero-area6 .images-all .image1 {
  margin-left: 0;
  display: flex;
  justify-content: center;
  padding-left: 0;
  padding-top: 0;
}
.hero-area6 .images-all .image1 img {
  width: min(320px, 100%);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 767px) {
.hero-area6 .images-all .image1 {
    margin-left: 0px;
  }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area6 {
    padding: 132px 0 56px;
  }

}
@media (max-width: 767px) {
.hero-area6 {
    padding: 124px 0 48px;
  }

}

.hero-area6 .images-all .image2 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 200px;
}
.hero-area6 .images-all .image3 {
  position: absolute;
  right: -100px;
  bottom: 120px;
  width: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area6 .images-all .image3 {
    right: 0;
  }

}

@media (max-width: 767px) {
.hero-area6 .images-all .image3 {
    right: 0;
    bottom: 50px;
  }

}


.hero-area7 {
  min-height: 850px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area7 {
    min-height: 1210px;
  }

}

@media (max-width: 767px) {
.hero-area7 {
    min-height: 1210px;
  }

}

.hero-area7::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/hero7-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -6;
}
.hero-area7 .main-heading {
  padding-top: 80px;
}
.hero-area7 .main-heading span.span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  display: inline-block;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 12px 8px 12px;
  margin-bottom: 16px;
}
.hero-area7 .main-heading span.span img {
  margin-top: -3px;
  margin-right: 3px;
}
.hero-area7 .main-heading h1 {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 116.667% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area7 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }

}

@media (max-width: 767px) {
.hero-area7 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }

}

.hero-area7 .main-heading p {
  color: rgba(255, 255, 255, 0.8705882353);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}
.hero-area7 .main-heading .buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
.hero-area7 .main-heading .buttons {
    display: block;
  }

}

.hero-area7 .main-heading .buttons .video-action-btn1 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  background: #8177DF;
  border-radius: 50%;
  transition: all 200ms;
}
.hero-area7 .main-heading .buttons .video-action-btn1 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 14px;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-radius: 4px;
  border-left: 13px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.hero-area7 .images-all {
  height: 600px;
  position: relative;
  text-align: center;
}
.hero-area7 .images-all .image1 {
  position: absolute;
  bottom: 0;
  right: 100px;
}
.hero-area7 .images-all .image2 {
  position: absolute;
  right: 0;
  bottom: -125px;
  left: 220px;
}
@media (max-width: 767px) {
.hero-area7 .images-all .image2 {
    right: 0;
    bottom: -90px;
    left: 0;
  }

}

.hero-area7 .images-all .shape1 {
  position: absolute;
  left: 60px;
  top: 100px;
  width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area7 .images-all .shape1 {
    left: 0;
    top: 50px;
  }

}

@media (max-width: 767px) {
.hero-area7 .images-all .shape1 {
    left: 0;
    top: 50px;
    width: 150px;
  }

}

.hero-area7 .images-all .shape2 {
  position: absolute;
  right: -60px;
  top: 60px;
  width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area7 .images-all .shape2 {
    right: 0;
    top: 50px;
  }

}

@media (max-width: 767px) {
.hero-area7 .images-all .shape2 {
    right: 0;
    top: 50px;
    width: 140px;
  }

}

.hero-area7 .images-all .shape3 {
  position: absolute;
  right: -60px;
  bottom: 60px;
  width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area7 .images-all .shape3 {
    right: 0;
    bottom: 50px;
  }

}

@media (max-width: 767px) {
.hero-area7 .images-all .shape3 {
    right: 0;
    bottom: 280px;
    width: 150px;
  }

}

.hero-area7 .images-all .shape4 {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area7 .images-all .shape4 {
    left: 0;
    bottom: 50px;
  }

}

@media (max-width: 767px) {
.hero-area7 .images-all .shape4 {
    left: 0;
    bottom: 280px;
    width: 140px;
  }

}

.hero-area8 .main-images {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area8 .main-images {
    margin-bottom: 50px;
    text-align: center;
  }

}

@media (max-width: 767px) {
.hero-area8 .main-images {
    margin-bottom: 50px;
    text-align: center;
  }

}

.hero-area8 .main-images .image2 {
  position: relative;
  margin-left: 160px;
  margin-top: 80px;
  margin-right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area8 .main-images .image2 {
    margin-right: auto;
    margin-left: 0;
  }

}

@media (max-width: 767px) {
.hero-area8 .main-images .image2 {
    margin-right: auto;
    margin-left: 0;
  }

}

.hero-area8 .main-heading {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area8 .main-heading {
    padding-top: 160px;
  }

}

@media (max-width: 767px) {
.hero-area8 .main-heading {
    padding-top: 160px;
  }

}

.hero-area8 .main-heading span.span {
  color: var(--Home-Page-8-Main-Color, #7D2EFE);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  background-color: #ECE5FE;
  border-radius: 7px;
  padding: 8px 12px;
  display: inline-block;
  margin-bottom: 16px;
}
.hero-area8 .main-heading span.span img {
  margin-right: 3px;
  margin-top: -2px;
}
.hero-area8 .main-heading h1 {
  color: var(--Home-Page-8-Text-Color, #271A3C);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px; /* 117.857% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area8 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }

}

@media (max-width: 767px) {
.hero-area8 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }

}

.hero-area8 .main-heading p {
  color: var(--Home-Page-8-Paragraph-Color, #554F5F);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.hero-area8 .buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
.hero-area8 .buttons {
    display: block;
  }

}

.hero-area8 .buttons a:nth-last-child(1) {
  margin-left: 24px;
}
@media (max-width: 767px) {
.hero-area8 .buttons a:nth-last-child(1) {
    margin-right: 40px;
    margin-left: 0;
    margin-top: 20px;
  }

}

.hero-area8 .image1 {
  position: absolute;
  right: 0;
  top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area8 .image1 {
    display: none;
  }

}

@media (max-width: 767px) {
.hero-area8 .image1 {
    display: none;
  }

}


.hero-area9 {
  display: flex;
  align-items: center;
  min-height: 780px;
  position: relative;
}
.hero-area9::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url(../img/hero9-bg.png);
  z-index: -6;
}
.hero-area9 .main-heading {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area9 .main-heading {
    padding-top: 160px;
  }

}

@media (max-width: 767px) {
.hero-area9 .main-heading {
    padding-top: 160px;
  }

}

.hero-area9 .main-heading span.span {
  color: var(--Home-Page-8-Main-Color, #4A86E8);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  background-color: #DFE3FC;
  border-radius: 111px;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.hero-area9 .main-heading span.span img {
  margin-right: 3px;
  margin-top: -2px;
}
.hero-area9 .main-heading h1 {
  color: var(--Home-Page-8-Text-Color, #271A3C);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px; /* 117.857% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area9 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }

}

@media (max-width: 767px) {
.hero-area9 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }

}

.hero-area9 .main-heading p {
  color: var(--Home-Page-8-Paragraph-Color, #554F5F);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.hero-area9 .main-images {
  height: 520px;
  position: relative;
  margin-right: -100px;
  margin-top: 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.hero-area9 .main-images {
    margin-right: 0 !important;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area9 .main-images {
    margin-right: 0;
  }

}

@media (max-width: 767px) {
.hero-area9 .main-images {
    margin-right: 0;
    height: 400px;
  }

}

.hero-area9 .main-images .image1 {
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: end;
}
.hero-area9 .main-images .image2 {
  position: absolute;
  left: 0;
  top: 60px;
}
@media (max-width: 767px) {
.hero-area9 .main-images .image2 {
    display: none;
  }

}

.hero-area9 .main-images .image3 {
  position: absolute;
  right: -60px;
  top: -50px;
}
.hero-area9 .main-images .image4 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
.hero-area9 .main-images .image4 {
    display: none;
  }

}

.hero-area9 .main-images .image5 {
  position: absolute;
  right: -50px;
  bottom: 0;
}
@media (max-width: 767px) {
.hero-area9 .main-images .image5 {
    display: none;
  }

}

.hero-area9 .main-images .main-img {
  position: absolute;
  bottom: -90px;
  right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area9 .main-images .main-img {
    bottom: 0;
  }

}

@media (max-width: 767px) {
.hero-area9 .main-images .main-img {
    bottom: 0;
  }

}


.rtl-body .hero-area9 {
  display: flex;
  align-items: center;
  min-height: 780px;
  position: relative;
}
.rtl-body .hero-area9::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url(../img/hero9-bg.png);
  z-index: -6;
}
.rtl-body .hero-area9 .main-heading {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rtl-body .hero-area9 .main-heading {
    padding-top: 160px;
  }

}

@media (max-width: 767px) {
.rtl-body .hero-area9 .main-heading {
    padding-top: 160px;
  }

}

.rtl-body .hero-area9 .main-heading span.span {
  color: var(--Home-Page-8-Main-Color, #4A86E8);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  background-color: #DFE3FC;
  border-radius: 111px;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 16px;
}
.rtl-body .hero-area9 .main-heading span.span img {
  margin-right: 3px;
  margin-top: -2px;
}
.rtl-body .hero-area9 .main-heading h1 {
  color: var(--Home-Page-8-Text-Color, #271A3C);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px; /* 117.857% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rtl-body .hero-area9 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }

}

@media (max-width: 767px) {
.rtl-body .hero-area9 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }

}

.rtl-body .hero-area9 .main-heading p {
  color: var(--Home-Page-8-Paragraph-Color, #554F5F);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.rtl-body .hero-area9 .main-images {
  height: 520px;
  position: relative;
  margin-right: -100px;
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rtl-body .hero-area9 .main-images {
    margin-right: 0;
  }

}

@media (max-width: 767px) {
.rtl-body .hero-area9 .main-images {
    margin-right: 0;
    height: 400px;
  }

}

.rtl-body .hero-area9 .main-images .image1 {
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: end;
}
.rtl-body .hero-area9 .main-images .image2 {
  position: absolute;
  left: -50px;
  top: 60px;
}
@media (max-width: 767px) {
.rtl-body .hero-area9 .main-images .image2 {
    display: none;
  }

}

.rtl-body .hero-area9 .main-images .image3 {
  position: absolute;
  right: 50px;
  top: -50px;
}
.rtl-body .hero-area9 .main-images .image4 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
.rtl-body .hero-area9 .main-images .image4 {
    display: none;
  }

}

.rtl-body .hero-area9 .main-images .image5 {
  position: absolute;
  right: 70px;
  bottom: 0;
}
@media (max-width: 767px) {
.rtl-body .hero-area9 .main-images .image5 {
    display: none;
  }

}

.rtl-body .hero-area9 .main-images .main-img {
  position: absolute;
  bottom: -90px;
  left: 50px;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rtl-body .hero-area9 .main-images .main-img {
    bottom: 0;
  }

}

@media (max-width: 767px) {
.rtl-body .hero-area9 .main-images .main-img {
    bottom: 0;
  }

}

.work-prosess .work-box-area .single-box {
  background-color: var(--qt-bg-bg-1);
  padding: 34px 24px 0px 24px;
  overflow: hidden;
}
.work-prosess .work-box-area .single-box .image {
  text-align: center;
}
.work-prosess .work-box-area .single-box .image img {
  transition: all 0.4s;
}

.work2 .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.work2 .nav::after {
  content: "";
  position: absolute;
  background-color: #DFE1EC;
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  top: 25px;
  z-index: -1;
}
.work2 .nav .nav-item button {
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-semibold);
  color: var(--qt-text-h-text1);
  background-color: var(--qt-bg-bg-6);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: var(--qt-text-h-text2);
}
.work2 .nav .nav-item button.active {
  background-color: var(--qt-bg-bg-7);
  color: var(--qt-text-h-text1);
}
.work2 .tab-content .tabs-box-item {
  text-align: center;
  margin: 0px 10px;
  margin-top: 24px;
}
.work2 .tab-content .tabs-box-item img {
  width: 100%;
}
.work2 .tab-content .tabs-box-item h3 {
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-semibold);
  color: var(--qt-text-h-text2);
  line-height: var(--f-fs-font-fs24);
  padding-bottom: 24px;
}
.work2 .shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.work2 .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
.stapes .stapes-images1 .image1 {
  text-align: right;
  margin-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.stapes .stapes-images1 .image1 {
    margin-left: 0px;
    margin-top: 30px;
  }

}

@media (max-width: 767px) {
.stapes .stapes-images1 .image1 {
    margin-left: 0px;
    margin-top: 30px;
  }

}

.stapes .stapes-images1 .image1 img {
  width: 100%;
}
.stapes .stapes-images1 .image2 {
  position: absolute;
  top: -40px;
  right: -40px;
}
.stapes .stapes-images2 .image1 {
  text-align: left;
  margin-right: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.stapes .stapes-images2 .image1 {
    margin-right: 0px;
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {
.stapes .stapes-images2 .image1 {
    margin-right: 0px;
    margin-bottom: 30px;
  }

}

.stapes .stapes-images2 .image1 img {
  width: 100%;
}
.stapes .stapes-images2 .image2 {
  position: absolute;
  top: -40px;
  left: -40px;
  transform: rotateY(210deg);
}
.work5 .work5-tabs-all .nav {
  background-color: var(--qt-bg-bg-16);
  border-radius: 4px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.work5 .work5-tabs-all .nav {
    display: block;
  }

}

@media (max-width: 767px) {
.work5 .work5-tabs-all .nav {
    display: block;
  }

}

.work5 .work5-tabs-all .nav li button {
  background: none;
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-blod);
  color: var(--qt-text-h-text4);
  padding: 12px 20px;
  transition: all 0.4s;
}
.work5 .work5-tabs-all .nav li button span {
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  line-height: 60px;
  margin-right: 12px;
  background-color: var(--qt-bg-bg-w);
}
.work5 .work5-tabs-all .nav li button span img {
  transition: all 0.4s;
}
.work5 .work5-tabs-all .nav li button.active {
  background-color: var(--qt-text-h-text1);
  transition: all 0.4s;
}
.work5 .work5-tabs-all .nav li button.active span {
  background-color: var(--qt-bg-bg-15);
}
.work5 .work5-tabs-all .nav li button.active span img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.work5 .work5-tabs-all .nav li {
    display: inline-block;
    margin: 0px 30px;
  }

}

@media (max-width: 767px) {
.work5 .work5-tabs-all .nav li {
    display: inline-block;
    margin: 10px 0px;
  }

}

.work5 .tab-pane .work-tab-body {
  padding: 0px 36px;
}
.work5 .tab-pane .work-tab-body .headding4 h3 {
  font-size: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs32);
  color: var(--qt-text-h-text4);
}
.work5 .tab-pane .work-tab-body .headding4 .media-all h6 {
  font-size: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-blod);
  line-height: var(--f-fs-font-fs20);
  color: var(--qt-text-p-text4);
  padding-top: 24px;
}
.work5 .tab-pane .work-tab-body .headding4 .media-all .list-headding {
  padding-top: 24px;
}
.work5 .tab-pane .work-tab-body .headding4 .media-all .list-headding p {
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs18);
  color: var(--qt-text-h-text4);
}
.work5 .tab-pane .work-tab-body .headding4 .media-all .list-headding p span {
  display: inline-block;
  font-size: 12px;
  color: var(--qt-bg-bg-15);
  background-color: var(--qt-bg-bg-17);
  line-height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  margin-right: 3px;
}
.work5 .tab-pane .work-tab-body .work4-images {
  position: relative;
  height: 450px;
  text-align: end;
}
.work5 .tab-pane .work-tab-body .work4-images .image1 {
  margin-top: 24px;
}
.work5 .tab-pane .work-tab-body .work4-images .image2 {
  position: absolute;
  bottom: -24px;
}

.works7 {
  background-color: #F5F6FF;
}
.works7 .works-box {
  margin-top: 34px;
  padding: 0 40px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.works7 .works-box {
    padding: 0 0;
  }

}

@media (max-width: 767px) {
.works7 .works-box {
    padding: 0 0;
  }

}

.works7 .works-box .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  margin: auto;
  background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #1C3E95 0%, #3F7BDF 100%));
}
.works7 .works-box .shape1 {
  position: absolute;
  top: 50px;
  right: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.works7 .works-box .shape1 {
    display: none;
  }

}

@media (max-width: 767px) {
.works7 .works-box .shape1 {
    display: none;
  }

}

.works7 .works-box .shape2 {
  position: absolute;
  top: 50px;
  right: -120px;
  transform: rotateX(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.works7 .works-box .shape2 {
    display: none;
  }

}

@media (max-width: 767px) {
.works7 .works-box .shape2 {
    display: none;
  }

}

.work-prosess7 .work-box-area .single-box {
  background-color: #F3F4FF;
  padding: 34px 24px 0px 24px;
  overflow: hidden;
  min-height: 398px;
}
.work-prosess7 .work-box-area .single-box .image {
  text-align: center;
}
.work-prosess7 .work-box-area .single-box .image img {
  transition: all 0.4s;
}
.work-prosess7 .work-bottom-box .shape1 {
  position: absolute;
  left: 50px;
  top: -30px;
}
.work-prosess7 .work-bottom-box .shape2 {
  position: absolute;
  bottom: -25px;
  left: 50px;
}
.work-prosess7 .work-bottom-box .shape3 {
  position: absolute;
  left: -100px;
  top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.work-prosess7 .work-bottom-box .shape3 {
    left: 0;
  }

}

@media (max-width: 767px) {
.work-prosess7 .work-bottom-box .shape3 {
    left: 0;
  }

}


.works8 .works-box {
  margin-top: 34px;
  padding: 0 40px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.works8 .works-box {
    padding: 0 0;
  }

}

@media (max-width: 767px) {
.works8 .works-box {
    padding: 0 0;
  }

}

.works8 .works-box .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  margin: auto;
  background: var(--Home-Page-8-Linner-Color, linear-gradient(90deg, #1E5ECF -17.5%, #1AA7FF 100%));
}
.works8 .works-box .icon img {
  transition: all 0.4s;
}
.works8 .works-box .shape1 {
  position: absolute;
  top: 50px;
  right: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.works8 .works-box .shape1 {
    display: none;
  }

}

@media (max-width: 767px) {
.works8 .works-box .shape1 {
    display: none;
  }

}

.works8 .works-box .shape2 {
  position: absolute;
  top: 50px;
  right: -120px;
  transform: rotateX(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.works8 .works-box .shape2 {
    display: none;
  }

}

@media (max-width: 767px) {
.works8 .works-box .shape2 {
    display: none;
  }

}

.works8 .works-box:hover .icon img {
  transition: all 0.4s;
  transform: translateX(180deg);
}
.work-prosess9 .work-box-area .single-box {
  background-color: #F5F5FD;
  padding: 34px 24px 0px 24px;
  overflow: hidden;
  min-height: 398px;
  position: relative;
  z-index: 9;
}
.work-prosess9 .work-box-area .single-box .image {
  text-align: center;
}
.work-prosess9 .work-box-area .single-box .image img {
  transition: all 0.4s;
}
.cta1 .buttons .btn.btn2 img {
  margin-top: -3px;
  margin-right: 5px;
}
.cta3 .cta3-subscribe .input input {
  border: none;
  border-radius: 4px;
  padding: 19px;
  width: 100%;
}
.cta3 .cta3-subscribe .input input::-moz-placeholder {
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs26);
  color: var(--qt-text-p-text3);
}
.cta3 .cta3-subscribe .input input::placeholder {
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs26);
  color: var(--qt-text-p-text3);
}
.cta3 .cta3-subscribe .input input:focus {
  outline: none;
}
.cta3 .cta3-subscribe .button {
  position: absolute;
  top: 5px;
  right: 4px;
}

.cta4 {
  padding: 80px 0px;
}
.cta4 .buttons {
  margin-top: 30px;
}
.cta5 .cta5-bg .main-image {
  position: relative;
  text-align: end;
  margin-top: 70px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.cta5 .cta5-bg .main-image {
    text-align: start;
    margin-left: 30px;
    margin-top: 30px;
  }

}

@media (max-width: 767px) {
.cta5 .cta5-bg .main-image {
    text-align: start;
    margin-left: 30px;
    margin-top: 30px;
  }

}

.cta6 .cta6-images .image2 {
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: -1;
}
.cta7 .cta-heading span.span {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 16px;
}
.cta7 .cta-heading .buttons {
  margin-top: 36px;
}
.cta7 .cta-heading .buttons a {
  display: inline-block;
  transition: all 0.4s;
}
.cta7 .cta-heading .buttons a:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.cta7 .cta-heading .buttons a:nth-child(1) {
  margin-right: 16px;
}
@media (max-width: 767px) {
.cta7 .cta-heading .buttons a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 16px;
  }

}

.cta8 .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
.cta8 .buttons {
    display: block;
  }

}

.cta8 .buttons a:nth-last-child(1) {
  margin-left: 24px;
}
@media (max-width: 767px) {
.cta8 .buttons a:nth-last-child(1) {
    margin-left: 0;
    margin-top: 20px;
    margin-right: 50px;
  }

}

.tes2 .tes2-slider-all .single-slider .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.tes2 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding {
  padding-left: 24px;
}
.tes2 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding h5 a {
  font-size: var(--f-fs-font-fs24);
  color: var(--qt-text-h-text3);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
}
.tes2 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding p {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  color: var(--qt-text-p-text3);
  padding-top: 10px;
}
.tes3 .tes2-slider-all .single-slider .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.tes3 .tes2-slider-all .single-slider .single-slider-bottom .logo {
  margin-top: 30px;
}
.tes3 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding {
  padding-left: 24px;
}
.tes3 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding h5 a {
  font-size: var(--f-fs-font-fs24);
  color: var(--qt-text-h-text3);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
}
.tes3 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding p {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  color: var(--qt-text-p-text3);
  padding-top: 10px;
}
.testimonial4 .tes4-big-slider .icon {
  position: absolute;
  top: -10px;
  right: 10px;
}
.testimonial4 .tes4-big-slider .bottom-headding .headding {
  padding-left: 20px;
}
.testimonial4 .tes4-big-slider .bottom-headding .headding h4 a {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-semibold);
  color: var(--qt-text-h-text4);
}
.testimonial4 .tes4-big-slider .bottom-headding .headding p {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  color: var(--qt-text-p-text4);
  padding-top: 7px;
}
.single-slider-page .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.single-slider-page .single-slider-bottom .headdding-area .headding {
  padding-left: 24px;
}
.single-slider-page .single-slider-bottom .headdding-area .headding h5 a {
  font-size: var(--f-fs-font-fs24);
  color: var(--qt-text-h-text3);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
}
.single-slider-page .single-slider-bottom .headdding-area .headding p {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  color: var(--qt-text-p-text3);
  padding-top: 10px;
}
.tes5 .tes2-slider-all .single-slider .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 767px) {
.tes5 .tes2-slider-all .single-slider .single-slider-bottom .logo {
    display: none;
  }

}

.tes5 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding {
  padding-left: 24px;
}
.tes5 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding h5 a {
  font-size: var(--f-fs-font-fs24);
  color: var(--qt-text-h-text3);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
}
.tes5 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding p {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  color: var(--qt-text-p-text3);
  padding-top: 10px;
}
.tes5 .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.tes5 .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial7 .main-image {
    margin-bottom: 40px;
  }

}

@media (max-width: 767px) {
.testimonial7 .main-image {
    margin-bottom: 40px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.testimonial8 .main-image {
    margin-bottom: 40px;
  }

}

@media (max-width: 767px) {
.testimonial8 .main-image {
    margin-bottom: 40px;
  }

}

.tes9 .tes2-slider-all .single-slider .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.tes9 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding {
  padding-left: 24px;
}
.tes9 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding h5 a {
  font-size: var(--f-fs-font-fs24);
  color: var(--qt-text-h-text3);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
}
.tes9 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding p {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  color: var(--qt-text-p-text3);
  padding-top: 10px;
}
.tes9 .tes2-slider-all-rtl .single-slider .icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.tes9 .tes2-slider-all-rtl .single-slider .single-slider-bottom .headdding-area .headding {
  padding-right: 24px;
}
.tes9 .tes2-slider-all-rtl .single-slider .single-slider-bottom .headdding-area .headding h5 a {
  font-size: var(--f-fs-font-fs24);
  color: var(--qt-text-h-text3);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
}
.tes9 .tes2-slider-all-rtl .single-slider .single-slider-bottom .headdding-area .headding p {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-regular);
  color: var(--qt-text-p-text3);
  padding-top: 10px;
}
.tes9 .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.tes9 .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
.team-collaboration .single-box {
  display: flex;
  align-items: center;
  background-color: var(--qt-bg-bg-4);
  border-radius: 4px;
  padding: 12px;
  margin-top: 24px;
  transition: all 0.4s;
  position: relative;
}
.team-collaboration .single-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  background: linear-gradient(95deg, #1F4FBF 0.75%, #1499FF 101.34%);
}
.team-collaboration .single-box .pera {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  position: relative;
  z-index: 2;
}
.team-collaboration .single-box .icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.1764705882);
  margin-right: 12px;
  position: relative;
  z-index: 2;
}
.team-collaboration .single-box:hover {
  transition: all 0.4s;
}
.team-collaboration .single-box:hover::after {
  opacity: 1;
  transition: all 0.4s;
}
.team-collaboration .team-all-images .image1 {
  text-align: right;
  position: relative;
  margin-left: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.team-collaboration .team-all-images .image1 {
    margin-top: 30px;
  }

}

@media (max-width: 767px) {
.team-collaboration .team-all-images .image1 {
    margin-left: 0px;
    margin-top: 30px;
  }

}

.team-collaboration .team-all-images .image1 img {
  width: 100%;
  padding: 20px;
}
.team-collaboration .team-all-images .image1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(99deg, #FFF -1001.54%, rgba(255, 255, 255, 0) 127.88%);
  -webkit-backdrop-filter: blur(102px);
          backdrop-filter: blur(102px);
  z-index: -2;
}
.team-collaboration .team-all-images .image1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 160px;
  border-radius: 20px;
  background-color: var(--qt-bg-bg-10);
  z-index: -3;
}
.team-collaboration .team-all-images .image2 {
  position: absolute;
  bottom: 60px;
  left: 50px;
}
@media (max-width: 767px) {
.team-collaboration .team-all-images .image2 {
    position: static;
  }

}

.faq5 .heading5 p.title {
  background: linear-gradient(90deg, rgba(102, 47, 255, 0.1) -17.5%, rgba(234, 37, 245, 0.1) 100%);
}
.faq5 .accordion .accordion-item.active {
  border-radius: 5px;
  border: 1px solid var(--Gradient, #1E5ECF);
  background: #FFF;
}
.faq5 .accordion .accordion-item.active button {
  background: var(--Gradient, linear-gradient(90deg, #1E5ECF -17.5%, #1AA7FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq5 .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.faq5 .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.faq6 .accordion .accordion-item.active {
  transition: all 0.4s;
  border-radius: 14px;
  background: var(--Home-Page-1-Color-Gredient-1, linear-gradient(90deg, #49D2FD 0%, #1499FF 100%));
}
.faq6 .accordion .accordion-item.active button {
  color: #fff;
}
.faq6 .accordion .accordion-item.active button::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 32px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
}
.faq6 .accordion .accordion-item.active button::after {
  filter: brightness(0);
}

.active > .toggle-inner .t-month {
  opacity: 0.5;
}

.active > .toggle-inner .t-year {
  opacity: 1;
}
.pricing-plan .pricing-box .pricing-box-single .button a {
  width: 100%;
}
.pricing-plan-page .pricing-box .pricing-box-single span.span {
  color: #17133D;
  display: inline-block;
  text-align: center;
  font-size: var(--f-fs-font-fs20);
  line-height: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-semibold);
  padding-bottom: 10px;
}
.pricing-plan-page .pricing-box .pricing-box-single .theme-btn2 {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

/*
::::::::::::::::::::::::::
 PRICING AREA CSS
::::::::::::::::::::::::::
*/
.common-main-headding h1,
.common-main-headding h2 {
  font-size: var(--f-fs-font-fs76);
  line-height: var(--f-fs-font-fs88);
  color: var(--qt-text-h-text2);
  font-weight: var(--f-fw-semibold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.common-main-headding h1,
.common-main-headding h2 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs52);
  }

}

@media (max-width: 767px) {
.common-main-headding h1,
.common-main-headding h2 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs52);
  }

}

.common-main-headding p {
  font-size: var(--f-fs-font-fs20);
  color: var(--qt-text-p-text2);
  font-weight: var(--f-fw-regular);
  line-height: var(--f-fs-font-fs30);
  padding-top: 16px;
}

.contact-widget-area {
  padding-top: 48px;
  padding-bottom: 24px;
}
.contact-widget-area .container {
  max-width: 1240px;
}
.contact-widget-area .contact-widget-shell {
  display: flex;
  flex-direction: column;
  gap: 28px;
  background: #edf4ff;
  padding: 36px;
  border-radius: 4px;
  max-width: 1120px;
  margin: 0 auto;
}
.contact-widget-area .contact-widget-top {
  display: flex;
  gap: 28px;
  align-items: start;
}
.contact-widget-area .contact-widget-summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 auto;
  min-width: 0;
}
.contact-widget-area .contact-widget-copy {
  text-align: left;
}
.contact-widget-area .contact-widget-copy h2 {
  font-size: var(--f-fs-font-fs52);
  line-height: var(--f-fs-font-fs60);
}
.contact-widget-area .contact-widget-copy p {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  padding-top: 12px;
}
.contact-widget-area .contact-widget-main .form-inputs p {
  max-width: 760px;
}
.contact-widget-area .contact-widget-main .form-inputs h5 {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
}
.contact-widget-area .contact-widget-main .form-inputs p {
  color: #515456;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs30);
}
.contact-widget-area .contact-widget-main .form-inputs .input input,
.contact-widget-area .contact-widget-main .form-inputs .input textarea {
  padding: 15px;
  border-radius: 4px;
  border: none;
  background-color: #F5F8FF;
  width: 100%;
  margin-bottom: 20px;
}
.contact-widget-area .contact-widget-main .form-inputs .input input::-moz-placeholder,
.contact-widget-area .contact-widget-main .form-inputs .input textarea::-moz-placeholder {
  color: #706F8A;
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16);
}
.contact-widget-area .contact-widget-main .form-inputs .input input::placeholder,
.contact-widget-area .contact-widget-main .form-inputs .input textarea::placeholder {
  color: #706F8A;
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16);
}
.contact-widget-area .contact-widget-main .form-inputs .input input:focus,
.contact-widget-area .contact-widget-main .form-inputs .input textarea:focus {
  outline: none;
}
.contact-widget-area .contact-widget-main .form-inputs .button {
  text-align: left;
}
.contact-widget-area .contact-widget-photo {
  margin-top: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 150px;
}
.contact-widget-area .contact-widget-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.contact-widget-area .contact-widget-cards .contact-page-boxs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px;
}
.contact-widget-area .contact-widget-cards .contact-page-boxs .single-box {
  background-color: var(--qt-bg-bg-5);
  margin-left: 0;
  border-radius: 4px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
  min-height: 0;
  width: fit-content;
  max-width: 100%;
  flex: 0 1 auto;
}
.contact-widget-area .contact-widget-cards .contact-page-boxs .single-box .icon {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background-color: var(--qt-bg-bg-14);
  margin: 0;
  flex: 0 0 44px;
}
.contact-widget-area .contact-widget-cards .contact-page-boxs .single-box .headding h5 {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs20);
  padding-bottom: 6px;
}
.contact-widget-area .contact-widget-cards .contact-page-boxs .single-box .headding .contact-value {
  color: #515456;
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  line-height: 26px;
  word-break: break-word;
}
.contact-widget-area .contact-widget-cards .contact-page-boxs .contact-card-link {
  color: inherit;
  text-decoration: none;
}
.contact-widget-area .contact-widget-cards .contact-page-boxs .contact-card-link:hover .headding .contact-value,
.contact-widget-area .contact-widget-cards .contact-page-boxs .contact-card-link:focus-visible .headding .contact-value {
  color: var(--qt-bg-bg-7);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-widget-area .contact-widget-top {
    flex-direction: column;
    gap: 20px;
  }

.contact-widget-area .contact-widget-shell {
    padding: 32px;
  }

.contact-widget-area .contact-widget-cards .contact-page-boxs {
  grid-template-columns: 1fr;
  }

.contact-widget-area .contact-widget-cards .contact-page-boxs .single-box {
    width: 100%;
  }

.contact-widget-area .contact-widget-copy h2 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs52);
  }

.contact-widget-area .contact-widget-photo {
    margin: 0 auto;
  }

}

@media (max-width: 767px) {
.contact-widget-area .contact-widget-top {
    flex-direction: column;
    gap: 20px;
  }

.contact-widget-area .contact-widget-shell {
    padding: 24px;
  }

.contact-widget-area .contact-widget-cards .contact-page-boxs {
  grid-template-columns: 1fr;
  }

.contact-widget-area .contact-widget-cards .contact-page-boxs .single-box {
    width: 100%;
  }

.contact-widget-area .contact-widget-copy h2 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs52);
  }

.contact-widget-area .contact-widget-photo {
    margin: 0 auto;
    margin-top: 0;
  }

.contact-widget-area .contact-widget-cards .contact-page-boxs .single-box {
    display: flex;
  }

.contact-widget-area .contact-widget-cards .contact-page-boxs .single-box .headding {
    padding-top: 0;
  }

}

.contact-page-area {
  margin-top: 0;
}
.contact-page-area .contact-intro-row {
  margin-bottom: 12px;
}
.contact-page-area .contact-intro-copy {
  text-align: left;
}
.contact-page-area .contact-intro-photo {
  text-align: center;
}
.contact-page-area .contact-intro-photo img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 18px 50px rgba(18, 51, 121, 0.18);
}
.contact-page-area .contact-form-all {
  background-color: var(--qt-text-h-text1);
  padding: 48px;
  border-radius: 4px;
}
.contact-page-area .contact-form-all .form-inputs h5 {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs24);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs24);
}
.contact-page-area .contact-form-all .form-inputs p {
  color: #515456;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs30);
}
.contact-page-area .contact-form-all .form-inputs .input input {
  padding: 15px;
  border-radius: 4px;
  border: none;
  background-color: #F5F8FF;
  width: 100%;
  margin-bottom: 20px;
}
.contact-page-area .contact-form-all .form-inputs .input input::-moz-placeholder {
  color: #706F8A;
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16);
}
.contact-page-area .contact-form-all .form-inputs .input input::placeholder {
  color: #706F8A;
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16);
}
.contact-page-area .contact-form-all .form-inputs .input input:focus {
  outline: none;
}
.contact-page-area .contact-form-all .form-inputs .input textarea {
  padding: 15px;
  border-radius: 4px;
  border: none;
  background-color: #F5F8FF;
  width: 100%;
  margin-bottom: 20px;
}
.contact-page-area .contact-form-all .form-inputs .input textarea::-moz-placeholder {
  color: #706F8A;
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16);
}
.contact-page-area .contact-form-all .form-inputs .input textarea::placeholder {
  color: #706F8A;
  font-size: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs16);
}
.contact-page-area .contact-form-all .form-inputs .input textarea:focus {
  outline: none;
}
.contact-page-area .contact-form-all .form-inputs .button {
  text-align: right;
}
.contact-page-area .contact-form-all .contact-page-boxs .single-box {
  background-color: var(--qt-bg-bg-5);
  margin-left: 30px;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-page-area .contact-intro-copy {
    text-align: center;
  }

.contact-page-area .contact-intro-photo {
    margin-top: 32px;
  }

.contact-page-area .contact-form-all .contact-page-boxs .single-box {
    margin-left: 0;
  }

}

@media (max-width: 767px) {
.contact-page-area .contact-intro-copy {
    text-align: center;
  }

.contact-page-area .contact-intro-photo {
    margin-top: 32px;
  }

.contact-page-area .contact-form-all .contact-page-boxs .single-box {
    margin-left: 0;
    display: block;
  }

}

.contact-page-area .contact-form-all .contact-page-boxs .single-box .icon {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--qt-bg-bg-14);
  margin-right: 20px;
}
@media (max-width: 767px) {
.contact-page-area .contact-form-all .contact-page-boxs .single-box .headding {
    padding-top: 12px;
  }

}

.contact-page-area .contact-form-all .contact-page-boxs .single-box .headding h5 {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs20);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs20);
  padding-bottom: 10px;
}
.contact-page-area .contact-form-all .contact-page-boxs .single-box .headding .contact-value {
  display: inline-block;
  color: #515456;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs30);
  transition: all 0.4s;
}
.contact-page-area .contact-form-all .contact-page-boxs .single-box.address .headding .contact-value {
  font-size: var(--f-fs-font-fs16);
  line-height: 24px;
}
.contact-page-area .contact-form-all .contact-page-boxs .contact-card-link {
  text-decoration: none;
  color: inherit;
}
.contact-page-area .contact-form-all .contact-page-boxs .contact-card-link:visited,
.contact-page-area .contact-form-all .contact-page-boxs .contact-card-link:hover,
.contact-page-area .contact-form-all .contact-page-boxs .contact-card-link:active {
  color: inherit;
  text-decoration: none;
}
.contact-page-area .contact-form-all .contact-page-boxs .contact-card-link .headding .contact-value {
  color: #515456;
}
.contact-page-area .contact-form-all .contact-page-boxs .contact-card-link:hover .headding .contact-value,
.contact-page-area .contact-form-all .contact-page-boxs .contact-card-link:focus-visible .headding .contact-value {
  color: #515456;
}
.contact-page-area .shape1 {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -1;
  opacity: 0.4;
}
.contact-page-area .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
.contact-page-area .shape3 {
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: -1;
  opacity: 0.4;
}

.service-hero {
  background: linear-gradient(120deg, rgba(30, 58, 138, 0.08), rgba(56, 124, 255, 0.12));
  padding: 70px 0 40px;
}

.service-detail {
  background-color: #F6F7FF;
}

.service-section {
  background: #fff;
  border-radius: 14px;
  padding: 28px 34px;
  box-shadow: 0 20px 50px rgba(11, 16, 31, 0.08);
}

.service-section h3 {
  font-size: 26px;
  margin-bottom: 12px;
}

.service-section p {
  color: #515456;
  font-size: 17px;
  line-height: 28px;
}

.service-section ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.service-section li {
  margin-bottom: 8px;
  color: #0B101F;
  font-weight: 600;
}

.service-cta {
  margin-top: 30px;
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(11, 16, 31, 0.08);
}

.blog-hero {
  background: linear-gradient(120deg, rgba(30, 58, 138, 0.08), rgba(56, 124, 255, 0.12));
  padding: 70px 0 40px;
}

.blog-index {
  background-color: #F6F7FF;
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 26px;
  box-shadow: 0 20px 50px rgba(11, 16, 31, 0.08);
}

.blog-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.blog-card h3 a {
  color: #1E3A8A;
}

.blog-card h3 a:hover {
  color: #0B101F;
  text-decoration: underline;
}

.blog-card p {
  color: #515456;
  font-size: 17px;
  line-height: 28px;
}

.blog-card-meta {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: rgba(11, 16, 31, 0.6);
  margin-bottom: 12px;
}

.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #0B101F;
  text-decoration: underline;
}


.blog-post {
  background-color: #F6F7FF;
}

.blog-post-header h1 {
  font-size: 38px;
  margin-bottom: 16px;
}

.blog-post-lead {
  font-size: 20px;
  color: #515456;
  line-height: 32px;
  margin-bottom: 28px;
}

.blog-post-body p {
  font-size: 18px;
  line-height: 30px;
  color: #1a1b1f;
  margin-bottom: 18px;
}

.blog-post-body h2 {
  font-size: 28px;
  margin: 30px 0 14px;
}

.blog-post-body ul {
  padding-left: 22px;
  margin-bottom: 20px;
}

.blog-post-body li {
  margin-bottom: 8px;
  color: #1a1b1f;
}

@media (max-width: 767px) {
.service-section {
    padding: 22px;
  }

  .service-section h3 {
    font-size: 22px;
  }

  .blog-post-header h1 {
    font-size: 30px;
  }


}

.log-in-area .login-form .headding {
  text-align: center;
}
.log-in-area .login-form .headding h2 {
  color: var(--qt-text-h-text3);
  font-size: var(--f-fs-font-fs60);
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-fs60);
}
.log-in-area .login-form .headding p {
  color: #515456;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs30);
  padding-top: 16px;
}
.log-in-area .login-form .inputs .button button {
  width: 100%;
  margin: 10px 0;
}
.log-in-area .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.6;
}
.log-in-area .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.log-in-area.forgot-area .shape2 {
  right: 55%;
  left: auto;
}
.log-in-area.reset-area .login-form a.theme-btn2 {
  width: 100%;
}
.log-in-area.reset-area .shape2 {
  right: 55%;
  left: auto;
}
.log-in-area.email-verify .login-form a.theme-btn2 {
  width: 100%;
}
.log-in-area.email-verify .shape2 {
  right: 55%;
  left: auto;
}
.log-in-area.successe .login-form a.theme-btn2 {
  width: 100%;
}
.log-in-area.successe .shape2 {
  right: 55%;
  left: auto;
}
.email-innovation .images .image1 {
  text-align: end;
  position: absolute;
  bottom: -16px;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.email-innovation .images .image1 {
    bottom: 0;
  }

}

@media (max-width: 767px) {
.email-innovation .images .image1 {
    bottom: 0;
  }

}

.email-innovation .images .image2 {
  position: absolute;
  top: 0;
  left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.email-innovation .images .image2 {
    display: none;
  }

}

@media (max-width: 767px) {
.email-innovation .images .image2 {
    display: none;
  }

}

.email-innovation .images .image3 {
  position: absolute;
  bottom: 0;
  left: -60px;
}
.stiky-sec .stiky-sec-boxs .stiky-single .headding h3 {
  color: var(--qt-text-h-text2);
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-semibold);
}
.stiky-sec .stiky-sec-boxs .stiky-single .headding p {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-regular);
  color: var(--qt-text-p-text3);
}
.stiky-sec .stiky-sec-boxs .stiky-single .headding .list li {
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-fs18);
  color: var(--qt-text-h-text2);
  padding: 10px 0px;
}
.stiky-sec .stiky-sec-boxs .stiky-single .headding .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  margin-right: 5px;
  font-size: 13px;
  color: var(--qt-bg-bg-w);
  background-color: var(--qt-text-h-text2);
}
.cta2-main-image .cta2-images .shape1 {
  position: absolute;
  top: -140px;
  left: -140px;
}
@media (max-width: 767px) {
.cta2-main-image .cta2-images .shape1 {
    display: none;
  }

}

.cta2-main-image .cta2-images .shape2 {
  position: absolute;
  top: -40px;
  right: -40px;
}
@media (max-width: 767px) {
.cta2-main-image .cta2-images .shape2 {
    display: none;
  }

}

.midea-markating .media-box-all .single-box {
  background-color: var(--qt-text-h-text1);
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.midea-markating .media-box-all .single-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.midea-markating .media-box-all .single-box .icon {
  margin-right: 18px;
}
.midea-markating .media-box-all .single-box .icon img {
  width: 90px;
}
.integration .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.integration .shape1 {
    display: none;
  }

}

@media (max-width: 767px) {
.integration .shape1 {
    display: none;
  }

}

.download-blog-area .download-box .headding2 span.span {
  background: #E3DFFE;
}
.download-blog-area .download-box .headding2 .buttons a {
  display: inline-block;
  transition: all 0.4s;
  margin-top: 10px;
}
.download-blog-area .download-box .headding2 .buttons a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.download-blog-area .download-box .headding2 .buttons a:nth-child(1) {
  margin-right: 10px;
}
.download-blog-area .download-box .bg {
  background-color: #ECE9FE;
  border-radius: 4px;
  margin: 0px 5px;
}
.download-blog-area .shape1 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.download-blog-area .shape2 {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: -1;
}

/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 ERROR AREA CSS
::::::::::::::::::::::::::
*/
.error-all .shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.error-all .shape2 {
  position: absolute;
  top: 0;
  right: 0;
}
.time-track-steps .step-area .main-image {
  text-align: end;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.time-track-steps .step-area .main-image {
    text-align: start;
    margin-top: 30px;
  }

}

@media (max-width: 767px) {
.time-track-steps .step-area .main-image {
    text-align: start;
    margin-top: 30px;
  }

}

.time-track-steps .step-area .main-image img {
  position: relative;
  z-index: 2;
}
.time-track-steps .step-area .main-image::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/time-track-step-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.5);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.time-track-steps .step-area .main-image::after {
    right: 0;
    transform: scale(1.2);
  }

}

@media (max-width: 767px) {
.time-track-steps .step-area .main-image::after {
    right: 0;
    transform: scale(1.2);
  }

}

.time-track-steps .step-area.step2 .main-image {
  text-align: start;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.time-track-steps .step-area.step2 .main-image {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {
.time-track-steps .step-area.step2 .main-image {
    margin-bottom: 30px;
  }

}

.time-track-steps .step-area.step2 .main-image img {
  position: relative;
  z-index: 2;
}
.time-track-steps .step-area.step2 .main-image::after {
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/time-track-step-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.5);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.time-track-steps .step-area.step2 .main-image::after {
    left: 0;
    transform: scale(1.2);
  }

}

@media (max-width: 767px) {
.time-track-steps .step-area.step2 .main-image::after {
    left: 0;
    transform: scale(1.2);
  }

}

.brands-area6 .apps-images .image1 {
  margin-right: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.brands-area6 .apps-images .image1 {
    margin-right: 0;
    margin-left: 30px;
  }

}

@media (max-width: 767px) {
.brands-area6 .apps-images .image1 {
    margin-right: 0;
    margin-left: 0;
  }

}

.brands-area6 .apps-images .image1 .dot {
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 60%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.1);
  animation: orbit 6s linear infinite;
  z-index: 1;
  margin-right: -153px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.brands-area6 .apps-images .image1 .dot {
    display: none;
  }

}

@media (max-width: 767px) {
.brands-area6 .apps-images .image1 .dot {
    display: none;
  }

}

@keyframes orbit{
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(225px);
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.1), 0 0 30px 30px rgba(255, 255, 255, 0.05), 0 0 40px 40px rgba(255, 255, 255, 0.02);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(225px);
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.1), 0 0 30px 30px rgba(255, 255, 255, 0.05), 0 0 40px 40px rgba(255, 255, 255, 0.02);
  }
}
.brands-area6 .apps-images .image2 {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.brands-area6 .apps-images .image2 {
    right: auto;
    left: 0;
  }

}

@media (max-width: 767px) {
.brands-area6 .apps-images .image2 {
    right: auto;
    left: 0;
    top: -10px;
  }

}


.counters6 .counter-box {
  margin-top: 30px;
  text-align: center;
}
.counters6 .counter-box h2 {
  color: var(--Text-Color, #0A0726);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 100% */
  border-radius: 96px;
  display: inline-block;
  padding: 32px;
  width: 100%;
}
@media (max-width: 767px) {
.counters6 .counter-box h2 {
    font-size: 30px;
    line-height: 30px;
  }

}

.counters6 .counter-box p {
  color: var(--Paragraph-Color, #4D4B5F);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  padding-top: 24px;
}
.counters6 .counter-box.box1 h2 {
  background: linear-gradient(105deg, #FEC8EA 9.22%, rgba(254, 200, 234, 0) 97.11%);
}
.counters6 .counter-box.box2 h2 {
  background: linear-gradient(105deg, #FFE5DC 9.22%, rgba(255, 229, 220, 0) 97.11%);
}
.counters6 .counter-box.box3 h2 {
  background: linear-gradient(105deg, #D5FDD7 9.22%, rgba(213, 253, 215, 0) 97.11%);
}
.counters6 .counter-box.box4 h2 {
  background: linear-gradient(99deg, #C8D1FE 10%, rgba(200, 209, 254, 0) 96.65%);
}

.editing6 {
  background-color: #F6F7FF;
}
.editing6 .editing-box {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  padding: 30px 54px;
  transition: all 0.4s;
}
.editing6 .editing-box .icon {
  border: 1px solid #ffffff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  margin: auto;
}
.editing6 .editing-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.editing6 .editing-box--ai .heading6 h4 a {
  color: #123379;
  font-weight: 600;
}
.editing6 .theme-btn8--ai {
  color: #123379;
  font-weight: 700;
}
.editing6 .theme-btn8--ai .tb8::after {
  background: linear-gradient(180deg, #0F46AD 0%, #1A8BFF 100%);
  opacity: 0.52;
}
.editing6 .theme-btn8--ai:hover .tb8::after {
  background: linear-gradient(180deg, #0F46AD 0%, #1A8BFF 100%);
  opacity: 0.66;
}
.editing6 .editing-one-sentence {
  margin: 14px 0 0;
  padding: 11px 14px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  border-left: 3px solid #5d84d7;
  color: #304e80;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}
.editing6 .typical-projects-card {
  margin-top: 8px;
  border: 1px solid #cfdcf1;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 58%, #edf4ff 100%);
  padding: 26px;
  box-shadow: 0 16px 34px rgba(16, 43, 92, 0.08);
  position: relative;
  overflow: hidden;
}
.editing6 .typical-projects-card::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -52px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(85, 129, 220, 0.14) 0%, rgba(85, 129, 220, 0) 68%);
  pointer-events: none;
}
.editing6 .typical-projects-card h3 {
  margin: 0 0 14px;
  color: #102c61;
  font-size: 30px;
  line-height: 38px;
}
.editing6 .typical-projects-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}
.editing6 .typical-projects-card li {
  color: #2f4367;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  border: 1px solid #dbe5f5;
  border-radius: 10px;
  padding: 10px 12px 10px 38px;
  position: relative;
}
.editing6 .typical-projects-card li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2c61c2 0%, #6f9ef2 100%);
  position: absolute;
  left: 12px;
  top: 14px;
  box-shadow: 0 0 0 4px rgba(84, 126, 212, 0.16);
}
.editing6 .target-customers-block {
  padding: 0;
}
.editing6 .target-customers-block .heading6 h3 {
  margin: 0 0 6px;
  color: #102c61;
  font-size: 30px;
  line-height: 38px;
  text-align: left;
}
.editing6 .target-customers-block .heading6 p {
  margin: 0;
  color: #5a6d8d;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
}
.editing6 .target-customer-grid {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.editing6 .target-customer-card {
  border: 1px solid #d4e0f3;
  border-radius: 14px;
  padding: 20px 20px 18px;
  height: 100%;
  background: #fff;
  box-shadow: 0 12px 26px rgba(20, 47, 102, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.editing6 .target-customer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(20, 47, 102, 0.1);
}
.editing6 .target-customer-card h4 {
  margin: 0 0 9px;
  color: #173b74;
  font-size: 22px;
  line-height: 30px;
}
.editing6 .target-customer-card p {
  margin: 0;
  color: #4a5f82;
  font-size: 16px;
  line-height: 26px;
}
.editing6 .shared-problems-card {
  border: 1px solid #1468b6;
  border-radius: 16px;
  background: linear-gradient(140deg, #1477d0 0%, #1f86de 55%, #3a98ea 100%);
  padding: 26px;
  box-shadow: 0 18px 36px rgba(20, 119, 208, 0.26);
}
.editing6 .shared-problems-card h3 {
  margin: 0 0 14px;
  color: #f5f9ff;
  font-size: 30px;
  line-height: 38px;
}
.editing6 .shared-problems-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}
.editing6 .shared-problems-card li {
  color: #eaf2ff;
  font-size: 16px;
  line-height: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 10px 12px 10px 38px;
  position: relative;
}
.editing6 .shared-problems-card li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #9bc0ff 0%, #ffffff 100%);
  position: absolute;
  left: 12px;
  top: 14px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.16);
}
@media (max-width: 1199.98px) and (min-width: 768px) {
.editing6 .row > .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .editing6 .editing-box {
    padding: 24px 28px;
  }

  .editing6 .editing-box .icon {
    height: 80px;
    width: 80px;
    line-height: 56px;
  }

  .editing6 .editing-box h4 {
    font-size: 20px;
  }

  .editing6 .editing-box p {
    font-size: 15px;
  }

  .editing6 .typical-projects-card ul {
    grid-template-columns: 1fr;
  }
  .editing6 .shared-problems-card ul {
    grid-template-columns: 1fr;
  }

}
@media (max-width: 767px) {
  .editing6 .typical-projects-card {
    padding: 20px 16px;
  }
  .editing6 .typical-projects-card h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .editing6 .typical-projects-card ul {
    grid-template-columns: 1fr;
  }
  .editing6 .typical-projects-card li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 36px;
  }
  .editing6 .target-customers-block,
  .editing6 .shared-problems-card {
    padding: 20px 16px;
  }
  .editing6 .target-customers-block .heading6 h3,
  .editing6 .shared-problems-card h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .editing6 .target-customer-card h4 {
    font-size: 19px;
    line-height: 27px;
  }
  .editing6 .shared-problems-card ul {
    grid-template-columns: 1fr;
  }
  .editing6 .shared-problems-card li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 36px;
  }
}


.features6 .main-image {
  margin-top: 60px;
}
.features6 .main-image.right60 {
  margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.features6 .main-image.right60 {
    margin-right: 0;
  }

}

@media (max-width: 767px) {
.features6 .main-image.right60 {
    margin-right: 0;
  }

}

.features6 .main-image.left60 {
  margin-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.features6 .main-image.left60 {
    margin-left: 0;
  }

}

@media (max-width: 767px) {
.features6 .main-image.left60 {
    margin-left: 0;
  }

}

.features6 .features-heading {
  margin-top: 60px;
}
.buy-sell-bottom .bg {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
  margin-right: -100px;
  margin-left: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
  border-radius: 4px;
  padding-top: 40px;
}
.buy-sell-bottom .bg .box-area-all {
  position: relative;
  z-index: 9;
}
.buy-sell-bottom .bg .box-area-all .icon {
  background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #1C3E95 0%, #3F7BDF 100%));
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  position: absolute;
  right: 20px;
  top: -80px;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.buy-sell-bottom .bg .box-area-all .icon {
    display: none;
  }

}

@media (max-width: 767px) {
.buy-sell-bottom .bg .box-area-all .icon {
    display: none;
  }

}

.buy-sell-bottom .bg .box-area-all .icon img {
  transition: all 0.4s;
}
.buy-sell-bottom .bg .box-area-all .single-box {
  background-color: #F3F4FF;
  padding: 24px;
  border-radius: 4px;
  margin-top: 70px;
  text-align: center;
}
.buy-sell-bottom .bg .box-area-all.box-area-all2 {
  position: relative;
}
.buy-sell-bottom .bg .box-area-all.box-area-all2 .icon {
  top: auto;
  bottom: -80px;
}
.buy-sell-bottom .bg .box-area-all.box-area-all2 .single-box {
  margin-top: 0;
}
.buy-sell-bottom .bg .box-area-all.box-area-all3 {
  position: relative;
}
.buy-sell-bottom .bg .box-area-all.box-area-all3 .icon {
  right: auto;
  left: 20px;
}
.buy-sell-bottom .bg .box-area-all.box-area-all4 {
  position: relative;
}
.buy-sell-bottom .bg .box-area-all.box-area-all4 .icon {
  top: auto;
  bottom: -80px;
  right: auto;
  left: 20px;
}
.buy-sell-bottom .bg .box-area-all.box-area-all4 .single-box {
  margin-top: 0;
}
.buy-sell-bottom .bg .box-area-all:hover .icon {
  background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #1C3E95 0%, #3F7BDF 100%));
  transition: all 0.4s;
}
.buy-sell-bottom .bg .box-area-all:hover .icon img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
  transform: rotateY(180deg);
}
.buy-sell-bottom .service1-main-images .image3 {
  position: absolute;
  top: 260px;
  right: 30px;
}
@media (max-width: 767px) {
.buy-sell-bottom .service1-main-images .image3 {
    top: 180px;
  }

}

.buy-sell-bottom .service1-main-images .shape1 {
  position: absolute;
  top: 62px;
  left: -101px;
}
@media (max-width: 767px) {
.buy-sell-bottom .service1-main-images .shape1 {
    display: none;
  }

}

.buy-sell-bottom .service1-main-images .shape2 {
  position: absolute;
  top: 64px;
  right: -109px;
}
@media (max-width: 767px) {
.buy-sell-bottom .service1-main-images .shape2 {
    display: none;
  }

}

.buy-sell-bottom .service1-main-images .shape3 {
  position: absolute;
  bottom: 52px;
  left: -104px;
}
@media (max-width: 767px) {
.buy-sell-bottom .service1-main-images .shape3 {
    display: none;
  }

}

.buy-sell-bottom .service1-main-images .shape4 {
  position: absolute;
  bottom: 51px;
  right: -99px;
}
@media (max-width: 767px) {
.buy-sell-bottom .service1-main-images .shape4 {
    display: none;
  }

}

.apps8 .images-all {
  height: 650px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.apps8 .images-all {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {
.apps8 .images-all {
    height: 400px;
  }

}

.apps8 .images-all .image2 {
  position: absolute;
  top: 0;
  left: 0;
}
.compani8 .images-all {
  text-align: end;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.compani8 .images-all {
    margin-top: 40px;
  }

}

@media (max-width: 767px) {
.compani8 .images-all {
    margin-top: 40px;
  }

}

.compani8 .images-all .image2 {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 120px;
}
@media (max-width: 767px) {
.compani8 .images-all .image2 {
    margin-left: 0;
  }

}

.autofill .images-all {
  height: 650px;
  position: relative;
  margin-right: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.autofill .images-all {
    margin-right: 0;
    margin-bottom: 40px;
  }

}

@media (max-width: 767px) {
.autofill .images-all {
    margin-right: 0;
    margin-bottom: 40px;
    height: 400px;
  }

}

.autofill .images-all .image2 {
  position: absolute;
  top: 70px;
  left: 0;
}
.buy-sell-bottom2 .bg .box-area-all {
  position: relative;
  z-index: 9;
}
.buy-sell-bottom2 .bg .box-area-all .icon {
  background: #4A86E8;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  position: absolute;
  right: 20px;
  top: -80px;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.buy-sell-bottom2 .bg .box-area-all .icon {
    display: none;
  }

}

@media (max-width: 767px) {
.buy-sell-bottom2 .bg .box-area-all .icon {
    display: none;
  }

}

.buy-sell-bottom2 .bg .box-area-all .icon img {
  transition: all 0.4s;
}
.buy-sell-bottom2 .bg .box-area-all .single-box {
  background-color: #F3F4FF;
  padding: 24px;
  border-radius: 4px;
  margin-top: 70px;
  text-align: center;
}
.buy-sell-bottom2 .bg .box-area-all.box-area-all2 {
  position: relative;
}
.buy-sell-bottom2 .bg .box-area-all.box-area-all2 .icon {
  top: auto;
  bottom: -80px;
}
.buy-sell-bottom2 .bg .box-area-all.box-area-all2 .single-box {
  margin-top: 0;
}
.buy-sell-bottom2 .bg .box-area-all.box-area-all3 {
  position: relative;
}
.buy-sell-bottom2 .bg .box-area-all.box-area-all3 .icon {
  right: auto;
  left: 20px;
}
.buy-sell-bottom2 .bg .box-area-all.box-area-all4 {
  position: relative;
}
.buy-sell-bottom2 .bg .box-area-all.box-area-all4 .icon {
  top: auto;
  bottom: -80px;
  right: auto;
  left: 20px;
}
.buy-sell-bottom2 .bg .box-area-all.box-area-all4 .single-box {
  margin-top: 0;
}
.buy-sell-bottom2 .bg .box-area-all:hover .icon {
  background: #4A86E8;
  transition: all 0.4s;
}
.buy-sell-bottom2 .bg .box-area-all:hover .icon img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
  transform: rotateY(180deg);
}
.buy-sell-bottom2 .service1-main-images .image3 {
  position: absolute;
  top: 260px;
  right: 30px;
}
@media (max-width: 767px) {
.buy-sell-bottom2 .service1-main-images .image3 {
    top: 180px;
  }

}

.buy-sell-bottom2 .service1-main-images .shape1 {
  position: absolute;
  top: 62px;
  left: -101px;
}
@media (max-width: 767px) {
.buy-sell-bottom2 .service1-main-images .shape1 {
    display: none;
  }

}

.buy-sell-bottom2 .service1-main-images .shape2 {
  position: absolute;
  top: 64px;
  right: -109px;
}
@media (max-width: 767px) {
.buy-sell-bottom2 .service1-main-images .shape2 {
    display: none;
  }

}

.buy-sell-bottom2 .service1-main-images .shape3 {
  position: absolute;
  bottom: 52px;
  left: -104px;
}
@media (max-width: 767px) {
.buy-sell-bottom2 .service1-main-images .shape3 {
    display: none;
  }

}

.buy-sell-bottom2 .service1-main-images .shape4 {
  position: absolute;
  bottom: 51px;
  right: -99px;
}
@media (max-width: 767px) {
.buy-sell-bottom2 .service1-main-images .shape4 {
    display: none;
  }

}

.hr-solutions .heading9 {
  padding: 100px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hr-solutions .heading9 {
    padding: 50px 0px;
  }

}

@media (max-width: 767px) {
.hr-solutions .heading9 {
    padding: 50px 0px;
  }

}

.service3 .service-tabs-area .tabs-boxs ul li button.active {
  transition: all 0.4s;
}
.service3 .service-tabs-area .tabs-boxs ul li button.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  border-radius: 4px;
  border-bottom: 7px solid var(--qt-bg-bg-8);
  border-top: 2px solid var(--qt-bg-bg-8);
  border-left: 2px solid var(--qt-bg-bg-8);
  border-right: 2px solid var(--qt-bg-bg-8);
}
.service3 .service-tabs-area .tabs-item-area .tab-pane {
  background-color: var(--qt-bg-bg-9);
  padding: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service3 .service-tabs-area .tabs-item-area .tab-pane {
    padding: 20px;
  }

}

@media (max-width: 767px) {
.service3 .service-tabs-area .tabs-item-area .tab-pane {
    padding: 20px;
  }

}

.service3 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-headding h3 {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-semibold);
  color: var(--qt-text-h-text2);
}
.service3 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-headding p {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-regular);
}
.service3 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-headding .list li {
  color: var(--qt-text-h-text2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-medium);
  padding: 10px 0;
}
.service3 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-headding .list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #FAECEE;
  line-height: var(--f-fs-font-fs12);
  text-align: center;
  font-size: 12px;
  color: var(--qt-bg-bg-8);
  margin-right: 6px;
}
.service3 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-images {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service3 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-images {
    margin-top: 40px;
  }

}

@media (max-width: 767px) {
.service3 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-images {
    margin-top: 40px;
  }

}

.service3 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-images .img1 {
  text-align: end;
}
.service3 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-images .img2 {
  position: absolute;
  bottom: 0px;
}

.service4 .service-box {
  text-align: center;
  background-color: var(--qt-bg-bg-16);
  border-radius: 4px;
  padding: 28px 22px;
  transition: all 0.4s;
  margin-top: 30px;
}
.service4 .service-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background-color: var(--qt-bg-bg-15);
}
.service4 .service-box:hover .icon img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.service4 .service-box:hover h4 a {
  transition: all 0.4s;
  color: var(--qt-text-h-text1);
}
.service4 .service-box:hover p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.7215686275);
}
.service4 .service-box .icon {
  margin-bottom: 24px;
}
.service4 .service-box .icon img {
  transition: all 0.4s;
}
.service4 .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service4 .shape1 {
    display: none;
  }

}

@media (max-width: 767px) {
.service4 .shape1 {
    display: none;
  }

}

.service5 .heading5 p.title {
  background: linear-gradient(90deg, rgba(102, 47, 255, 0.1) -17.5%, rgba(234, 37, 245, 0.1) 100%);
}
.service5 .service-tabs-area .tabs-boxs ul li button.active {
  transition: all 0.4s;
}
.service5 .service-tabs-area .tabs-boxs ul li button.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  border-radius: 4px;
  border-top: 2px solid var(--Gradient, #1AA7FF);
  border-right: 2px solid var(--Gradient, #1AA7FF);
  border-bottom: 6px solid var(--Gradient, #1AA7FF);
  border-left: 2px solid var(--Gradient, #1AA7FF);
}
.service5 .service-tabs-area .tabs-item-area .tab-pane {
  background-color: #F9F4FF;
  padding: 60px;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service5 .service-tabs-area .tabs-item-area .tab-pane {
    padding: 20px;
  }

}

@media (max-width: 767px) {
.service5 .service-tabs-area .tabs-item-area .tab-pane {
    padding: 20px;
  }

}

.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-headding h3 {
  font-size: var(--f-fs-font-fs32);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-semibold);
  color: var(--qt-text-h-text2);
}
.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-headding p {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-regular);
}
.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-headding .track-list li {
  color: var(--Main-Text, #110D39);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-headding .track-list li span.check {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: var(--Gradient, linear-gradient(90deg, #1E5ECF -17.5%, #1AA7FF 100%));
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  margin-right: 7px;
}
.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-images {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-images {
    margin-top: 40px;
  }

}

@media (max-width: 767px) {
.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-images {
    margin-top: 40px;
  }

}

.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-images .img1 {
  text-align: end;
  margin-right: -60px;
}
.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-images .img2 {
  position: absolute;
  bottom: 0px;
}
.service5 .shape1 {
  position: absolute;
  right: 0;
  top: 0;
}
.service5 .shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*
 ::::::::::::::::::::::::::
  SERVICE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  PRRELOADER AREA CSS
 ::::::::::::::::::::::::::
 */
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* Flex helpers */
.flex {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000000;
}
.flex.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex .row, .flex .full-width {
  width: 100%;
}
.flex.justify-content-end {
  justify-content: flex-end;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.justify-space-around {
  justify-content: space-around;
}
.flex.justify-space-between {
  justify-content: space-between;
}

@keyframes fade-in{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
}

.overlay {
  background-color: #0B2147;
}
.overlay .preloader svg {
  animation-name: preloader-in;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.overlay .preloader.out svg {
  animation-name: preloader-out;
}
.overlay .preloader.animate .outer {
  animation-name: show100;
  animation-duration: 2.3s;
  animation-delay: 1s;
  animation-timing-function: linear;
  opacity: 1;
}
.overlay .preloader .logo {
  opacity: 0;
  animation-delay: 0.5s;
  display: block;
  width: 180px;
  height: 90px;
  margin: 0px auto;
  text-align: center;
  background: transparent url(../img/preloader-logo.png) no-repeat center center;
  background-size: contain;
  text-indent: -99999px;
  padding: 5px;
}
.overlay .preloader .logo.fade-out {
  animation-delay: 0.2s;
  animation-duration: 0.2s;
}

@keyframes preloader-in{
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  25% {
    opacity: 1;
    transform: scale(1.4);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes preloader-out{
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 1;
    transform: scale(1.4);
  }
  60% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
.loader {
  position: relative;
  height: 200px;
  width: 200px;
}

.loader svg {
  position: absolute;
  top: 0%;
}

.outer {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 99;
  /* transition: stroke-dashoffset 1s;*/
  stroke-dashoffset: 0;
  opacity: 0;
}

.preloader .outer {
  stroke-dasharray: 502;
}

.outer.loading {
  transition: stroke-dashoffset 0.8s ease;
}

.background {
  opacity: 0.5;
  stroke: #fff;
  stroke-width: 2;
  fill: transparent;
}

.animate .outer {
  animation-name: show100;
  animation-duration: 5s;
  opacity: 1;
  animation-timing-function: linear;
}

.loader.animate {
  transform: rotate(-90deg);
}
.choose2 .choose-images .image1 {
  margin-left: 60px;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.choose2 .choose-images .image1 {
    margin-left: 0;
  }

}

@media (max-width: 767px) {
.choose2 .choose-images .image1 {
    margin-left: 0;
  }

}

.choose2 .choose-images .image1 img {
  width: 100%;
}
.choose2 .choose-images .image2 {
  position: absolute;
  top: -40px;
  right: -40px;
}
.choose2 .accordion .accordion-item.active {
  border: 2px solid var(--qt-bg-bg-7);
  transition: all 0.4s;
}
.features .nav.nav-pills {
  background-color: var(--qt-bg-bg-4);
  padding: 0 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.features .nav.nav-pills {
    display: block;
  }

}

@media (max-width: 767px) {
.features .nav.nav-pills {
    display: block;
  }

}

.features .nav.nav-pills li button {
  padding: 14px 16px;
  border-radius: 4px;
  background-color: var(--qt-bg-bg-1);
  margin: 16px 0px;
  color: var(--qt-text-h-text1);
  font-size: var(--f-fs-font-fs16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.features .nav.nav-pills li button {
    margin: 16px 16px;
  }

}

@media (max-width: 767px) {
.features .nav.nav-pills li button {
    margin: 16px 16px;
  }

}

.features .nav.nav-pills li button.active {
  border-radius: 4px;
  background: var(--Project-Management-Color-Linner-Color, linear-gradient(95deg, #1F4FBF 0.75%, #1499FF 101.34%));
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.features .nav.nav-pills li {
    display: inline-block;
  }

}

@media (max-width: 767px) {
.features .nav.nav-pills li {
    display: inline-block;
  }

}

.features .shape1 {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -2;
}
.features .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

.tab-pane.fade {
  transform: rotateX(30deg) translateY(50px);
  opacity: 0;
}

.tab-pane.show.active {
  transform: rotateX(0) translateY(0);
  transition: all 0.5s;
  opacity: 1;
}
.tab-pane.show.active .features-item-box .features-box::before {
  opacity: 1;
  transition: all 0.4s;
}

@media (max-width: 767px) {
.hero-area6, .hero-area-contact {
    min-height: 200px;
  }
  .hero-area6 .images-all {
    height: auto
  }


}

/* ===== Visual Refresh 2026 ===== */
body.body {
  background:
    radial-gradient(circle at 6% 0%, rgba(20, 119, 208, 0.22) 0%, rgba(20, 119, 208, 0) 34%),
    radial-gradient(circle at 100% 22%, rgba(12, 91, 167, 0.2) 0%, rgba(12, 91, 167, 0) 42%),
    linear-gradient(180deg, #f2f7ff 0%, #e5f0ff 100%);
  color: #1f2f4d;
}

.header-area.header-area6 {
  background: rgba(9, 26, 58, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(203, 225, 255, 0.26);
}

.hero-area6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, rgba(9, 24, 55, 0.86) 0%, rgba(13, 74, 156, 0.68) 54%, rgba(20, 119, 208, 0.56) 100%);
  z-index: -5;
}

.hero-area6 .main-heading h1 {
  color: #ffffff;
  text-shadow: 0 12px 34px rgba(5, 16, 37, 0.46);
  font-size: 40px;
  line-height: 56px;
  text-wrap: balance;
}

.hero-area6 .main-heading p {
  color: rgba(244, 250, 255, 0.94);
  font-size: 20px;
  line-height: 32px;
  max-width: 640px;
}

.hero-area6 .images-all .image1 img {
  border: 5px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 28px 62px rgba(6, 20, 46, 0.44);
}

.theme-btn8::after {
  background: linear-gradient(180deg, #ffffff 0%, #e4efff 100%);
}

.theme-btn8 .tb8::after {
  background: linear-gradient(180deg, #0f62bf 0%, #2794f2 100%);
  opacity: 0.5;
}

.theme-btn8:hover .tb8::after {
  opacity: 0.72;
}

.header-area.header-area6 .header-elements .main-menu-ex ul li a {
  color: rgba(238, 247, 255, 0.92);
}

.header-area.header-area6 .header-elements .main-menu-ex ul li a.is-active,
.header-area.header-area6 .header-elements .main-menu-ex ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.editing6 {
  position: relative;
  background: linear-gradient(180deg, #edf5ff 0%, #dfeeff 100%);
}

.editing6::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(20, 119, 208, 0.08) 0%, rgba(20, 119, 208, 0) 42%),
    linear-gradient(320deg, rgba(18, 83, 165, 0.08) 0%, rgba(18, 83, 165, 0) 44%);
  pointer-events: none;
}

.editing6 .heading6 h2,
.outcomes-section .heading6 h2,
.how-we-work .heading6 h2,
.home-faq .heading6 h2 {
  color: #0e2f67;
  font-size: 50px;
  line-height: 58px;
  text-wrap: balance;
}

.editing6 .heading6 p,
.outcomes-section .heading6 p,
.how-we-work .heading6 p,
.home-faq .heading6 p {
  color: #455f88;
  font-size: 19px;
  line-height: 31px;
}

.editing6 .editing-box,
.outcome-card,
.how-we-work .work-step-card,
.faq-card,
.reference-card {
  border-radius: 22px;
  border: 1px solid rgba(116, 153, 214, 0.44);
  box-shadow: 0 24px 48px rgba(14, 41, 90, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.editing6 .editing-box {
  background: linear-gradient(165deg, #ffffff 0%, #ecf4ff 100%);
}

.editing6 .row > .col-lg-4:nth-child(2) .editing-box {
  transform: translateY(14px);
}

.editing6 .editing-box:hover,
.outcome-card:hover,
.how-we-work .work-step-card:hover,
.faq-card:hover,
.reference-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 52px rgba(14, 41, 90, 0.18);
}

.outcomes-section {
  background: linear-gradient(180deg, #f6faff 0%, #e6f1ff 100%);
}

.how-we-work {
  background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
}

.home-faq {
  background: linear-gradient(180deg, #edf5ff 0%, #dfedff 100%);
}

.footer {
  background: linear-gradient(180deg, #ebf3ff 0%, #dce9fd 100%);
}

@media (max-width: 991px) {
  .hero-area6 .main-heading h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .editing6 .heading6 h2,
  .outcomes-section .heading6 h2,
  .how-we-work .heading6 h2,
  .home-faq .heading6 h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .editing6 .row > .col-lg-4:nth-child(2) .editing-box {
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .hero-area6 .main-heading h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-area6 .main-heading p {
    font-size: 17px;
    line-height: 28px;
  }

  .editing6 .heading6 h2,
  .outcomes-section .heading6 h2,
  .how-we-work .heading6 h2,
  .home-faq .heading6 h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .editing6 .heading6 p,
  .outcomes-section .heading6 p,
  .how-we-work .heading6 p,
  .home-faq .heading6 p {
    font-size: 17px;
    line-height: 28px;
  }
}

/* ===== Homepage Directional Redesign ===== */
.editing6 {
  background: #f3f5f8;
}

.editing6 .heading6 h2,
.outcomes-section .heading6 h2,
.target-customers-block .heading6 h3 {
  color: #101b3c;
  font-weight: 700;
}

.editing6 .editing-box {
  background: #f8f9fb;
  border: 1px solid #dfe6f2;
  border-radius: 34px;
  box-shadow: none;
  text-align: left;
  padding: 34px 30px 28px;
}

.editing6 .editing-box .icon {
  margin: 0;
  width: 84px;
  height: 84px;
  border-radius: 22px;
  background: #e9edf5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.editing6 .editing-box--1 .icon { background: #e9eef8; }
.editing6 .editing-box--2 .icon { background: #eceafd; }
.editing6 .editing-box--3 .icon { background: #e8f0f7; }

.editing6 .editing-box .heading6 h4 a {
  color: #101b3c;
  font-size: 22px;
  line-height: 1.35;
}

.editing6 .editing-box .heading6 p {
  color: #5f7396;
  font-size: 17px;
  line-height: 1.65;
}

.editing6 .editing-one-sentence {
  margin-top: 18px;
  background: #f0f2f7;
  border-left: 5px solid #3f7de0;
  border-radius: 14px;
  padding: 16px 16px 16px 18px;
  font-style: italic;
  color: #334867;
}

.editing6 .service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  color: #2c6ef1;
  text-decoration: none;
}

.editing6 .service-link:hover {
  color: #1e59cc;
}

/* Typical projects */
.editing6 .typical-projects-card {
  background: linear-gradient(180deg, #f3f7ff 0%, #ecf2ff 100%);
  border: 1px solid #cfdcf4;
  border-radius: 28px;
  padding: 28px 28px 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.editing6 .typical-projects-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 20px;
}

.editing6 .typical-projects-heading h3 {
  margin: 0 0 8px;
  color: #143875;
  font-size: 38px;
  line-height: 1.12;
}

.editing6 .typical-projects-heading p {
  margin: 0;
  color: #60759a;
  font-size: 17px;
  line-height: 1.55;
}

.editing6 .typical-projects-link {
  color: #2f70f1;
  text-decoration: none;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.editing6 .typical-projects-link:hover {
  color: #1f5fd2;
}

.editing6 .typical-projects-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.editing6 .typical-projects-grid li {
  background: #ffffff;
  border: 1px solid #d4e1f4;
  border-radius: 16px;
  min-height: 96px;
  padding: 18px 20px;
  color: #2f4568;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  box-shadow: 0 2px 0 rgba(24, 57, 112, 0.03);
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.editing6 .typical-projects-grid li::before {
  content: none;
}

.editing6 .typical-projects-grid .dot {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #377dea;
  flex-shrink: 0;
  margin-top: 10px;
  box-shadow: 0 0 0 11px #dfeaf9;
}

.editing6 .typical-projects-grid li > span:last-child {
  display: block;
  flex: 1;
}

/* Target customers */
.editing6 .target-customers-block .heading6 {
  text-align: center;
}

.editing6 .target-customers-block .heading6 h3 {
  margin: 0 0 12px;
  color: #101b3c;
  font-size: 46px;
  line-height: 1.08;
}

.editing6 .target-customers-block .heading6 p {
  margin: 0 auto;
  max-width: 900px;
  color: #60759a;
  font-size: 17px;
  line-height: 1.55;
}

.editing6 .target-customer-grid {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 22px;
}

.editing6 .target-customer-card {
  background: #f8f9fb;
  border: 1px solid #d6e1f1;
  border-radius: 26px;
  min-height: 285px;
  padding: 36px 38px 34px;
  box-shadow: none;
}

.editing6 .target-customer-icon {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  background: #edf1f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin-bottom: 24px;
}

.editing6 .target-customer-icon::before {
  font-size: 28px;
  line-height: 1;
  color: #8198bb;
}

.editing6 .target-customer-icon-1::before {
  content: "🏫";
}

.editing6 .target-customer-icon-2::before {
  content: "⚽";
}

.editing6 .target-customer-icon-3::before {
  content: "🏢";
}

.editing6 .target-customer-icon-4::before {
  content: "🎯";
}

.editing6 .target-customer-icon-1::after,
.editing6 .target-customer-icon-2::after,
.editing6 .target-customer-icon-3::after,
.editing6 .target-customer-icon-4::after {
  content: "";
  position: absolute;
}

.editing6 .target-customer-card h4 {
  margin: 0 0 18px;
  color: #101b3c;
  font-size: 30px;
  line-height: 1.2;
}

.editing6 .target-customer-card p {
  margin: 0;
  color: #60759a;
  font-size: 17px;
  line-height: 1.6;
}

.editing6 .target-customer-card .target-customer-summary {
  margin-bottom: 10px;
}

.editing6 .target-customer-card .target-customer-pain {
  color: #4e6386;
}

/* Shared problems */
.editing6 .shared-problems-card {
  background: radial-gradient(circle at 14% 100%, rgba(44, 88, 178, 0.28) 0%, rgba(44, 88, 178, 0) 45%), linear-gradient(118deg, #09162f 0%, #132b58 54%, #1b3766 100%);
  border: 1px solid rgba(96, 133, 202, 0.38);
  border-radius: 52px;
  padding: 44px 40px 36px;
  position: relative;
}

.editing6 .shared-problems-card::after {
  content: "";
  width: 160px;
  height: 4px;
  border-radius: 99px;
  position: absolute;
  right: 56px;
  top: 98px;
  background: linear-gradient(90deg, rgba(56, 126, 255, 0.95) 0%, rgba(56, 126, 255, 0.08) 100%);
}

.editing6 .shared-problems-card .heading6 h3 {
  margin: 0 0 12px;
  color: #f0f5ff;
  font-size: 46px;
  line-height: 1.08;
}

.editing6 .shared-problems-card .heading6 p {
  margin: 0;
  color: #b8c9e8;
  font-size: 17px;
  line-height: 1.55;
  max-width: 760px;
}

.editing6 .shared-problems-card ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}

.editing6 .shared-problems-card li {
  margin: 0;
  min-height: 106px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(143, 168, 218, 0.24);
  color: #dce8fb;
  font-size: 16px;
  line-height: 1.52;
  padding: 26px 18px 24px 88px;
  position: relative;
  display: flex;
  align-items: center;
}

.editing6 .shared-problems-card li::before {
  content: "!";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(120, 181, 255, 0.2);
  border: 1px solid rgba(133, 191, 255, 0.52);
  color: #9ed0ff;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

/* Outcomes */
.outcomes-section {
  background: #f3f5f8;
}

.outcomes-section .heading6 h2 {
  margin-bottom: 10px;
  color: #101b3c;
  font-size: 46px;
  line-height: 1.08;
}

.outcomes-section .heading6 p {
  color: #60759a;
  font-size: 17px;
  line-height: 1.55;
}

.outcomes-section .row .col-lg-6 {
  margin-bottom: 24px;
}

.outcomes-section .row .col-lg-6:last-child,
.outcomes-section .row .col-lg-6:nth-last-child(2) {
  margin-bottom: 0;
}

.outcome-card {
  background: #f8f9fb;
  border: 1px solid #d6e1f1;
  border-radius: 30px;
  box-shadow: none;
  padding: 34px 34px 32px;
  height: 100%;
}

.outcome-card-1 {
  background: linear-gradient(120deg, #f8f9fb 0%, #edf8f2 100%);
}

.outcome-card-2 {
  background: linear-gradient(120deg, #f8f9fb 0%, #eef3ff 100%);
}

.outcome-head {
  display: block;
  margin: 0 0 14px;
}

.outcome-card-icon {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  background: #dfefe8;
  display: block;
  margin: 0 0 20px;
  position: relative;
}

.outcome-card-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #12b579;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.outcome-card-icon-2 {
  background: #e2ebfa;
}

.outcome-card-icon-2::before {
  border-color: #2f78ef;
}

.outcome-card h3 {
  margin: 0;
  color: #101b3c;
  font-size: 30px;
  line-height: 1.2;
}

.outcome-subtitle {
  margin: 0 0 24px;
  color: #60759a;
  font-size: 17px;
  line-height: 1.55;
}

.outcome-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.outcome-card li {
  margin: 0;
  min-height: 0;
  border-radius: 18px;
  background: #f0f2f7;
  padding: 20px 22px;
  color: #30486b;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
}

.outcome-icon {
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 50%;
  border: 3px solid #12b579;
  background: transparent;
  flex-shrink: 0;
  position: static;
}

.outcome-icon::before {
  content: none;
}

.outcome-card-2 .outcome-icon {
  border-color: #2f78ef;
}

.footer6 {
  background: #050f2f;
  margin-top: 24px;
}

.footer6 .container.bg {
  background: transparent;
}

.footer6 .copyright-area {
  border-top: 1px solid rgba(166, 188, 225, 0.14);
  padding: 34px 0;
}

.footer6 .copyright-area .logo img {
  filter: brightness(0) invert(1) saturate(0.1) opacity(0.85);
  max-width: 150px;
}

.footer6 .copyright-area .coppyright .footer-copy-text,
.footer6 .copyright-area .coppyright .footer-privacy-link,
.footer6 .copyright-area .coppyright .footer-separator {
  color: #98abc9;
}

@media (max-width: 1399px) {
  .editing6 .typical-projects-heading h3,
  .outcomes-section .heading6 h2,
  .editing6 .target-customers-block .heading6 h3,
  .editing6 .shared-problems-card .heading6 h3 {
    font-size: 42px;
  }

  .editing6 .typical-projects-link,
  .outcome-card h3,
  .editing6 .target-customer-card h4 {
    font-size: 28px;
  }

  .editing6 .typical-projects-grid li,
  .outcome-card li {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .editing6 .typical-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editing6 .typical-projects-heading h3,
  .outcomes-section .heading6 h2,
  .editing6 .target-customers-block .heading6 h3,
  .editing6 .shared-problems-card .heading6 h3 {
    font-size: 36px;
  }

  .editing6 .typical-projects-link,
  .outcome-card h3,
  .editing6 .target-customer-card h4 {
    font-size: 24px;
  }

  .editing6 .typical-projects-grid li,
  .outcome-card li {
    font-size: 17px;
  }

  .editing6 .shared-problems-card {
    padding: 44px 34px 34px;
  }
}

@media (max-width: 991px) {
  .editing6 .typical-projects-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .editing6 .typical-projects-grid,
  .editing6 .shared-problems-card ul {
    grid-template-columns: 1fr;
  }

  .editing6 .target-customer-card {
    min-height: 0;
  }

  .editing6 .shared-problems-card {
    border-radius: 36px;
    padding: 34px 24px 24px;
  }

  .editing6 .shared-problems-card::after {
    right: 24px;
    top: 78px;
    width: 96px;
  }

  .editing6 .typical-projects-heading h3,
  .outcomes-section .heading6 h2,
  .editing6 .target-customers-block .heading6 h3,
  .editing6 .shared-problems-card .heading6 h3 {
    font-size: 32px;
  }

  .editing6 .typical-projects-link,
  .outcome-card h3,
  .editing6 .target-customer-card h4 {
    font-size: 21px;
  }

  .editing6 .typical-projects-grid li,
  .outcome-card li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .editing6 .editing-box .heading6 h4 a {
    font-size: 20px;
  }

  .editing6 .typical-projects-card,
  .editing6 .target-customer-card,
  .outcome-card {
    border-radius: 24px;
    padding: 22px 18px;
  }

  .editing6 .target-customer-card {
    min-height: 0;
  }

  .editing6 .typical-projects-grid li {
    min-height: 0;
    padding: 14px 14px;
    font-size: 19px;
    line-height: 1.4;
  }

  .editing6 .typical-projects-grid .dot {
    width: 14px;
    height: 14px;
    margin-top: 6px;
    box-shadow: 0 0 0 8px #dfeaf9;
  }

  .editing6 .target-customers-block .heading6 h3,
  .editing6 .shared-problems-card .heading6 h3,
  .outcomes-section .heading6 h2 {
    font-size: 28px;
  }

  .editing6 .target-customer-card h4,
  .editing6 .typical-projects-link,
  .outcome-card h3 {
    font-size: 19px;
  }

  .editing6 .shared-problems-card li {
    min-height: 0;
    padding: 16px 14px 16px 64px;
  }

  .editing6 .shared-problems-card li::before {
    left: 20px;
    width: 26px;
    height: 26px;
    line-height: 24px;
  }

  .outcome-card li {
    min-height: 0;
    padding: 14px 14px;
    font-size: 19px;
    line-height: 1.4;
  }

  .editing6 .target-customer-icon,
  .outcome-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    margin-bottom: 16px;
  }
}

.home-faq .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 14px;
}

.home-faq .faq-grid > [class*="col-"] {
  margin-bottom: 0;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  float: none;
  flex: initial;
}

@media (max-width: 991px) {
  .home-faq .faq-grid {
    grid-template-columns: 1fr;
  }
}

.help-work-card {
  height: 100%;
}

.workflow-list {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.workflow-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.workflow-item h4 {
  color: var(--qt-text-h-text2);
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs30);
  font-weight: var(--f-fw-semibold);
  margin-bottom: 8px;
}

.workflow-item p {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  margin: 0;
}

.workflow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #123379;
  color: #ffffff;
  font-size: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-semibold);
  flex-shrink: 0;
}

.problem-solutions-block,
.benefits-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(10, 34, 64, 0.08);
}

.problem-solution-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.problem-solution-card {
  border: 1px solid rgba(18, 51, 121, 0.12);
  border-radius: 18px;
  padding: 24px;
  background: #f8fbff;
}

.problem-solution-card h4 {
  color: var(--qt-text-h-text2);
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-semibold);
  margin-bottom: 12px;
}

.problem-solution-card p,
.benefits-card p {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
}

.problem-solution-card p {
  margin: 0;
}

.benefits-card p {
  margin-top: 16px;
}

.benefits-card ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.benefits-card li {
  position: relative;
  padding-left: 28px;
  color: var(--qt-text-h-text2);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-medium);
}

.benefits-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #123379;
}

.contact-banner {
  padding-top: 0;
}

.contact-banner .contact-banner-inner {
  background: linear-gradient(135deg, #123379 0%, #1f548f 100%);
  border-radius: 32px;
  padding: 48px;
  overflow: hidden;
}

.contact-banner .contact-banner-kicker {
  display: inline-block;
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs16);
  font-weight: var(--f-fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
}

.contact-banner h2 {
  color: #ffffff;
  font-size: var(--f-fs-font-fs48);
  line-height: var(--f-fs-font-fs56);
  font-weight: var(--f-fw-semibold);
}

.contact-banner p {
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  margin-top: 18px;
}

.contact-banner .contact-banner-about {
  color: rgba(255, 255, 255, 0.72);
}

.contact-banner .contact-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.contact-banner .contact-banner-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-weight: var(--f-fw-semibold);
  transition: all .4s;
}

.contact-banner .contact-banner-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.contact-banner .contact-banner-photo {
  text-align: center;
}

.contact-banner .contact-banner-photo img {
  width: min(100%, 360px);
  border-radius: 28px;
  border: 6px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 60px rgba(6, 17, 40, 0.28);
}

.about-intro-copy {
  margin-top: 16px;
}

.reference-role {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs24);
  margin-top: 8px;
}

.shared-problems-list-section .heading6 {
  margin-bottom: 26px;
}
.shared-problems-list-section {
  margin-top: 18px;
  margin-bottom: 44px;
  padding: 40px 40px 34px;
  border-top: 1px solid #d5e0f2;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
}

.shared-problems-list {
  margin: 0;
  padding-left: 22px;
}

.shared-problems-list li {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  margin-bottom: 22px;
}

.shared-problems-list li strong {
  color: var(--qt-text-h-text2);
  font-weight: var(--f-fw-semibold);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.shared-problems-list-section {
    margin-bottom: 36px;
    padding: 32px 28px 26px;
  }

}
@media (max-width: 767px) {
.shared-problems-list-section {
    margin-bottom: 28px;
  }

}

@media (max-width: 767px) {
.shared-problems-list-section {
    padding: 22px 18px 18px;
    border-radius: 22px;
  }

}

.target-customer-layout {
  row-gap: 28px;
}

.hero-trust-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 18px 42px;
  margin-top: 32px;
  align-items: start;
  justify-content: start;
  max-width: 820px;
}

.hero-trust-item {
  position: relative;
  padding-left: 20px;
  color: rgba(242, 247, 255, 0.92);
  font-size: var(--f-fs-font-fs18);
  line-height: 1.5;
  font-weight: var(--f-fw-medium);
  text-align: left;
  white-space: nowrap;
}

.hero-trust-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8ec5ff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-trust-list {
    grid-template-columns: 1fr;
  }

}
@media (max-width: 767px) {
.hero-trust-list {
    grid-template-columns: 1fr;
  }

}
.hero-row {
  row-gap: 36px;
}

.hero-button-note {
  margin: 18px 0 0;
  max-width: 680px;
  color: rgba(242, 247, 255, 0.84);
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .hero-button-note {
    font-size: 15px;
    line-height: 1.6;
  }
}

.home-inline-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.home-inline-cta-wrap--compact {
  margin-top: 28px;
}

.home-inline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  border: 1px solid #c9d9f3;
  color: #12376d;
  font-size: 18px;
  line-height: 1.4;
  font-weight: var(--f-fw-semibold);
  text-align: center;
  box-shadow: 0 16px 36px rgba(15, 42, 91, 0.1);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.home-inline-cta .arrow {
  font-size: 20px;
  line-height: 1;
}

.home-inline-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(15, 42, 91, 0.14);
  color: #0e2f67;
}
@media (max-width: 767px) {
.home-inline-cta {
    width: 100%;
    padding: 16px 22px;
    font-size: 17px;
  }

}

.why-me-block {
  padding: 34px 0 56px;
}

.why-me-block .heading6 {
  text-align: center;
  margin-bottom: 30px;
}

.why-me-block .heading6 h3 {
  margin: 0 0 14px;
  color: #101b3c;
  font-size: 46px;
  line-height: 1.08;
}

.why-me-block .heading6 p {
  margin: 0 auto;
  max-width: 920px;
  color: #60759a;
  font-size: 17px;
  line-height: 1.68;
}

.why-me-copy {
  max-width: 920px;
  margin: 0 auto;
}

.why-me-copy p {
  margin: 0 0 16px;
  color: #4e6488;
  font-size: 19px;
  line-height: 1.75;
  text-align: left;
}

.why-me-copy p:last-child {
  margin-bottom: 0;
}

.why-me-benefits-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.why-me-benefits-title {
  margin: 0 0 22px;
  color: #0e2f67;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

.why-me-block .row {
  --bs-gutter-x: 36px;
  --bs-gutter-y: 36px;
}

.why-me-card {
  background: linear-gradient(180deg, #ffffff 0%, #eef3fb 100%);
  border: 1px solid #d4e1f3;
  border-radius: 24px;
  padding: 30px 30px;
  height: 100%;
}

.why-me-card h4 {
  margin: 0 0 14px;
  color: #101b3c;
  font-size: 26px;
  line-height: 1.22;
}

.why-me-card p {
  margin: 0;
  color: #5f7396;
  font-size: 17px;
  line-height: 1.65;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.why-me-block {
    padding: 22px 0 42px;
  }

.why-me-block .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .why-me-copy p {
    font-size: 18px;
  }

  .why-me-card {
    padding: 28px 24px;
  }

}
@media (max-width: 767px) {
.why-me-block {
    padding: 16px 0 32px;
  }

  .why-me-block .heading6 {
    margin-bottom: 22px;
  }

  .why-me-block .heading6 h3 {
    margin-bottom: 14px;
    font-size: 38px;
  }

  .why-me-block .heading6 p {
    line-height: 1.65;
  }

  .why-me-copy p {
    font-size: 17px;
    line-height: 1.7;
    text-align: left;
  }

  .why-me-benefits-title {
    font-size: 22px;
  }

  .why-me-block .row {
    --bs-gutter-y: 20px;
  }

  .why-me-card {
    padding: 24px 22px;
  }

}

.how-we-work {
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
}

.how-we-work-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #2b63c8;
  font-size: 15px;
  line-height: 1.2;
  font-weight: var(--f-fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.how-we-work-kicker::before,
.how-we-work-kicker::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: #2b63c8;
}

.how-we-work .heading6 h2 {
  margin: 0;
  color: #101b3c;
  text-wrap: balance;
}

.how-we-work .heading6 p {
  margin: 16px 0 0;
  max-width: 760px;
  color: #5f7396;
  font-size: 16px;
  line-height: 1.6;
}

.process-cycle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.process-cycle-step {
  position: relative;
  text-align: center;
}

.process-cycle-step:nth-child(even) {
  padding-top: 56px;
}

.process-cycle-step::after,
.process-cycle-step::before {
  display: none;
}

.process-cycle-step:nth-child(1) .process-cycle-visual,
.process-cycle-step:nth-child(1) .process-cycle-copy {
  animation-delay: 0.08s;
}

.process-cycle-step:nth-child(2) .process-cycle-visual,
.process-cycle-step:nth-child(2) .process-cycle-copy {
  animation-delay: 0.2s;
}

.process-cycle-step:nth-child(3) .process-cycle-visual,
.process-cycle-step:nth-child(3) .process-cycle-copy {
  animation-delay: 0.32s;
}

.process-cycle-step:nth-child(4) .process-cycle-visual,
.process-cycle-step:nth-child(4) .process-cycle-copy {
  animation-delay: 0.44s;
}

.process-cycle-visual {
  position: relative;
  width: min(168px, 100%);
  aspect-ratio: 1;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(173, 191, 229, 0.2);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translate3d(48px, 20px, 0) scale(0.92);
  transition: opacity 1.35s cubic-bezier(.18, .88, .22, 1), transform 1.35s cubic-bezier(.18, .88, .22, 1);
}

.process-cycle-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 48px;
  height: 48px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #123379 0%, #1d4fb0 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: var(--f-fw-semibold);
  box-shadow: 0 14px 26px rgba(18, 51, 121, 0.22);
}

.process-cycle-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e59f2;
}

.process-cycle-icon img,
.process-cycle-icon svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.process-cycle-icon svg {
  width: 54px;
}

.process-cycle-copy {
  max-width: 320px;
  margin: 0 auto;
  opacity: 0;
  transform: translate3d(42px, 16px, 0);
  transition: opacity 1.35s cubic-bezier(.18, .88, .22, 1), transform 1.35s cubic-bezier(.18, .88, .22, 1);
}

.process-cycle-step.is-visible .process-cycle-visual {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: calc(var(--process-step-index, 0) * 420ms);
}

.process-cycle-step.is-visible .process-cycle-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: calc((var(--process-step-index, 0) * 420ms) + 260ms);
}

.process-cycle-copy h3 {
  margin: 0 0 14px;
  color: #1d2230;
  font-size: 24px;
  line-height: 1.2;
  text-wrap: balance;
}

.process-cycle-copy p {
  margin: 0;
  color: #72798d;
  font-size: 15px;
  line-height: 1.66;
}

@media (prefers-reduced-motion: reduce) {
  .process-cycle-visual,
  .process-cycle-copy {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.process-cycle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

  .process-cycle-step:nth-child(even) {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .how-we-work .heading6 p {
    font-size: 15px;
  }

  .process-cycle-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .process-cycle-step {
    padding-top: 0 !important;
  }

  .process-cycle-visual {
    width: min(190px, 100%);
    margin-bottom: 22px;
  }

  .process-cycle-badge {
    min-width: 54px;
    height: 54px;
    font-size: 17px;
  }

  .process-cycle-copy h3 {
    font-size: 22px;
  }

  .process-cycle-copy p {
    font-size: 15px;
  }

}

.target-customer-list {
  display: grid;
  gap: 10px;
}

.target-customer-list--horizontal {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 18px 26px;
  margin-bottom: 34px;
}

.target-customer-tab {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 14px 0 14px 24px;
  position: relative;
  overflow: visible;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.target-customer-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c5d1e8;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.target-customer-tab::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 6px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #123379 0%, #5c91ff 100%);
  transition: width 0.32s ease;
  pointer-events: none;
}

.target-customer-tab:hover {
  transform: translateX(10px);
}

.target-customer-tab:hover::before {
  transform: scale(1.25);
  box-shadow: 0 0 0 6px rgba(18, 51, 121, 0.08);
}

.target-customer-tab:hover::after {
  width: 72px;
}

.target-customer-tab.is-active {
  transform: translateX(16px) scale(1.01);
}

.target-customer-tab.is-active::before {
  background: #123379;
  transform: scale(1.35);
  box-shadow: 0 0 0 8px rgba(18, 51, 121, 0.1);
}

.target-customer-tab.is-active::after {
  width: 112px;
}

.target-customer-tab strong {
  display: block;
  color: var(--qt-text-h-text2);
  font-size: var(--f-fs-font-fs28);
  line-height: var(--f-fs-font-fs32);
  font-weight: var(--f-fw-semibold);
  margin-bottom: 6px;
}

.target-customer-tab span {
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
}

.target-customer-tab--horizontal {
  width: auto;
  padding: 10px 0 14px;
  min-width: 0;
  transform-origin: center bottom;
}

.target-customer-tab--horizontal::before {
  display: none;
}

.target-customer-tab--horizontal::after {
  left: 0;
  bottom: 0;
}

.target-customer-tab--horizontal:hover {
  transform: translateY(-4px);
}

.target-customer-tab--horizontal.is-active {
  transform: translateY(-6px);
}
.target-customer-tab--horizontal.is-animating {
  animation: targetTabSnap .74s cubic-bezier(.18,.88,.22,1) both;
}

.target-customer-tab--horizontal strong {
  margin-bottom: 0;
  font-size: var(--f-fs-font-fs22);
  line-height: var(--f-fs-font-fs30);
}

.target-customer-tab--horizontal span {
  display: none;
}

.target-customer-panels {
  position: relative;
  min-height: 420px;
}

.target-customer-panels--single {
  min-height: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 8px;
}

.target-customer-showcase {
  display: none;
  transform-origin: center;
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.target-customer-showcase.is-active {
  display: block;
  animation: targetShowcaseReveal .72s cubic-bezier(.16,.84,.24,1) both;
}

.target-customer-showcase--single {
  min-height: 0;
  animation: none !important;
  overflow: visible;
}

.target-customer-showcase--single::before,
.target-customer-showcase--single::after {
  display: none;
}

.target-customer-showcase--single.target-customer-showcase img {
  margin: 0 auto;
  width: min(88vw, 950px);
  max-width: none;
  height: auto;
  display: block;
  animation: none;
  transform-origin: center center;
}

.target-customer-showcase--single.is-active.is-animating .target-customer-visual img {
  opacity: 1;
  animation: targetDiagramSideReveal 2.2s cubic-bezier(.14,.82,.2,1) both;
}

.target-customer-visual {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.target-customer-visual img {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.target-customer-showcase--single.has-revealed .target-customer-visual img {
  opacity: 1;
}

.target-customer-shutter {
  position: absolute;
  left: -2%;
  width: 104%;
  height: 25.5%;
  background: linear-gradient(90deg, rgba(242, 247, 255, 0.98) 0%, rgba(230, 239, 255, 0.96) 55%, rgba(214, 228, 255, 0.88) 100%);
  box-shadow: 0 16px 36px rgba(18, 51, 121, 0.08);
  z-index: 2;
  transform: translateX(0) skewX(0);
  opacity: 0;
  pointer-events: none;
  display: none;
}

.target-customer-shutter-1 {
  top: -1%;
}

.target-customer-shutter-2 {
  top: 24.5%;
}

.target-customer-shutter-3 {
  top: 50%;
}

.target-customer-shutter-4 {
  top: 75.5%;
}

.target-customer-showcase::before {
  content: "";
  position: absolute;
  width: 82%;
  height: 82%;
  right: 4%;
  top: 8%;
  border-radius: 56% 44% 48% 52%/42% 58% 42% 58%;
  background: radial-gradient(circle at 30% 30%, rgba(83, 145, 255, 0.2), rgba(83, 145, 255, 0.02) 62%);
  animation: targetBackdropMorph 7s ease-in-out infinite;
  z-index: 0;
}

.target-customer-showcase::after {
  content: "";
  position: absolute;
  inset: -6% auto -6% -24%;
  width: 28%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.55) 50%, transparent 100%);
  transform: skewX(-18deg) translateX(-240%);
  animation: targetShowcaseSweep 1.6s ease .18s both;
  pointer-events: none;
  z-index: 2;
}

.target-customer-showcase img {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: block;
  filter: drop-shadow(0 26px 40px rgba(20, 56, 110, 0.18));
  animation: targetDiagramFloat 3.6s ease-in-out infinite;
}

.target-customer-showcase-placeholder {
  min-height: 320px;
  width: min(100%, 560px);
  margin-left: auto;
  border-radius: 44% 56% 52% 48%/46% 44% 56% 54%;
  background: radial-gradient(circle at 30% 30%, #eef4ff 0%, #f8fbff 62%, #edf3ff 100%);
  border: 1px dashed rgba(18, 51, 121, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  color: var(--qt-text-p-text3);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs30);
  animation: targetBackdropMorph 7s ease-in-out infinite;
}

.target-customer-showcase-abstract {
  width: min(100%, 920px);
  height: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  background: radial-gradient(circle at 25% 30%, rgba(92, 145, 255, 0.22), transparent 28%), radial-gradient(circle at 70% 35%, rgba(18, 51, 121, 0.14), transparent 26%), radial-gradient(circle at 55% 75%, rgba(92, 145, 255, 0.18), transparent 24%), linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  animation: none;
}

.abstract-orbit,
.abstract-node {
  position: absolute;
}

.abstract-orbit {
  border-radius: 999px;
  border: 2px solid rgba(18, 51, 121, 0.12);
  animation: none;
}

.abstract-orbit-1 {
  width: 320px;
  height: 320px;
  top: 58px;
  left: 120px;
}

.abstract-orbit-2 {
  width: 220px;
  height: 220px;
  right: 120px;
  bottom: 54px;
  animation-direction: reverse;
}

.abstract-node {
  border-radius: 50%;
  background: linear-gradient(180deg, #5c91ff 0%, #123379 100%);
  box-shadow: 0 18px 28px rgba(18, 51, 121, 0.18);
  animation: none;
}

.abstract-node-1 {
  width: 84px;
  height: 84px;
  top: 92px;
  left: 58%;
}

.abstract-node-2 {
  width: 38px;
  height: 38px;
  left: 24%;
  bottom: 86px;
  animation-delay: .4s;
}

.abstract-node-3 {
  width: 28px;
  height: 28px;
  right: 18%;
  top: 92px;
  animation-delay: .8s;
}

@keyframes targetShowcaseReveal {
  from {
    opacity: 0;
    transform: translate3d(42px, 24px, 0) scale(0.9) rotate(-3deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}

@keyframes targetDiagramFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-1.2deg) scale(1);
  }
  50% {
    transform: translate3d(-10px, -14px, 0) rotate(1.4deg) scale(1.035);
  }
}

@keyframes targetAbstractReveal {
  from {
    opacity: 0;
    transform: translateY(24px) scale(.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes targetDiagramSideReveal {
  0% {
    opacity: 1;
    transform: translate3d(420px, 0, 0) scale(1);
    filter: blur(10px) saturate(.88);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0) saturate(1);
  }
}

@keyframes targetOrbitReveal {
  0% {
    opacity: 0;
    transform: scale(.75) rotate(-18deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes targetNodeReveal {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(.6);
  }
  70% {
    opacity: 1;
    transform: translateY(-4px) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes targetShowcaseSweep {
  from {
    transform: skewX(-18deg) translateX(-240%);
  }
  to {
    transform: skewX(-18deg) translateX(520%);
  }
}

@keyframes targetBackdropMorph {
  0%, 100% {
    border-radius: 56% 44% 48% 52%/42% 58% 42% 58%;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    border-radius: 42% 58% 60% 40%/56% 40% 60% 44%;
    transform: translate3d(8px, -10px, 0) scale(1.03);
  }
}

@keyframes targetOrbitSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes targetNodeFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.target-customer-showcase--single.is-active.is-animating .target-customer-showcase-abstract {
  animation: targetAbstractReveal .88s cubic-bezier(.12,.9,.2,1) both;
}

.target-customer-showcase--single.is-active.is-animating .abstract-orbit-1 {
  animation: targetOrbitReveal .86s cubic-bezier(.12,.9,.2,1) both;
}

.target-customer-showcase--single.is-active.is-animating .abstract-orbit-2 {
  animation: targetOrbitReveal 1.04s cubic-bezier(.12,.9,.2,1) both;
}

.target-customer-showcase--single.is-active.is-animating .abstract-node-1 {
  animation: targetNodeReveal .72s cubic-bezier(.12,.9,.2,1) .08s both;
}

.target-customer-showcase--single.is-active.is-animating .abstract-node-2 {
  animation: targetNodeReveal .72s cubic-bezier(.12,.9,.2,1) .16s both;
}

.target-customer-showcase--single.is-active.is-animating .abstract-node-3 {
  animation: targetNodeReveal .72s cubic-bezier(.12,.9,.2,1) .24s both;
}

@keyframes targetTabSnap {
  0% {
    transform: translateY(18px) scale(.82) rotate(-1.5deg);
    opacity: 0;
  }
  48% {
    transform: translateY(-12px) scale(1.1) rotate(.8deg);
    opacity: 1;
  }
  72% {
    transform: translateY(2px) scale(.97) rotate(-.4deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-6px) scale(1) rotate(0);
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .problem-solution-list,
  .benefits-card ul {
    grid-template-columns: 1fr;
  }

  .contact-banner .contact-banner-photo {
    margin-top: 24px;
  }

  .target-customer-panels--single {
    width: calc(100vw - 32px);
    margin-left: calc(50% - 50vw + 16px);
  }

  .target-customer-panels,
  .target-customer-showcase {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .problem-solutions-block,
  .benefits-card,
  .contact-banner .contact-banner-inner {
    padding: 28px 20px;
  }

  .contact-banner h2 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs40);
  }

  .target-customer-panels,
  .target-customer-showcase {
    min-height: 240px;
  }

  .target-customer-panels--single {
    width: calc(100vw - 20px);
    margin-left: calc(50% - 50vw + 10px);
  }

  .target-customer-showcase-placeholder {
    min-height: 220px;
  }

  .target-customer-showcase--single.target-customer-showcase img {
    width: min(98vw, 950px);
  }

  .target-customer-showcase-abstract {
    height: 260px;
    border-radius: 24px;
  }

  .abstract-orbit-1 {
    width: 170px;
    height: 170px;
    top: 44px;
    left: 30px;
  }

  .abstract-orbit-2 {
    width: 120px;
    height: 120px;
    right: 26px;
    bottom: 28px;
  }

  .abstract-node-1 {
    width: 46px;
    height: 46px;
  }

  .abstract-node-2 {
    width: 24px;
    height: 24px;
  }

  .abstract-node-3 {
    width: 18px;
    height: 18px;
  }
}


.hero-area6 .images-all .image1 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100%;
}

.hero-area6 .hero-photo-caption {
  display: block !important;
  width: 100%;
  max-width: 320px;
  margin: 18px auto 0 !important;
  text-align: center !important;
}

.hero-area6 .hero-photo-caption-name,
.hero-area6 .hero-photo-caption-role {
  display: block !important;
  margin: 0 !important;
  color: #ffffff !important;
  text-align: center !important;
  font-size: var(--f-fs-font-fs18) !important;
  line-height: 1.5 !important;
  font-weight: var(--f-fw-blod) !important;
}

.hero-area6 .hero-photo-caption-name {
  margin-top: 0 !important;
}

.hero-area6 .hero-photo-caption-role {
  margin-top: 2px !important;
}

.editing6 .target-customers-block .heading6 h3 {
  margin-bottom: 18px;
}

.editing6 .target-customers-block .heading6 p {
  max-width: 920px;
  margin: 12px auto 0;
  color: #0e2f67;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-wrap: balance;
  text-align: center;
}

.editing6 .target-customer-gallery {
  width: min(100%, 1240px);
  margin: 0;
}

.target-customer-panels--single {
  width: 100%;
  margin-left: 0;
  padding-top: 18px;
}

.target-customer-showcase--single.target-customer-showcase img {
  width: min(100%, 1080px);
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .editing6 .target-customers-block .heading6 p {
    margin-top: 14px;
    font-size: 21px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .editing6 .target-customers-block .heading6 p {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.35;
  }
}

.footer6 .copyright-area .footer-contact-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 10px;
}

.footer6 .copyright-area .footer-contact-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(152, 171, 201, 0.12);
  border: 1px solid rgba(152, 171, 201, 0.2);
  color: #dce7fb;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer6 .copyright-area .footer-contact-link svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  display: block;
}

.footer6 .copyright-area .footer-contact-link:hover {
  transform: translateY(-2px);
  background: rgba(152, 171, 201, 0.22);
  border-color: rgba(152, 171, 201, 0.34);
  color: #ffffff;
}

.footer6 .copyright-area .footer-contact-link.is-placeholder {
  cursor: default;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer6 .copyright-area .coppyright {
    justify-content: center;
  }

  .footer6 .copyright-area .footer-contact-links {
    width: 100%;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 4px;
  }
}

/*
::::::::::::::::::::::::::
FEATURES AREA CSS
::::::::::::::::::::::::::
*/
.personal-brand { display: inline-flex; flex-direction: column; color: #ffffff; line-height: 1.15; text-align: left; white-space: nowrap; }
.personal-brand span { font-size: 21px; font-weight: 700; }
.personal-brand small { display: block; margin-top: 6px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.personal-brand--footer { color: #ffffff; }
.personal-brand--footer small { color: #c6d3e8; }
.footer-business-details { max-width: 280px; margin: 12px 0 0; color: #b9c9e0; font-size: 13px; line-height: 1.55; }
.footer-language-switcher { display: inline-flex; align-items: center; gap: 5px; margin-right: 10px; }
.footer-language-label { color: #98abc9; font-size: 13px; }
.footer-language-switcher a { min-width: 30px; padding: 4px 6px; border-radius: 999px; color: #dce7fb; font-size: 12px; font-weight: 700; letter-spacing: .04em; line-height: 1; text-decoration: none; transition: background-color .2s ease, color .2s ease; }
.footer-language-switcher a:hover, .footer-language-switcher a.is-active { background: #dce7fb; color: #050f2f; }
.footer-language-switcher > span:not(.footer-language-label) { color: rgba(152,171,201,.6); }
.project-box-image { aspect-ratio: 1700 / 493; overflow: hidden; border-radius: 8px; background: #f3f5f7; }
.project-box-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.project-section .col-lg-6:nth-child(2) .project-box-image { background: #1f2b4d; }
.project-section .col-lg-6:nth-child(2) .project-box-image img { object-fit: cover; object-position: center top; }
.project-meta-line { font-size: 13px !important; line-height: 1.7; }
.project-meta-line strong { color: #123379; }
.section-anchor { display: block; position: relative; top: -20px; visibility: hidden; }
.hero-secondary-button { display: inline-flex; align-items: center; gap: 8px; margin-left: 14px; color: #ffffff; font-size: 16px; font-weight: 700; }
.hero-secondary-button:hover { color: #8ec5ff; }
@media (max-width: 767px) { .hero-secondary-button { margin: 16px 0 0; } }
.process-cycle-visual--number { width: 72px; aspect-ratio: auto; min-height: 72px; background: transparent; box-shadow: none; opacity: 1; transform: none; }
.process-cycle-visual--number .process-cycle-badge { position: static; min-width: 58px; height: 58px; }
.process-cycle-step.is-visible .process-cycle-visual--number { opacity: 1; transform: none; }
.technology-tags { max-width: 920px; margin: 24px auto 0; color: #526a91; font-size: 15px; line-height: 2; text-align: left; }
.how-we-work.sp { padding-top: 72px; padding-bottom: 72px; }
.audience-section { max-width: 920px; margin: 18px auto 44px; padding: 0; }
.audience-heading { margin-bottom: 24px; }
.audience-heading h3 { margin: 0; color: #0e2f67; font-size: 32px; line-height: 1.2; text-align: left; }
.audience-heading p { margin: 12px 0 0; color: #60759a; font-size: 17px; line-height: 1.55; }
.audience-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 42px; margin: 0; padding: 0; list-style: none; }
.audience-list li { position: relative; margin: 0; padding: 0 0 0 24px; color: #526a91; font-size: 18px; line-height: 1.5; }
.audience-list li::before { content: ""; position: absolute; top: 0.65em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #2b63c8; }
.audience-list li strong { color: #183c77; font-weight: 600; }
.audience-callout { margin: 26px 0 0; padding-top: 20px; border-top: 1px solid #d5e0f2; color: #183c77; font-size: 18px; line-height: 1.55; }
.reference-note { margin: 10px auto 0; color: #70809a; font-size: 13px !important; line-height: 1.5 !important; font-weight: 400; }
.header-area.header-area6 .header-elements .header-lang a.is-active {
  background: #040f2e;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .audience-section { margin-bottom: 28px; }
  .audience-heading h3 { font-size: 28px; }
  .audience-list { grid-template-columns: 1fr; gap: 12px; }
  .audience-list li, .audience-callout { font-size: 17px; }
}
/*# sourceMappingURL=main.css.map */
