@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Lora:ital,wght@0,400..700;1,400..700&amp;family=SUSE:wght@100..800&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
--font-lora: "Inter", sans-serif;
--font-dmsans: "DM Sans", sans-serif;
--font-suse: "SUSE", sans-serif;
--white-color: #fff;
--dark-white-color: #fff;
--dark-black-color: #1C1A1E;
--black-color: #1C1A1E;
--black-color-opc: 28, 26, 30;
--title-color: #1C1A1E;
--dark-title-color: #1C1A1E;
--title-color-opc: 28, 26, 30;
--title-color2: #003C30;
--dark-title-color2: #003C30;
--dark-text-color: #A0A0A0;
--text-color: #545454;
--global-text-color: #545454;
--text-color-opc: 84, 84, 84;
--primary-color1: #042e56;
--primary-color1-opc: 88, 65, 216;
--primary-color2: #042e56;
--primary-color2-opc: 120, 235, 84;
--secondary-color: #003C30;
--primary-color3: #042e56;
--primary-color3-opc: 89, 86, 233;
--primary-color4: #60E59D;
--primary-color4-opc: 96, 229, 157;
--borders-color: #eee;
--dark-color: #042e56;
--accent-color: #00AEEF; /* rich aqua blue */
--brand: #042e56;
--light: #f7fbff;
--glow: rgba(4,46,86,0.25);
--line: rgba(4,46,86,0.1);
--accent: #00AEEF;
--node-bg: #042e56;
--node-text: #ffffff;
--gradient-from: #042e56;
--gradient-to: #00AEEF;
--dark: #042e56;
--accent: #00AEEF;
--light: #f8faff;
--gray: #94a3b8;
--card-bg: rgba(255, 255, 255, 0.96);
--border: rgba(0, 174, 239, 0.5);
--glow: rgba(0, 174, 239, 0.9);
}

body.dark {
  --white-color: #fff;
  --dark-white-color: #1C1A1E;
  --black-color: #fff;
  --black-color-opc: 255, 255, 255;
  --title-color: #fff;
  --title-color-opc: 255, 255, 255;
  --title-color2: #fff;
  --text-color: #A0A0A0;
  --text-color-opc: 160, 160, 160;
  --borders-color: #2F2F2F;

}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-lora);
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;     overflow-x: hidden;
}

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

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

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

a {
  text-decoration: none;
}

p {
  
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-65 {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .mb-65 {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .mb-65 {
    margin-bottom: 45px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-65 {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  .mt-65 {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .mt-65 {
    margin-top: 45px;
  }
}

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

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

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

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

/* Ball view
============= */
#ball.ball-view {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  font-size: 15px;
  font-weight: 600;
  color: var(--white-color);
  
  line-height: 1.4;
  text-align: center;
}

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

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

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

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

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

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

#ball.magnetic-active {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.5);
  -webkit-backdrop-filter: blur(1.1px);
          backdrop-filter: blur(1.1px);
  border-color: transparent !important;
}

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

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

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

.primary-btn1 {
  border-radius: 10px;
  background-color: var(--black-color);
  
  font-weight: 700;
  font-size: 16px;
  color: var(--dark-white-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 16px 26px;
  position: relative;
  align-items: center;
  display: inline-flex;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .primary-btn1 {
    font-size: 15px;
  }
}
.primary-btn1 > span {
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.primary-btn1 > span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.primary-btn1 svg {
  fill: none;
  stroke: var(--dark-white-color);
  transition: 0.5s;
}
.primary-btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 102% 102%;
  border-radius: inherit;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  z-index: -1;
}
.primary-btn1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: var(--primary-color1);
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
  z-index: -1;
}
.primary-btn1:hover {
  color: var(--white-color);
}
.primary-btn1:hover svg {
  display: block;
  stroke: var(--white-color);
}
.primary-btn1:hover > span {
  transform: translateY(-150%);
  opacity: 0;
}
.primary-btn1:hover > span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}
.primary-btn1:hover::after {
  transform: translate(0);
  border-radius: 0;
}
.primary-btn1.white-bg {
  background-color: var(--dark-white-color);
  color: var(--title-color);
}
.primary-btn1.white-bg svg {
  stroke: var(--title-color);
}
.primary-btn1.white-bg:hover {
  color: var(--white-color);
}
.primary-btn1.white-bg:hover svg {
  stroke: var(--white-color);
}
.primary-btn1.transparent {
  border: 1px solid var(--borders-color);
  background-color: transparent;
  color: var(--title-color);
}
.primary-btn1.transparent svg {
  stroke: var(--title-color);
}
.primary-btn1.transparent:hover {
  color: var(--white-color);
  border-color: var(--primary-color1);
}
.primary-btn1.transparent:hover svg {
  stroke: var(--white-color);
}
.primary-btn1.two {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.primary-btn1.two::after {
  background-color: var(--black-color);
}
.primary-btn1.two svg {
  stroke: var(--white-color);
}
.primary-btn1.two:hover {
  color: var(--dark-white-color);
}
.primary-btn1.two:hover svg {
  stroke: var(--dark-white-color);
}

.primary-btn2 {
  border-radius: 10px;
  background-color: var(--primary-color2);
  
  font-weight: 700;
  font-size: 16px;
  color: var(--dark-title-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 16px 26px;
  position: relative;
  align-items: center;
  display: inline-flex;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .primary-btn2 {
    font-size: 15px;
  }
}
.primary-btn2 > span {
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.primary-btn2 > span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.primary-btn2 svg {
  fill: none;
  stroke: var(--dark-title-color);
  transition: 0.5s;
  min-width: 10px;
}
.primary-btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 102% 102%;
  border-radius: inherit;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  z-index: -1;
}
.primary-btn2::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: var(--black-color);
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
  z-index: -1;
}
.primary-btn2:hover {
  color: var(--dark-white-color);
}
.primary-btn2:hover svg {
  display: block;
  stroke: var(--dark-white-color);
}
.primary-btn2:hover > span {
  transform: translateY(-150%);
  opacity: 0;
}
.primary-btn2:hover > span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}
.primary-btn2:hover::after {
  transform: translate(0);
  border-radius: 0;
}
.primary-btn2.white-bg {
  background-color: var(--dark-white-color);
  color: var(--title-color);
}
.primary-btn2.white-bg svg {
  stroke: var(--title-color);
}
.primary-btn2.white-bg::after {
  background-color: var(--primary-color2);
}
.primary-btn2.white-bg:hover {
  color: var(--dark-title-color);
}
.primary-btn2.white-bg:hover svg {
  stroke: var(--dark-title-color);
}
.primary-btn2.transparent {
  border: 1px solid var(--borders-color);
  background-color: transparent;
  color: var(--title-color);
  padding: 15px 26px;
}
.primary-btn2.transparent svg {
  stroke: var(--title-color);
}
.primary-btn2.transparent::after {
  background-color: var(--primary-color2);
}
.primary-btn2.transparent:hover {
  color: var(--dark-title-color);
  border-color: var(--primary-color2);
}
.primary-btn2.transparent:hover svg {
  stroke: var(--dark-title-color);
}
.primary-btn2.two {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.primary-btn2.two::after {
  background-color: var(--black-color);
}
.primary-btn2.two svg {
  stroke: var(--white-color);
}
.primary-btn2.two:hover {
  color: var(--dark-white-color);
}
.primary-btn2.two:hover svg {
  stroke: var(--dark-white-color);
}

.primary-btn3 {
  color: var(--dark-white-color);
  
  font-size: 16px;
  font-weight: 700;
  background-color: var(--black-color);
  padding: 16px 27px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  transition: all 0.6s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.primary-btn3 svg {
  fill: none;
  stroke: var(--dark-white-color);
  transition: all 0.6s;
}
.primary-btn3 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 36px;
  background-color: var(--primary-color3);
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.primary-btn3:hover {
  color: var(--white-color);
}
.primary-btn3:hover svg {
  stroke: var(--white-color);
}
.primary-btn3:hover span {
  width: 225%;
  height: 1000.5px;
}
.primary-btn3.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn3.white-bg svg {
  stroke: var(--title-color);
}
.primary-btn3.white-bg:hover {
  color: var(--white-color);
}
.primary-btn3.white-bg:hover svg {
  stroke: var(--white-color);
}
.primary-btn3.two {
  background-color: var(--primary-color3);
  color: var(--white-color);
}
.primary-btn3.two span {
  background-color: var(--black-color);
}
.primary-btn3.two svg {
  stroke: var(--white-color);
}
.primary-btn3.two:hover {
  color: var(--dark-white-color);
}
.primary-btn3.two:hover svg {
  stroke: var(--dark-white-color);
}
.primary-btn3.three {
  border-radius: 100px;
}
.primary-btn3.transparent {
  background-color: transparent;
  border: 1px solid var(--borders-color);
  color: var(--title-color);
}
.primary-btn3.transparent svg {
  stroke: var(--title-color);
}
.primary-btn3.transparent:hover {
  color: var(--white-color);
}
.primary-btn3.transparent:hover svg {
  stroke: var(--white-color);
}
.primary-btn3.four span {
  background-color: var(--primary-color4);
}
.primary-btn3.four:hover {
  color: var(--dark-title-color);
}
.primary-btn3.four:hover svg {
  stroke: var(--dark-title-color);
}

.primary-btn4 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: 0.45s;
  position: relative;
}
.primary-btn4 .content {
  color: var(--white-color);
  
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: var(--primary-color3);
  border-radius: 24px;
  padding: 12px 18px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transform-style: preserve-3d;
  transition: 0.45s;
}
.primary-btn4 .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.45s;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.primary-btn4 .icon svg {
  fill: none;
  stroke: var(--white-color);
}
.primary-btn4 .icon.two {
  transform-style: preserve-3d;
  opacity: 1;
  position: relative;
  left: unset;
  top: unset;
  transform: unset;
}
.primary-btn4:hover .content {
  transform: translate3d(40px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.primary-btn4:hover .icon {
  display: flex;
  opacity: 1;
}
.primary-btn4:hover .icon.two {
  opacity: 0;
}
.primary-btn4.black-bg .content {
  background-color: var(--black-color);
  color: var(--dark-white-color);
}
.primary-btn4.black-bg .icon {
  background-color: var(--black-color);
}
.primary-btn4.black-bg .icon svg {
  stroke: var(--dark-white-color);
}
.primary-btn4.transparent .content {
  background-color: transparent;
  border: 1px solid var(--title-color);
  color: var(--title-color);
}
.primary-btn4.transparent .icon {
  background-color: transparent;
  border: 1px solid var(--title-color);
}
.primary-btn4.transparent .icon svg {
  stroke: var(--title-color);
}

.primary-btn5 {
  background-color: var(--primary-color4);
  color: var(--secondary-color);
  
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  line-height: 1;
  padding: 16px 21px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
.primary-btn5::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--black-color);
  transform-origin: right;
  transform: scalex(0);
  z-index: -1;
  transition: transform 0.7s;
}
.primary-btn5 svg {
  fill: none;
  stroke: var(--secondary-color);
  transition: 0.5s;
}
.primary-btn5:hover {
  color: var(--dark-white-color);
}
.primary-btn5:hover svg {
  stroke: var(--dark-white-color);
  transform: rotate(45deg);
}
.primary-btn5:hover::after {
  transform: scalex(1);
  transform-origin: left;
}
.primary-btn5.two {
  border-radius: 100px;
}
.primary-btn5.two::after {
  border-radius: 100px;
}
.primary-btn5.white-bg {
  background-color: var(--white-color);
}
.primary-btn5.white-bg::after {
  background-color: var(--primary-color4);
}
.primary-btn5.white-bg:hover {
  color: var(--secondary-color);
}
.primary-btn5.white-bg:hover svg {
  stroke: var(--secondary-color);
}
.primary-btn5.black-bg {
  background-color: var(--black-color);
  color: var(--dark-white-color);
}
.primary-btn5.black-bg svg {
  stroke: var(--dark-white-color);
}
.primary-btn5.black-bg::after {
  background-color: var(--primary-color4);
}
.primary-btn5.black-bg:hover {
  color: var(--dark-title-color2);
}
.primary-btn5.black-bg:hover svg {
  stroke: var(--dark-title-color2);
}

.circle-container {
  background: transparent;
  position: fixed;
  right: 30px;
  bottom: 55px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #3067FF;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.circle-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.circle-container::after {
  position: absolute;
  font-family: "Bootstrap-icons";
  content: "\f145";
  text-align: center;
  line-height: 40px;
  font-size: 28px;
  color: var(--primary-color1);
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.circle-container:hover svg path {
  fill: var(--primary-color1);
  transition: 0.5s;
}
.circle-container:hover::after {
  color: var(--white-color);
}
.circle-container svg path {
  fill: none;
}
.circle-container svg.circle-progress path {
  stroke: var(--primary-color1);
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.select {
  margin-bottom: 25px;
}

.nice-select {
  width: 100%;
  height: 50px;
  line-height: 48px;
  color: var(--text-color);
  
  font-size: 16px;
  font-weight: 500;
  background: var(---dark-white-color);
  border-color: var(--borders-color);
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
}
.nice-select:hover {
  border-color: var(--borders-color);
}
.nice-select:focus {
  border-color: var(--borders-color);
}
.nice-select.open {
  border-radius: 5px 5px 0 0;
}
.nice-select.open::after {
  transform: rotate(-180deg);
}
.nice-select:after {
  border-bottom: none;
  border-right: none;
  content: "";
  display: block;
  height: 7px;
  width: 10px;
  background-color: #DFDFDF;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: rotate(0);
}
.nice-select .list {
  width: 100%;
  background: var(--dark-white-color);
  margin-top: 0;
  border-radius: 0 0 5px 5px;
}
.nice-select .list .option {
  color: var(--text-color);
  
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid var(--borders-color);
}
.nice-select .list .option:last-child {
  border-bottom: unset;
}
.section-title > span {
    color: var(--dark-color);
    
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 0px;
    display: inline-block;
    /* border: 1px solid var(--primary-color1); */
    border-radius: 100px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.section-title h2 {
  color: var(--title-color);
  font-family: var(--font-lora);
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 35px;
  }
}
.section-title p {
  color: var(--text-color);
  
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .section-title p {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .section-title p {
    font-size: 16px;
    padding-top: 15px;
  }
}
.section-title.white > span {
  background-color: #2F2F2F;
  color: var(--white-color);
}
.section-title.white h2 {
  color: var(--white-color);
}
.section-title.white p {
  color: var(--dark-text-color);
}
.section-title.two > span {
  font-weight: 700;
  border-color: var(--borders-color);
}
.section-title.three > span {
  font-weight: 700;
  border-color: var(--borders-color);
}
.section-title.three h2 {
  font-family: var(--font-suse);
  font-size: 55px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .section-title.three h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .section-title.three h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .section-title.three h2 {
    font-size: 38px;
  }
}
.section-title.three p {
  max-width: 424px;
  width: 100%;
  margin-left: 100px;
  padding-top: 15px;
}
@media (max-width: 1399px) {
  .section-title.three p {
    margin-left: 90px;
  }
}
@media (max-width: 1199px) {
  .section-title.three p {
    margin-left: 70px;
  }
}
@media (max-width: 991px) {
  .section-title.three p {
    margin-left: 0;
    max-width: unset;
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .section-title.three p {
    font-size: 15px;
    padding-top: 10px;
  }
}
.section-title.three p span {
  color: var(--title-color);
  font-weight: 600;
}
.section-title.three.white > span {
  border-color: rgba(255, 255, 255, 0.1);
}
.section-title.three.white p span {
  color: var(--white-color);
}
.section-title.four > span {
  border-color: var(--borders-color);
}
.section-title.four h2 {
  font-family: var(--font-suse);
  font-size: 55px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .section-title.four h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .section-title.four h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .section-title.four h2 {
    font-size: 38px;
  }
}

.section-title2 h2 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
.section-title2 h2 strong {
  font-weight: 800;
}
@media (max-width: 1399px) {
  .section-title2 h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-title2 h2 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .section-title2 h2 {
    font-size: 38px;
  }
}
.section-title2 p {
  color: var(--text-color);
  
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .section-title2 p {
    padding-top: 15px;
  }
}
@media (max-width: 576px) {
  .section-title2 p {
    padding-top: 10px;
  }
}

.section-title3 {
  max-width: 648px;
  width: 100%;
}
@media (max-width: 1199px) {
  .section-title3 {
    max-width: 620px;
  }
}
.section-title3 h2 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .section-title3 h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-title3 h2 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .section-title3 h2 {
    font-size: 38px;
  }
}
.section-title3 p {
  color: var(--text-color);
  
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
  padding-top: 15px;
  margin-left: auto;
  max-width: 424px;
  width: 100%;
}
@media (max-width: 991px) {
  .section-title3 p {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .section-title3 p {
    font-size: 17px;
  }
}
.section-title3 p strong {
  color: var(--title-color);
  font-weight: 600;
}
.section-title3 p span {
  color: var(--title-color);
}
.section-title3.white h2 {
  color: var(--white-color);
}
.section-title3.white p {
  color: var(--dark-text-color);
}
.section-title3.white p span, .section-title3.white p strong {
  color: var(--white-color);
}

.slider-btn-grp {
  display: flex;
  align-items: center;
  gap: 50px;
}
.slider-btn-grp .slider-btn {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.slider-btn-grp .slider-btn svg {
  fill: none;
  stroke: var(--dark-title-color);
  transition: 0.5s;
}
.slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.slider-btn-grp .slider-btn:hover svg {
  stroke: var(--white-color);
}
.slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.2;
}
.slider-btn-grp.two .slider-btn {
  min-width: 35px;
  max-width: 35px;
  height: 35px;
}
.slider-btn-grp.two .slider-btn svg {
  stroke: var(--title-color);
}
.slider-btn-grp.two .slider-btn:hover {
  background-color: #3B3A3B;
  border-color: #3B3A3B;
}
.slider-btn-grp.two .slider-btn:hover svg {
  stroke: var(--primary-color2);
}
.slider-btn-grp.three .slider-btn {
  border-color: var(--title-color);
  background-color: transparent;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
}
.slider-btn-grp.three .slider-btn:hover {
  background-color: var(--primary-color3);
  border-color: var(--primary-color3);
}

.form-inner {
  line-height: 1;
}
.form-inner label {
  color: var(--title-color);
  font-family: var(--font-lora);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
}
.form-inner input {
  width: 100%;
  background: var(--white-color);
  color: var(--title-color);
  
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  height: 56px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
}
.form-inner input::-moz-placeholder {
  color: #A0A0A0;
}
.form-inner input::placeholder {
  color: #A0A0A0;
}
.form-inner input:focus {
  border-color: var(--primary-color1);
}
.form-inner textarea {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  color: var(--title-color);
  border: 1px solid var(--borders-color);
  outline: none;
  
  font-size: 16px;
  font-weight: 500;
  padding: 20px 25px;
  min-height: 170px;
  resize: none;
}
@media (max-width: 576px) {
  .form-inner textarea {
    padding: 20px 15px;
  }
}
.form-inner textarea:focus {
  border-color: var(--primary-color1);
}
.form-inner textarea::-moz-placeholder {
  color: #A0A0A0;
}
.form-inner textarea::placeholder {
  color: #A0A0A0;
}
.form-inner.two label {
  font-family: var(--font-suse);
}

.form-inner2 .form-check {
  min-height: unset;
  margin-bottom: 0;
}
.form-inner2 .form-check .form-check-input {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin-top: 8px;
  background-color: transparent;
  border: 1px solid var(--borders-color);
  border-radius: 5px;
}
.form-inner2 .form-check .form-check-input:focus {
  box-shadow: none;
}
.form-inner2 .form-check .form-check-input:checked {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.form-inner2 .form-check .form-check-label {
  cursor: pointer;
  color: var(--text-color);
  
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .form-inner2 .form-check .form-check-label {
    font-size: 15px;
  }
}
.form-inner2 .form-check .form-check-label span {
  color: var(--title-color);
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}

/*=====================================
  03. Header CSS
========================================*/
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@keyframes zoom-In-effect {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

header.main {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: all 0.8s ease-out 0s;
  background-color: transparent;
  padding: 18px 130px;
}
@media (max-width: 1699px) {
  header.main {
    padding: 18px 110px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.main {
    padding: 18px 30px;
  }
}
@media (max-width: 1399px) {
  header.main {
    padding: 18px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.main {
    padding: 18px 10px;
  }
}
@media (max-width: 991px) {
  header.main {
    padding: 18px 24px;
  }
}
@media (max-width: 767px) {
  header.main {
    padding: 12px 10px;
  }
}
@media (max-width: 576px) {
  header.main {
    padding: 12px 0;
  }
}
header.main.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--dark-white-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 999;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.main .company-logo img {
  width: 250px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.main .company-logo img {
    width: 160px;
  }
}
@media (max-width: 576px) {
  header.main .company-logo img {
    width: 130px;
  }
}
header.main .company-logo .logo-dark {
  display: block;
}
header.main .company-logo .logo-light {
  display: none;
}
header.main .nav-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.main .nav-right {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  header.main .nav-right {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  header.main .nav-right {
    gap: 15px;
  }
}
header.main .nav-right .right-sidebar-button {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  background-color: var(--dark-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 576px) {
  header.main .nav-right .right-sidebar-button {
    width: 40px;
    height: 40px;
  }
}
header.main .nav-right .right-sidebar-button svg {
  fill: var(--title-color);
}
header.main .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header.main .nav-right .mobile-menu-btn {
    display: flex;
    align-items: center;
    visibility: visible;
    justify-content: center;
    position: relative;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid var(--borders-color);
    background-color: var(--dark-white-color);
  }
  header.main .nav-right .mobile-menu-btn svg {
    fill: var(--title-color);
  }
  header.main .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}
@media (max-width: 576px) {
  header.main .nav-right .mobile-menu-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  header.main .nav-right .mobile-menu-btn svg {
    width: 18px;
  }
}
@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px -2px);
    clip-path: inset(-2px -2px);
  }
  42% {
    -webkit-clip-path: inset(-2px -2px -2px 100%);
    clip-path: inset(-2px -2px -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -3px -2px);
    clip-path: inset(-2px 100% -3px -2px);
  }
}
header.main .menu-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1699px) {
  header.main .menu-wrap {
    gap: 50px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.main .menu-wrap {
    gap: 40px;
  }
}
@media (max-width: 1399px) {
  header.main .menu-wrap {
    gap: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.main .menu-wrap {
    gap: 15px;
  }
}
header.main .main-menu {
  display: inline-block;
}
header.main .main-menu > ul {
  list-style: none;
  margin: 0;
}
header.main .main-menu > ul > li {
  display: inline-block;
  position: relative;
  padding: 12px 8px;
}
@media (max-width: 1399px) {
  header.main .main-menu > ul > li {
    padding: 12px 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.main .main-menu > ul > li {
    padding: 12px 3px;
  }
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li {
    padding: 0px 12px;
  }
}
header.main .main-menu > ul > li.position-inherit {
  position: inherit;
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li.position-inherit {
    position: relative;
  }
}
header.main .main-menu > ul > li:hover i {
  color: var(--black-color2);
  font-size: 20px;
}
@media (min-width: 992px) {
  header.main .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  header.main .main-menu > ul > li:last-child {
    padding-right: 0;
  }
}
header.main .main-menu > ul > li > a {
  color: var(--title-color);
  display: block;
  letter-spacing: 0.4px;
  padding: 3px 22px 3px 10px;
  line-height: 1;
  position: relative;
  
  font-weight: 600;
  font-size: 16px;
  transition: all 0.5s ease-out 0s;
  position: relative;
  border: 1px dashed transparent;
  transition: all 0.5s ease-out 0s;
  border-radius: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.main .main-menu > ul > li > a {
    font-size: 14px;
  }
}
header.main .main-menu > ul > li i {
  font-size: 20px;
  text-align: center;
  color: var(--title-color);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li i {
    opacity: 1;
  }
}
header.main .main-menu > ul > li i.active {
  color: var(--title-color);
}
header.main .main-menu > ul > li i.active::before {
  content: "\f2ea";
}
header.main .main-menu > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  margin: 0;
  display: none;
  min-width: 220px;
  background: var(--dark-white-color);
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  padding: 15px 0;
  text-align: left;
  transform-origin: top;
}
@media (max-width: 1199px) {
  header.main .main-menu > ul > li ul.sub-menu {
    box-shadow: none;
  }
}
header.main .main-menu > ul > li ul.sub-menu > li {
  padding: 0;
  display: block;
  position: relative;
}
header.main .main-menu > ul > li ul.sub-menu > li i {
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  color: var(--title-color);
  font-size: 14px;
}
header.main .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
  color: var(--title-color);
  opacity: 1;
  top: 16px;
  font-size: 10px;
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    right: 0;
    top: 11px;
    font-size: 20px;
  }
}
header.main .main-menu > ul > li ul.sub-menu > li > a {
  display: block;
  padding: 12px 20px;
  color: var(--title-color);
  font-weight: 500;
  font-family: var(--font-suse);
  font-size: 15px;
  line-height: 1.2;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li ul.sub-menu > li > a {
    border-color: rgba(233, 228, 228, 0.5);
  }
  header.main .main-menu > ul > li ul.sub-menu > li > a::before {
    background: linear-gradient(90deg, #ddd, #EFB93F, #ddd);
  }
}
header.main .main-menu > ul > li ul.sub-menu > li > a:hover {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li ul.sub-menu > li > a:hover::before {
  transform: scale(1);
}
header.main .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--primary-color1);
}
header.main .main-menu > ul > li ul.sub-menu > li > a.active::before {
  transform: scale(1);
}
header.main .main-menu > ul > li ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
header.main .main-menu > ul > li ul.sub-menu > li:last-child > a::before {
  display: none;
}
header.main .main-menu > ul > li ul.sub-menu > li .sub-menu {
  padding: 10px 0;
}
header.main .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
  padding: 10px 20px;
}
header.main .main-menu > ul > li ul.sub-menu > li:hover > a {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li ul.sub-menu > li .sub-menu {
  left: 220px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--dark-white-color);
  padding: 0;
  top: 3px;
}
@media (max-width: 1199px) {
  header.main .main-menu > ul > li ul.sub-menu > li .sub-menu {
    box-shadow: none;
  }
}
header.main .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  header.main .main-menu > ul > li ul.sub-menu > li .sub-menu {
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.main .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
  display: block;
}
@media (min-width: 992px) {
  header.main .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
    display: block;
    animation: fade-down 0.45s linear;
  }
}
header.main .main-menu > ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.main .main-menu > ul > li .mega-menu {
  position: absolute;
  left: 0;
  top: 67px;
  margin: 0;
  display: none;
  background: var(--white-color);
  padding: 70px 0px;
 
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  transform-origin: top;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.main .main-menu > ul > li .mega-menu {
    max-height: 650px;
    overflow-y: auto;
    padding: 50px 0;
  }
  header.main .main-menu > ul > li .mega-menu::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1199px) {
  header.main .main-menu > ul > li .mega-menu {
    max-height: 570px;
    overflow-y: auto;
    padding: 50px 0;
  }
  header.main .main-menu > ul > li .mega-menu::-webkit-scrollbar {
    display: none;
  }
}
header.main .main-menu > ul > li .mega-menu .single-menu-item {
  text-align: center;
}
header.main .main-menu > ul > li .mega-menu .single-menu-item .home-img {
  border-radius: 10px;
  border: 1px solid #D1D1ED;
  transition: 0.5s;
  position: relative;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1199px) {
  header.main .main-menu > ul > li .mega-menu .single-menu-item .home-img {
    margin-bottom: 15px;
  }
}
header.main .main-menu > ul > li .mega-menu .single-menu-item .home-img img {
  border-radius: 10px;
}
header.main .main-menu > ul > li .mega-menu .single-menu-item .home-img .home-version {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
}
header.main .main-menu > ul > li .mega-menu .single-menu-item .home-img .home-version ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header.main .main-menu > ul > li .mega-menu .single-menu-item .home-img .home-version ul li {
  margin-bottom: 15px;
}
header.main .main-menu > ul > li .mega-menu .single-menu-item .home-img .home-version ul li:last-child {
  margin-bottom: 0;
}
header.main .main-menu > ul > li .mega-menu .single-menu-item .home-img .home-version ul li a {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 21px;
  background-color: var(--dark-black-color);
  border: 1px solid var(--dark-black-color);
  border-radius: 18px;
  transition: 0.5s;
}
header.main .main-menu > ul > li .mega-menu .single-menu-item .home-img .home-version ul li a svg {
  fill: var(--white-color);
  transition: 0.5s;
}
header.main .main-menu > ul > li .mega-menu .single-menu-item .home-img .home-version ul li a.light {
  background-color: var(--white-color);
  color: var(--dark-title-color);
}
header.main .main-menu > ul > li .mega-menu .single-menu-item .home-img .home-version ul li a.light svg {
  fill: var(--dark-title-color);
}
header.main .main-menu > ul > li .mega-menu .single-menu-item h5 {
  margin-bottom: 0;
}
header.main .main-menu > ul > li .mega-menu .single-menu-item h5 a {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.5s;
}
@media (max-width: 1399px) {
  header.main .main-menu > ul > li .mega-menu .single-menu-item h5 a {
    font-size: 21px;
  }
}
header.main .main-menu > ul > li .mega-menu .single-menu-item h5 a:hover {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li .mega-menu .single-menu-item:hover .home-img {
  border-color: var(--primary-color3);
}
header.main .main-menu > ul > li .mega-menu .single-menu-item:hover .home-img .home-version {
  opacity: 1;
  transform: scaleY(1);
}
header.main .main-menu > ul > li .mega-menu .single-menu-item.active h5 a {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li .mega-menu2 {
  position: absolute;
  left: 0;
  top: 67px;
  margin: 0;
  display: none;
  background: var(--white-color);
  padding: 70px 0px;

  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  transform-origin: top;
  z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.main .main-menu > ul > li .mega-menu2 {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  header.main .main-menu > ul > li .mega-menu2 {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li .mega-menu2 {
    background-image: unset;
  }
}
header.main .main-menu > ul > li .mega-menu2 .title-area {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  header.main .main-menu > ul > li .mega-menu2 .title-area {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li .mega-menu2 .title-area {
    display: none;
  }
}
header.main .main-menu > ul > li .mega-menu2 .title-area h2 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  header.main .main-menu > ul > li .mega-menu2 .title-area h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  header.main .main-menu > ul > li .mega-menu2 .title-area h2 {
    font-size: 30px;
  }
}
header.main .main-menu > ul > li .mega-menu2 .title-area .icon {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-color: var(--primary-color3);
  display: flex;
  align-items: center;
  justify-content: center;
}
header.main .main-menu > ul > li .mega-menu2 .title-area .icon svg {
  fill: none;
  stroke: var(--white-color);
}
header.main .main-menu > ul > li .mega-menu2 .menu-row {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item {
  padding: 0;
  position: relative;
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item:last-child {
  padding-right: 0;
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item .menu-title {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item .menu-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item .menu-title {
    margin-bottom: 15px;
  }
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item .menu-title h6 {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item .menu-title h6 svg {
  fill: none;
  stroke: var(--text-color);
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li {
  margin-bottom: 30px;
  line-height: 1;
  padding: 0;
  display: block;
}
@media (max-width: 1399px) {
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li {
    margin-bottom: 25px;
  }
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li:last-child {
  margin-bottom: 0;
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li > a {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li > a svg {
  fill: var(--primary-color3);
}
@media (max-width: 1399px) {
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li > a {
    font-size: 20px;
    gap: 12px;
  }
}
@media (max-width: 1199px) {
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li > a {
    font-size: 19px;
  }
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li > a:hover {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li .all-btn {
  color: var(--primary-color3);
  
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.5s;
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li .all-btn svg {
  fill: none;
  stroke: var(--primary-color3);
  transition: 0.5s;
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li .all-btn:hover {
  color: var(--title-color);
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li .all-btn:hover svg {
  stroke: var(--title-color);
  transform: rotate(45deg);
}
header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li.active a {
  color: var(--primary-color3);
  display: inline-block;
}
header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner {
  padding: 40px 40px 30px 40px;
  background-color: #1C1A1E;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner {
    padding: 40px 25px 30px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner {
    padding: 35px 20px 30px 20px;
  }
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner {
    display: none;
  }
}
header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner .banner-content {
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner .banner-content {
    margin-bottom: 35px;
  }
}
header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner .banner-content h3 {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 35px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner .banner-content h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner .banner-content h3 {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner .banner-content .primary-btn1 {
  background-color: var(--primary-color3);
  border-radius: 24px;
  padding: 12px 21px;
}
header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner .banner-content .primary-btn1::after {
  background-color: var(--white-color);
}
header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner .banner-content .primary-btn1:hover {
  color: var(--dark-title-color);
}
header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner .banner-content .primary-btn1:hover svg {
  stroke: var(--dark-title-color);
}
header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner::before {
  content: url(../img/home1/solution-menu-banner-vector1.svg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
header.main .main-menu > ul > li .mega-menu2 .solution-menu-banner::after {
  content: url(../img/home1/solution-menu-banner-vector2.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content {
  padding: 25px 15px 0 15px;
}
@media (max-width: 1399px) {
  header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content {
    padding: 25px 10px 0 10px;
  }
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .blog-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .blog-meta {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .blog-meta {
    margin-bottom: 15px;
  }
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .blog-meta li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--text-color);
  
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: 0.5s;
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .blog-meta li a svg {
  fill: var(--text-color);
  transition: 0.5s;
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .blog-meta li a:hover {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .blog-meta li a:hover svg {
  fill: var(--primary-color3);
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .blog-meta li.blog-date {
  position: relative;
  padding-left: 13px;
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .blog-meta li.blog-date::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid var(--text-color);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content h5 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content h5 {
    margin-bottom: 30px;
  }
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content h5 a {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content h5 a {
    font-size: 21px;
  }
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content h5 a:hover {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .read-more-btn {
  color: var(--title-color);
  
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.5s;
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .read-more-btn svg {
  fill: none;
  stroke: var(--title-color);
  transition: 0.5s;
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .read-more-btn:hover {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li .mega-menu2 .menu-blog-card .blog-content .read-more-btn:hover svg {
  stroke: var(--primary-color3);
  transform: rotate(45deg);
}
header.main .main-menu > ul > li .mega-menu2.two::before {
  content: url(../img/home1/resource-menu-vector.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li .mega-menu2.two::before {
    display: none;
  }
}
header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item {
  width: 100%;
}
header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item .menu-title {
  padding: 6px 18px;
  line-height: 1;
  display: inline-block;
  background-color: var(--dark-white-color);
  border-radius: 15px;
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item .menu-title {
    padding: 0;
    background-color: unset;
  }
}
header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item .menu-title h6 {
  line-height: 1;
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item .menu-title h6 {
    line-height: 1.3;
  }
}
header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item ul li a {
  color: var(--text-color);
  font-weight: 600;
  justify-content: space-between;
  width: 100%;
}
header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item ul li a span {
  display: flex;
  align-items: center;
  gap: 12px;
}
header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item ul li a .arrow {
  width: 17px;
  height: 17px;
  border-radius: 4px;
  border: 1px solid var(--black-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}
header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item ul li a .arrow svg {
  fill: var(--title-color);
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item ul li a .arrow {
    width: 15px;
    height: 15px;
  }
  header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item ul li a .arrow svg {
    width: 6px;
  }
}
header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item ul li a:hover {
  color: var(--title-color);
}
header.main .main-menu > ul > li .mega-menu2.two .menu-row .menu-single-item ul li a:hover .arrow {
  opacity: 1;
}
header.main .main-menu > ul > li .mega-menu2.two .conference-btn {
  color: var(--primary-color3);
  
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 36px;
  background-color: var(--white-color);
  border-radius: 10px;
  margin-top: 100px;
}
@media (max-width: 1399px) {
  header.main .main-menu > ul > li .mega-menu2.two .conference-btn {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  header.main .main-menu > ul > li .mega-menu2.two .conference-btn {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li .mega-menu2.two .conference-btn {
    margin-top: 20px;
    border: 1px solid var(--borders-color);
    padding: 14px 10px;
    font-size: 13px;
    justify-content: start;
    gap: 5px;
  }
}
header.main .main-menu > ul > li .mega-menu2.two .conference-btn svg {
  fill: none;
  stroke: var(--primary-color3);
  transition: 0.5s;
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li .mega-menu2.two .conference-btn svg {
    width: 8px;
  }
}
header.main .main-menu > ul > li .mega-menu2.two .conference-btn:hover svg {
  transform: rotate(45deg);
}
header.main .main-menu > ul > li.menu-item-has-children {
  transition: all 0.55s ease-in-out;
}
header.main .main-menu > ul > li.menu-item-has-children > a::before {
  content: "\f229";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 8px;
  top: 53%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #999999;
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 991px) {
  header.main .main-menu > ul > li.menu-item-has-children > a::before {
    display: none;
  }
}
@media (min-width: 992px) {
  header.main .main-menu > ul > li:hover > ul.sub-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
@media (min-width: 992px) {
  header.main .main-menu > ul > li:hover .mega-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
@media (min-width: 992px) {
  header.main .main-menu > ul > li:hover .mega-menu2 {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
header.main .main-menu > ul > li:hover > a {
  border-color: var(--title-color);
}
header.main .main-menu > ul > li:hover .dropdown-icon2 {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li:hover.menu-item-has-children > a::before {
  color: var(--title-color);
}
header.main .main-menu > ul > li.active > a {
  color: var(--title-color);
  border-color: var(--title-color);
}
header.main .main-menu > ul > li.active i {
  color: var(--primary-color3);
}
header.main .main-menu > ul > li.active .dropdown-icon2 {
  color: var(--primary-color1);
}
header.main .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--title-color);
}
header.main .main-menu > ul li.menu-item-has-children > i {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.main .primary-btn3 {
    font-size: 15px;
    padding: 16px 19px;
  }
}
header.main .mobile-logo-area .mobile-logo-wrap img {
  width: 130px;
}
header.main .mobile-logo-area .mobile-logo-wrap img.dark {
  display: none;
}
header.main .mobile-logo-area .menu-close-btn {
  height: 38px;
  width: 38px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
header.main .mobile-logo-area .menu-close-btn i {
  font-size: 26px;
  line-height: 1;
  color: var(--title-color);
  transition: 0.35s;
}
header.main .mobile-logo-area .menu-close-btn:hover {
  background-color: var(--title-color);
}
header.main .mobile-logo-area .menu-close-btn:hover i {
  color: var(--white-color);
}
@media only screen and (max-width: 991px) {
  header.main .dropdown-icon {
    color: var(--white-color);
  }
  header.main .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--dark-white-color);
    border-right: 1px solid var(--borders-color);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.main .main-menu.show-menu {
    transform: translateX(0);
  }
  header.main .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.main .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
    border: unset;
  }
  header.main .main-menu > ul {
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }
  header.main .main-menu > ul > li {
    display: block;
    position: relative;
    padding: 0;
  }
  header.main .main-menu > ul > li i {
    display: block;
  }
  header.main .main-menu > ul > li > a {
    padding: 15px 0;
    display: block;
    border: unset;
  }
  header.main .main-menu > ul > li ul.sub-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
    padding-left: 10px;
    background-color: unset;
  }
  header.main .main-menu > ul > li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.main .main-menu > ul > li ul.sub-menu > li a {
    color: var(--title-color);
    padding: 12px 0px;
  }
  header.main .main-menu > ul > li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.main .main-menu > ul > li ul.sub-menu > li a.active {
    color: var(--primary-color);
  }
  header.main .main-menu > ul > li ul.sub-menu > li i {
    color: var(--primary-color);
    right: -13px;
  }
  header.main .main-menu > ul > li .mega-menu {
    display: none;
  }
  header.main .main-menu > ul > li .mega-menu2 {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 5px 0;
  }
  header.main .main-menu > ul > li .mega-menu2 .menu-row {
    display: block;
  }
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item {
    padding: 0;
    display: block;
    margin-bottom: 20px;
  }
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item:last-child {
    margin-bottom: 0;
  }
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item::after {
    display: none;
  }
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item .menu-title h6 {
    border-bottom: 1px solid var(--black-color);
    font-size: 16px;
    padding-bottom: 3px;
  }
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul {
    padding-left: 10px;
  }
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li {
    margin-bottom: 15px;
    line-height: 1;
  }
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li a {
    font-size: 15px;
    gap: 8px;
  }
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li a svg {
    width: 16px;
  }
  header.main .main-menu > ul > li .mega-menu2 .menu-row .menu-single-item ul li .all-btn {
    font-size: 15px;
    padding-top: 5px;
  }
  header.main .main-menu > ul > li:hover > a {
    color: var(--primary-color3);
  }
  header.main .main-menu > ul > li:hover i {
    color: var(--primary-color3);
  }
  header.main .main-menu > ul > li.active > a {
    color: var(--primary-color3);
  }
  header.main .main-menu > ul > li .bi {
    top: 13px;
    font-size: 20px;
    color: var(--title-color);
    line-height: 1;
  }
  header.main .main-menu > ul li.menu-item-has-children > i {
    display: block;
  }
  header.main .primary-btn3 {
    width: 100%;
    justify-content: center;
  }
}
header.main.portfolio {
  position: absolute;
}
@media (min-width: 992px) {
  header.main.portfolio .main-menu > ul > li:hover i {
    color: var(--black-color2);
    font-size: 20px;
  }
  header.main.portfolio .main-menu > ul > li > a {
    color: var(--white-color);
  }
  header.main.portfolio .main-menu > ul > li i.active {
    color: var(--white-color);
  }
  header.main.portfolio .main-menu > ul > li:hover > a {
    border-color: var(--white-color);
  }
  header.main.portfolio .main-menu > ul > li:hover .dropdown-icon2 {
    color: var(--primary-color3);
  }
  header.main.portfolio .main-menu > ul > li:hover.menu-item-has-children > a::before {
    color: var(--white-color);
  }
  header.main.portfolio .main-menu > ul > li.active > a {
    color: var(--white-color);
    border-color: var(--white-color);
  }
  header.main.portfolio .main-menu > ul > li.active i {
    color: var(--primary-color3);
  }
  header.main.portfolio .main-menu > ul > li.active .dropdown-icon2 {
    color: var(--primary-color3);
  }
  header.main.portfolio .main-menu > ul > li.active.menu-item-has-children > a::before {
    color: var(--white-color);
  }
}
header.main.portfolio .nav-right .right-sidebar-button {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
header.main.portfolio .nav-right .right-sidebar-button svg {
  fill: var(--white-color);
}
@media (max-width: 991px) {
  header.main.portfolio .nav-right .mobile-menu-btn {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
  }
  header.main.portfolio .nav-right .mobile-menu-btn svg {
    fill: var(--white-color);
  }
  header.main.portfolio .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}
header.main.portfolio .primary-btn3.white-bg {
  color: var(--dark-title-color);
}
header.main.portfolio .primary-btn3.white-bg svg {
  stroke: var(--dark-title-color);
}
header.main.portfolio .primary-btn3.white-bg:hover {
  color: var(--white-color);
}
header.main.portfolio .primary-btn3.white-bg:hover svg {
  stroke: var(--white-color);
}


.right-sidebar-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  z-index: 9992;
  height: 100vh;
  overflow: auto;
  background-color: var(--white-color);
  transform: translateX(120%);
  transform-origin: right;
  transition: transform 0.5s ease-in;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  padding: 18px 45px 70px;
}
.right-sidebar-menu::-webkit-scrollbar {
  width: 0px;
}
@media (max-width: 576px) {
  .right-sidebar-menu {
    width: 320px;
    padding: 18px 20px 45px;
  }
}
.right-sidebar-menu.show-right-menu {
  transform: translateX(0);
}
.right-sidebar-menu .sidebar-logo-area {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .right-sidebar-menu .sidebar-logo-area {
    margin-bottom: 55px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-logo-area {
    margin-bottom: 45px;
  }
}
.right-sidebar-menu .sidebar-logo-area .sidebar-logo-wrap {
  height: 48px;
  width: 48px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-sidebar-menu .sidebar-logo-area .sidebar-logo-wrap a .dark {
  display: none;
}
.right-sidebar-menu .sidebar-logo-area .right-sidebar-close-btn {
  height: 48px;
  width: 48px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
.right-sidebar-menu .sidebar-logo-area .right-sidebar-close-btn svg {
  fill: var(--title-color);
}
.right-sidebar-menu .sidebar-logo-area .right-sidebar-close-btn:hover {
  background-color: var(--title-color);
}
.right-sidebar-menu .sidebar-logo-area .right-sidebar-close-btn:hover svg {
  fill: var(--dark-white-color);
}
.right-sidebar-menu .sidebar-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 60px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap {
    gap: 30px;
    max-height: 100vh;
  }
}
.right-sidebar-menu .sidebar-content-wrap h3 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .right-sidebar-menu .sidebar-content-wrap h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap h3 {
    margin-bottom: 30px;
    font-size: 25px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .address-area {
  max-width: 340px;
  width: 100%;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .right-sidebar-menu .sidebar-content-wrap .address-area {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .address-area {
    margin-bottom: 30px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .address-area h5 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.right-sidebar-menu .sidebar-content-wrap .address-area a {
  color: var(--text-color);
  
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  transition: 0.5s;
}
.right-sidebar-menu .sidebar-content-wrap .address-area a:hover {
  color: var(--primary-color3);
}
.right-sidebar-menu .sidebar-content-wrap .contact-area {
  padding: 0;
  margin: 0;
  list-style: none;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact {
    margin-bottom: 35px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact:last-child {
  margin-bottom: 0;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content {
  position: relative;
  line-height: 1;
  text-align: start;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content span {
  color: var(--text-color);
  
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content h6 {
  margin-bottom: 0;
  line-height: 1;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content h6 a {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content h6 a {
    font-size: 16px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .single-contact .content h6 a:hover {
  color: var(--primary-color3);
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area {
    padding-top: 50px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area {
    margin-bottom: 60px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area h5 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area .subscribe-form-wrap .subscribe-form {
  padding: 10px 25px;
  border-radius: 10px;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area .subscribe-form-wrap .subscribe-form {
    padding: 8px 20px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area .subscribe-form-wrap .subscribe-form input {
  color: var(--title-color);
  
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background-color: transparent;
  width: 100%;
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area .subscribe-form-wrap .subscribe-form input::-moz-placeholder {
  color: var(--text-color);
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area .subscribe-form-wrap .subscribe-form input::placeholder {
  color: var(--text-color);
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area .subscribe-form-wrap .subscribe-form button {
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--primary-color3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area .subscribe-form-wrap .subscribe-form button svg {
  fill: var(--white-color);
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area .subscribe-form-wrap .form-inner2 {
  padding-top: 15px;
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area .subscribe-form-wrap .form-inner2 .form-check {
  display: flex;
  align-items: center;
  gap: 5px;
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area .subscribe-form-wrap .form-inner2 .form-check .form-check-input {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 0;
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area .subscribe-form-wrap .form-inner2 .form-check .form-check-label {
  font-size: 14px;
  font-weight: 500;
}
.right-sidebar-menu .sidebar-content-wrap .sidebar-bottom-area .subscribe-area .subscribe-form-wrap .form-inner2 .form-check .form-check-label strong {
  color: var(--title-color);
  font-weight: 600;
}
.right-sidebar-menu .sidebar-content-wrap .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.right-sidebar-menu .sidebar-content-wrap .social-list li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  transition: 0.5s;
}
.right-sidebar-menu .sidebar-content-wrap .social-list li a:hover {
  background-color: var(--primary-color3);
  color: var(--white-color);
}
.right-sidebar-menu .sidebar-content-wrap .social-list li a i {
  font-size: 14px;
}
.right-sidebar-menu .sidebar-content-wrap .social-list li a i.bi-twitter-x {
  font-size: 12px;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu {
  padding: 25px 35px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .main-menu {
    padding: 20px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: unset;
  float: none;
  text-align: left;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li {
  display: block;
  position: relative;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li.position-inherit {
  position: inherit;
}
@media (max-width: 991px) {
  .right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li.position-inherit {
    position: relative;
  }
}
@media (min-width: 992px) {
  .right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  .right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li:last-child {
    padding-right: 0;
  }
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li > a {
  color: var(--title-color);
  letter-spacing: 0.4px;
  padding: 15px 0;
  display: block;
  line-height: 1;
  position: relative;
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 22px;
  transition: all 0.5s ease-out 0s;
  position: relative;
  background-color: transparent;
  transition: all 0.5s ease-out 0s;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li > a {
    font-size: 20px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li > i {
  font-size: 12px;
  text-align: center;
  color: var(--title-color);
  font-style: normal;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu {
  position: static;
  min-width: 200px;
  border: none;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  padding: 0;
  padding-left: 10px;
  display: none;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li {
  border-bottom: 1px solid transparent;
  padding: 0;
  display: block;
  position: relative;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li i {
  position: absolute;
  display: block;
  color: var(--title-color);
  font-size: 14px;
  cursor: pointer;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
  right: 10px;
  top: 8px;
  font-size: 14px;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li > a {
  display: block;
  padding: 12px 0;
  color: var(--title-color);
  font-weight: 500;
  font-family: var(--font-suse);
  font-size: 20px;
  line-height: 1.2;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li > a {
    font-size: 18px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li > a:hover {
  color: var(--primary-color4);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li > a:hover::before {
  transform: scale(1);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--primary-color4);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li > a.active::before {
  transform: scale(1);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li:last-child > a::before {
  display: none;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu {
  position: unset;
  max-width: 230px;
  min-width: 215px;
  background: transparent;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
  padding: 10px 12px;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li:hover > a {
  color: var(--primary-color4);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--primary-color4);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--primary-color4);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
  color: var(--primary-color4);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu {
  left: 220px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--dark-white-color);
  padding: 0;
  top: 3px;
  position: unset;
  max-width: 230px;
  min-width: 215px;
  background: transparent;
  top: 0;
}
@media (max-width: 1199px) {
  .right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu {
    box-shadow: none;
  }
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
  display: none;
  visibility: hidden;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
  display: block;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li.menu-item-has-children {
  transition: all 0.55s ease-in-out;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li.menu-item-has-children > a {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li.menu-item-has-children > a i {
  font-size: 10px;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li.active > a {
  color: var(--primary-color4);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li.active > i {
  color: var(--primary-color4);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li.active .dropdown-icon2 {
  color: var(--primary-color4);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--title-color);
}
.right-sidebar-menu .sidebar-content-wrap .main-menu > ul li.menu-item-has-children > i {
  display: block;
}
.right-sidebar-menu .sidebar-content-wrap .main-menu .primary-btn3 {
  margin-top: 55px;
  padding: 20px 33px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .main-menu .primary-btn3 {
    margin-top: 35px;
  }
}
.right-sidebar-menu.two {
  height: unset;
  padding: 18px 45px 40px;
  margin-top: 18px;
  margin-right: 18px;
  border-radius: 20px;
  overflow-y: scroll;
  max-height: 800px;
}
@media (max-width: 991px) {
  .right-sidebar-menu.two {
    padding: 18px 35px 40px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu.two {
    padding: 18px 20px 40px;
    border-radius: 10px;
    margin-right: 10px;
  }
}
.right-sidebar-menu.two .sidebar-logo-area {
  margin-bottom: 40px;
}
.right-sidebar-menu.two .sidebar-content-wrap {
  justify-content: start;
}
.right-sidebar-menu.two .sidebar-content-wrap .menu-contact-area {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .right-sidebar-menu.two .sidebar-content-wrap .menu-contact-area {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.right-sidebar-menu.two .sidebar-content-wrap .location {
  display: flex;
  align-items: start;
  gap: 10px;
}
.right-sidebar-menu.two .sidebar-content-wrap .location svg {
  fill: none;
  stroke: var(--title-color);
  margin-top: 5px;
}
.right-sidebar-menu.two .sidebar-content-wrap .location p {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 175px;
  width: 100%;
}
@media (max-width: 991px) {
  .right-sidebar-menu.two .sidebar-content-wrap .location p {
    font-size: 15px;
  }
}
.right-sidebar-menu.two .sidebar-content-wrap .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
.right-sidebar-menu.two .sidebar-content-wrap .contact-list li {
  margin-bottom: 3px;
}
.right-sidebar-menu.two .sidebar-content-wrap .contact-list li:last-child {
  margin-bottom: 0;
}
.right-sidebar-menu.two .sidebar-content-wrap .contact-list li span, .right-sidebar-menu.two .sidebar-content-wrap .contact-list li a {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 991px) {
  .right-sidebar-menu.two .sidebar-content-wrap .contact-list li span, .right-sidebar-menu.two .sidebar-content-wrap .contact-list li a {
    font-size: 15px;
  }
}
.right-sidebar-menu.two .sidebar-content-wrap .contact-list li a {
  color: var(--text-color);
  transition: 0.5s;
}
.right-sidebar-menu.two .sidebar-content-wrap .contact-list li a:hover {
  color: var(--primary-color4);
}
.right-sidebar-menu.two .sidebar-content-wrap .social-area {
  margin-top: 20px;
  text-align: center;
  padding: 40px;
  background-color: #F0F0F0;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .right-sidebar-menu.two .sidebar-content-wrap .social-area {
    padding: 40px 20px;
  }
}
.right-sidebar-menu.two .sidebar-content-wrap .social-area h6 {
  color: var(--title-color);
  
  font-size: 18px;
  font-weight: 700;
  line-height: 23.44px;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
.right-sidebar-menu.two .sidebar-content-wrap .social-list {
  justify-content: center;
}
.right-sidebar-menu.two .sidebar-content-wrap .social-list li a {
  background-color: var(--white-color);
  color: var(--dark-title-color);
}
.right-sidebar-menu.two .sidebar-content-wrap .social-list li a:hover {
  background-color: var(--primary-color4);
  color: var(--dark-title-color);
}

/*=====================================
  04. Home1 Banner Section CSS
========================================*/
.home1-banner-section .banner-wrapper {
  background-color: #F0F0FF;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .home1-banner-section .banner-wrapper {
    border-radius: 15px;
  }
}
.home1-banner-section .banner-wrapper .banner-content {
  padding: 70px;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-wrapper .banner-content {
    padding: 70px 0px 70px 45px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-content {
    padding: 70px 0px 70px 20px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-wrapper .banner-content {
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-content {
    padding: 60px 20px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-wrapper .banner-content {
    padding: 60px 15px;
  }
}
.home1-banner-section .banner-wrapper .banner-content > span {
  color: var(--title-color);
  
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid var(--primary-color1);
  background-color: var(--dark-white-color);
  border-radius: 100px;
  margin-bottom: 15px;
}
.home1-banner-section .banner-wrapper .banner-content h1 {
  color: var(--title-color);
  font-family: var(--font-lora);
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-wrapper .banner-content h1 {
    font-size: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-content h1 {
    font-size: 55px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-wrapper .banner-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-content h1 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-wrapper .banner-content h1 {
    font-size: 42px;
  }
}
.home1-banner-section .banner-wrapper .banner-content p {
  color: var(--text-color);
  
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-content p {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-wrapper .banner-content p {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-wrapper .banner-content p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area {
    gap: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area {
    gap: 25px;
    flex-wrap: wrap;
  }
}
.home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area .primary-btn1 {
  padding: 20px 29px;
  min-width: 305px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area .primary-btn1 {
    padding: 20px 9px;
    min-width: 255px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area .primary-btn1 {
    min-width: unset;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area .primary-btn1 {
    padding: 20px 23px;
  }
}
.home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area .primary-btn1 svg {
  min-width: 10px;
}
.home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area .rating-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area .rating-area .review span {
  color: var(--text-color);
  
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area .rating-area .review svg {
  fill: var(--title-color);
}
.home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area .rating-area .rating .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 2px;
}
.home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area .rating-area .rating .star li i {
  color: #E62415;
  font-size: 12px;
}
.home1-banner-section .banner-wrapper .banner-content .btn-and-rating-area .rating-area .rating span {
  color: var(--text-color);
  
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.home1-banner-section .banner-wrapper .bannner-img-wrap {
  position: relative;
  height: 100%;
}
.home1-banner-section .banner-wrapper .bannner-img-wrap .bannner-img {
  -webkit-mask-image: url(../img/home1/home1-banner-img-bg.png);
          mask-image: url(../img/home1/home1-banner-img-bg.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 100%;
  position: relative;
  z-index: 2;
  border-radius: 0 20px 20px 0;
}
.home1-banner-section .banner-wrapper .bannner-img-wrap .bannner-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home1-banner-section .banner-wrapper .bannner-img-wrap .banner-img-bg {
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-wrapper .bannner-img-wrap .banner-img-bg {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
.home1-banner-section .banner-wrapper .bannner-img-wrap .banner-img-bg.dark {
  display: none;
}

/*=====================================
  05. Home1 Partner Section CSS
========================================*/
.partner-area .partner-title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .partner-area .partner-title-area {
    flex-wrap: wrap;
  }
}
.partner-area .partner-title-area h6 {
  color: var(--text-color);
  font-family: var(--font-lora);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  padding: 7px 19px;
  border: 1px solid var(--borders-color);
  border-radius: 22px;
}
@media (max-width: 767px) {
  .partner-area .partner-title-area h6 {
    font-size: 17px;
  }
}
.partner-area .partner-title-area h6 span {
  color: var(--primary-color1);
}
.partner-area .partner-wrap .marquee {
  display: flex;
  gap: 80px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1199px) {
  .partner-area .partner-wrap .marquee {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .partner-area .partner-wrap .marquee {
    gap: 30px;
  }
}
.partner-area .partner-wrap .marquee.dark {
  display: none;
  visibility: hidden;
}
.partner-area .partner-wrap .marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 80px;
  min-width: 100%;
  animation: scroll-x 30s linear infinite;
}
@media (max-width: 1199px) {
  .partner-area .partner-wrap .marquee .marquee__group {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .partner-area .partner-wrap .marquee .marquee__group {
    gap: 30px;
  }
}
.partner-area .partner-wrap .marquee .marquee__group a img {
  width: 144px;
}
@media (max-width: 1199px) {
  .partner-area .partner-wrap .marquee .marquee__group a img {
    width: 135px;
  }
}
@media (max-width: 576px) {
  .partner-area .partner-wrap .marquee .marquee__group a img {
    width: 125px;
  }
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.partner-area.three .partner-title-area h6 {
  font-family: var(--font-suse);
  font-weight: 600;
}
.partner-area.three .partner-title-area h6 span {
  color: var(--primary-color3);
}
.partner-area.four .partner-title-area h6 {
  font-family: var(--font-suse);
}


.service-sections {
  background-image: url(../img/bg2.png),   linear-gradient(180deg, var(--dark-color) 0%, var(--accent-color) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.service-card {
    padding: 40px 30px;
    background-color: #001322;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
@media (max-width: 1399px) {
  .service-card {
    padding: 30px 25px;
  }
}
.service-card h3 {
  margin-bottom: 20px;
}
.service-card h3 a {
  color: var(--white-color);
  font-family: var(--font-lora);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  transition: 0.5s;
}
.service-card h3 a:hover {
  color: var(--primary-color1);
}
.service-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.service-card ul li {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #017fb1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease-out;
    font-size: 36px;
    color: #fff;
}
.service-card ul li:first-child {
  transform: unset;
  z-index: 9;
}
.service-card ul li:nth-child(2) {
  z-index: 8;
  transform: translateX(-7px);
}
.service-card ul li:nth-child(3) {
  z-index: 7;
  transform: translateX(-14px);
}
.service-card ul li:nth-child(4) {
  z-index: 6;
  transform: translateX(-21px);
}
.service-card ul li:nth-child(5) {
  z-index: 5;
  transform: translateX(-28px);
}
.service-card ul li:nth-child(6) {
  z-index: 4;
  transform: translateX(-35px);
}
.service-card ul li:nth-child(7) {
  z-index: 3;
  transform: translateX(-42px);
}
.service-card ul li:nth-child(8) {
  z-index: 2;
  transform: translateX(-49px);
}
.service-card p {
  color: var(--dark-text-color);
  
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 0px;
}
.service-card .learn-btn {
  color: var(--white-color);
  
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 11px 17px;
  background-color: #2F2F2F;
  border-radius: 5px;
  transition: 0.5s;
}
.service-card .learn-btn svg {
  fill: none;
  stroke: var(--white-color);
  transition: 0.5s;
}
.service-card:hover {
  border-color: var(--primary-color1);
}
.service-card:hover ul li {
  transform: unset;
}
.service-card:hover .learn-btn {
  background-color: var(--primary-color1);
}
.service-sections .primary-btn2:hover > span:nth-child(2) {
    opacity: 1;
    transform: translate(0%, -50%);
    color: #fff;
}
.service-sections .primary-btn2.white-bg:hover svg {
    stroke: #fff;
}
.era {
    padding-bottom: 90px;
}
.box-1, .box-2, .box-3, .box-4, .box-5, .box-6 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--accent-color) 0%, var(--dark-color) 100%);
}

/* Overlay for hover transition */
.box-1::before, 
.box-2::before, 
.box-3::before, 
.box-4::before, 
.box-5::before, 
.box-6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--accent-color) 0%, var(--dark-color) 100%);
  opacity: 0;
  transition: opacity 0.6s ease; /* smooth fade */
  z-index: 0;
}
.box-1::after, 
.box-2::after, 
.box-3::after, 
.box-4::after, 
.box-5::after, 
.box-6::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/line.png);
  opacity: 0.1;
background-position:bottom; background-repeat:no-repeat;
  z-index: 0;
}


.box-1:hover::before, 
.box-2:hover::before, 
.box-3:hover::before, 
.box-4:hover::before, 
.box-5:hover::before, 
.box-6:hover::before {
  opacity: 1;
}

/* Ensure content is above overlay */
.box-1 > *, 
.box-2 > *, 
.box-3 > *, 
.box-4 > *, 
.box-5 > *, 
.box-6 > * {
  position: relative;
  z-index: 1;
}
  .single-feature svg {
           stroke-width: 2;
      fill: none;
      opacity: 1;
    }
.single-feature:hover svg path,
    .single-feature:hover svg circle,
    .single-feature:hover svg line,
    .single-feature:hover svg polyline,
    .single-feature:hover svg rect {
      animation: drawline 0.9s ease forwards;
    }

    /* apply staggered delay */
    .single-feature:hover svg *:nth-child(1) { animation-delay: 0s; }
    .single-feature:hover svg *:nth-child(2) { animation-delay: 0.15s; }
    .single-feature:hover svg *:nth-child(3) { animation-delay: 0.3s; }
    .single-feature:hover svg *:nth-child(4) { animation-delay: 0.45s; }
    .single-feature:hover svg *:nth-child(5) { animation-delay: 0.6s; }

    @keyframes drawline {
      0% {
        stroke-dasharray: 80;
        stroke-dashoffset: 80;
      }
      100% {
        stroke-dasharray: 80;
        stroke-dashoffset: 0;
      }
    }

.footer-section {
  background:#000;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.footer-section .footer-menu-wrap {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap {
    padding: 60px 0;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap {
  max-width: 520px;
  width: 100%;
}
.footer-section .footer-menu-wrap .footer-contact-wrap h2 {
  color: var(--white-color);
  font-family: var(--font-lora);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    gap: 20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu-wrap .footer-contact-wrap .contact-list {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  background-color: #18161A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content {
  line-height: 1;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content span {
  color: var(--dark-text-color);
  
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content a {
  color: var(--white-color);
  font-family: var(--font-lora);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transition: 0.5s;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content a:hover {
  color: var(--primary-color1);
}
.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1 {
  background-color: #18161A;
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  padding: 15px 24px;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .primary-btn1 svg {
  stroke: var(--white-color);
}
.footer-section .footer-menu-wrap .footer-widget .widget-title {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 25px;
  }
}
.footer-widget p{  color: var(--dark-text-color);}
.footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
  color: var(--white-color);
  font-family: var(--font-lora);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .footer-widget .widget-title h3 {
    font-size: 25px;
  }
}
.footer-section .footer-menu-wrap .footer-widget .widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li {
  margin-bottom: 20px;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li:last-child {
  margin-bottom: 0;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a {
  color: var(--dark-text-color);
  
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.5s;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a:hover {
  color: var(--white-color);
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a span {
  color: var(--white-color);
  font-family: var(--font-lora);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 8px;
  background-color: var(--primary-color1);
  border-radius: 50px;
}
.footer-section .footer-menu-wrap .newsletter-area {
  max-width: 250px;
  width: 100%;
}
.footer-section .footer-menu-wrap .newsletter-area h3 {
  color: var(--white-color);
  font-family: var(--font-lora);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .footer-section .footer-menu-wrap .newsletter-area h3 {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .newsletter-area h3 {
    font-size: 25px;
  }
}
.footer-section .footer-menu-wrap .newsletter-area .newsletter-form {
  padding: 20px 20px;
  background-color: #272529;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.footer-section .footer-menu-wrap .newsletter-area .newsletter-form input {
  color: var(--white-color);
  
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  background-color: transparent;
}
.footer-section .footer-menu-wrap .newsletter-area .newsletter-form input::-moz-placeholder {
  color: var(--dark-text-color);
}
.footer-section .footer-menu-wrap .newsletter-area .newsletter-form input::placeholder {
  color: var(--dark-text-color);
}
.footer-section .footer-menu-wrap .newsletter-area .newsletter-form svg {
  fill: var(--white-color);
  min-width: 18px;
}
.footer-section .footer-menu-wrap .social-area {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .footer-section .footer-menu-wrap .social-area {
    padding-top: 25px;
  }
}
.footer-section .footer-menu-wrap .social-area h5 {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .footer-section .copyright-and-social-area {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-section .copyright-and-social-area p {
  color: var(--dark-text-color);
  
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  margin-bottom: 0;
}
.footer-section .copyright-and-social-area p a {
  color: var(--white-color);
  transition: 0.5s;
}
.footer-section .copyright-and-social-area p a:hover {
  color: var(--primary-color1);
}
.footer-section .copyright-and-social-area .terms-condition {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-section .copyright-and-social-area .terms-condition svg {
  fill: #C4C4C4;
}
.footer-section .copyright-and-social-area .terms-condition p {
  color: #C4C4C4;
  
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  margin-bottom: 0;
}
.footer-section .copyright-and-social-area .terms-condition p a {
  color: var(--white-color);
  text-decoration: underline;
  transition: 0.5s;
}
.footer-section .copyright-and-social-area .terms-condition p a:hover {
  color: var(--primary-color3);
}
.footer-section .location-list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 200px;
  width: 100%;
}
.footer-section .location-list li {
  margin-bottom: 45px;
}
.footer-section .location-list li:last-child {
  margin-bottom: 0;
}
.footer-section .location-list li span {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .footer-section .location-list li span {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.footer-section .location-list li a {
  color: var(--dark-text-color);
  
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  transition: 0.5s;
}
.footer-section .location-list li a:hover {
  color: var(--primary-color3);
}

.footer-section.main {
  background-image: unset;
  background-color: #080d1a;
  overflow: hidden;
}
.footer-section.main .footer-menu-wrap .footer-contact-wrap {
  max-width: 470px;
}
.footer-section.main .footer-menu-wrap .footer-contact-wrap h2 {
  font-family: var(--font-suse);
  font-weight: 700;
}
.footer-section.main .footer-menu-wrap .footer-contact-wrap .contact-list {
  margin-bottom: 0;
}
.footer-section.main .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .content a {
  font-family: var(--font-suse);
}
.footer-section.main .footer-menu-wrap .footer-widget .widget-title h3 {
  font-family: var(--font-suse);
}
.footer-section.main .footer-menu-wrap .newsletter-area h3 {
  font-family: var(--font-suse);
}
.footer-section.main .footer-menu-wrap .company-logo-area {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .footer-section.main .footer-menu-wrap .company-logo-and-location-area {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #2E2C30;
  }
}
.footer-section.main .file-download-btn {
  margin-top: 40px;
  margin-bottom: 0;
  font-family: var(--font-suse);
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #18161A;
  border-radius: 35px;
  line-height: 1.3;
  max-width: 210px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-section.main .file-download-btn {
    margin-top: 0;
  }
}
.footer-section.main .location-list {
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
@media (max-width: 1199px) {
  .footer-section.main .location-list {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .footer-section.main .location-list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer-section.main .location-list {
    justify-content: start;
  }
}
@media (max-width: 576px) {
  .footer-section.main .location-list {
    flex-wrap: wrap;
  }
}
.footer-section.main .location-list li {
  margin-bottom: 0;
  max-width: 200px;
  width: 100%;
}
.footer-contact-wrap p{color:var(--dark-text-color)}
.footer-section.main .divider-line {
  margin: 70px 0;
  width: 100%;
  fill: #2E2C30;
}
@media (max-width: 767px) {
  .footer-section.main .divider-line {
    margin: 50px 0;
  }
}
@media (max-width: 576px) {
  .footer-section.main .divider-line {
    display: none;
  }
}
.footer-section.main .footer-bottom {
  border-top: 1px solid #2E2C30;
}

.main-banner-section {
  background-image: url(../img/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 280px 130px 0;
  margin-bottom: 650px;
  min-height: 100vh;
  position: relative;
}
@media (max-width: 1699px) {
  .main-banner-section {
    padding: 240px 110px 0;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-banner-section {
    padding: 240px 30px 0;
    margin-bottom: 700px;
  }
}
@media (max-width: 1399px) {
  .main-banner-section {
    padding: 240px 25px 0;
    margin-bottom: 670px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner-section {
    padding: 200px 10px 0;
    margin-bottom: 470px;
  }
}
@media (max-width: 991px) {
  .main-banner-section {
    padding: 150px 24px 0;
    min-height: unset;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .main-banner-section {
    padding: 130px 10px 0;
  }
}
@media (max-width: 576px) {
  .main-banner-section {
    padding: 130px 0px 0;
  }
}
.main-banner-section .banner-content-wrap {
  position: relative;
  z-index: 1;
}
.main-banner-section .banner-content-wrap .banner-content {
  padding-left: 160px;
}
@media (max-width: 1799px) {
  .main-banner-section .banner-content-wrap .banner-content {
    padding-left: 85px;
  }
}
@media (max-width: 1699px) {
  .main-banner-section .banner-content-wrap .banner-content {
    padding-left: 65px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-banner-section .banner-content-wrap .banner-content {
    padding-left: 45px;
  }
}
@media (max-width: 1399px) {
  .main-banner-section .banner-content-wrap .banner-content {
    padding-left: 35px;
  }
}
@media (max-width: 1199px) {
  .main-banner-section .banner-content-wrap .banner-content {
    padding-left: 0;
  }
}
.main-banner-section .banner-content-wrap .banner-content > span {
  color: var(--title-color);
  
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 15px;
  background-color: #F1F1FF;
  border: 1px solid var(--borders-color);
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .main-banner-section .banner-content-wrap .banner-content > span {
    margin-bottom: 15px;
  }
}
.main-banner-section .banner-content-wrap .banner-content h1 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px; text-transform: uppercase;
}

@media (max-width: 576px) {
  .main-banner-section .banner-content-wrap .banner-content h1 span {
    margin-left: 15px;
    font-size: 19px;
    padding: 8px 10px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {

}
@media (max-width: 1399px) {
  .main-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 54px;
  }
}
@media (max-width: 1199px) {
  .main-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .main-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 38px;
  }
}
.main-banner-section .banner-content-wrap .banner-content p {
  color: var(--text-color);
  
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 60px;
  max-width: 536px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner-section .banner-content-wrap .banner-content p {
    font-size: 15px;
    margin-bottom: 45px;
    max-width: 425px;
  }
}
@media (max-width: 991px) {
  .main-banner-section .banner-content-wrap .banner-content p {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .main-banner-section .banner-content-wrap .banner-content p {
    font-size: 17px;
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .main-banner-section .banner-content-wrap .banner-content p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.main-banner-section .banner-content-wrap .banner-content p span {
  color: var(--title-color);
  font-weight: 600;
}
.main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .primary-btn3 {
  padding: 20px 31px;
}
@media (max-width: 576px) {
  .main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .primary-btn3 {
    padding: 16px 26px;
  }
}
.main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area .icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area .icon svg {
  fill: var(--primary-color3);
}
.main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area .content .number {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area .content .number h3, .main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area .content .number span {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.main-banner-section .banner-content-wrap .banner-content .btn-and-counter-area .counter-area .content p {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.main-banner-section .banner-content-wrap .banner-vector {
  display: flex;
  gap: 24px;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-banner-section .banner-content-wrap .banner-vector {
    top: -100px;
  }
}
@media (max-width: 1399px) {
  .main-banner-section .banner-content-wrap .banner-vector {
    top: -100px;
  }
}
@media (max-width: 1199px) {
  .main-banner-section .banner-content-wrap .banner-vector {
    top: -125px;
    gap: 18px;
    left: -10px;
  }
}
@media (max-width: 991px) {
  .main-banner-section .banner-content-wrap .banner-vector {
    display: none;
  }
}
.main-banner-section .banner-content-wrap .banner-vector svg {
  min-width: 697px;     opacity: 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-banner-section .banner-content-wrap .banner-vector svg {
    min-width: 570px;
  }
}
@media (max-width: 1399px) {
  .main-banner-section .banner-content-wrap .banner-vector svg {
    min-width: 570px;
  }
}
@media (max-width: 1199px) {
  .main-banner-section .banner-content-wrap .banner-vector svg {
    min-width: 470px;
  }
}
.main-banner-section .banner-content-wrap .banner-vector svg path {
  fill: none;
  stroke: url(#paint0_linear_1535_150995);
}
.main-banner-section .banner-content-wrap .banner-vector svg linearGradient .gradient-start {
  stop-color: var(--borders-color);
}
.main-banner-section .banner-content-wrap .banner-vector svg linearGradient .gradient-end {
  stop-color: var(--dark-white-color);
}
.main-banner-section .banner-content-wrap .banner-vector svg circle {
  fill: var(--primary-color3);
}
.main-banner-section .banner-content-wrap .banner-vector span {
    color: var(--text-color);
    font-family: var(--font-suse);
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    min-width: 120px;
    width: 100%;
    margin-top: -12px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-banner-section .banner-content-wrap .banner-vector span {
    margin-top: 25px;
  }
}
@media (max-width: 1399px) {
  .main-banner-section .banner-content-wrap .banner-vector span {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  .main-banner-section .banner-content-wrap .banner-vector span {
    margin-top: 60px;
  }
}
.main-banner-section .banner-content-wrap .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
@media (max-width: 1199px) {
  .main-banner-section .banner-content-wrap .social-list {
    display: none;
  }
}
.main-banner-section .banner-content-wrap .social-list li {
  margin-bottom: 15px;
}
.main-banner-section .banner-content-wrap .social-list li:last-child {
  margin-bottom: 0;
}
.main-banner-section .banner-content-wrap .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--dark-white-color);
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  transition: 0.5s;
}
.main-banner-section .banner-content-wrap .social-list li a i {
  font-size: 14px;
}
.main-banner-section .banner-content-wrap .social-list li a:hover {
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.main-banner-section .page-video {
  position: relative;
  width: 50vw;
  max-width: 696px; /* Start with 50% of the viewport width */
  height: 328px;
  margin-left: auto;
  z-index: 1;
  transition: width 0.3s ease-out, position 0.3s ease;
  direction: rtl;
  z-index: 9;
  margin-top: -60px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-banner-section .page-video {
    max-width: 640px;
  }
}
@media (max-width: 1399px) {
  .main-banner-section .page-video {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .main-banner-section .page-video {
    max-width: 420px;
  }
}
.main-banner-section .page-video .video-area video {
  border-radius: 20px;
  width: 100%; /* The video will fill the width of the wrapper */
  min-height: 328px;
  max-height: 100%; /* Initial height */
  -o-object-fit: cover;
     object-fit: cover; /* Keeps the video aspect ratio intact */
  display: block;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-banner-section .page-video .video-area video {
    min-height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner-section .page-video .video-area video {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .main-banner-section .page-video .video-area video {
    min-height: 280px;
  }
}
@media (max-width: 576px) {
  .main-banner-section .page-video .video-area video {
    min-height: 250px;
  }
}
.main-banner-section .page-video .video-area .banner-vector {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-banner-section .page-video .video-area .banner-vector {
    left: 54%;
  }
}
@media (max-width: 1399px) {
  .main-banner-section .page-video .video-area .banner-vector {
    width: 350px;
    left: 58%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner-section .page-video .video-area .banner-vector {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .main-banner-section .page-video .video-area .banner-vector {
    display: none;
  }
}
.main-banner-section .page-video .content {
  padding-top: 15px;
  direction: ltr;
}
@media (max-width: 576px) {
  .main-banner-section .page-video .content {
    padding-top: 10px;
  }
}
.main-banner-section .page-video .content h6 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3px;
}
.main-banner-section .page-video .content span {
  color: var(--text-color);
  
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.main-banner-section .vector {
  position: absolute;
  bottom: 36%;
  left: 50%;
  transform: translateX(-50%);
  animation: up-down2 2s linear infinite alternate;
}
@media (max-width: 1799px) {
  .main-banner-section .vector {
    left: 46%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-banner-section .vector {
    bottom: 40%;
  }
}
@media (max-width: 1399px) {
  .main-banner-section .vector {
    bottom: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner-section .vector {
    left: 43%;
    bottom: 45%;
  }
}
@media (max-width: 991px) {
  .main-banner-section .vector {
    display: none;
  }
}
.main-banner-section .vector path {
  fill: var(--title-color);
}
.main-banner-section .vector path:last-child {
  fill: var(--primary-color3);
}


.turst-section {
    background-color: #f4f4f4;
    padding: 90px 0 90px;
}
@media (max-width: 1199px) {
  .turst-section {
    padding: 80px 0 80px;
  }
}
@media (max-width: 767px) {
  .turst-section {
    padding: 80px 0 70px;
  }
}
.turst-section .section-title2 .shape-and-title-area {
 
}
.turst-section .section-title2 {
    text-align: center;
}
.turst-section .section-title2 .shape-and-title-area svg {
  min-width: 88px;
  margin-bottom: 10px;
}
.turst-section .section-title2 .shape-and-title-area svg path {
  fill: #F4CE86;
}
.turst-section .section-title2 .shape-and-title-area svg path:last-child {
  fill: var(--title-color);
}
@media (max-width: 767px) {
  .turst-section .section-title2 .shape-and-title-area svg {
    display: none;
  }
}
.turst-section .section-title2 .shape-and-title-area h2 {
  font-weight: 700;
}
.turst-section .section-title2 p {

}
@media (max-width: 767px) {
  .turst-section .section-title2 p {
    margin-left: 0;
    max-width: unset;
  }
}
.turst-section .single-feature {
    padding: 40px 45px;
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; border-radius: 5px;     position: relative;
    z-index: 2;
}
.section-vector {
  stroke: #00B3A4;
  fill: none;
  opacity: 0;
  visibility: hidden;         /* start me hidden */
  animation-fill-mode: forwards; /* 👈 keep last frame visible */
}

@keyframes fadeInLeftVector {
  0% {
    opacity: 0;
    transform: translateX(80px);  /* from right */
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}
.fadeInLeftVector {
  animation-name: fadeInLeftVector;
}

.single-feature i,
.single-feature svg {
  width: 60px !important;       /* icon width */
  height: 60px !important;      /* icon height */
  stroke-width: 1.5;            /* line thickness */
  color: #042e56;               /* icon color */
  margin-bottom: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-block;
}
@media (max-width: 1399px) {
  .turst-section .single-feature {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .turst-section .single-feature {
    padding: 35px 20px;
  }
}
@media (max-width: 576px) {
  .turst-section .single-feature {
    padding: 35px 20px;
  }
}
.turst-section .single-feature h4 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  transition: 0.5s;
  margin-bottom:15px;
}
.outcomes .single-feature h4 {
color: #fff!important;}
.outcomes .single-feature h4:hover {
color: #fff;}
.outcomes .single-feature p {
color: #fff!important;}
.outcomes .single-feature svg {

color: #fff;}
@media (max-width: 1199px) {
  .turst-section .single-feature h4 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .turst-section .single-feature h4 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .turst-section .single-feature h4 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.turst-section .single-feature ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .turst-section .single-feature ul {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .turst-section .single-feature ul {
    margin-bottom: 25px;
  }
}
.turst-section .single-feature ul li {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.turst-section .single-feature ul li:last-child {
  margin-bottom: 0;
}
.turst-section .single-feature p {
  color: var(--text-color);
  
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}
.turst-section .single-feature p svg {
  fill: var(--text-color);
  min-width: 22px;
  margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .turst-section .single-feature p {
    font-size: 15px;
  }
}
.turst-section .single-feature:hover h4 {
  color: var(--primary-color3);
}
.contact-btn-area.two h6 {
    font-family: var(--font-suse);
    font-size: 18px;
    width: 100%;
    max-width: 500px;
    line-height: 28px;
    text-align: center;
}
.turst-section .contact-btn-area.two {
background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
}
.turst-section .contact-btn-area.two h6 {
  color: var(--white-color);
}
.turst-section .contact-btn-area.two .primary-btn3 {
  background-color: var(--white-color);
  color: var(--dark-title-color);
}
.turst-section .contact-btn-area.two .primary-btn3 svg {
  stroke: var(--dark-title-color);
}
.turst-section .contact-btn-area.two .primary-btn3 span {
  background-color: var(--dark-black-color);
}
.turst-section .contact-btn-area.two .primary-btn3:hover {
  color: var(--white-color);
}
.turst-section .contact-btn-area.two .primary-btn3:hover svg {
  stroke: var(--white-color);
}
.contact-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 544px;
    width: 100%;
    gap: 15px;
    padding: 14px 15px 14px 30px;
    border: 1px solid var(--borders-color);
    border-radius: 40px;
    margin: 0px auto;     max-width: 100%;
}

.title .stock {
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
    padding-left: 10px;
    position: relative; padding-right: 10px;
}
.title .bg {
background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title .last {
    position: relative;     padding-right: 10px;
}
.banner-content h1 span {
      display: inline-block;
      transform: translateY(100%);
      opacity: 0;
    }

    .banner-content h1.active span {
      animation: textUp 0.6s forwards;
    }

    /* delay each word */
    .banner-content h1.active span:nth-child(1) { animation-delay: 0.1s; }
    .banner-content h1.active span:nth-child(2) { animation-delay: 0.3s; }
    .banner-content h1.active span:nth-child(3) { animation-delay: 0.5s; }
    .banner-content h1.active span:nth-child(4) { animation-delay: 0.7s; }

    @keyframes textUp {
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }
	.plateform-section {
    padding: 90px 0px;
}
.inner{
	border: 1px solid var(--borders-color);
    border-radius: 20px;
    padding: 5px;
}
.inner img{
	border-radius: 20px;
}

    .timeline-wrapper{
      position:relative;
      width:100%;
      margin:150px auto;
     
    }

    .timeline-line{
      position:absolute;
      top:50%;
      left:0;
      width:100%;
      height:4px;
      background:#e5e5e5;
      overflow:visible;
      z-index:1;
    }

    .timeline-line::before,
    .timeline-line::after{
      content:'';
      position:absolute;
      top:50%;
      width:12px;
      height:12px;
      background:#042e56;
      border-radius:50%;
      box-shadow:0 0 0 4px #e5f6f4;
      z-index:3;
    }

    .timeline-line::before{
      left:0;
      transform:translate(-50%,-50%);
    }

    .timeline-line::after{
      right:0;
      transform:translate(50%,-50%);
    }

    .timeline-progress{
      position:absolute;
      top:0;
      left:0;
      height:4px;
      width:0%;
      background:linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
      border-radius:2px;
      z-index:2;
    }
   .timeline-progress.active{
      animation: progressLoop 8s linear forwards;
    }

    @keyframes progressLoop{
      0%{width:0%;}
      25%{width:25%;}
      50%{width:50%;}
      75%{width:75%;}
      100%{width:100%;}
    }

    .timeline-steps{
      display:flex;
      justify-content:space-between;
      align-items:center;
      position:relative;
      z-index:4;
      margin-top:-10px;
    }

    .step{
      text-align:center;
      position:relative;
      flex:1;
      padding:0 10px;
    }
.step h4{margin-top:25px;}
    .step .dot{
      position:relative;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:28px;
      height:28px;
      background:#cde7e4;
      border-radius:50%;
      box-shadow:0 0 0 5px #e5f6f4;
      margin-bottom:25px;
      color:#fff;
      font-size:18px;
      transition:background 0.4s ease;
    }
.line {
    padding-bottom: 90px;
    background: #f4f4f4;
    padding-top: 90px;
}
    .step.active .dot{
      background:var(--dark-color);
    }

    .step h4{
      margin-top:20px;
      font-weight:600;
      font-size:22px;
  
      margin-bottom:0; color: var(--text-color); 
    }

    @media(max-width:768px){
      .timeline-wrapper{margin:40px 15px;}
      .step h6{font-size:.9rem;}
    }
	
	.section-vector {
    fill: none;
    stroke: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

/* consulting page */

.inner-banner-section {
    background-size: cover;
    background-repeat: no-repeat;     padding-bottom: 60px;

     background-image: url(../img/ov.png); overflow:hidden;
}
/* .inner-banner-section:before {
    position: absolute;
    content: '';
    background: url(../img/ov.png);
    height: 100%;
    width: 100%;
    opacity: 0.8;
} */
.inner-banner-section .banner-wrapper {
  position: relative;
  padding: 200px 0 0px;
  z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .inner-banner-section .banner-wrapper {
    padding: 160px 0 60px;
  }
}
@media (max-width: 1399px) {
  .inner-banner-section .banner-wrapper {
    padding: 160px 0 0px;
  }
}
@media (max-width: 1199px) {
  .inner-banner-section .banner-wrapper {
    padding: 170px 0 0px;
  }
}
@media (max-width: 991px) {
  .inner-banner-section .banner-wrapper {
    padding: 140px 0 0px;
  }
}
@media (max-width: 767px) {
  .inner-banner-section .banner-wrapper {
    padding: 170px 0 0px;
  }
}
@media (max-width: 576px) {
  .inner-banner-section .banner-wrapper {
    padding: 150px 0 0px;
  }
}
.inner-banner-section .banner-wrapper .banner-contents {

}
.inner-banner-section .banner-wrapper .banner-contents .sub-title {
  position: relative;
  background: #fff;
 
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 15px;
  z-index: 1;
}
.inner-banner-section .banner-wrapper .banner-contents .sub-title span {
    color: var(--primary-color3);
    
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    background-color: var(--white-color);
    display: inline-block;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (max-width: 1399px) {
  .inner-banner-section .banner-wrapper .banner-contents .sub-title span {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .inner-banner-section .banner-wrapper .banner-contents .sub-title span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .inner-banner-section .banner-wrapper .banner-contents .sub-title span {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .inner-banner-section .banner-wrapper .banner-contents .sub-title span {
    font-size: 14px;
  }
}
.inner-banner-section .banner-wrapper .banner-contents h1 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}
.inner-banner-section .banner-wrapper .banner-contents h1 span.text-stroke {
  text-shadow: 1px 0 0 var(--title-color), 0 1px 0 var(--title-color), -1px 0 0 var(--title-color), 0 -1px 0 var(--title-color);
  color: #fff;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .inner-banner-section .banner-wrapper .banner-contents h1 {
    font-size: 66px;
  }
}
@media (max-width: 1399px) {
  .inner-banner-section .banner-wrapper .banner-contents h1 {
  
  }
}
@media (max-width: 1199px) {
  .inner-banner-section .banner-wrapper .banner-contents h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .inner-banner-section .banner-wrapper .banner-contents h1 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .inner-banner-section .banner-wrapper .banner-contents h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
.inner-banner-section .banner-wrapper .banner-contents p {
  color: var(--text-color);
  
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  max-width: 560px;
  width: 100%;

  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .inner-banner-section .banner-wrapper .banner-contents p {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .inner-banner-section .banner-wrapper .banner-contents p {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
.inner-banner-section .banner-wrapper .banner-contents p strong {
  color: var(--title-color);
  font-weight: 600;
}
.text-gradi {     background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent; }
@keyframes up-down2 {
  0% {
    transform: translateY(35px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(35px);
  }
}
.up-down2 {
  animation: up-down2 3s ease-in-out infinite;
}
.strategy .top-strategyp .sr-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .strategy .top-strategyp .sr-list {
    gap: 22px;
  }
}
@media (max-width: 576px) {
  .strategy .top-strategyp .sr-list {
    flex-direction: column;
  }
}
.strategy .top-strategyp .sr-list li {
  display: flex;
}
.strategy .top-strategyp .sr-list li {
    padding: 19px 28px;
    border: 1px solid var(--borders-color);
    border-radius: 100px;
    position: relative;
    transition: 0.5s;
    align-items: center;
    gap: 6px;  color:#042e56  font-size: 26px;
}
.strategy .top-strategyp .sr-list li i{ color:#042e56; font-size:24px;}
@media (min-width: 1200px) and (max-width: 1399px) {
  .strategy .top-strategyp .sr-list li  {
    padding: 15px 24px;
  }
}
@media (max-width: 1199px) {
  .strategy .top-strategyp .sr-list li  {
    padding: 16px 24px;
  }
}
@media (max-width: 991px) {
  .strategy .top-strategyp .sr-list li  {
    padding: 15px 22px; 
  }
}
@media (max-width: 576px) {
  .strategy .top-strategyp .sr-list li  {
    padding: 12px 18px;
  }
}
.strategy .top-strategyp .sr-list li  span {

 
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .strategy .top-strategyp .sr-list li  span {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .strategy .top-strategyp .sr-list li  span {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .strategy .top-strategyp .sr-list li  span {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .strategy .top-strategyp .sr-list li  span {
    font-size: 19px;
  }
}

.sr-list li:hover  {
  border-color: var(--primary-color1);
  background:#042e56; color:#fff
}
.sr-list li:hover i {
  color:#fff!important
}
.strategy {
    padding: 80px 0px; background:#042e560d;
}
.storytelling{background:#042e560d; background-size:cover;}
.storytelling h3 i{  color: var(--dark-color);}

.venn-container {
    position: absolute;
    width: 55%;
    /* height: 100%; */
    display: block;
    background: transparent;
    opacity: 0;
    transform: translateY(40px);
    transition: all 1.2s 
ease-out;
    top: 0;
    right: 0;
}

    .venn-container.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .venn-container svg { width:100%; height:100%; display:block; overflow:visible; }

    .circle-group { opacity: 0; transform: scale(0.8); transition: all 0.8s ease-out; isolation:isolate; }
    .visible .circle-group:nth-child(1) { transition-delay: 0.2s; opacity: 1; transform: scale(1); z-index:3; }
    .visible .circle-group:nth-child(2) { transition-delay: 0.5s; opacity: 1; transform: scale(1); z-index:2; }
    .visible .circle-group:nth-child(3) { transition-delay: 0.8s; opacity: 1; transform: scale(1); z-index:1; }

    .pulse { animation: pulse 6s ease-in-out infinite; transform-origin: center; }
    @keyframes pulse {
      0%,100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(0,0,0,0)); }
      50% { transform: scale(1.015); filter: drop-shadow(0 0 20px rgba(4,46,86,0.08)); }
    }

    .label { fill: #ffffff; font-weight:700; text-anchor:middle; font-size:42px; }
    .sub { fill: #ffffff; font-size:18px; text-anchor:middle; }
    .center-label { fill: var(--text-dark); font-weight:800; text-anchor:middle; font-size:20px; }
    .pattern-overlay { opacity: 0.18 }
.venn ul {
    padding: 0;
  
    display: flex;
    flex-wrap: wrap; /* allow wrapping */
    gap: 20px;       /* space between items */
}

.venn ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
    border-radius: 30px;
    padding: 8px 15px;
    flex: 0 0 calc(50% - 10px); /* 50% width minus half of gap for 2 items per row */
    box-sizing: border-box;
    list-style: none;
    text-align: center;
}
.venn ul li:last-child {
  margin-bottom: 0;
}
.venn ul li svg {
  fill: var(--dark-color);
}
.venn ul li svg circle {
  fill: #fff;
}
  .transform {
    padding: 100px 0px;
    background: url(https://images.unsplash.com/photo-1576267423445-b2e0074d68a4?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1470);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
} 
   
.transform:before {
    background:#001121b5;

    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.6;
}
/*  */

.banner_img{position:relative;}

/* .banner_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 628px;
    background-image: url(../img/line-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 30px;
    top: -32px;
    z-index: -1;
} */
.hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

    .circle-section .container-fluid {
      width:100%;
      padding:0;
    }
    .circle-section h1 {
      font-size:2.8rem;
      font-weight:800;
      background:linear-gradient(90deg,var(--brand),#000);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
      text-align:center;
      margin-bottom:1.5rem;
    }

    /* SVG Container - Full Width & Height of Column */
    .svg-container {
      width:100%;
      height:100%;
   
      display:flex;
      align-items:center;
      justify-content:center;
      padding:0rem; 
    }

    /* SVG - Full Fit, Responsive */
    .circle-svg {
      width:100%;
      height:100%;
      max-width:100%;
      max-height:100%;
      display:block;
    }

    /* Gradient for Nodes & Center */
    .node-gradient {
      fill:#042e56;
    }

    /* SVG Elements */
    .ring { fill:none; stroke:var(--brand); stroke-width:1.8; opacity:0.07; }
    .center-bg { stroke:var(--accent); fill:var(--accent); stroke-width:2.6; filter:drop-shadow(0 0 12px var(--glow)); }
   .center-label {
    font-size: 28px;
    font-weight: 800;
    fill: #fff;
    text-anchor: middle;
    dominant-baseline: middle;
}
    .node-circle { stroke:var(--brand); stroke-width:2.3; cursor:pointer; filter:drop-shadow(0 4px 12px rgba(4,46,86,0.18)); transition:all .3s ease; }
    .node-circle:hover { stroke-width:3.6; filter:drop-shadow(0 8px 22px var(--glow)); transform:scale(1.1); }
   .node-icon {
    font-size: 34px;
    color: #fff;
}
    .node-label { font-size:18px; font-weight:700; fill:var(--brand); text-anchor:middle; dominant-baseline:hanging; }
    .connection { stroke:var(--line); stroke-width:1.5; fill:none; stroke-linecap:round; opacity:0.85; }
    .particle { fill:var(--accent); r:4; filter:drop-shadow(0 0 8px var(--accent)); }

    @media (max-width:768px){
      .circle-section h1{font-size:2rem;}
      .node-label{font-size:11px;}
      .center-label{font-size:13px;}
      .svg-container { min-height:300px; padding:0.5rem; }
    }
.strategy.advantage {
    border-top: #f7f8fa solid 1px;
    padding-top: 30px; padding-bottom: 20px;
}
.strategy.advantage h3 i {
    color: #042e56;
}
 .badge {
      display: inline-block;
      background: linear-gradient(135deg, rgba(0,174,239,0.15), transparent);
      color: var(--accent);
      padding: 10px 28px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 0.95rem;
      border: 2px solid var(--border);
      backdrop-filter: blur(10px);
      margin-top: 1rem;
      box-shadow: 0 0 20px rgba(0,174,239,0.2);
    }

    /* Flow Section */
.flow-section {
    padding: 80px 0;
    background:rgba(236,236,236,.2);
}

    .flow-container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem; /* Arrow space kam kiya */
      flex-wrap: nowrap;
    }

    @media (max-width: 992px) {
      .flow-container {
        flex-direction: column;
        gap: 2.5rem;
      }
      .arrow-box { display: none; }
    }

    /* INPUT & OUTPUT - BADA KIYA */
    .input-output-wrapper {
      flex: 1;
      max-width: 420px; /* Pehle 360px tha */
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.2rem;
      width: 100%;
    }

    .flow-card {
      background:  var(--dark);
      border: 2px solid var(--card-bg);
      border-radius: 24px;
      padding: 1.5rem;
      height: 110px; /* Height badhaya */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      box-shadow: 0 10px 30px rgba(0, 174, 239, 0.12);
      position: relative;
      overflow: hidden;
    }

    .flow-card::before {
      content: '';
      position: absolute;
      top: 0; left: -100%;
      width: 60%; height: 100%;
      background: linear-gradient(90deg, transparent, rgb(4 46 86 / 70%), transparent);
      transition: 0.7s;
    }

    .flow-card:hover::before { left: 100%; }

    .flow-card:hover {
      transform: translateY(-10px) scale(1.06);
      border-color: var(--accent);
      box-shadow: 0 22px 45px rgba(0, 174, 239, 0.22);
    }

    .flow-card i {
      font-size: 2.1rem; /* Icon bada kiya */
      color: var(--accent);
      margin-bottom: 0.5rem;
      transition: all 0.4s ease;
    }

    .flow-card:hover i {
      transform: scale(1.35) rotate(18deg);
      filter: drop-shadow(0 0 14px var(--glow));
    }

    .flow-card span {
      font-size: 0.82rem; /* Text clear */
      font-weight: 600;
      color: #fff;
    }


    .agentcy-wrapper {
      position: relative;
      width: 220px;
      height: 220px;
      flex-shrink: 0;
    }

    .agentcy-core {
      width: 100%;
      height: 100%;
      background: white;
      border: 5px solid transparent;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 3;
      background-clip: padding-box;
box-shadow:
  0 0 0 8px color-mix(in srgb, var(--accent-color) 25%, transparent),
  0 12px 40px color-mix(in srgb, var(--accent-color) 35%, transparent),
  inset 0 0 30px color-mix(in srgb, var(--accent-color) 25%, transparent);


      animation: float 6s infinite ease-in-out, pulseGlow 3s infinite;
    }

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

    @keyframes pulseGlow {
      0%, 100% { box-shadow: 0 0 0 10px rgba(0,174,239,0.2), 0 18px 45px rgba(0,174,239,0.22); }
      50% { box-shadow: 0 0 0 16px rgba(0,174,239,0.3), 0 25px 55px rgba(0,174,239,0.3); }
    }

    .agentcy-core::before {
      content: '';
      position: absolute;
      top: -5px; left: -5px; right: -5px; bottom: -5px;
      background:conic-gradient(from 0deg, var(--dark), #558dc3, var(--dark));

      border-radius: 50%;
      z-index: -1;
      animation: rotate 8s linear infinite;
    }

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

.agentcy-core h3 {
    /* font-family: 'Space Grotesk', sans-serif; */
    font-size: 1.9rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.flow-card svg{color:#fff}

    .watermark {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      
      font-size: 1.1rem;
      font-weight: 700;
      color: rgba(0, 174, 239, 0.12);
      text-align: center;
      line-height: 1.4;
      z-index: 1;
      pointer-events: none;
    }

    /* ARROWS - SPACE KAM KIYA */
    .arrow-box {
      width: 60px; /* Pehle 80px tha */
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .arrow-svg {
      width: 50px;
      height: 50px;
    }
.arrow-path {
    fill: none;
    stroke: var(--dark);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 55;
    stroke-dashoffset: 80;
    /* filter: drop-shadow(0 0 6px var(--glow)); */
}

    .arrow-left .arrow-path { animation: draw 1s 0.6s forwards; }
    .arrow-right .arrow-path { animation: draw 1s 1.2s forwards; }

    @keyframes draw {
      to { stroke-dashoffset: 0; }
    }

.arrowhead {
    fill: var(--dark);
    /* filter: drop-shadow(0 0 6px var(--glow)); */
    opacity: 0;
}

    .arrow-left .arrowhead { animation: show 0.4s 1.5s forwards; }
    .arrow-right .arrowhead { animation: show 0.4s 2.1s forwards; }

    @keyframes show {
      to { opacity: 1; }
    }

    /* Labels */
    .section-label {
      text-align: center;
      font-weight: 600;
      color: var(--gray);
      text-transform: uppercase;
      letter-spacing: 2.5px;
      font-size: 0.92rem;
      margin-bottom: 1.4rem;
    }

    /* Responsive */
    @media (max-width: 1200px) {
      .input-output-wrapper { max-width: 380px; }
      .agentcy-wrapper { width: 200px; height: 200px; }
      .flow-card { height: 100px; }
    }

    @media (max-width: 768px) {
      .hero h1 { font-size: 2.6rem; }
      .input-output-wrapper { max-width: 320px; }
      .card-grid { gap: 0.8rem; }
      .flow-card { height: 90px; padding: 1rem; }
      .flow-card i { font-size: 1.7rem; }
      .agentcy-wrapper { width: 190px; height: 190px; }
      .agentcy-core h3 { font-size: 1.6rem; }
    }
	.turst-section.position-relative.outcomes.insight {
    background: #fff;
}
.venn .section-title {
    padding-right: 30px;
}
.influencer {
    position: relative;
    display: block;
    background: #f4f4f4;
    z-index: 1;     padding: 80px 0px;
}

.influencer .shape1 {
    position: absolute;
    top: 140px;
    left: 90px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff;
    z-index: -1;
}

.influencer .shape2 {
    position: absolute;
    left: 195px;
    bottom: 90px;
    z-index: -1;
}

.influencer .container-fullwidth {
    position: relative;
    display: block;
}

.influencer__content-box {
    position: relative;
    display: block;
    max-width: 480px;
  
 
}


.influencer__content-box-list {
    position: relative;
    display: block;     padding: 0;
}

.influencer__content-box-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    /* background: #ffffff; */
    /* border-radius: 10px; */
    /* max-width: 425px; */
    /* padding: 19px 17px 18px; */
    margin-bottom: 4px;
    z-index: 1;
}
.influencer__content-box-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: transparent;
    border: 1px solid var(--thm-color-1);
    border-radius: 10px;
    transition: all 500ms ease;
    transform: scaleX(0);
    z-index: -1;
}

.influencer__content-box-list li:hover:before {
    transform: scaleX(1);
}

.influencer__content-box-list li:last-child {
    margin-bottom: 0;
}

.influencer__content-box-list li .icon {
    position: relative;
    display: block;
    color: var(--dark);
    font-size: 30px;
    transition: all 200ms 
linear;
    transition-delay: 0.1s;
}
.influencer__content-box-list li:hover .icon {
    color: var(--thm-base);
}

.influencer__content-box-list li .text {
    position: relative;
    display: block;
    padding-left: 30px;
}

.influencer__content-box-list li .text p {
    /* color: var(--thm-black); */
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
}
.influencer__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.providing-quality-one__img img {
    width: 100%;
}

.influencer__img .overlay-content {
    position: absolute;
    left: 45px;
    bottom: 0;
}

.influencer__img .overlay-content .inner {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.influencer__img .overlay-content .inner .shape3 {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 1;
}

.influencer__img .overlay-content .inner .icon {
    position: relative;
    display: block;
}

.influencer__img .overlay-content .inner .icon a {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--thm-base);
    text-align: center;
}

.influencer__img .overlay-content .inner .icon a span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 90px;
}

.influencer__img .overlay-content .inner .text {
    position: relative;
    display: block;
    background: #fbca1d;
    padding: 28px 45px 27px;
    margin-left: 55px;
}

.influencer__img .overlay-content .inner .text h2 {
font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    font-family: var(--thm-font);
}
.turst-section.brand_intelligence {
    background: #fff;
}
.brand_intelligence .single-feature{     background-color: #f7f8fa;}
.teams .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .teams .team-img {
    border-radius: 15px;
  }
}
.teams .team-img img {
  border-radius: 20px;
  max-height: 370px;
  min-height: 370px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teams .team-img img {
    max-height: 360px;
    min-height: 360px;
  }
}
@media (max-width: 991px) {
  .teams .team-img img {
    max-height: 340px;
    min-height: 340px;
  }
}
@media (max-width: 576px) {
  .teams .team-img img {
    border-radius: 15px;
  }
}
.teams .team-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.teams .team-img .details-btn-wrap {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}
@media (max-width: 991px) {
  .teams .team-img .details-btn-wrap {
    top: 25px;
    right: 25px;
  }
}
@media (max-width: 576px) {
  .teams .team-img .details-btn-wrap {
    right: 20px;
  }
}
.teams .team-img .details-btn-wrap .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 576px) {
  .teams .team-img .details-btn-wrap .icon {
    width: 35px;
    height: 35px;
  }
}
.teams .team-img .details-btn-wrap .icon i {
  font-size: 32px;
  color: var(--dark-title-color);
}
@media (max-width: 576px) {
  .teams .team-img .details-btn-wrap .icon i {
    font-size: 26px;
  }
}
.teams .team-img .details-btn-wrap .details-btn {
  color: var(--white-color);
  
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background-color: var(--dark-black-color);
  border-radius: 100px;
  white-space: nowrap;
  transition: 0.5s;
  transform-origin: right;
  position: absolute;
  top: 50%;
  right: 50px;
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}
@media (max-width: 576px) {
  .teams .team-img .details-btn-wrap .details-btn {
    font-size: 15px;
    padding: 10px 20px;
    right: 45px;
  }
}
.teams .team-img .details-btn-wrap .details-btn svg {
  fill: none;
  stroke: var(--white-color);
}
.teams .team-img .details-btn-wrap:hover .details-btn {
  opacity: 1;
  transform: translateY(-50%) scaleX(1);
  visibility: visible;
}
.teams .team-content {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .teams .team-content {
    margin-top: 20px;
  }
}
.teams .team-content span {
    color: #545454;
    /*  */
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* padding: 5px 17px; */
    display: inline-block;
    /* background-color: var(--dark-white-color); */
    /* border: 1px solid var(--borders-color); */
    /* border-radius: 50px; */
    margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teams .team-content span {
    margin-bottom: 8px;
  }
}
.teams .team-content h4 {
  margin-bottom: 0;
}
.teams .team-content h4 a {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .teams .team-content h4 a {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teams .team-content h4 a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .teams .team-content h4 a {
    font-size: 20px;
  }
}
.teams .team-content h4 a:hover {
  color: var(--primary-color3);
}
.teams:hover .team-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.teams:hover .team-img img {
  transform: scale(1.1);
}
.teams:hover .team-img .details-btn-wrap {
  opacity: 1;
}
.team {
    padding-bottom: 60px;
}
.matters {
    padding: 100px 0px;
    background: url(https://images.pexels.com/photos/325185/pexels-photo-325185.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.about-banner-section {
  background-image:url(../img/ov.png);
  background-size: cover;
  background-repeat: no-repeat;
  
}
.about-banner-section .banner-wrapper {
  position: relative;
  padding: 200px 0 270px;
  z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .about-banner-section .banner-wrapper {
    padding: 160px 0 270px;
  }
}
@media (max-width: 1399px) {
  .about-banner-section .banner-wrapper {
    padding: 160px 0 240px;
  }
}
@media (max-width: 1199px) {
  .about-banner-section .banner-wrapper {
    padding: 170px 0 200px;
  }
}
@media (max-width: 991px) {
  .about-banner-section .banner-wrapper {
    padding: 140px 0 160px;
  }
}
@media (max-width: 767px) {
  .about-banner-section .banner-wrapper {
    padding: 170px 0 110px;
  }
}
@media (max-width: 576px) {
  .about-banner-section .banner-wrapper {
    padding: 150px 0 90px;
  }
}
.about-banner-section .banner-wrapper .banner-content {
  text-align: center;
}
.about-banner-section .banner-wrapper .banner-content .sub-title {
  background-image: url(../img/home6/banner-sub-title-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1px 0;
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 15px;
}
.about-banner-section .banner-wrapper .banner-content .sub-title span {
  color: var(--title-color);
  
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 20px;
  background-color: var(--white-color);
  display: inline-block;
  border-radius: 100px;
}
@media (max-width: 1399px) {
  .about-banner-section .banner-wrapper .banner-content .sub-title span {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .about-banner-section .banner-wrapper .banner-content .sub-title span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-banner-section .banner-wrapper .banner-content .sub-title span {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .about-banner-section .banner-wrapper .banner-content .sub-title span {
    font-size: 14px;
  }
}
.about-banner-section .banner-wrapper .banner-content h1 {
  color: var(--title-color);
  font-family: var(--font-lora);
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .about-banner-section .banner-wrapper .banner-content h1 {
    font-size: 66px;
  }
}
@media (max-width: 1399px) {
  .about-banner-section .banner-wrapper .banner-content h1 {
    font-size: 58px;
  }
}
@media (max-width: 1199px) {
  .about-banner-section .banner-wrapper .banner-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .about-banner-section .banner-wrapper .banner-content h1 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .about-banner-section .banner-wrapper .banner-content h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
.about-banner-section .banner-wrapper .banner-content p {
  color: var(--text-color);
  
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about-banner-section .banner-wrapper .banner-content p {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .about-banner-section .banner-wrapper .banner-content p {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
.about-banner-section .banner-wrapper .banner-content p strong {
  color: var(--title-color);
  font-weight: 600;
}
.about-banner-section .banner-wrapper .banner-content .email-area {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about-banner-section .banner-wrapper .banner-content .email-area {
    max-width: 460px;
  }
}
.about-banner-section .banner-wrapper .banner-content .email-area .form-inner {
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  padding: 1px 5px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .about-banner-section .banner-wrapper .banner-content .email-area .form-inner {
    flex-wrap: wrap;
    background-color: transparent;
    gap: 15px;
  }
}
.about-banner-section .banner-wrapper .banner-content .email-area .form-inner input {
  background-color: transparent;
  border: unset;
  color: var(--dark-title-color);
}
@media (max-width: 576px) {
  .about-banner-section .banner-wrapper .banner-content .email-area .form-inner input {
    background-color: var(--white-color);
  }
}
.about-banner-section .banner-wrapper .banner-content .email-area .form-inner input::-moz-placeholder {
  color: #545454;
}
.about-banner-section .banner-wrapper .banner-content .email-area .form-inner input::placeholder {
  color: #545454;
}
.about-banner-section .banner-wrapper .banner-content .email-area .form-inner .primary-btn3 {
  min-width: 194px;
  padding: 16px 22px;
}
@media (max-width: 576px) {
  .about-banner-section .banner-wrapper .banner-content .email-area .form-inner .primary-btn3 {
    width: 100%;
    justify-content: center;
    padding: 20px 22px;
  }
}
.about-banner-section .banner-wrapper .banner-content .email-area .form-inner .primary-btn3 svg {
  min-width: 8px;
}
.about-banner-section .banner-wrapper .banner-content .email-area .form-inner .primary-btn3.two span {
  background-color: var(--dark-black-color);
}
.about-banner-section .banner-wrapper .banner-content .email-area .form-inner .primary-btn3.two:hover {
  color: var(--white-color);
}
.about-banner-section .banner-wrapper .banner-content .email-area .form-inner .primary-btn3.two:hover svg {
  stroke: var(--white-color);
}
.about-banner-section .banner-wrapper .banner-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.about-banner-section .banner-wrapper .banner-content ul li {
  color: var(--text-color);
  
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.about-banner-section .banner-wrapper .banner-content ul li svg {
  fill: var(--title-color);
}
.about-banner-section .banner-wrapper .vector {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .about-banner-section .banner-wrapper .vector {
    display: none;
  }
}
.about-banner-section .banner-wrapper .vector svg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1399px) {
  .about-banner-section .banner-wrapper .vector svg {
    width: 1100px;
  }
}
@media (max-width: 1199px) {
  .about-banner-section .banner-wrapper .vector svg {
    width: 870px;
    height: 100%;
  }
}
.about-banner-section .banner-wrapper .vector svg circle {
  fill: #adacff;
  stroke: none;
}
.about-banner-section .banner-wrapper .vector ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.about-banner-section .banner-wrapper .vector ul li {
  position: absolute;
  padding: 9px;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-banner-section .banner-wrapper .vector ul li img {
    max-width: 35px;
  }
}
.about-banner-section .banner-wrapper .vector ul li:nth-child(1) {
  left: 41px;
  bottom: 49%;
}
.about-banner-section .banner-wrapper .vector ul li:nth-child(2) {
  left: -65px;
  top: 17%;
}
@media (max-width: 1399px) {
  .about-banner-section .banner-wrapper .vector ul li:nth-child(2) {
    left: -20px;
  }
}
@media (max-width: 1199px) {
  .about-banner-section .banner-wrapper .vector ul li:nth-child(2) {
    top: 15%;
  }
}
.about-banner-section .banner-wrapper .vector ul li:nth-child(3) {
  left: 40px;
  top: -30px;
}
.about-banner-section .banner-wrapper .vector ul li:nth-child(4) {
  right: 40px;
  top: -30px;
}
.about-banner-section .banner-wrapper .vector ul li:nth-child(5) {
  right: -65px;
  top: 17%;
}
@media (max-width: 1399px) {
  .about-banner-section .banner-wrapper .vector ul li:nth-child(5) {
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .about-banner-section .banner-wrapper .vector ul li:nth-child(5) {
    top: 15%;
  }
}
.about-banner-section .banner-wrapper .vector ul li:nth-child(6) {
  right: 41px;
  bottom: 49%;
}

.big-img-section {
  margin-top: -295px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .big-img-section {
    margin-top: -300px;
  }
}
@media (max-width: 1399px) {
  .big-img-section {
    margin-top: -250px;
  }
}
@media (max-width: 1199px) {
  .big-img-section {
    margin-top: -190px;
  }
}
@media (max-width: 991px) {
  .big-img-section {
    margin-top: -170px;
  }
}
@media (max-width: 767px) {
  .big-img-section {
    display: none;
  }
}
.big-img-section .big-img-wrap {
  perspective: 800px;
}
.big-img-section .big-img-wrap .big-img {
  transform: rotateX(30deg);
  transition: transform 0.3s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .big-img-section .big-img-wrap .big-img {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .big-img-section .big-img-wrap .big-img {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .big-img-section img {
    min-height: 200px;
  }
}
.big-img-section .dark {
  display: none;
}
.big-img img {
    border-radius: 20px;
}
.about-content {
    background: #fff;
    padding-top: 120px;
}
.why-resonance .feature-banner-area {
    background-image: url(https://plus.unsplash.com/premium_photo-1678914346571-d2de19d2489b?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=870);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 80px 40px 115px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
}
.why-resonance .feature-banner-area:before {
    position: absolute;
    content: '';
    background: #00060c99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
}
@media (max-width: 991px) {
  .why-resonance .feature-banner-area {
    padding: 90px 40px;
  }
}
@media (max-width: 767px) {
  .why-resonance .feature-banner-area {
    padding: 80px 30px;
  }
}
@media (max-width: 576px) {
  .why-resonance .feature-banner-area {
    padding: 70px 20px;
  }
}
.why-resonance .feature-banner-area .banner-content {
  max-width: 443px;
  width: 100%;
  margin: 0 auto;
text-align: center;
    position: relative;
}
.why-resonance .feature-banner-area .banner-content span {
  color: var(--white-color);
  
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 5px 17px;
  background-color: #2F2F2F;
  border: 1px solid var(--primary-color1);
  border-radius: 22px;
  margin-bottom: 20px;
}
.why-resonance .feature-banner-area .banner-content h2 {
  color: var(--white-color);
  font-family: var(--font-lora);
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .why-resonance .feature-banner-area .banner-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .why-resonance .feature-banner-area .banner-content h2 {
    font-size: 35px;
    line-height: 1.2;
  }
}
.why-resonance .feature-banner-area .banner-content p {
  color: var(--white-color);
  
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .why-resonance .feature-banner-area .banner-content p {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .why-resonance .feature-banner-area .banner-content p {
    font-size: 16px;
  }
}
.why-resonance .feature-card-area {
  margin-top: -40px; position: relative;
}
@media (max-width: 991px) {
  .why-resonance .feature-card-area {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .why-resonance .feature-card-area .company-icon-and-arrow {
    display: none;
  }
}
.why-resonance .feature-card-area .company-icon-and-arrow .company-icon {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background: #042e56;
    margin: 0 auto;
}
.why-resonance .feature-card-area .company-icon-and-arrow .company-icon svg {
  fill: var(--primary-color1);
}
.why-resonance .feature-card-area .company-icon-and-arrow .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-resonance .feature-card-area .company-icon-and-arrow .arrow svg {
  fill: var(--borders-color);
  width: 1008px;
}
@media (max-width: 1399px) {
  .why-resonance .feature-card-area .company-icon-and-arrow .arrow svg {
    width: 870px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-resonance .feature-card-area .company-icon-and-arrow .arrow svg {
    width: 740px;
    height: 50px;
  }
}
.why-resonance .feature-card {
    padding: 35px 30px;
    border: 1px solid var(--borders-color);
    border-radius: 20px;
    height: 100%;

}
.why-resonance .feature-card h3 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 20px;
}
.why-resonance .feature-card svg {
    width: 50px !important;
    height: 50px !important;
    stroke-width: 1.5;
    color: #042e56;
    margin-bottom: 15px;
    transition: transform 0.3s 
ease, color 0.3s 
ease;
    display: inline-block;
}
.why-resonance .feature-card p {
    margin-top: 0;
    margin-bottom: 0;
}
.how-we-work {
    /* background-image: url(../img/service-bg.png), linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 100%); */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 90px;
    background: rgb(244, 244, 244);
}
@media (max-width: 1199px) {
  .how-we-work {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .how-we-work {
    padding: 70px 0;
  }
}
.how-we-work .result-area {
  max-width: 200px;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .how-we-work .result-area {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .how-we-work .result-area {
    padding-top: 30px;
  }
}
.how-we-work .result-area span {
  color: var(--title-color);
  font-family: var(--font-lora);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}
.how-we-work .result-area p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 600;
  line-height: 22.68px;
  margin-bottom: 0;
}
.how-we-work .result-area svg {
  fill: var(--title-color);
}
.how-we-work .process-wrapper .process-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 90px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1; padding-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .how-we-work .process-wrapper .process-list {
    gap: 50px;
    row-gap: 80px;
  }
}
@media (max-width: 1199px) {
  .how-we-work .process-wrapper .process-list {
    gap: 40px;
    row-gap: 70px;
  }
}
@media (max-width: 991px) {
  .how-we-work .process-wrapper .process-list {
    row-gap: 60px;
  }
}
@media (max-width: 767px) {
  .how-we-work .process-wrapper .process-list {
    padding-top: 0;
    row-gap: 40px;
  }
}
.how-we-work .process-wrapper .process-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 426px;
  height: 100%;
  border-radius: 14px;
  border: 1px dashed var(--black-color);
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .how-we-work .process-wrapper .process-list::before {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .how-we-work .process-wrapper .process-list::before {
    width: 335px;
    height: 445px;
  }
}
@media (max-width: 991px) {
  .how-we-work .process-wrapper .process-list::before {
    width: 385px;
    height: 440px;
  }
}
@media (max-width: 767px) {
  .how-we-work .process-wrapper .process-list::before {
    display: none;
  }
}
.how-we-work .process-wrapper .process-list .single-process {
  display: flex;
  align-items: start;
  gap: 40px;
  max-width: 316px;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .how-we-work .process-wrapper .process-list .single-process {
    gap: 25px;
    max-width: 295px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .how-we-work .process-wrapper .process-list .single-process {
    gap: 15px;
    max-width: 282px;
  }
}
@media (max-width: 767px) {
  .how-we-work .process-wrapper .process-list .single-process {
    flex-direction: column;
    gap: 20px;
    max-width: 220px;
  }
}
@media (max-width: 576px) {
  .how-we-work .process-wrapper .process-list .single-process {
    max-width: unset;
  }
}
.how-we-work .process-wrapper .process-list .single-process .step-no {
    padding: 2px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 18px;
    margin-top: 7px;
}
@media (max-width: 767px) {
  .how-we-work .process-wrapper .process-list .single-process .step-no {
    margin-top: 0;
  }
}
.how-we-work .process-wrapper .process-list .single-process .step-no span {
    color: #fff;
    font-family: var(--font-dmsans);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 10px;
    background-color: var(--dark-color);
    border-radius: 100px;
    display: inline-block;
    min-width: 98px;
    text-align: center;
}
.how-we-work .process-wrapper .process-list .single-process .step-no strong {
  color: var(--white-color);
  font-family: var(--font-lora);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.how-we-work .process-wrapper .process-list .single-process .content h5

 {
    color: var(--title-color);
    font-family: var(--font-lora);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
  .how-we-work .process-wrapper .process-list .single-process .content h5 {
    margin-bottom: 10px;
  }
}
.how-we-work .process-wrapper .process-list .single-process .content p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .how-we-work .process-wrapper .process-list .single-process .content p {
    font-size: 15px;
  }
}
.how-we-work .process-wrapper .process-list .single-process .content p span {
  color: var(--title-color);
  font-weight: 600;
}
.how-we-work .process-wrapper .process-btn-area {
  padding: 10px 30px;
  background-color: #F8F8F8;
  border-radius: 26px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .how-we-work .process-wrapper .process-btn-area {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .how-we-work .process-wrapper .process-btn-area {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    border-radius: 20px;
    padding: 14px 30px;
  }
}
.how-we-work .process-wrapper .process-btn-area p {
  color: var(--text-color);
  font-family: var(--font-lora);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .how-we-work .process-wrapper .process-btn-area p {
    text-align: center;
  }
}
.how-we-work .process-wrapper .process-btn-area a {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
  transition: 0.5s;
}
.how-we-work .process-wrapper .process-btn-area a svg {
  fill: none;
  stroke: var(--title-color);
  transition: 0.5s;
}
.how-we-work .process-wrapper .process-btn-area a:hover {
  color: var(--primary-color3);
}
.how-we-work .process-wrapper .process-btn-area a:hover svg {
  stroke: var(--primary-color3);
  transform: rotate(45deg);
}

		.team.about {
    padding: 80px;
    background: rgb(244, 244, 244);
}

.matters {
    position: relative;
    padding: 100px 0px;
    background: url(https://images.unsplash.com/photo-1511988617509-a57c8a288659?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1471) center center / cover fixed;
    background-position: center center;
}
.turst-section.lst {
    background: #fff;
    padding-bottom: 60px;
}
.turst-section.lst .contact-btn-area.two h6 {
    font-family: var(--font-suse);
    font-size: 18px;
    width: 100%;
    max-width: 480px;
}
.pb-80{padding-bottom:80px;}
.image-box.text-center.card img {
    border-radius: 5px;
}