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: var(--Text-Color, #0A0726);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  padding: 18px 22px;
  border-radius: 80px;
  position: relative;
  border: none;
}
.theme-btn8::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  width: 100%;
  z-index: -2;
  border-radius: 80px;
}
.theme-btn8 .arrow {
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 2px;
}
.theme-btn8 .tb8 {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.theme-btn8 .tb8::after {
  content: "";
  position: absolute;
  left: -11px;
  top: -11px;
  height: 40px;
  background: var(--Main-Color, linear-gradient(180deg, #215FCF 0%, #70A8FF 100%));
  opacity: 0.2;
  width: 40px;
  border-radius: 80px;
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn8:hover {
  color: var(--Text-Color, #0A0726);
}
.theme-btn8:hover .tb8 {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.theme-btn8:hover .tb8::after {
  content: "";
  position: absolute;
  left: -11px;
  top: -11px;
  height: 40px;
  background: var(--Main-Color, linear-gradient(180deg, #215FCF 0%, #70A8FF 100%));
  opacity: 0.2;
  width: 116%;
  border-radius: 80px;
  z-index: -1;
  transition: all 0.4s;
}
.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;
}

/*
::::::::::::::::::::::::::
 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: 50px 0px;
  }


}


.space16 {
  height: 16px;
}

.space24 {
  height: 24px;
}
.space30 {
  height: 30px;
}

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


}

.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%;
  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;
}
@media (max-width: 991px) {
  .faq-card {
    margin-bottom: 18px;
  }
}

.space40 {
  height: 40px;
}

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


}

.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: 26px; /* 162.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;
}

.experience.about-page .about-intro-row {
  position: relative;
  margin-bottom: 50px;
}
.about-photo-corner {
    position: absolute;
    right: 120px;
    left: auto;
    top: -18px;
    width: 400px;
    height: 400px;
    z-index: 2;
}
.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: 220px;
}

.references {
  background: #f6f8fc;
  display: none;
}
.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 {
  background: #fff;
  border: 1px solid rgba(18, 51, 121, 0.1);
  border-radius: 14px;
  padding: 24px 20px;
  height: 100%;
}
.reference-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.reference-person img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}
.reference-person h4 {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}
.reference-quote {
  margin: 0;
  color: #4c5567;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 991px) {
  .about-photo-corner {
    position: static;
    margin: 0 auto 16px auto;
  }
  .experience.about-page .about-intro-row .heading6 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
.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: 130px;
  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% */
  letter-spacing: -0.76px;
}
@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-area-contact {
  min-height: 80px;
}
.hero-area6 .main-heading {
  padding-top: 0;
}
@media (max-width: 1250px) {
.hero-area6 .main-heading {
    padding-top: 80px;
    padding-bottom: 20px;
  }

}

@media (max-width: 1199.98px) {
.hero-area6 .main-heading {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .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: 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-area6 .main-heading span.span img {
  margin-top: -3px;
  margin-right: 3px;
}
.hero-area6 .main-heading h1 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 116.667% */
  letter-spacing: -2.4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area6 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }

}

@media (max-width: 767px) {
.hero-area6 .main-heading h1 {
    font-size: 40px;
    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: 520px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-area6 .images-all {
    height: 600px;
    margin-top: 30px;
  }

}

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

}

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

}

.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% */
  letter-spacing: -2.4px;
}
@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 {
  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 {
    font-size: var(--f-fs-font-fs40);
    line-height: var(--f-fs-font-fs52);
  }

}

@media (max-width: 767px) {
.common-main-headding h1 {
    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-page-area {
  margin-top: 0;
}
.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-form-all .contact-page-boxs .single-box {
    margin-left: 0;
  }

}

@media (max-width: 767px) {
.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;
}
@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;
  }

}


.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
  }


}


/*
::::::::::::::::::::::::::
 FEATURES AREA CSS
::::::::::::::::::::::::::
*//*# sourceMappingURL=main.css.map */
