/*
============================
Name:  ANTRIX - Technology And IT Solutions WordPress Theme
Version: 1.0.0
Description: Antrix -Technology And IT Solutions WordPress Theme
Author:  VikingLab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*

CSS LIST

=<::::::::::::::::::::::::::=>
 HEDAER CSS AREA
=<::::::::::::::::::::::::::=>
  HERO CSS AREA
=<::::::::::::::::::::::::::=>
  MOBILE MENU CSS AREA
=<::::::::::::::::::::::::::=>
  ABOUT AREA CSS
=<::::::::::::::::::::::::::=>
  SERVICE AREA CSS
=<::::::::::::::::::::::::::=>
  WORK CSS AREA 
=<::::::::::::::::::::::::::=>
  TESTIMONIAL AREA CSS
=<::::::::::::::::::::::::::=>
  BLOG AREA CSS
=<::::::::::::::::::::::::::=>
  CONTACT AREA CSS
=<::::::::::::::::::::::::::=>
  TEAM AREA CSS
=<::::::::::::::::::::::::::=>
  FAQ AREA CSS
=<::::::::::::::::::::::::::=>
  CASE AREA CSS
=<::::::::::::::::::::::::::=>
  CTA AREA CSS
=<::::::::::::::::::::::::::=>
  OTHERS AREA CSS
=<::::::::::::::::::::::::::=>
  FOOTER AREA CSS
=<::::::::::::::::::::::::::=>
*/

/*
::::::::::::::::::::::::::
 TYPOGRAPHY AREA CSS
::::::::::::::::::::::::::
*/
body {
  overflow-x: hidden;
}

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

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

h2, p {
  margin-bottom: 0;
}

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

input, textarea {
  background: none;
  border: none;
  outline: none;
}

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

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes keyframe6 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1000deg);
  }
}
.keyframe6 {
  position: relative;
  animation-name: keyframe6;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}
.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.mt-16 {
  margin-top: 16px;
}

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

:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #050734;
  --ztc-text-text-3: #37385C;
  --ztc-text-text-4: #EFF1FF;
  --ztc-text-text-5: #C0F037;
  --ztc-text-text-6: #032530;
  --ztc-text-text-7: #0E082B;
  --ztc-text-text-8: #46475F;
  --ztc-text-text-9: #3A0CA3;
  --ztc-text-text-10: #010225;
  --ztc-text-text-11: #3D3E58;
  --ztc-text-text-12: #202CD3;
  --ztc-text-text-13: #6D4BFB;
  --ztc-text-text-14: #010225;
  --ztc-text-text-15: #505169;
  --ztc-text-text-16: #050734;
  --ztc-text-text-17: #FB5825;
  --ztc-text-text-18: #4361EE;
  --ztc-text-text-19: #FFB800;
  --ztc-text-text-20: #FF612F;
  --ztc-text-text-21: #0B78DD;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #050734;
  --ztc-bg-bg-3: #37385C;
  --ztc-bg-bg-4: #EFF1FF;
  --ztc-bg-bg-5: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  --ztc-bg-bg-6: #C0F037;
  --ztc-bg-bg-7: #032530;
  --ztc-bg-bg-8: #0E082B;
  --ztc-bg-bg-9: #3A0CA3;
  --ztc-bg-bg-10: linear-gradient(90deg, #202CD3 1.1%, #0778F9 100%);
  --ztc-bg-bg-11: #010225;
  --ztc-bg-bg-12: #6D4BFB;
  --ztc-bg-bg-13: #010225;
  --ztc-bg-bg-14: #050734;
  --ztc-bg-bg-15: #FB5825;
  --ztc-bg-bg-16: #4361EE;
  --ztc-bg-bg-17: #FFB800;
  --ztc-bg-bg-18: #FF612F;
  --ztc-bg-bg-19: #0B78DD;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Figtree', sans-serif;
  --ztc-family-font2: 'Figtree', sans-serif;
}

/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  display: inline-block;
  align-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 13px 16px 13px 46px;
  position: relative;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading1 h5 {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.heading1 h5 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #fff;
  margin: 0 6px 0 0;
  position: absolute;
  left: 6px;
  top: 6px;
}
.heading1 h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s54);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .heading1 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading1 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 48px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading1 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.heading2 h5 {
  color: #2E0797;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 8px;
}
.heading2 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-radius: 8px;
  background: #F1F1FF;
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  z-index: -1;
}
.heading2 h5 span {
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.heading2 h5 span img {
  filter: brightness(0) invert(1);
}
.heading2 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 48px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading2 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.heading3 h5 {
  display: inline-block;
  align-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 8px;
  position: relative;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
@media (max-width: 767px) {
  .heading3 h5 {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.heading3 h5 img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: cover;
  margin: 0 4px 0 0;
}
.heading3 h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s54);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 64px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .heading3 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading3 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 48px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading3 p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.heading4 h5 {
  display: inline-block;
  align-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 8px;
  position: relative;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
@media (max-width: 767px) {
  .heading4 h5 {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.heading4 h5 img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 4px 0 0;
}
.heading4 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 48px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading4 p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.heading5 h5 {
  display: inline-block;
  align-items: center;
  border-radius: 4px;
  background: rgba(58, 12, 163, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 6px 8px;
  position: relative;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading5 h5 {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.heading5 h5 img {
  height: 18px;
  width: 18px;
  -o-object-fit: cover;
     object-fit: contain;
  margin: 0 4px 0 0;
}
.heading5 h2 {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 48px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading5 p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.heading6 h5 {
  background: linear-gradient(90deg, #202CD3 1.1%, #0778F9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 6px 12px;
}
.heading6 h5 img {
  margin: 0 4px 0 0;
}
.heading6 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(32, 44, 211, 0.1) 1.1%, rgba(7, 120, 249, 0.1) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  z-index: -1;
}
.heading6 h2 {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading6 p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
  opacity: 80%;
}

.heading7 h5 {
  display: inline-block;
  align-items: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 13px 16px 13px 46px;
  position: relative;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading7 h5 {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.heading7 h5 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #fff;
  margin: 0 6px 0 0;
  position: absolute;
  left: 6px;
  top: 6px;
}
.heading7 h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s54);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .heading7 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading7 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 48px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading7 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.heading8 h5 {
  display: inline-block;
  align-items: center;
  border-radius: 4px;
  background: rgba(109, 75, 251, 0.1);
  padding: 12px 14px;
  position: relative;
  color: var(--ztc-text-text-13);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading8 h5 {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.heading8 h5 img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 4px 0 0;
}
.heading8 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 48px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading8 p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.heading9 h5 {
  display: inline-block;
  align-items: center;
  border-radius: 8px;
  background: rgba(251, 88, 37, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 6px 8px;
  position: relative;
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading9 h5 {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.heading9 h5 img {
  height: 18px;
  width: 18px;
  -o-object-fit: cover;
     object-fit: contain;
  margin: 0 4px 0 0;
}
.heading9 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .heading9 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading9 p.pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading10 h5 {
  display: inline-block;
  align-items: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 6px 8px;
  position: relative;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading10 h5 {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.heading10 h5 img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}
.heading10 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .heading10 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading10 p.pera {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading11 h5 {
  border-radius: 8px;
  background: rgba(67, 97, 238, 0.1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 10px 12px 6px 12px;
  color: var(--ztc-text-text-18);
}
.heading11 h5 img {
  margin: -3px 4px 0 0;
}
@media (max-width: 767px) {
  .heading11 h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.heading11 h2 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading11 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading11 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.heading12 h5 {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 10px 12px 6px 12px;
  color: var(--ztc-text-text-1);
}
.heading12 h5 img {
  margin: -3px 4px 0 0;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .heading12 h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.heading12 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading12 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading12 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.heading13 h5 {
  border-radius: 8px;
  background: #F5F3F4;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding: 10px 12px 10px 12px;
  color: var(--ztc-text-text-20);
}
.heading13 h5 img {
  margin: -3px 4px 0 0;
}
@media (max-width: 767px) {
  .heading13 h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.heading13 h2 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading13 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading13 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.heading14 h5 {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding: 10px 12px 10px 12px;
  color: var(--ztc-text-text-20);
}
.heading14 h5 img {
  margin: -3px 4px 0 0;
}
@media (max-width: 767px) {
  .heading14 h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.heading14 h2 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading14 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading14 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.heading15 h5 {
  border-radius: 8px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  color: var(--ztc-text-text-16);
  padding: 6px 10px;
  background: #F3F3F1;
}
.heading15 h5 img {
  margin: -3px 4px 0 0;
  filter: brightness(0);
}
@media (max-width: 767px) {
  .heading15 h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.heading15 h2 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading15 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading15 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.heading16 h5 {
  border-radius: 8px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  color: var(--ztc-text-text-1);
}
.heading16 h5 img {
  margin: -3px 4px 0 0;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .heading16 h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.heading16 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading16 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading16 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.heading17 h5 {
  border-radius: 8px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  color: var(--ztc-text-text-21);
  border-radius: 8px;
  background: #F2F4FF;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 6px 14px 6px 8px;
}
.heading17 h5 img {
  margin: -3px 4px 0 0;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .heading17 h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.heading17 h5 span {
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-19);
  margin: 0 6px 0 0;
  position: relative;
}
.heading17 h5 span img {
  filter: brightness(0) invert(1);
}
.heading17 h2 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading17 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading17 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.hero_6_heading h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  display: inline-block;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px 8px 8px;
}
@media (max-width: 767px) {
  .hero_6_heading h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.hero_6_heading h5 img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  margin: -3px 6px 0 0;
}
.hero_6_heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 64px;
}
@media (max-width: 767px) {
  .hero_6_heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.hero_6_heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.hero_10_heading h5 {
  display: inline-block;
  align-items: center;
  border-radius: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 13px 16px 13px 46px;
  position: relative;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .hero_10_heading h5 {
    font-size: var(--ztc-font-size-font-s12);
  }
}
.hero_10_heading h5 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-19);
  margin: 0 6px 0 0;
  position: absolute;
  left: 6px;
  top: 6px;
}
.hero_10_heading h5 span img {
  filter: brightness(0) invert(1);
}
.hero_10_heading h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 64px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .hero_10_heading h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero_10_heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 48px;
  letter-spacing: -0.54px;
}
@media (max-width: 767px) {
  .hero_10_heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero_10_heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: #2E0797;
  background: var(--ztc-bg-bg-1);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: 700;
  transition: all 0.4s;
}
.vl-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-menu-btn {
  background-color: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 9;
}
.vl-menu-btn:hover {
  color: var(--vl-common-white);
  background-color: var(--vl-common-black);
}

.vl-btn2 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: #fff;
  background: var(--ztc-bg-bg-5);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: 700;
  transition: all 0.4s;
}
.vl-btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn2:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn2:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  border-radius: 8px;
  background: var(--Main-Color, linear-gradient(90deg, #726EFC 0%, #2E0797 100%));
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-btn2 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-btn3 {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}
.vl-btn3 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 18px 24px;
}
.vl-btn3 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  color: var(--ztc-text-text-2);
  line-height: 50px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}
.vl-btn3:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
}

.vl-btn3:hover span.demo {
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
  background: var(--ztc-bg-bg-1);
}

.vl-btn3:hover span.arrow {
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
  background: var(--ztc-bg-bg-1);
}
.vl-btn3:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.vl-btn4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-9);
  padding: 20px 26px;
  display: inline-block;
  border-radius: 8px;
}
.vl-btn4:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn4:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}
.vl-btn4:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}
.vl-btn4::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
  left: 12px;
  top: 11px;
}
.vl-btn4::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.vl-btn5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}
.vl-btn5 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 18px 24px;
}
.vl-btn5 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  color: var(--ztc-text-text-1);
  line-height: 50px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}
.vl-btn5:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn5:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.vl-btn6 {
  display: inline-block;
  padding: 20px 10px 20px 24px;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  position: relative;
  z-index: 2;
  font-family: var(--ztc-family-font1);
  border: none;
  overflow: hidden;
  background-color: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.vl-btn6::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  width: 10px;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-btn6 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  transition: all 0.4s;
}
.vl-btn6 .arrow2 {
  transform: translateY(-4px) rotate(-45deg) translateX(-48px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-btn6 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-btn6:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-btn6:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-btn6:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-btn6:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.vl-btn7 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}
.vl-btn7 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 18px 24px;
}
.vl-btn7 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  color: var(--ztc-text-text-1);
  line-height: 50px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}
.vl-btn7:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn7:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.vl-btn8 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-16);
  padding: 20px 26px;
  display: inline-block;
  border-radius: 8px;
}
.vl-btn8:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn8:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}
.vl-btn8:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}
.vl-btn8::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
  left: 12px;
  top: 11px;
}
.vl-btn8::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.vl-btn9 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-18);
  padding: 20px 26px;
  display: inline-block;
  border-radius: 8px;
}
.vl-btn9:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transform: translateY(-5px);
}
.vl-btn9:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}
.vl-btn9:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}
.vl-btn9::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  opacity: 30%;
  left: 12px;
  top: 11px;
}
.vl-btn9::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.vl-btn10 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 18px 26px;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid var(--ztc-text-text-1);
}
.vl-btn10:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-16);
  transform: translateY(-5px);
}
.vl-btn10:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}
.vl-btn10:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}
.vl-btn10::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  opacity: 30%;
  left: 12px;
  top: 11px;
}
.vl-btn10::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.vl-btn11 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-16);
  background: var(--ztc-bg-bg-17);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: 700;
  transition: all 0.4s;
}
.vl-btn11:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-btn11:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn11:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn11::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-btn11 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-btn12 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 18px 26px;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid var(--ztc-text-text-1);
}
.vl-btn12 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-btn12:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-16);
  transform: translateY(-5px);
}
.vl-btn12:hover::after {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}
.vl-btn12:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn12::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.vl-btn13 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-19);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: 700;
  transition: all 0.4s;
}
.vl-btn13:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-btn13:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn13:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn13::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-btn13 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

/*============= COMMON CSS AREA ENDS===============*/
.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/* .reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
} */


.bg1 {
  background: var(--ztc-bg-bg-1) !important;
}

.bg-heading h5::after {
  border-radius: 8px !important;
  background: linear-gradient(0deg, rgba(114, 110, 252, 0.1) 0%, rgba(114, 110, 252, 0.1) 100%) !important;
  -webkit-backdrop-filter: blur(5px) !important;
          backdrop-filter: blur(5px) !important;
}

.pagination-area {
  text-align: center;
}
.pagination-area ul {
  justify-content: center;
}
.pagination-area ul li a {
  box-shadow: none;
  border: none;
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 38px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  height: 50px;
  width: 50px;
  margin: 0 8px 0 0;
}
.pagination-area ul li a.active {
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
}
.pagination-area ul li a:hover {
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

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

.sp2 {
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

.sp3 {
  padding: 100px 0 50px;
}

.sp4 {
  padding: 80px 0 80px;
}
@media (max-width: 767px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}

.sp5 {
  padding: 60px 0 60px;
}
@media (max-width: 767px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}

.sp6 {
  padding: 120px 0 120px;
}
@media (max-width: 767px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}

.sp7 {
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}

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

.sp9 {
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .sp9 {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp9 {
    padding: 60px 0 0;
  }
}

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

.space-margin60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
    padding-top: 60px;
  }
}

/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about1-section-area .elements9 {
  position: absolute;
  top: -50px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 50%;
}
.about1-section-area .about-images-area {
  position: relative;
  z-index: 1;
}
.about1-section-area .about-images-area .check-icons {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #FFF;
  box-shadow: -2px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 16px 20px;
  width: 340px;
  top: 42%;
  left: 24%;
  right: 24%;
  position: absolute;
}
.about1-section-area .about-images-area .check-icons img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about1-section-area .about-images-area .check-icons p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  padding-left: 16px;
}
.about1-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about1-section-area .about-images-area .elements10 {
  position: absolute;
  left: -70px;
}
@media (max-width: 767px) {
  .about1-section-area .about-header-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-header-area {
    margin-top: 30px;
  }
}
.about1-section-area .about-header-area .progresbar {
  display: flex;
  align-items: center;
}
.about1-section-area .about-header-area .progresbar .progressbar {
  position: relative;
}
.about1-section-area .about-header-area .progresbar .progressbar .circle {
  height: 80px;
  width: 80px;
}
.about1-section-area .about-header-area .progresbar .progressbar .circle canvas {
  width: 80px;
  height: 80px;
  transform: rotate(90deg);
  border-radius: 50%;
  border: 5px solid #050734;
}
.about1-section-area .about-header-area .progresbar .progressbar .count {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  position: absolute;
  top: 37%;
  left: 28%;
}
.about1-section-area .about-header-area .progresbar .content-area {
  padding-left: 10px;
}
.about1-section-area .about-header-area .progresbar .content-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px; /* 100% */
}
.about1-section-area .about-header-area .pera-box {
  background: #EFF1FF;
  padding: 20px 24px;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.about1-section-area .about-header-area .pera-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 8px;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 8px 0px 0px 8px;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
}

.about2-section-area {
  position: relative;
  z-index: 1;
}
.about2-section-area .about-list-box {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  display: inline-block;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 45px 12px 12px;
  position: relative;
}
@media (max-width: 767px) {
  .about2-section-area .about-list-box {
    left: 0;
    font-size: var(--ztc-font-size-font-s16);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-list-box {
    left: 0;
    font-size: var(--ztc-font-size-font-s16);
  }
}
.about2-section-area .about-list-box.box2 {
  margin-left: -50px;
}
@media (max-width: 767px) {
  .about2-section-area .about-list-box.box2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-list-box.box2 {
    margin-left: 0;
  }
}
.about2-section-area .about-list-box.box2::after {
  right: -329px !important;
}
.about2-section-area .about-list-box.box1::after {
  right: -335px !important;
}
.about2-section-area .about-list-box.box3::after {
  right: -345px !important;
}
.about2-section-area .about-list-box::after {
  position: absolute;
  content: "";
  right: -335px;
  border: 1px solid var(--ztc-text-text-1);
  width: 100%;
  z-index: -1;
  top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-list-box::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .about2-section-area .about-list-box::after {
    display: none;
  }
}
.about2-section-area .about-list-box span {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-6);
  display: inline-block;
  margin: 0 10px 0 0;
}
.about2-section-area .about-list-box2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  display: inline-block;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 45px 12px 12px;
  position: relative;
  left: 86px;
}
@media (max-width: 767px) {
  .about2-section-area .about-list-box2 {
    left: 0;
    font-size: var(--ztc-font-size-font-s16);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-list-box2 {
    left: 0;
    font-size: var(--ztc-font-size-font-s16);
  }
}
.about2-section-area .about-list-box2.box2 {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .about2-section-area .about-list-box2.box2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-list-box2.box2 {
    margin-left: 0;
  }
}
.about2-section-area .about-list-box2.box2::after {
  right: 328px !important;
}
.about2-section-area .about-list-box2.box1::after {
  right: 354px !important;
}
.about2-section-area .about-list-box2.box3::after {
  right: 323px !important;
}
.about2-section-area .about-list-box2::after {
  position: absolute;
  content: "";
  right: 335px;
  border: 1px solid var(--ztc-text-text-1);
  width: 100%;
  z-index: -1;
  top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-list-box2::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .about2-section-area .about-list-box2::after {
    display: none;
  }
}
.about2-section-area .about-list-box2 span {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-6);
  display: inline-block;
  margin: 0 10px 0 0;
}
.about2-section-area .about-images {
  position: relative;
  z-index: 2;
}
.about2-section-area .about-images .elements10 {
  position: absolute;
  top: -20px;
  right: 0;
  filter: brightness(0.5);
  z-index: -1;
}
.about2-section-area .about-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}

.about3-section-area {
  position: relative;
  z-index: 1;
}
.about3-section-area .images {
  position: relative;
  z-index: 1;
}
.about3-section-area .images .elements27 {
  position: absolute;
  bottom: -60px;
  left: -60px;
  z-index: -1;
}
.about3-section-area .images .elements28 {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}
.about3-section-area .images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about3-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about3-section-area .about-header-area {
  position: relative;
  z-index: 1;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .about3-section-area .about-header-area {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .about-header-area {
    margin-top: 30px;
    padding: 0;
  }
}
.about3-section-area .about-header-area ul li {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  padding-top: 16px;
}
.about3-section-area .about-header-area ul li img {
  margin: 0 4px 0 0;
}

.about4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about4-section-area .elements41 {
  position: absolute;
  top: 0;
  right: 0;
}
.about4-section-area .about-bg1 {
  position: absolute;
  z-index: -2;
  left: 100px;
  top: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about4-section-area .about-bg1 {
    left: 0;
  }
}
.about4-section-area .about-images-area {
  position: relative;
  z-index: 1;
}
.about4-section-area .about-images-area svg {
  position: absolute;
  z-index: -1;
  left: -141px;
  transform: rotate(45deg);
  top: -140px;
}
.about4-section-area .about-images-area svg .stop-color1 {
  stop-color: #3B32F6;
}
.about4-section-area .about-images-area svg .stop-color2 {
  stop-color: #49A6FF;
}
@media (max-width: 767px) {
  .about4-section-area .about-images-area svg {
    top: -80px;
    left: 0;
  }
}
.about4-section-area .about-images-area .img1 img {
  width: 500px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-images-area .img1 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .about4-section-area .about-images-area .img1 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .about4-section-area .about-header {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-header {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about4-section-area .about-header h2 {
    font-size: var(--ztc-font-size-font-s30);
  }
}
.about4-section-area .about-header .bg-progress {
  border-radius: 8px;
  background: #F2F4FF;
  padding: 24px;
}
.about4-section-area .about-header .bg-progress .progress-bar {
  margin-bottom: 24px;
}
.about4-section-area .about-header .bg-progress label {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.about4-section-area .about-header .bg-progress .progress {
  background-color: #DADCE9;
  border-radius: 20px;
  height: 10px;
  position: relative;
}
.about4-section-area .about-header .bg-progress .progress-inner {
  border-radius: 40px;
  background: var(--ztc-bg-bg-10);
  height: 100%;
  transition: width 0.4s ease;
}

.about5-section-area {
  position: relative;
  z-index: 1;
}
.about5-section-area .img1 {
  padding: 30px;
  border-radius: 8px;
  position: relative;
}
.about5-section-area .img1 .about-img9 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about5-section-area .img1 .about-img10 {
  position: absolute;
  right: -100px;
  bottom: -21px;
  width: 210px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .about5-section-area .img1 .about-img10 {
    display: none;
  }
}
.about5-section-area .img1 .elements47 {
  position: absolute;
  bottom: 25px;
  left: 50%;
}
@media (max-width: 767px) {
  .about5-section-area .img1 .elements47 {
    display: none;
  }
}
.about5-section-area .about5-header {
  padding: 0 0 0 80px;
}
@media (max-width: 767px) {
  .about5-section-area .about5-header {
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .about5-header {
    padding: 0;
    margin-top: 50px;
  }
}
.about5-section-area .about5-header .counter-boxarea .counter-box {
  position: relative;
  z-index: 1;
}
.about5-section-area .about5-header .counter-boxarea .counter-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  right: 20px;
  top: 0;
  transition: all 0.4s;
  background: #E6E6E9;
}
@media (max-width: 767px) {
  .about5-section-area .about5-header .counter-boxarea .counter-box::after {
    display: none;
  }
}
.about5-section-area .about5-header .counter-boxarea .counter-box.box2::after {
  display: none;
}

.about6-section-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about6-section-area .about6-header {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about6-section-area .about6-header {
    margin-bottom: 50px;
  }
}
.about6-section-area .about6-header .about-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  transition: all 0.4s;
}
.about6-section-area .about6-header .about-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.about6-section-area .about6-header .about-boxarea:hover .icons {
  transition: all 0.4s;
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.about6-section-area .about6-header .about-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  display: inline-block;
  margin: 0 auto;
  position: absolute;
}
.about6-section-area .about6-header .about-boxarea .icons img {
  height: 40px;
  width: 40px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.about6-section-area .about6-header .about-boxarea .content-area {
  padding-left: 100px;
}
.about6-section-area .about6-header .about-boxarea .content-area h4 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .about6-section-area .about6-header .about-boxarea .content-area h4 {
    line-height: 26px;
  }
}
.about6-section-area .about6-header .about-boxarea .content-area p {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 26px;
}
.about6-section-area .images {
  position: relative;
  z-index: 1;
}
.about6-section-area .images .about-img12 {
  width: 270px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  position: absolute;
  left: -100px;
  bottom: 0;
}
@media (max-width: 767px) {
  .about6-section-area .images .about-img12 {
    display: none;
  }
}

.about1-section-area-widget {
  position: relative;
  z-index: 1;
}
.about1-section-area-widget .elements9 {
  position: absolute;
  top: -50px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 50%;
}
.about1-section-area-widget .about-images-area {
  position: relative;
  z-index: 1;
}
.about1-section-area-widget .about-images-area .check-icons {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #FFF;
  box-shadow: -2px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 16px 20px;
  width: 340px;
  top: 42%;
  left: 24%;
  right: 24%;
  position: absolute;
}
.about1-section-area-widget .about-images-area .check-icons img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about1-section-area-widget .about-images-area .check-icons p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  padding-left: 16px;
}
.about1-section-area-widget .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about1-section-area-widget .about-images-area .elements10 {
  position: absolute;
  left: -70px;
}
@media (max-width: 767px) {
  .about1-section-area-widget .about-header-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area-widget .about-header-area {
    margin-top: 30px;
  }
}
.about1-section-area-widget .about-header-area h5::after {
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(114, 110, 252, 0.1) 0%, rgba(114, 110, 252, 0.1) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.about1-section-area-widget .about-header-area .progresbar {
  display: flex;
  align-items: center;
}
.about1-section-area-widget .about-header-area .progresbar .progressbar {
  position: relative;
}
.about1-section-area-widget .about-header-area .progresbar .progressbar .circle {
  height: 80px;
  width: 80px;
}
.about1-section-area-widget .about-header-area .progresbar .progressbar .circle canvas {
  width: 80px;
  height: 80px;
  transform: rotate(90deg);
}
.about1-section-area-widget .about-header-area .progresbar .progressbar .count {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  position: absolute;
  top: 37%;
  left: 28%;
}
.about1-section-area-widget .about-header-area .progresbar .content-area {
  padding-left: 10px;
}
.about1-section-area-widget .about-header-area .progresbar .content-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px; /* 100% */
}
.about1-section-area-widget .about-header-area .pera-box {
  background: #EFF1FF;
  padding: 20px 24px;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.about1-section-area-widget .about-header-area .pera-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 8px;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 8px 0px 0px 8px;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
}

.about6-section-area-widget {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about6-section-area-widget .about6-header {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about6-section-area-widget .about6-header {
    margin-bottom: 50px;
  }
}
.about6-section-area-widget .about6-header .about-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  transition: all 0.4s;
}
.about6-section-area-widget .about6-header .about-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.about6-section-area-widget .about6-header .about-boxarea:hover .icons {
  transition: all 0.4s;
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.about6-section-area-widget .about6-header .about-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  display: inline-block;
  margin: 0 auto;
  position: absolute;
}
.about6-section-area-widget .about6-header .about-boxarea .icons img {
  height: 40px;
  width: 40px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.about6-section-area-widget .about6-header .about-boxarea .content-area {
  padding-left: 100px;
}
.about6-section-area-widget .about6-header .about-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .about6-section-area-widget .about6-header .about-boxarea .content-area a {
    line-height: 26px;
  }
}
.about6-section-area-widget .about6-header .about-boxarea .content-area p {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 26px;
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-medium);
}
.about6-section-area-widget .images-area {
  position: relative;
  z-index: 1;
}
.about6-section-area-widget .images-area .elements27 {
  position: absolute;
  right: 0;
  bottom: -50px;
  right: -50px;
}
.about6-section-area-widget .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.about_6_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about_6_section .elements49 {
  position: absolute;
  top: 0;
  left: 0;
}
.about_6_section .heading9 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .about_6_section .heading9 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_6_section .heading9 {
    padding: 0;
    margin-top: 30px;
  }
}

.about_6_iamges {
  position: relative;
  z-index: 1;
}

.about_6_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.about_6_review {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  padding: 26px 20px;
  bottom: 80px;
  margin: 0 0 0 30px;
}
.about_6_review img {
  width: 192px;
  height: 60px;
}
.about_6_review .review_text {
  padding-left: 32px;
}
.about_6_review .review_text p {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.about_6_review .review_text ul li {
  display: inline-block;
  color: #FF8A1E;
}

.about_6_list ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  padding-top: 18px;
}

.about_7_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about_7_section .bg-progress .progress-bar {
  margin-bottom: 24px;
}
.about_7_section .bg-progress label {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.about_7_section .bg-progress .progress {
  background-color: #E6E6EB;
  border-radius: 20px;
  height: 10px;
  position: relative;
}
.about_7_section .bg-progress .progress-inner {
  border-radius: 40px;
  background: var(--ztc-bg-bg-16);
  height: 100%;
  transition: width 0.4s ease;
}

.about_7_images {
  position: relative;
  z-index: 1;
}
.about_7_images .elements55 {
  position: absolute;
  left: 50%;
  top: 0;
}
.about_7_images .arrow-circle a {
  height: 160px;
  width: 160px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-16);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  margin-left: -80px;
}
.about_7_images .arrow-circle a .arrow1 {
  position: absolute;
  top: 41%;
  left: 44%;
  filter: brightness(0) invert(1);
}
.about_7_images .arrow-circle a .elements20 {
  position: absolute;
  top: 6px;
  left: 6px;
  filter: brightness(0) invert(1);
}

.about_7_img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.about_7_header {
  padding: 0 0 0 70px;
}
@media (max-width: 767px) {
  .about_7_header {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_7_header {
    padding: 0;
    margin-top: 30px;
  }
}

.choose_8_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose_8_section .elements49 {
  position: absolute;
  top: 0;
  left: 0;
}
.choose_8_section .heading13 {
  padding: 0 80px 0 0;
}
@media (max-width: 767px) {
  .choose_8_section .heading13 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose_8_section .heading13 {
    padding: 0;
    margin-top: 30px;
  }
}

.choose_8_iamges {
  position: relative;
  z-index: 1;
}

.choose_8_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.choose_8_review {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  padding: 26px 20px;
  bottom: 80px;
  margin: 0 0 0 30px;
}
.choose_8_review img {
  width: 192px;
  height: 60px;
}
.choose_8_review .review_text {
  padding-left: 32px;
}
.choose_8_review .review_text p {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.choose_8_review .review_text ul li {
  display: inline-block;
  color: #FF8A1E;
}

.choose_8_list ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  padding-top: 18px;
}

.about8-section-area {
  position: relative;
  z-index: 1;
}

.about_8_images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_8_images .img2 {
  position: absolute;
  top: -30px;
  z-index: -1;
  width: 650px;
  left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_8_images .img2 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .about_8_images .img2 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
  }
}
.about_8_images .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about8-header {
  padding: 0 0 0 80px;
}
@media (max-width: 767px) {
  .about8-header {
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-header {
    padding: 0;
    margin-top: 50px;
  }
}
.about8-header .counter-boxarea .counter-box {
  position: relative;
  z-index: 1;
}
.about8-header .counter-boxarea .counter-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  right: 20px;
  top: 0;
  transition: all 0.4s;
  background: #E6E6E9;
}
@media (max-width: 767px) {
  .about8-header .counter-boxarea .counter-box::after {
    display: none;
  }
}
.about8-header .counter-boxarea .counter-box.box2::after {
  display: none;
}

.about9-section-area {
  position: relative;
  z-index: 1;
}
.about9-section-area .about-images-area9 {
  position: relative;
  z-index: 1;
}
.about9-section-area .about-images-area9 .check-icons {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #FFF;
  box-shadow: -2px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 16px 20px;
  width: 340px;
  top: 42%;
  left: 24%;
  right: 24%;
  position: absolute;
}
.about9-section-area .about-images-area9 .check-icons img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about9-section-area .about-images-area9 .check-icons p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  padding-left: 16px;
}
.about9-section-area .about-images-area9 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about9-section-area .about-images-area9 .elements10 {
  position: absolute;
  left: -70px;
}
.about9-section-area .about-header-area9 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .about9-section-area .about-header-area9 {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about9-section-area .about-header-area9 {
    margin-top: 30px;
    padding: 0;
  }
}
.about9-section-area .about-header-area9 .progresbar {
  display: flex;
  align-items: center;
}
.about9-section-area .about-header-area9 .progresbar .progressbar2 {
  position: relative;
}
.about9-section-area .about-header-area9 .progresbar .progressbar2 .circle2 {
  height: 80px;
  width: 80px;
}
.about9-section-area .about-header-area9 .progresbar .progressbar2 .circle2 canvas {
  width: 80px;
  height: 80px;
  transform: rotate(90deg);
  border-radius: 50%;
  border: 5px solid #050734;
}
.about9-section-area .about-header-area9 .progresbar .progressbar2 .count {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  position: absolute;
  top: 37%;
  left: 28%;
}
.about9-section-area .about-header-area9 .progresbar .content-area {
  padding-left: 10px;
}
.about9-section-area .about-header-area9 .progresbar .content-area h4 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.about9-section-area .about-header-area9 .progresbar .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.about9-section-area .about-header-area9 .pera-box {
  background: #F3F3F1;
  padding: 20px 24px;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.about9-section-area .about-header-area9 .pera-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 8px;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 8px 0px 0px 8px;
  background: var(--ztc-bg-bg-17);
}

.about10-section-area {
  position: relative;
  z-index: 1;
}
.about10-section-area .about-list-box {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  display: inline-block;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #F2F4FF;
  padding: 12px 45px 12px 12px;
  position: relative;
}
@media (max-width: 767px) {
  .about10-section-area .about-list-box {
    left: 0;
    font-size: var(--ztc-font-size-font-s16);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about10-section-area .about-list-box {
    left: 0;
    font-size: var(--ztc-font-size-font-s16);
  }
}
.about10-section-area .about-list-box.box2 {
  margin-left: -50px;
}
@media (max-width: 767px) {
  .about10-section-area .about-list-box.box2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about10-section-area .about-list-box.box2 {
    margin-left: 0;
  }
}
.about10-section-area .about-list-box.box2::after {
  right: -329px !important;
}
.about10-section-area .about-list-box.box1::after {
  right: -335px !important;
}
.about10-section-area .about-list-box.box3::after {
  right: -345px !important;
}
.about10-section-area .about-list-box::after {
  position: absolute;
  content: "";
  right: -335px;
  border: 1px solid #F2F4FF;
  width: 100%;
  z-index: -1;
  top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about10-section-area .about-list-box::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .about10-section-area .about-list-box::after {
    display: none;
  }
}
.about10-section-area .about-list-box span {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-text-text-21);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin: 0 10px 0 0;
}
.about10-section-area .about-list-box2 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  display: inline-block;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #F2F4FF;
  padding: 12px 45px 12px 12px;
  position: relative;
  left: 86px;
}
@media (max-width: 767px) {
  .about10-section-area .about-list-box2 {
    left: 0;
    font-size: var(--ztc-font-size-font-s16);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about10-section-area .about-list-box2 {
    left: 0;
    font-size: var(--ztc-font-size-font-s16);
  }
}
.about10-section-area .about-list-box2.box2 {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .about10-section-area .about-list-box2.box2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about10-section-area .about-list-box2.box2 {
    margin-left: 0;
  }
}
.about10-section-area .about-list-box2.box2::after {
  right: 328px !important;
}
.about10-section-area .about-list-box2.box1::after {
  right: 354px !important;
}
.about10-section-area .about-list-box2.box3::after {
  right: 323px !important;
}
.about10-section-area .about-list-box2::after {
  position: absolute;
  content: "";
  right: 335px;
  border: 1px solid #F2F4FF;
  width: 100%;
  z-index: -1;
  top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about10-section-area .about-list-box2::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .about10-section-area .about-list-box2::after {
    display: none;
  }
}
.about10-section-area .about-list-box2 span {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-text-text-21);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin: 0 10px 0 0;
}
.about10-section-area .about-images {
  position: relative;
  z-index: 2;
}
.about10-section-area .about-images .elements10 {
  position: absolute;
  top: -20px;
  right: 0;
  filter: brightness(0.5);
  z-index: -1;
}
.about10-section-area .about-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1-section-area {
  position: relative;
  z-index: 1;
}
.service1-section-area .service-header h5::after {
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(114, 110, 252, 0.1) 0%, rgba(114, 110, 252, 0.1) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.service1-section-area .service1-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  padding: 28px;
  transition: all 0.4s;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
.service1-section-area .service1-boxarea:hover .arrow {
  top: 16px;
  right: 16px;
  transition: all 0.6s;
}
.service1-section-area .service1-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service1-section-area .service1-boxarea:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service1-section-area .service1-boxarea:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.service1-section-area .service1-boxarea:hover h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding-left: 0;
}
.service1-section-area .service1-boxarea:hover h5::after {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  left: 26px;
}
.service1-section-area .service1-boxarea:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service1-section-area .service1-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  transition: all 0.4s;
  left: 50%;
  border-radius: 16px;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  visibility: hidden;
  opacity: 0;
  top: 0;
  z-index: -1;
}
.service1-section-area .service1-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
}
.service1-section-area .service1-boxarea .arrow {
  position: absolute;
  right: -100px;
  top: -100px;
  transition: all 0.8s;
}
.service1-section-area .service1-boxarea .arrow a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: #2E0797;
  line-height: 40px;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.service1-section-area .service1-boxarea a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
}
.service1-section-area .service1-boxarea p {
  color: var(--Paragraph-Color, #37385C);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.service1-section-area .service1-boxarea h5 {
  color: #2E0797;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  padding-left: 68px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.service1-section-area .service1-boxarea h5::after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
  width: 60px;
  left: 0;
  top: 6px;
  transition: all 0.4s;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
}

.service2-section-area {
  position: relative;
  z-index: 1;
}
.service2-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../img/all-images/bg/service-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}
.service2-section-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../img/all-images/bg/team-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -2;
  opacity: 10%;
  background-attachment: fixed;
}
.service2-section-area .service-widgets-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service2-section-area .service-widgets-section .tab-content .tab-pane {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 40px 50px;
  transform: rotateX(45deg) translateY(50px);
  transition: all 0.4s;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service2-section-area .service-widgets-section .tab-content .tab-pane {
    padding: 24px;
  }
}
.service2-section-area .service-widgets-section .tab-content .tab-pane.fade.show.active {
  transform: rotateX(0deg) translateY(0);
  opacity: 1;
}
.service2-section-area .service-widgets-section .tab-content .tab-pane .service-boxarea .icons {
  background: rgba(192, 240, 55, 0.1);
  border-width: 1.5px;
  border: rgba(192, 240, 55, 0.1);
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
}
.service2-section-area .service-widgets-section .tab-content .tab-pane .service-boxarea .icons img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service2-section-area .service-widgets-section .tab-content .tab-pane .service-boxarea .content-area h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  display: inline-block;
}
.service2-section-area .service-widgets-section .tab-content .tab-pane .service-boxarea .content-area p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service2-section-area .service-widgets-section .tab-content .tab-pane .images-area {
  position: relative;
}
@media (max-width: 767px) {
  .service2-section-area .service-widgets-section .tab-content .tab-pane .images-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service-widgets-section .tab-content .tab-pane .images-area {
    margin-top: 30px;
  }
}
.service2-section-area .service-widgets-section .tab-content .tab-pane .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}
.service2-section-area .service-widgets-section .tab-content .tab-pane .images-area .arrow-circle a {
  height: 160px;
  width: 160px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-6);
  position: absolute;
  bottom: -20px;
  left: -30px;
  z-index: 1;
}
.service2-section-area .service-widgets-section .tab-content .tab-pane .images-area .arrow-circle a .arrow1 {
  position: absolute;
  top: 41%;
  left: 44%;
}
.service2-section-area .service-widgets-section .tab-content .tab-pane .images-area .arrow-circle a .elements20 {
  position: absolute;
  top: 6px;
  left: 6px;
}
.service2-section-area .service-widgets-section .tabs-btn-area {
  position: relative;
  z-index: 1;
}
.service2-section-area .service-widgets-section .tabs-btn-area::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  background: #203B44;
  top: -32px;
  left: 0;
  right: 0;
  transition: all 0.4s;
}
.service2-section-area .service-widgets-section .tabs-btn-area ul {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .service2-section-area .service-widgets-section .tabs-btn-area ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service-widgets-section .tabs-btn-area ul li:nth-child(4) {
    margin-top: 20px;
  }
}
.service2-section-area .service-widgets-section .tabs-btn-area ul li button {
  border-radius: 120px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #10303A;
  padding: 8px 16px 8px 8px;
  position: relative;
  z-index: 1;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
@media (max-width: 767px) {
  .service2-section-area .service-widgets-section .tabs-btn-area ul li button {
    display: block !important;
    margin-bottom: 16px;
  }
}
.service2-section-area .service-widgets-section .tabs-btn-area ul li button::after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 10px;
  left: 0;
  top: -32px;
  transition: all 0.4s;
  width: 100%;
  background: var(--ztc-bg-bg-6);
  border-radius: 40px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .service2-section-area .service-widgets-section .tabs-btn-area ul li button::after {
    display: none;
  }
}
.service2-section-area .service-widgets-section .tabs-btn-area ul li button.active {
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-6);
}
.service2-section-area .service-widgets-section .tabs-btn-area ul li button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.service2-section-area .service-widgets-section .tabs-btn-area ul li button.active span {
  background: rgba(3, 37, 48, 0.2);
}
.service2-section-area .service-widgets-section .tabs-btn-area ul li button.active span img {
  transition: all 0.4s;
  filter: brightness(0);
}
.service2-section-area .service-widgets-section .tabs-btn-area ul li button span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: rgba(192, 240, 55, 0.06);
  border-width: 1px;
  border: rgba(192, 240, 55, 0.1);
  margin: 0 8px 0 0;
}
.service2-section-area .service-widgets-section .tabs-btn-area ul li button span img {
  height: 28px;
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s;
}

.service4-section-area {
  position: relative;
  z-index: 1;
}
.service4-section-area .elements42 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.service4-section-area .service-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .service4-section-area .service-header {
    display: inline-block;
  }
  .service4-section-area .service-header .btn-area1 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service-header {
    display: inline-block;
  }
  .service4-section-area .service-header .btn-area1 {
    margin-top: 20px;
  }
}
.service4-section-area .service-single-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  margin-top: 30px;
}
.service4-section-area .service-single-boxarea:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
  top: 0;
}
.service4-section-area .service-single-boxarea:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service4-section-area .service-single-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service4-section-area .service-single-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.service4-section-area .service-single-boxarea:hover .content-area .btn-area a.service-btn {
  opacity: 1;
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.service4-section-area .service-single-boxarea:hover .content-area .btn-area a.service-btn::after {
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.service4-section-area .service-single-boxarea:hover .content-area .btn-area a.service-btn::before {
  visibility: visible;
  opacity: 1;
  right: auto;
  left: 0;
}
.service4-section-area .service-single-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
  border-radius: 8px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.service4-section-area .service-single-boxarea .icons {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  border-radius: 50%;
  background: #F2F4FF;
  transition: all 0.4s;
}
.service4-section-area .service-single-boxarea .content-area a {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.service4-section-area .service-single-boxarea .content-area a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.service4-section-area .service-single-boxarea .content-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.service4-section-area .service-single-boxarea .content-area .btn-area a.service-btn {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  padding: 14px 20px;
  border-radius: 70px;
  position: relative;
  z-index: 1;
}
.service4-section-area .service-single-boxarea .content-area .btn-area a.service-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--ztc-bg-bg-10);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 70px;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.service4-section-area .service-single-boxarea .content-area .btn-area a.service-btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--ztc-bg-bg-1);
  right: 0;
  top: 0;
  z-index: -2;
  border-radius: 70px;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.service5-section-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .service5-section-area {
    margin: 0;
    padding: 50px 0 50px;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area {
    margin: 0;
    padding: 50px 0 50px;
    border-radius: 0;
  }
}
.service5-section-area .service5-slider-box {
  position: relative;
  z-index: 2;
}
.service5-section-area .service5-slider-box .owl-stage-outer {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .service5-section-area .service5-slider-box .owl-stage-outer {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service5-slider-box .owl-stage-outer {
    position: relative;
  }
}
.service5-section-area .service5-slider-box .owl-nav {
  position: absolute;
  right: 0;
  top: -120px;
}
@media (max-width: 767px) {
  .service5-section-area .service5-slider-box .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service5-slider-box .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.service5-section-area .service5-slider-box .owl-nav button {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-13);
  text-align: center;
  font-size: var(--ztc-font-size-font-s20);
}
.service5-section-area .service5-slider-box .owl-nav button:hover {
  background: var(--ztc-bg-bg-12);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service5-section-area .service5-slider-box .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.service5-section-area .service5-slider-box .service-slider-box {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 44px;
  text-align: center;
  border: 1px solid rgba(189, 189, 189, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service5-slider-box .service-slider-box {
    padding: 32px;
  }
}
.service5-section-area .service5-slider-box .service-slider-box .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  display: inline-block;
  margin: 0 auto;
}
.service5-section-area .service5-slider-box .service-slider-box .icons img {
  height: 40px;
  width: 40px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.service5-section-area .service5-slider-box .service-slider-box .content-area a {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.service5-section-area .service5-slider-box .service-slider-box .content-area p {
  color: var(--ztc-text-text-15);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service-sidebar-area {
  position: relative;
  z-index: 1;
}
.service-sidebar-area .service-widget-sidebar {
  position: sticky;
  top: 100px;
}
.service-sidebar-area .service-widget-sidebar h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.service-sidebar-area .service-widget-sidebar .search-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.service-sidebar-area .service-widget-sidebar .search-area form {
  position: relative;
  z-index: 1;
}
.service-sidebar-area .service-widget-sidebar .search-area form input {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 19px 16px;
}
.service-sidebar-area .service-widget-sidebar .search-area form button {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: var(--ztc-font-size-font-s22);
}
.service-sidebar-area .service-widget-sidebar .category-list-area {
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.service-sidebar-area .service-widget-sidebar .category-list-area ul li {
  margin-top: 18px;
}
.service-sidebar-area .service-widget-sidebar .category-list-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.service-sidebar-area .service-widget-sidebar .category-list-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service-sidebar-area .service-widget-sidebar .category-list-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.service-sidebar-area .service-widget-sidebar .category-list-area ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.service-sidebar-area .service-widget-sidebar .tags-area {
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.service-sidebar-area .service-widget-sidebar .tags-area ul li {
  display: inline-block;
}
.service-sidebar-area .service-widget-sidebar .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  display: inline-block;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin-top: 16px;
  position: relative;
  z-index: 1;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .service-sidebar-area .service-widget-sidebar .tags-area ul li a {
    margin-right: 0;
  }
}
.service-sidebar-area .service-widget-sidebar .tags-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service-sidebar-area .service-widget-sidebar .tags-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.service-sidebar-area .service-widget-sidebar .tags-area ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.service-sidebar-area .service-widget-sidebar .contact-boxarea {
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.service-sidebar-area .service-widget-sidebar .contact-boxarea .input-area {
  margin-top: 16px;
}
.service-sidebar-area .service-widget-sidebar .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
}
.service-sidebar-area .service-widget-sidebar .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.service-sidebar-area .service-widget-sidebar .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.service-sidebar-area .service-widget-sidebar .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  height: 120px;
}
.service-sidebar-area .service-widget-sidebar .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.service-sidebar-area .service-widget-sidebar .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.service-sidebar-area .service-widget-sidebar .contact-boxarea .input-area button {
  border: none;
  outline: none;
}
.service-sidebar-area .service2-widget-sidebar.rightside {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .service-sidebar-area .service2-widget-sidebar.rightside {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-sidebar-area .service2-widget-sidebar.rightside {
    padding: 0;
    margin-bottom: 50px;
  }
}
.service-sidebar-area .service2-widget-sidebar {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .service-sidebar-area .service2-widget-sidebar {
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-sidebar-area .service2-widget-sidebar {
    padding: 0;
    margin-top: 50px;
  }
}
.service-sidebar-area .service2-widget-sidebar h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.service-sidebar-area .service2-widget-sidebar p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}
.service-sidebar-area .service2-widget-sidebar .list li {
  margin-top: 18px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  opacity: 90%;
}
.service-sidebar-area .service2-widget-sidebar .list li img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 4px 0 0;
}
.service-sidebar-area .service2-widget-sidebar .pera-box {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 22px 22px 22px 28px;
  position: relative;
  z-index: 1;
}
.service-sidebar-area .service2-widget-sidebar .pera-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 6px;
  left: 0;
  top: 0;
  border-radius: 8px 0px 0px 8px;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
}
.service-sidebar-area .service2-widget-sidebar .pera-box h4 {
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.service-sidebar-area .service2-widget-sidebar .faq-widget-area .accordion .accordion-item {
  border-radius: 8px;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  border: none;
  border-radius: 8px;
}
.service-sidebar-area .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button {
  box-shadow: none;
  outline: none;
  border: none;
  padding: 26px 24px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: capitalize;
  border-radius: 6px;
  background: var(--Gray-Color, #EFF1FF);
}
@media (max-width: 767px) {
  .service-sidebar-area .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 28px;
  }
}
.service-sidebar-area .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed) {
  background: none;
  color: var(--ztc-text-text-1);
  padding: 26px 24px 22px;
}
.service-sidebar-area .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed)::after {
  z-index: 1;
  filter: brightness(0);
}
.service-sidebar-area .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
}
.service-sidebar-area .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button::after {
  z-index: 1;
  filter: brightness(0) invert(1);
}
.service-sidebar-area .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button::before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #6D4BFB;
  right: 20px;
  top: 23px;
}
@media (max-width: 767px) {
  .service-sidebar-area .service2-widget-sidebar .faq-widget-area .accordion .accordion-item button::before {
    top: 40px;
  }
}
.service-sidebar-area .service2-widget-sidebar .faq-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.service-sidebar-area .service2-widget-sidebar .faq-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
  padding: 0 24px 24px 30px;
}

.service_6_section_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F9F6F5;
}

.service_6_boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 24px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service_6_boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service_6_boxarea:hover .service_6_img img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service_6_boxarea .arrow {
  position: absolute;
  z-index: 1;
  right: 40px;
  margin-top: 8;
  top: 50%;
}
.service_6_boxarea .arrow a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border: 2px solid #050734;
  font-size: var(--ztc-font-size-font-s24);
  transform: rotate(-45deg);
  color: var(--ztc-text-text-16);
}
.service_6_boxarea .arrow a:hover {
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 2px solid var(--ztc-bg-bg-1);
  transform: rotate(0);
}

.service_6_img .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.service_6_img .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.service_6_content_area .title {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service_6_content_area .title:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}
.service_6_content_area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service_6_content_area .readmore {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  transition: all 0.4s;
}
.service_6_content_area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service_6_content_area .readmore:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}
.service_6_content_area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.service7-section-area {
  position: relative;
  z-index: 1;
}
.service7-section-area .service-widgets-section7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service7-section-area .service-widgets-section7 .tab-content .tab-pane {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 40px 50px;
  transform: rotateX(45deg) translateY(50px);
  transition: all 0.4s;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service7-section-area .service-widgets-section7 .tab-content .tab-pane {
    padding: 24px;
  }
}
.service7-section-area .service-widgets-section7 .tab-content .tab-pane.fade.show.active {
  transform: rotateX(0deg) translateY(0);
  opacity: 1;
}
.service7-section-area .service-widgets-section7 .tab-content .tab-pane .service-boxarea .icons {
  background: rgba(67, 97, 238, 0.1);
  border-width: 1.5px;
  border: rgba(67, 97, 238, 0.1);
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
}
.service7-section-area .service-widgets-section7 .tab-content .tab-pane .service-boxarea .icons img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service7-section-area .service-widgets-section7 .tab-content .tab-pane .service-boxarea .content-area h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  display: inline-block;
}
.service7-section-area .service-widgets-section7 .tab-content .tab-pane .service-boxarea .content-area p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service7-section-area .service-widgets-section7 .tab-content .tab-pane .images-area {
  position: relative;
}
@media (max-width: 767px) {
  .service7-section-area .service-widgets-section7 .tab-content .tab-pane .images-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .service-widgets-section7 .tab-content .tab-pane .images-area {
    margin-top: 30px;
  }
}
.service7-section-area .service-widgets-section7 .tab-content .tab-pane .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}
.service7-section-area .service-widgets-section7 .tab-content .tab-pane .images-area .arrow-circle a {
  height: 160px;
  width: 160px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-16);
  position: absolute;
  bottom: -20px;
  left: -30px;
  z-index: 1;
}
.service7-section-area .service-widgets-section7 .tab-content .tab-pane .images-area .arrow-circle a .arrow1 {
  position: absolute;
  top: 41%;
  left: 44%;
  filter: brightness(0) invert(1);
}
.service7-section-area .service-widgets-section7 .tab-content .tab-pane .images-area .arrow-circle a .elements20 {
  position: absolute;
  top: 6px;
  left: 6px;
  filter: brightness(0) invert(1);
}
.service7-section-area .service-widgets-section7 .tabs-btn-area {
  position: relative;
  z-index: 1;
}
.service7-section-area .service-widgets-section7 .tabs-btn-area::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.08);
  top: -32px;
  left: 0;
  right: 0;
  transition: all 0.4s;
}
.service7-section-area .service-widgets-section7 .tabs-btn-area ul {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .service7-section-area .service-widgets-section7 .tabs-btn-area ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .service-widgets-section7 .tabs-btn-area ul li:nth-child(4) {
    margin-top: 20px;
  }
}
.service7-section-area .service-widgets-section7 .tabs-btn-area ul li button {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px 8px 8px;
  position: relative;
  z-index: 1;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
@media (max-width: 767px) {
  .service7-section-area .service-widgets-section7 .tabs-btn-area ul li button {
    display: block !important;
    margin-bottom: 16px;
  }
}
.service7-section-area .service-widgets-section7 .tabs-btn-area ul li button::after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 10px;
  left: 0;
  top: -32px;
  transition: all 0.4s;
  width: 100%;
  background: var(--ztc-bg-bg-16);
  border-radius: 40px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .service7-section-area .service-widgets-section7 .tabs-btn-area ul li button::after {
    display: none;
  }
}
.service7-section-area .service-widgets-section7 .tabs-btn-area ul li button.active {
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1);
}
.service7-section-area .service-widgets-section7 .tabs-btn-area ul li button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.service7-section-area .service-widgets-section7 .tabs-btn-area ul li button.active span {
  background: rgba(3, 37, 48, 0.2);
}
.service7-section-area .service-widgets-section7 .tabs-btn-area ul li button.active span img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.service7-section-area .service-widgets-section7 .tabs-btn-area ul li button span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: rgba(192, 240, 55, 0.06);
  border-width: 1px;
  border: rgba(67, 97, 238, 0.1);
  margin: 0 8px 0 0;
}
.service7-section-area .service-widgets-section7 .tabs-btn-area ul li button span img {
  height: 28px;
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s;
}

.service8-section-area {
  position: relative;
  z-index: 1;
  background: #F5F3F4;
}

.service1-boxarea8 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  padding: 28px;
  transition: all 0.4s;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
.service1-boxarea8:hover .arrow {
  top: 16px;
  right: 16px;
  transition: all 0.6s;
}
.service1-boxarea8:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service1-boxarea8:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service1-boxarea8:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.service1-boxarea8:hover h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding-left: 0;
}
.service1-boxarea8:hover h5::after {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  left: 26px;
}
.service1-boxarea8:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service1-boxarea8::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  transition: all 0.4s;
  left: 50%;
  border-radius: 16px;
  background: var(--ztc-bg-bg-18);
  visibility: hidden;
  opacity: 0;
  top: 0;
  z-index: -1;
}
.service1-boxarea8 .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #F5F3F4;
}
.service1-boxarea8 .icons img {
  filter: brightness(0);
}
.service1-boxarea8 .arrow {
  position: absolute;
  right: -100px;
  top: -100px;
  transition: all 0.8s;
}
.service1-boxarea8 .arrow a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-20);
  line-height: 40px;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.service1-boxarea8 a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
}
.service1-boxarea8 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.service1-boxarea8 h5 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  padding-left: 68px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.service1-boxarea8 h5::after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
  width: 60px;
  left: 0;
  top: 6px;
  transition: all 0.4s;
  background: var(--ztc-text-text-16);
}

.service9-section-area {
  position: relative;
  z-index: 1;
}
.service9-section-area .service9-slider-box {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .service9-section-area .service9-slider-box .owl-stage-outer {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service9-section-area .service9-slider-box .owl-stage-outer {
    position: relative;
  }
}
.service9-section-area .service9-slider-box .owl-nav {
  position: absolute;
  right: 0;
  top: -120px;
}
@media (max-width: 767px) {
  .service9-section-area .service9-slider-box .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service9-section-area .service9-slider-box .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.service9-section-area .service9-slider-box .owl-nav button {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-16);
  text-align: center;
  font-size: var(--ztc-font-size-font-s20);
}
.service9-section-area .service9-slider-box .owl-nav button:hover {
  background: var(--ztc-bg-bg-17);
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.service9-section-area .service9-slider-box .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.service9-section-area .service9-slider-box .service-slider-box9 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 44px;
  text-align: center;
  border: 1px solid rgba(189, 189, 189, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service9-section-area .service9-slider-box .service-slider-box9 {
    padding: 32px;
  }
}
.service9-section-area .service9-slider-box .service-slider-box9 .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
  display: inline-block;
  margin: 0 auto;
}
.service9-section-area .service9-slider-box .service-slider-box9 .icons img {
  height: 40px;
  width: 40px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
.service9-section-area .service9-slider-box .service-slider-box9 .content-area a {
  color: var(--ztc-text-text-16);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.service9-section-area .service9-slider-box .service-slider-box9 .content-area p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service9_section_area {
  position: relative;
  z-index: 1;
  background: #F3F3F1;
}
.service9_section_area .service-single-boxarea9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  margin-bottom: 30px;
}
.service9_section_area .service-single-boxarea9:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service9_section_area .service-single-boxarea9:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service9_section_area .service-single-boxarea9 .icons {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  border-radius: 50%;
  background: #F3F3F1;
  transition: all 0.4s;
}
.service9_section_area .service-single-boxarea9 .content-area a.title {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service9_section_area .service-single-boxarea9 .content-area a.title {
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service9_section_area .service-single-boxarea9 .content-area a.title {
    line-height: 30px;
  }
}
.service9_section_area .service-single-boxarea9 .content-area a.title:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
  opacity: 80%;
}
.service9_section_area .service-single-boxarea9 .content-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.service9_section_area .service-single-boxarea9 .content-area .btn-area a.service-btn {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  padding: 14px 20px;
  border-radius: 70px;
  position: relative;
  z-index: 1;
}
.service9_section_area .service-single-boxarea9 .content-area .btn-area a.service-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--ztc-bg-bg-10);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 70px;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.service9_section_area .service-single-boxarea9 .content-area .btn-area a.service-btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--ztc-bg-bg-1);
  right: 0;
  top: 0;
  z-index: -2;
  border-radius: 70px;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.service_10_section_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service_10_boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #F2F4FF;
  padding: 24px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service_10_boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service_10_boxarea:hover .service_10_img img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service_10_boxarea .arrow {
  position: absolute;
  z-index: 1;
  right: 40px;
  margin-top: 8;
  top: 50%;
}
.service_10_boxarea .arrow a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border: 2px solid #050734;
  font-size: var(--ztc-font-size-font-s24);
  transform: rotate(-45deg);
  color: var(--ztc-text-text-16);
}
.service_10_boxarea .arrow a:hover {
  background: var(--ztc-bg-bg-19);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 2px solid var(--ztc-bg-bg-1);
  transform: rotate(0);
}

.service_10_img .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.service_10_img .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.service_10_content_area .title {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service_10_content_area .title:hover {
  color: var(--ztc-text-text-21);
  transition: all 0.4s;
}
.service_10_content_area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service_10_content_area .readmore {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  transition: all 0.4s;
}
.service_10_content_area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service_10_content_area .readmore:hover {
  color: var(--ztc-text-text-21);
  transition: all 0.4s;
}
.service_10_content_area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
  position: relative;
  z-index: 2;
  background-image: url(../img/all-images/bg/hero-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 150px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area {
    height: 1374px;
  }
}
@media (max-width: 767px) {
  .hero1-section-area {
    padding: 60px 0 0 0;
    height: 933px;
  }
}
.hero1-section-area .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  height: 100%;
  top: 0;
}
.hero1-section-area .elements5 {
  position: absolute;
  left: 0;
}
.hero1-section-area .elements6 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero1-section-area .hero1-header {
  padding: 0 70px 0 0;
  position: relative;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .hero1-section-area .hero1-header {
    margin-top: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .hero1-header {
    margin-top: 0;
    padding: 0;
  }
}
.hero1-section-area .hero1-header .btn-area1 .popup-youtube {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .hero1-section-area .hero1-header .btn-area1 .popup-youtube {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero1-section-area .hero1-header .btn-area1 .popup-youtube span.video-btn {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #fff;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: #3617A0;
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 12px 0 0;
  position: relative;
  z-index: 1;
}
.hero1-section-area .hero1-header .btn-area1 .popup-youtube span.video-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 28px;
  top: 28px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
  opacity: 40%;
}
.hero1-section-area .hero1-header .btn-area1 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero1-section-area .hero1-header .btn-area1 {
    display: block;
  }
}
.hero1-section-area .hero-images-area {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-section-area .hero-images-area {
    left: -50px;
    top: -8px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero1-section-area .hero-images-area {
    left: -50px;
    top: -8px;
  }
}
.hero1-section-area .hero-images-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .hero-images-area .img1 img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.hero1-section-area .hero-images-area .image-bg1 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  width: 600px;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-images-area .image-bg1 {
    width: 100%;
  }
}
.hero1-section-area .hero-images-area .image-bg1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero1-section-area .hero-images-area .elements3 {
  position: absolute;
  right: -140px;
  top: 40%;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-images-area .elements3 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .hero-images-area .elements3 {
    display: none;
  }
}
.hero1-section-area .hero-images-area .elements2 {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-images-area .elements2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .hero-images-area .elements2 {
    display: none;
  }
}
.hero1-section-area .hero-images-area .elements1 {
  position: absolute;
  top: 0;
  left: -110px;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-images-area .elements1 {
    left: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .hero-images-area .elements1 {
    left: -40px;
  }
}

.hero2-section-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 170px 0 80px 0;
  background-image: url(../img/all-images/bg/hero-bg3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #032530;
}
@media (max-width: 767px) {
  .hero2-section-area {
    padding: 60px 0 80px 0;
  }
}
.hero2-section-area .hero2-header {
  padding: 0 90px 0 0;
}
@media (max-width: 767px) {
  .hero2-section-area .hero2-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area .hero2-header {
    padding: 0;
  }
}
.hero2-section-area .counter-boxarea .counter-box {
  position: relative;
  z-index: 1;
}

.hero2-section-area .hero2-images-area {
  position: relative;
  z-index: 1;
  left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area .hero2-images-area {
    left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .hero2-section-area .hero2-images-area {
    left: 0;
    margin-top: 50px;
  }
}
.hero2-section-area .hero2-images-area .images {
  position: relative;
  z-index: 1;
}
.hero2-section-area .hero2-images-area .images .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}
.hero2-section-area .hero2-images-area .images .arrow-circle a {
  height: 160px;
  width: 160px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-6);
  position: relative;
  left: 0;
}
.hero2-section-area .hero2-images-area .images .arrow-circle a .arrow1 {
  position: absolute;
  top: 41%;
  left: 44%;
}
.hero2-section-area .hero2-images-area .images .arrow-circle a .elements20 {
  position: absolute;
  top: 6px;
  left: 6px;
}
.hero2-section-area .hero2-images-area .images .elements19 {
  position: absolute;
  right: 250px;
  bottom: 0;
}
.hero2-section-area .hero2-images-area .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 200px 200px;
}

.hero3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 185px 0 50px;
}
@media (max-width: 767px) {
  .hero3-section-area{
    padding: 60px 0 60px;
  }
}
.hero3-section-area .elements24 {
  position: absolute;
  right: 0;
  top: 50%;
}
.hero3-section-area .elements25 {
  position: absolute;
  right: 0;
  height: 1000px;
  top: 0;
  width: 45%;
}
@media (max-width: 767px) {
  .hero3-section-area .elements25 {
    display: none;
  }
}
.hero3-section-area .hero3-header h5 {
  text-transform: uppercase;
}
.hero3-section-area .hero3-header h4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
}
.hero3-section-area .hero3-header form {
  position: relative;
  z-index: 1;
}
.hero3-section-area .hero3-header form input {
  width: 100%;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 39px 24px;
}
.hero3-section-area .hero3-header form input::-moz-placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  opacity: 0.9;
}
.hero3-section-area .hero3-header form input::placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  opacity: 0.9;
}
.hero3-section-area .hero3-header form button {
  position: absolute;
  top: 11px;
  right: 10px;
  border: none;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-9);
}
@media (max-width: 767px) {
  .hero3-section-area .hero3-header form button {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.hero3-section-area .hero3-header form button::after {
  background: var(--ztc-bg-bg-8);
  opacity: 0.1;
}
.hero3-section-area .hero3-header form button:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.hero3-section-area .hero3-header form button:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}
.hero3-section-area .hero3-header ul li {
  display: inline-block;
}
.hero3-section-area .hero3-header ul li a {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 4px 0 0;
}
@media (max-width: 767px) {
  .hero3-section-area .hero3-header ul li a {
    margin-bottom: 10px;
    display: inline-block;
  }
}
.hero3-section-area .header-images-area {
  position: relative;
  z-index: 1;
}
.hero3-section-area .header-images-area .img1 {
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero3-section-area .header-images-area .img1 {
    text-align: center;
    margin-top: 50px;
  }
}
.hero3-section-area .header-images-area .img1 img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}
.hero3-section-area .header-images-area .img1 .letter1 {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 13.59px; /* 100% */
  padding: 8px 13px;
  border-radius: 40px;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  bottom: 58px;
  left: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section-area .header-images-area .img1 .letter1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero3-section-area .header-images-area .img1 .letter1 {
    display: none;
  }
}
.hero3-section-area .header-images-area .img1 .letter1 svg {
  position: absolute;
  top: -9px;
  right: 0;
}
.hero3-section-area .header-images-area .img1 .letter2 {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 13.59px; /* 100% */
  padding: 8px 13px;
  border-radius: 40px;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -100px;
}
.hero3-section-area .header-images-area .img1 .letter2 svg {
  position: absolute;
  top: -9px;
  left: 0;
}
.hero3-section-area .header-images-area .img1 .letter3 {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 13.59px; /* 100% */
  padding: 8px 13px;
  border-radius: 40px;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  top: 40px;
  right: -100px;
}
.hero3-section-area .header-images-area .img1 .letter3 svg {
  position: absolute;
  bottom: -9px;
  left: 0;
}
.hero3-section-area .header-images-area .img2 {
  padding-top: 40px;
  position: relative;
  left: 100px;
  z-index: 1;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section-area .header-images-area .img2 {
    left: 170px;
  }
}
@media (max-width: 767px) {
  .hero3-section-area .header-images-area .img2 {
    left: 0;
  }
}
.hero3-section-area .header-images-area .img2 .letter1 {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 13.59px; /* 100% */
  padding: 8px 13px;
  border-radius: 40px;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  top: 150px;
  left: -50px;
}
.hero3-section-area .header-images-area .img2 .letter1 svg {
  position: absolute;
  top: -8px;
  right: 0;
}
@media (max-width: 767px) {
  .hero3-section-area .header-images-area .img2 .letter1 {
    display: none;
  }
}
.hero3-section-area .header-images-area .img2 .letter2 {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 13.59px; /* 100% */
  padding: 8px 13px;
  border-radius: 40px;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  bottom: 63px;
  left: -34px;
}
.hero3-section-area .header-images-area .img2 .letter2 svg {
  position: absolute;
  top: -8px;
  right: 0;
}
.hero3-section-area .header-images-area .img2 .letter3 {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 13.59px; /* 100% */
  padding: 8px 13px;
  border-radius: 40px;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -50px;
}
.hero3-section-area .header-images-area .img2 .letter3 svg {
  position: absolute;
  top: -8px;
  left: 0;
}

.hero4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 220px 0 120px;
}
@media (max-width: 767px) {
  .hero4-section-area {
    padding: 60px 0 60px;
  }
}
.hero4-section-area .hand-img {
  position: absolute;
  bottom: 0;
  left: 54%;
  z-index: 2;
}
.hero4-section-area .hand-img .elements31 {
  position: absolute;
  left: -145px;
  bottom: 50px;
}
@media (max-width: 767px) {
  .hero4-section-area .hand-img .elements31 {
    left: -110px;
    bottom: 20px;
  }
}
.hero4-section-area .elements33 {
  position: absolute;
  bottom: 0;
}
.hero4-section-area .elements34 {
  position: absolute;
  top: 0;
  right: 0;
}
.hero4-section-area .elements35 {
  position: absolute;
  top: 60px;
  left: 100px;
}
.hero4-section-area .her4-images-area {
  position: relative;
  z-index: 1;
}
.hero4-section-area .her4-images-area .img1 img {
  height: 450px;
  width: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.hero4-section-area .her4-images-area .bg {
  position: absolute;
  top: -90px;
  z-index: -1;
  width: 1500px;
  height: 1500px;
  left: -118px;
}
@media (max-width: 767px) {
  .hero4-section-area .her4-images-area .bg {
    top: 10px;
    z-index: -1;
    width: 500px;
    height: 500px;
    left: -77px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .her4-images-area .bg {
    left: -80px;
    z-index: -2;
  }
}
.hero4-section-area .her4-images-area .elements37 {
  position: absolute;
  top: 0;
  left: -100px;
}
@media (max-width: 767px) {
  .hero4-section-area .her4-images-area .elements37 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .her4-images-area .elements37 {
    left: 0;
  }
}
.hero4-section-area .her4-images-area .elements38 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .hero4-section-area .her4-images-area .elements38 {
    display: none;
  }
}
.hero4-section-area .hero4-heading {
  padding: 0 80px 0 0;
}
@media (max-width: 767px) {
  .hero4-section-area .hero4-heading {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-heading {
    padding: 0;
    margin-bottom: 50px;
  }
}

.hero5-section-area {
  position: relative;
  z-index: 1;
  margin: 100px 30px 0 30px;
  border-radius: 16px;
  padding: 55px 0;
}
@media (max-width: 767px) {
  .hero5-section-area {
    margin: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section-area {
    margin: 0;
    border-radius: 0;
  }
}
.hero5-section-area .elements44 {
  position: absolute;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section-area .elements44 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero5-section-area .elements44 {
    display: none;
  }
}
.hero5-section-area .elements45 {
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section-area .elements45 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero5-section-area .elements45 {
    display: none;
  }
}
.hero5-section-area .elements46 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.hero5-section-area .hero6-header {
  padding: 0 100px 0 0;
}
@media (max-width: 767px) {
  .hero5-section-area .hero6-header {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section-area .hero6-header {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hero5-section-area .hero6-header h5 {
    font-size: var(--ztc-font-size-font-s12);
  }
}
.hero5-section-area .hero6-header .btn-area1 {
  display: flex;
}
@media (max-width: 767px) {
  .hero5-section-area .hero6-header .btn-area1 {
    display: inline-block;
  }
}
.hero5-section-area .hero6-header .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14);
}
.hero5-section-area .hero6-header .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.hero5-section-area .hero6-header .btn-area1 .play {
  display: inline-block;
  margin-left: 16px;
  background: none;
}
@media (max-width: 767px) {
  .hero5-section-area .hero6-header .btn-area1 .play {
    margin-top: 20px;
  }
}
.hero5-section-area .hero6-header .btn-area1 .play .icon {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-13);
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
}
.hero5-section-area .hero6-header .btn-area1 .play .icon::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 28px;
  top: 28px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.hero5-section-area .hero6-header .btn-area1 .play .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  transition: all 0.4s;
  display: inline-block;
  padding-left: 12px;
}

.inner-page-hero-area {
  position: relative;
  z-index: 1;
  padding: 200px 0 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .inner-page-hero-area {
    padding: 160px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-page-hero-area {
    padding: 160px 0 100px;
  }
}
.inner-page-hero-area .elements5 {
  position: absolute;
  top: 100px;
}
.inner-page-hero-area .elements4 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.inner-page-hero-area .elements1 {
  position: absolute;
  bottom: 40px;
  right: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-page-hero-area .elements1 {
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .inner-page-hero-area .elements1 {
    display: none;
  }
}
.inner-page-hero-area .elements16 {
  position: absolute;
  bottom: 0;
  right: -100px;
}
@media (max-width: 767px) {
  .inner-page-hero-area .elements16 {
    display: none;
  }
}
.inner-page-hero-area .inner-header a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .inner-page-hero-area .inner-header a {
    font-size: var(--ztc-font-size-font-s18);
  }
}
.inner-page-hero-area .inner-header a i {
  margin: 0 4px;
}

.hero_6_slider_section {
  position: relative;
  z-index: 1;
}
.hero_6_slider_section .slick-dots {
  position: absolute;
  left: 50px;
  bottom: 50px;
  top: 50%;
}
@media (max-width: 767px) {
  .hero_6_slider_section .slick-dots {
    bottom: 30;
    top: inherit;
    transform: rotate(90deg);
    text-align: center;
    left: 50%;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_6_slider_section .slick-dots {
    bottom: 0;
    top: inherit;
    transform: rotate(90deg);
    text-align: center;
    left: 50%;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_6_slider_section .slick-dots {
    left: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero_6_slider_section .slick-dots {
    left: 20px;
  }
}
.hero_6_slider_section .slick-dots::after {
  position: absolute;
  content: "";
  height: 62px;
  width: 4px;
  border-radius: 70px;
  background: linear-gradient(0deg, #FF4B0A 0%, rgba(255, 75, 10, 0) 99.19%);
  left: 14px;
  top: -75px;
}
.hero_6_slider_section .slick-dots::before {
  position: absolute;
  content: "";
  height: 62px;
  width: 4px;
  border-radius: 70px;
  background: linear-gradient(0deg, rgba(255, 75, 10, 0) 0%, #FF4B0A 100%);
  left: 14px;
  top: 85px;
}
.hero_6_slider_section .slick-dots li {
  margin: 0 8px;
}
.hero_6_slider_section .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: var(--ztc-bg-bg-3);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.hero_6_slider_section .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid var(--ztc-bg-bg-15);
  left: -5px;
  top: -5px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.hero_6_slider_section .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-15);
}
.hero_6_slider_section .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.hero_6_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 280px 0 182px;
}
@media (max-width: 767px) {
  .hero_6_section {
    padding: 60px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_6_section {
    padding: 160px 0 225px;
  }
}
.hero_6_section::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(104deg, #050734 11.85%, rgba(5, 7, 52, 0) 122.19%);
  z-index: -1;
}
.hero_6_section.slick-slide.slick-current.slick-active .hero_6_bg_img img {
  transform: scale(1.1);
}
.hero_6_section.slick-slide.slick-current.slick-active .hero_6_heading p.pera {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}
.hero_6_section.slick-slide.slick-current.slick-active .hero_6_heading h5 {
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero_6_section.slick-slide.slick-current.slick-active .hero_6_heading h2 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero_6_section.slick-slide.slick-current.slick-active .hero_6_heading .btn-area1 {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero_6_bg_img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  transform: scale(1);
  transition: transform 8000ms ease, opacity 1800ms ease-in;
}

.hero_6_heading {
  overflow: hidden;
}
.hero_6_heading h5 {
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-700px);
  position: relative;
  opacity: 0;
}
.hero_6_heading h2 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
.hero_6_heading .pera {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0;
}
.hero_6_heading .btn-area1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}

.hero_6_contact_popup_section {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  vertical-align: middle;
  /* responsive */
}
.hero_6_contact_popup_section .contact-wrap {
  background: var(--ztc-bg-bg-1);
  position: relative;
  transition: transform 0.45s cubic-bezier(0.2, 0.9, 0.25, 1), opacity 0.35s;
  transform-origin: right bottom;
  transform: translateY(20px) scale(0.92);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  z-index: 3;
  border-radius: 8px;
  padding: 32px 24px;
  display: inline-block;
  left: 0;
  top: 50%;
}
.hero_6_contact_popup_section .contact-wrap .card-title {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.hero_6_contact_popup_section .contact-wrap .send-row .vl-btn7 {
  border: none;
  outline: none;
  background: none;
  margin-top: 20px;
}
.hero_6_contact_popup_section .contact-wrap.open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}
.hero_6_contact_popup_section .form-grid {
  display: flex;
  flex-direction: column;
}
.hero_6_contact_popup_section .form-input {
  border-radius: 111px;
  background: rgba(5, 7, 52, 0.08);
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px;
  margin-top: 16px;
}
.hero_6_contact_popup_section .form-input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero_6_contact_popup_section .form-input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero_6_contact_popup_section .toggle-btn {
  position: absolute;
  right: 28px;
  bottom: 70px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  cursor: pointer;
  z-index: 1200;
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.25, 1), box-shadow 0.2s;
  border: none;
  background: var(--ztc-bg-bg-15);
}
.hero_6_contact_popup_section .toggle-btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 30px;
  top: 30px;
  background: var(--ztc-bg-bg-15);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero_6_contact_popup_section .toggle-btn {
    bottom: 40px;
  }
}
.hero_6_contact_popup_section .toggle-btn:active {
  transform: scale(0.96);
}
.hero_6_contact_popup_section .icon-plus, .hero_6_contact_popup_section .icon-minus {
  width: 20px;
  height: 20px;
  position: absolute;
  fill: white;
  transition: transform 0.28s, opacity 0.2s;
}
.hero_6_contact_popup_section .toggle-btn.open .icon-plus {
  transform: rotate(45deg) scale(0.6);
  opacity: 0;
}
.hero_6_contact_popup_section .toggle-btn.open .icon-minus {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
.hero_6_contact_popup_section .toggle-btn .icon-minus {
  transform: rotate(-90deg) scale(0.6);
  opacity: 0;
}
.hero_6_contact_popup_section .mini-circle {
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--accent);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  border: 6px solid rgba(255, 255, 255, 0.06);
}
.hero_6_contact_popup_section .mini-circle svg {
  width: 18px;
  height: 18px;
  fill: white;
}
@media (max-width: 420px) {
  .hero_6_contact_popup_section .contact-wrap {
    width: 92vw;
  }
}

.hero_7_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 178px 0 78px;
}
@media (max-width: 767px) {
  .hero_7_section{
     padding: 60px 0 60px;
  }
}
.hero_7_section .elements56 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .hero_7_section .elements56 {
    bottom: 0;
    top: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_7_section .elements56 {
    bottom: 0;
    top: inherit;
  }
}

@media (max-width: 767px) {
  .heading_7_area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading_7_area {
    margin-bottom: 30px;
  }
}
.heading_7_area .progresbar {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .heading_7_area .progresbar {
    margin-bottom: 10px;
  }
}
.heading_7_area .progresbar .progressbar2 {
  position: relative;
}
.heading_7_area .progresbar .progressbar2 .circle2 {
  height: 80px;
  width: 80px;
}
.heading_7_area .progresbar .progressbar2 .circle2 canvas {
  width: 80px;
  height: 80px;
  transform: rotate(90deg);
  border-radius: 50%;
  border: 5px solid #4361EE;
}
.heading_7_area .progresbar .progressbar2 .count {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  position: absolute;
  top: 37%;
  left: 28%;
}
.heading_7_area .progresbar .content-area {
  padding-left: 10px;
}
.heading_7_area .progresbar .content-area h4 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.heading_7_area .progresbar .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.heading_7_area h5 {
  border-radius: 8px;
  background: rgba(67, 97, 238, 0.1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 10px 12px 6px 12px;
  color: var(--ztc-text-text-18);
}
.heading_7_area h5 img {
  margin: -3px 4px 0 0;
}
@media (max-width: 767px) {
  .heading_7_area h5 {
    font-size: var(--ztc-font-size-font-s14);
  }
}
.heading_7_area h2 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 64px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading_7_area h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.hero_7_images_area {
  position: relative;
  z-index: 1;
}

.hero_7_img {
  margin-bottom: 20px;
}
.hero_7_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.hero_7_img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px !important;
}

@media (max-width: 767px) {
  .hero_7_img2 {
    margin-bottom: 20px;
  }
}
.hero_7_img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px !important;
}

.home_8_slider_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home_8_slider_area .slick-dots {
  position: absolute;
  left: 50px;
  bottom: 50px;
  top: 50%;
}
@media (max-width: 767px) {
  .home_8_slider_area .slick-dots {
    bottom:0;
    top: inherit;
    transform: rotate(90deg);
    text-align: center;
    left: 50%;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_8_slider_area .slick-dots {
    bottom: 0;
    top: inherit;
    transform: rotate(90deg);
    text-align: center;
    left: 50%;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home_8_slider_area .slick-dots {
    left: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .home_8_slider_area .slick-dots {
    left: 20px;
  }
}
.home_8_slider_area .slick-dots::after {
  position: absolute;
  content: "";
  height: 62px;
  width: 4px;
  border-radius: 70px;
  background: linear-gradient(0deg, #FF4B0A 0%, rgba(255, 75, 10, 0) 99.19%);
  left: 14px;
  top: -75px;
}
.home_8_slider_area .slick-dots::before {
  position: absolute;
  content: "";
  height: 62px;
  width: 4px;
  border-radius: 70px;
  background: linear-gradient(0deg, rgba(255, 75, 10, 0) 0%, #FF4B0A 100%);
  left: 14px;
  top: 80px;
}
.home_8_slider_area .slick-dots li {
  margin: 0 8px;
}
.home_8_slider_area .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: var(--ztc-bg-bg-3);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.home_8_slider_area .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid var(--ztc-text-text-20);
  left: -5px;
  top: -5px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.home_8_slider_area .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-15);
}
.home_8_slider_area .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.hero_8_section_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 250px 0 200px;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .hero_8_section_area {
    padding: 100px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_8_section_area {
    padding: 160px 0 100px;
  }
}
.hero_8_section_area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(91deg, rgba(5, 7, 52, 0.9) 14.31%, rgba(5, 7, 52, 0.2) 67%, rgba(5, 7, 52, 0.8) 95.06%);
  z-index: -1;
}
.hero_8_section_area.slick-slide.slick-current.slick-active .hero_8_img1 {
  transform: scale(1);
}
.hero_8_section_area.slick-slide.slick-current.slick-active .home_8_heading h5 {
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero_8_section_area.slick-slide.slick-current.slick-active .home_8_heading h2 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero_8_section_area.slick-slide.slick-current.slick-active .home_8_heading .btn-area1 {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero_8_section_area.slick-slide.slick-current.slick-active .home_8_heading p {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero_8_img1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transform: scale(1.2);
  transition: transform 8000ms ease, opacity 1800ms ease-in;
}

.home_8_heading {
  overflow: hidden;
}
.home_8_heading .vl-btn10 {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .home_8_heading .vl-btn10 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.home_8_heading h5 {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding: 10px 12px 10px 12px;
  color: var(--ztc-text-text-1);
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-700px);
  position: relative;
  opacity: 0;
}
.home_8_heading h5 img {
  margin: -3px 4px 0 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .home_8_heading h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.home_8_heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 64px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .home_8_heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.home_8_heading p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
.home_8_heading .btn-area1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}

.hero_8_review_box {
  border-radius: 8px 8px 0 0;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  padding: 26px 20px;
  bottom: 0;
  right: 0;
}
.hero_8_review_box img {
  width: 192px;
  height: 60px;
}
.hero_8_review_box .review_text {
  padding-left: 32px;
}
.hero_8_review_box .review_text p {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.hero_8_review_box .review_text ul li {
  display: inline-block;
  color: #FF8A1E;
}

.home_9_slider_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home_9_slider_area .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -45px;
}
.home_9_slider_area .slick-dots li {
  margin: 0 8px;
  display: inline-block;
}
.home_9_slider_area .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: var(--ztc-bg-bg-1);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.home_9_slider_area .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid var(--ztc-text-text-19);
  left: -5px;
  top: -5px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.home_9_slider_area .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-17);
}
.home_9_slider_area .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.hero_9_section_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 250px 0 200px;
}
@media (max-width: 767px) {
  .hero_9_section_area {
    padding: 60px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_9_section_area {
    padding: 160px 0 100px;
  }
}
.hero_9_section_area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(97deg, #050734 9.64%, rgba(16, 20, 154, 0) 99.53%);
  z-index: -1;
}
.hero_9_section_area.slick-slide.slick-current.slick-active .hero_9_img1 {
  transform: scale(1);
}
.hero_9_section_area.slick-slide.slick-current.slick-active .home_9_heading h5 {
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero_9_section_area.slick-slide.slick-current.slick-active .home_9_heading h2 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero_9_section_area.slick-slide.slick-current.slick-active .home_9_heading .btn-area1 {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero_9_section_area.slick-slide.slick-current.slick-active .home_9_heading p {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero_9_img1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transform: scale(1.2);
  transition: transform 8000ms ease, opacity 1800ms ease-in;
}

.home_9_heading {
  overflow: hidden;
}
.home_9_heading .vl-btn12 {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .home_9_heading .vl-btn12 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.home_9_heading h5 {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding: 10px 12px 10px 12px;
  color: var(--ztc-text-text-1);
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-700px);
  position: relative;
  opacity: 0;
}
.home_9_heading h5 img {
  margin: -3px 4px 0 0;
  display: inline-block;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .home_9_heading h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.home_9_heading h2 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 68px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 10px 20px 20px;
  display: inline-block;
  border-radius: 16px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .home_9_heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.home_9_heading p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  letter-spacing: -0.18px;
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
.home_9_heading .btn-area1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}

.hero_video_9_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 200px;
  width: 300px;
}
@media (max-width: 767px) {
  .hero_video_9_area {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_video_9_area {
    margin-top: 20px;
  }
}
.hero_video_9_area .img1 img {
  height: 200px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.hero_video_9_area .popup-youtube {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
}
.hero_video_9_area .popup-youtube span {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #fff;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-16);
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 12px 0 0;
  position: relative;
  z-index: 1;
}
.hero_video_9_area .popup-youtube span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 28px;
  top: 28px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
  opacity: 40%;
}

.hero_10_section_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 560px 0 70px;
}
@media (max-width: 767px) {
  .hero_10_section_area {
    padding: 70px 0 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_10_section_area {
    padding: 200px 0 70px;
  }
}
.hero_10_section_area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  bottom: 0;
  background: linear-gradient(357deg, #050734 16.38%, rgba(16, 20, 154, 0) 89.75%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: -1;
}

/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}

.vl-offcanvas {
  position: fixed;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .vl-offcanvas {
    width: 100%;
  }
}
.vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul {
  list-style: none;
}
.vl-offcanvas-menu ul li {
  position: relative;
}
.vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-offcanvas-menu ul li a span {
  display: block;
}
.vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.vl-menu-close i {
  transition: 0.3s;
}

.homepage2-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage2-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-text-text-6);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage2-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage2-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage2-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage2-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage2-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage2-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage2-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage2-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage2-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage2-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage2-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage2-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage2-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage2-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage2-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage2-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage2-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage2-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage2-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage3-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-7);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-7);
}
.homepage3-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-7);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage3-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-text-text-9);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage3-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage3-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage3-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage3-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage3-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage3-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage3-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage3-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage3-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage3-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage3-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage3-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage3-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage3-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage3-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage3-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage3-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage3-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage3-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage4-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage4-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-10);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage4-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage4-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage4-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage4-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage4-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage4-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage4-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage4-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage4-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage4-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage4-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage4-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage4-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage4-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage4-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage4-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage4-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage4-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage4-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage5-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-14);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-14);
}
.homepage5-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage5-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-12);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage5-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage5-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage5-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage5-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage5-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage5-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage5-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage5-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage5-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage5-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage5-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage5-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage5-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage5-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage5-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage5-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage5-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage5-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage5-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage6-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.homepage6-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage6-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-15);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage6-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage6-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage6-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage6-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage6-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage6-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage6-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage6-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage6-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage6-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage6-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage6-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage6-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage6-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage6-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage6-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage6-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage6-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage6-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage6-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage6-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage6-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage6-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage7-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-7);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-7);
}
.homepage7-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-7);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage7-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-text-text-18);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage7-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage7-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage7-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage7-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage7-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage7-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage7-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage7-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage7-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage7-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage7-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage7-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage7-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage7-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage7-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage7-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage7-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage7-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage7-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage7-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage7-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage7-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage7-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage8-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-16);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-16);
}
.homepage8-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-16);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage8-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-18);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage8-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage8-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage8-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage8-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage8-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage8-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage8-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage8-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage8-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage8-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage8-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage8-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage8-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage8-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage8-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage8-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage8-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage8-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage8-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage8-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage8-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage8-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage8-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage9-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.homepage9-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage9-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-14);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage9-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage9-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage9-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage9-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage9-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage9-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage9-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage9-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage9-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage9-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage9-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage9-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage9-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage9-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage9-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage9-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage9-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage9-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage9-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage9-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage9-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage9-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage9-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage10-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-16);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-16);
}
.homepage10-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-16);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage10-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-19);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage10-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage10-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage10-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage10-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage10-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage10-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage10-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage10-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage10-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage10-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage10-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage10-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage10-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage10-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage10-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage10-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage10-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage10-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage10-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage10-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage10-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage10-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage10-body .vl-menu-close i {
  transition: 0.3s;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.vl-blog-1-area {
  position: relative;
  z-index: 1;
}
.vl-blog-1-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 500px;
  }
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
  position: absolute;
  z-index: 2;
  padding: 32px;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  bottom: 24px;
  left: 32px;
  right: 36px;
}
@media (max-width: 767px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
    left: 16px;
    right: 16px;
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
    left: 16px;
    right: 16px;
  }
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li:nth-child(2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li:nth-child(2) {
    margin-top: 10px;
  }
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a img {
  margin: -5px 4px 0 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content h4 a {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content h4 a:hover {
  color: #35169E;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon {
  position: absolute;
  right: -20px;
  top: -20px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  color: var(--ztc-text-text-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
  transform: rotate(-45deg);
}

.vl-blog-2-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/all-images/bg/footer-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vl-blog-2-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 16px;
  background: #0B2C36;
  margin: -100px 16px 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content ul li {
  display: inline-block;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 10px;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content ul li a img {
  margin: -5px 4px 0 0;
  filter: brightness(0) invert(1);
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content h4 a {
  color: var(--ztc-text-text-1);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content h4 a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-1);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.features3-section-area {
  position: relative;
  z-index: 1;
}
.features3-section-area .images-area {
  position: relative;
  z-index: 1;
}
.features3-section-area .images-area .elements28 {
  position: absolute;
  top: -22px;
  left: -22px;
  z-index: 1;
}
.features3-section-area .images-area svg {
  position: absolute;
  top: -120px;
  left: 33px;
  right: 0;
  width: 600px;
  height: 700px;
}
@media (max-width: 767px) {
  .features3-section-area .images-area svg {
    width: 100%;
    height: 100%;
    top: 0;
  }
}
.features3-section-area .images-area .img1 {
  background: #EBE6F5;
  padding: 16px;
  border-radius: 8px;
}
.features3-section-area .content-area {
  padding: 0 0 0 70px;
}
@media (max-width: 767px) {
  .features3-section-area .content-area {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features3-section-area .content-area {
    margin-top: 30px;
    padding: 0;
  }
}
.features3-section-area .content-area h3 {
  color: var(--ztc-text-text-7);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
}
.features3-section-area .content-area2 {
  padding: 0 70px 0 0;
}
@media (max-width: 767px) {
  .features3-section-area .content-area2 {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features3-section-area .content-area2 {
    margin-top: 30px;
    padding: 0;
  }
}
.features3-section-area .content-area2 h3 {
  color: var(--ztc-text-text-7);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
}

.vl-blog-4-area {
  position: relative;
  z-index: 1;
}
.vl-blog-4-area .elements39 {
  position: absolute;
  right: 0;
  top: 0;
}
.vl-blog-4-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
  border: 1px solid rgba(170, 170, 170, 0.09);
  margin: -100px 16px 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content ul li {
  display: inline-block;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content ul li a {
  color: var(--ztc-text-text-12);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(32, 44, 211, 0.1) 0%, rgba(32, 44, 211, 0.1) 100%);
  padding: 6px 10px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content ul li a img {
  margin: -5px 4px 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content h4 a {
  color: var(--ztc-text-text-10);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content h4 a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-10);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.vl-blog-4-area-inner {
  position: relative;
  z-index: 1;
}
.vl-blog-4-area-inner .elements39 {
  position: absolute;
  right: 0;
  top: 0;
}
.vl-blog-4-area-inner .vl-blog-1-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
}
.vl-blog-4-area-inner .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
  border: 1px solid rgba(170, 170, 170, 0.09);
  margin: -100px 16px 0;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content ul li {
  display: inline-block;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content ul li a {
  color: #2E0797;
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(111, 105, 247, 0.2);
  padding: 6px 10px;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content ul li a img {
  margin: -5px 4px 0 0;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content h4 a {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content h4 a:hover {
  color: #2E0797;
  transition: all 0.4s;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: #2E0797;
  transition: all 0.4s;
}

.vl-blog-v1-area {
  position: relative;
  z-index: 1;
}
.vl-blog-v1-area .blog-v1-leftside h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-blog-v1-area .blog-v1-leftside .search-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.vl-blog-v1-area .blog-v1-leftside .search-area form {
  position: relative;
  z-index: 1;
}
.vl-blog-v1-area .blog-v1-leftside .search-area form input {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 19px 16px;
}
.vl-blog-v1-area .blog-v1-leftside .search-area form button {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: var(--ztc-font-size-font-s22);
}
.vl-blog-v1-area .blog-v1-leftside .category-list-area {
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.vl-blog-v1-area .blog-v1-leftside .category-list-area ul li {
  margin-top: 18px;
}
.vl-blog-v1-area .blog-v1-leftside .category-list-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.vl-blog-v1-area .blog-v1-leftside .category-list-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-blog-v1-area .blog-v1-leftside .category-list-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-blog-v1-area .blog-v1-leftside .category-list-area ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-blog-v1-area .blog-v1-leftside .tags-area {
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.vl-blog-v1-area .blog-v1-leftside .tags-area ul li {
  display: inline-block;
}
.vl-blog-v1-area .blog-v1-leftside .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  display: inline-block;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin-top: 16px;
  position: relative;
  z-index: 1;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .vl-blog-v1-area .blog-v1-leftside .tags-area ul li a {
    margin-right: 0;
  }
}
.vl-blog-v1-area .blog-v1-leftside .tags-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-blog-v1-area .blog-v1-leftside .tags-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-blog-v1-area .blog-v1-leftside .tags-area ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-blog-v1-area .blog-v1-leftside .auhtor-area {
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.vl-blog-v1-area .blog-v1-leftside .auhtor-area ul li {
  display: inline-block;
}
.vl-blog-v1-area .blog-v1-leftside .auhtor-area ul li a {
  margin: 0 10px 0 0;
}
.vl-blog-v1-area .blog-v1-leftside .auhtor-area ul li a img {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-blog-v1-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
}
.vl-blog-v1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-v1-area .vl-blog-1-item:hover .vl-blog-1-thumb .vl-blog-1-content ul li a {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-blog-v1-area .vl-blog-1-item:hover .vl-blog-1-thumb .vl-blog-1-content ul li a svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.vl-blog-v1-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.vl-blog-v1-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-v1-area .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
  border: 1px solid rgba(170, 170, 170, 0.09);
  margin: -100px 16px 0;
}
.vl-blog-v1-area .vl-blog-1-item .vl-blog-1-content ul li {
  display: inline-block;
}
.vl-blog-v1-area .vl-blog-1-item .vl-blog-1-content ul li a {
  color: #2E0797;
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(111, 105, 247, 0.2);
  padding: 6px 10px;
}
.vl-blog-v1-area .vl-blog-1-item .vl-blog-1-content ul li a img {
  margin: -5px 4px 0 0;
  transition: all 0.4s;
}
.vl-blog-v1-area .vl-blog-1-item .vl-blog-1-content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-v1-area .vl-blog-1-item .vl-blog-1-content h4 a {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-v1-area .vl-blog-1-item .vl-blog-1-content h4 a:hover {
  color: #2E0797;
  transition: all 0.4s;
}
.vl-blog-v1-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-v1-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-v1-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: #2E0797;
  transition: all 0.4s;
}
.vl-blog-v1-area .vl-blog-1-item1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
}
.vl-blog-v1-area .vl-blog-1-item1:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-thumb {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-thumb img {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-thumb img {
    height: 500px;
  }
}
.vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content {
  position: absolute;
  z-index: 2;
  padding: 32px;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  bottom: 24px;
  left: 32px;
  right: 36px;
}
@media (max-width: 767px) {
  .vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content {
    left: 16px;
    right: 16px;
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content {
    left: 16px;
    right: 16px;
  }
}
.vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content ul li:nth-child(2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content ul li:nth-child(2) {
    margin-top: 10px;
  }
}
.vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content ul li a img {
  margin: -5px 4px 0 0;
}
.vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content h4 a {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content h4 a:hover {
  color: #35169E;
  transition: all 0.4s;
}
.vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
}
.vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content .vl-blog-1-icon {
  position: absolute;
  right: -20px;
  top: -20px;
}
.vl-blog-v1-area .vl-blog-1-item1 .vl-blog-1-content .vl-blog-1-icon a {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  color: var(--ztc-text-text-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
  transform: rotate(-45deg);
}

.vl-blog-details-section {
  position: relative;
  z-index: 1;
}
.vl-blog-details-section .blog-auhtor-details-side h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-blog-details-section .blog-auhtor-details-side .search-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.vl-blog-details-section .blog-auhtor-details-side .search-area form {
  position: relative;
  z-index: 1;
}
.vl-blog-details-section .blog-auhtor-details-side .search-area form input {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 19px 16px;
}
.vl-blog-details-section .blog-auhtor-details-side .search-area form button {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: var(--ztc-font-size-font-s22);
}
.vl-blog-details-section .blog-auhtor-details-side .category-list-area {
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li {
  margin-top: 18px;
}
.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-blog-details-section .blog-auhtor-details-side .tags-area {
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .tags-area {
    text-align: center;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li {
  display: inline-block;
}
.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  display: inline-block;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin-top: 16px;
  position: relative;
  z-index: 1;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a {
    margin-right: 0;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-blog-details-section .blog-auhtor-details-side .auhtor-area {
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.vl-blog-details-section .blog-auhtor-details-side .auhtor-area ul li {
  display: inline-block;
}
.vl-blog-details-section .blog-auhtor-details-side .auhtor-area ul li a {
  margin: 0 10px 0 0;
}
.vl-blog-details-section .blog-auhtor-details-side .auhtor-area ul li a img {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area {
    text-align: center;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts {
  position: relative;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts {
    text-align: center;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 {
  position: absolute;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 {
    position: relative;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content {
  padding-left: 140px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content {
    padding-left: 0;
    margin-top: 16px;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content ul li a {
  color: #2E0797;
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(111, 105, 247, 0.2);
  padding: 6px 10px;
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content ul li a img {
  margin: -5px 4px 0 0;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content h4 a {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content h4 a:hover {
  color: #2E0797;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-others-sidebar {
  position: relative;
  z-index: 1;
  padding: 0 0 0 70px;
}
.vl-blog-details-section .blog-others-sidebar.rightside {
  padding: 0 70px 0 0 !important;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar.rightside {
    padding: 0 !important;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-details-section .blog-others-sidebar.rightside {
    padding: 0 !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-details-section .blog-others-sidebar {
    padding: 0;
    margin-top: 30px;
  }
}
.vl-blog-details-section .blog-others-sidebar h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s38);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 48px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.vl-blog-details-section .blog-others-sidebar h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
}
.vl-blog-details-section .blog-others-sidebar p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}
.vl-blog-details-section .blog-others-sidebar .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.vl-blog-details-section .blog-others-sidebar .list-author li {
  display: inline-block;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .list-author li:nth-child(3) {
    margin-top: 10px;
  }
}
.vl-blog-details-section .blog-others-sidebar .list-author li:nth-child(1) a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var --ztc-weight-medium;
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  background: var(--ztc-bg-bg-5);
  padding: 10px;
  border-radius: 4px;
  margin: 0 16px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .list-author li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
}
.vl-blog-details-section .blog-others-sidebar .list-author li a img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5px 4px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .list-author li a span {
  color: #CDCDD6;
  display: inline-block;
  margin: 0 8px;
}
.vl-blog-details-section .blog-others-sidebar .images {
  position: relative;
  z-index: 1;
}
.vl-blog-details-section .blog-others-sidebar .images .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  opacity: 30%;
  top: 0;
  left: 0;
  transform: rotate(0);
  border-radius: 8px;
}
.vl-blog-details-section .blog-others-sidebar .images .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 2;
}
.vl-blog-details-section .blog-others-sidebar .images .play a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s32);
  position: relative;
}
.vl-blog-details-section .blog-others-sidebar .images .play a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 40px;
  top: 40px;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}
.vl-blog-details-section .blog-others-sidebar .tags-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid #E6E6EB;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .tags-social {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .tags-social .tags {
    margin-bottom: 16px;
  }
}
.vl-blog-details-section .blog-others-sidebar .tags-social .tags ul li {
  display: inline-block;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .tags ul li:nth-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin: 0 16px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .tags ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 10px;
  margin: 0 8px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .tags ul li a:hover {
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .social ul li {
  display: inline-block;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .social ul li:nth-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin: 0 16px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .social ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EFF1FF;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 8px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .social ul li a:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea {
  position: relative;
  z-index: 1;
  background: #EFF1FF;
  border-radius: 4px;
  padding: 24px;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea.box2 {
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .comments-boxarea.box2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-details-section .blog-others-sidebar .comments-boxarea.box2 {
    margin: 0;
  }
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes {
    display: inline-block;
  }
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box {
  display: flex;
  align-items: center;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .content {
  padding-left: 18px;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .content .date {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: inline-block;
  margin-bottom: 16px;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .content .date img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5px 4px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .reply {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .reply {
    margin-top: 12px;
  }
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .reply i {
  margin: 0 2px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea {
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area {
  margin-top: 16px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  height: 120px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area button {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}

.vl-blog-bottom-area {
  position: relative;
  z-index: 1;
}
.vl-blog-bottom-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
}
.vl-blog-bottom-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-bottom-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.vl-blog-bottom-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-bottom-area .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
  border: 1px solid rgba(170, 170, 170, 0.09);
  margin: -100px 16px 0;
}
.vl-blog-bottom-area .vl-blog-1-item .vl-blog-1-content ul li {
  display: inline-block;
}
.vl-blog-bottom-area .vl-blog-1-item .vl-blog-1-content ul li a {
  color: #2E0797;
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(111, 105, 247, 0.2);
  padding: 6px 10px;
}
.vl-blog-bottom-area .vl-blog-1-item .vl-blog-1-content ul li a img {
  margin: -5px 4px 0 0;
}
.vl-blog-bottom-area .vl-blog-1-item .vl-blog-1-content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-bottom-area .vl-blog-1-item .vl-blog-1-content h4 a {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-bottom-area .vl-blog-1-item .vl-blog-1-content h4 a:hover {
  color: #2E0797;
  transition: all 0.4s;
}
.vl-blog-bottom-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-bottom-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-bottom-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: #2E0797;
  transition: all 0.4s;
}

.vl-blog-6-area {
  position: relative;
  z-index: 1;
}
.vl-blog-6-area .vl-blog-6-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
}
.vl-blog-6-area .vl-blog-6-item:hover .vl-blog-6-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-6-thumb {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-6-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-6-area .vl-blog-6-item .vl-blog-6-thumb img {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-6-area .vl-blog-6-item .vl-blog-6-thumb img {
    height: 500px;
  }
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-6-content {
  position: absolute;
  z-index: 2;
  padding: 32px;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  bottom: 24px;
  left: 32px;
  right: 36px;
}
@media (max-width: 767px) {
  .vl-blog-6-area .vl-blog-6-item .vl-blog-6-content {
    left: 16px;
    right: 16px;
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-6-area .vl-blog-6-item .vl-blog-6-content {
    left: 16px;
    right: 16px;
  }
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-6-content ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .vl-blog-6-area .vl-blog-6-item .vl-blog-6-content ul li:nth-child(2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-6-area .vl-blog-6-item .vl-blog-6-content ul li:nth-child(2) {
    margin-top: 10px;
  }
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-6-content ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-6-content ul li a img {
  margin: -5px 4px 0 0;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-6-content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-6-content h4 a {
  color: var(--ztc-text-text-16);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-6-content h4 a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-6-content p {
  color: var(--ztc-text-text-3);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-6-content .vl-blog-6-icon {
  position: absolute;
  right: -20px;
  top: -20px;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-6-content .vl-blog-6-icon a {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-17);
  color: var(--ztc-text-text-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
  transform: rotate(-45deg);
}

.vl-blog-7-area {
  position: relative;
  z-index: 1;
}
.vl-blog-7-area .vl-blog-7-item {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  margin-bottom: 30px;
}
.vl-blog-7-area .vl-blog-7-item:hover .vl-blog-7-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-thumb {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.09);
  margin: -100px 16px 0;
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-content ul li {
  display: inline-block;
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-content ul li a {
  color: var(--ztc-text-text-18);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(67, 97, 238, 0.1);
  padding: 6px 10px;
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-content ul li a img {
  margin: -5px 4px 0 0;
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-content h4 a {
  color: var(--ztc-text-text-16);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-content h4 a:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-content .readmore {
  color: var(--ztc-text-text-16);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-content .readmore:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-7-item .vl-blog-7-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-8-area {
  position: relative;
  z-index: 1;
}
.vl-blog-8-area .vl-blog-8-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
}
.vl-blog-8-area .vl-blog-8-item:hover .vl-blog-8-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-thumb {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-8-area .vl-blog-8-item .vl-blog-8-thumb img {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-8-area .vl-blog-8-item .vl-blog-8-thumb img {
    height: 500px;
  }
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content {
  position: absolute;
  z-index: 2;
  padding: 32px;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  bottom: 24px;
  left: 32px;
  right: 36px;
}
@media (max-width: 767px) {
  .vl-blog-8-area .vl-blog-8-item .vl-blog-8-content {
    left: 16px;
    right: 16px;
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-8-area .vl-blog-8-item .vl-blog-8-content {
    left: 16px;
    right: 16px;
  }
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .vl-blog-8-area .vl-blog-8-item .vl-blog-8-content ul li:nth-child(2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-8-area .vl-blog-8-item .vl-blog-8-content ul li:nth-child(2) {
    margin-top: 10px;
  }
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content ul li a img {
  margin: -5px 4px 0 0;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content h4 a {
  color: var(--ztc-text-text-16);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content h4 a:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content p {
  color: var(--ztc-text-text-3);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .vl-blog-8-icon {
  position: absolute;
  right: -20px;
  top: -20px;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .vl-blog-8-icon a {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-20);
  color: var(--ztc-text-text-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
  transform: rotate(-45deg);
}

.vl-blog-9-area {
  position: relative;
  z-index: 1;
}
.vl-blog-9-area .vl-blog-9-item {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  margin-bottom: 30px;
}
.vl-blog-9-area .vl-blog-9-item:hover .vl-blog-9-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-thumb {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.09);
  margin: -100px 16px 0;
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-content ul li {
  display: inline-block;
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-content ul li a {
  color: var(--ztc-text-text-16);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: #F3F3F1;
  padding: 6px 10px;
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-content ul li a img {
  margin: -5px 4px 0 0;
  filter: brightness(0);
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-content h4 a {
  color: var(--ztc-text-text-16);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-content h4 a:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-content .readmore {
  color: var(--ztc-text-text-16);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-content .readmore:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
}
.vl-blog-9-area .vl-blog-9-item .vl-blog-9-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.vl-footer1-section-area .footer-logo1 img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer1-section-area .footer-logo1 p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.vl-footer1-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer1-section-area .footer-logo1 ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #EFF1FF;
  color: var(--ztc-text-text-2);
  margin: 0 12px 0 0;
}
.vl-footer1-section-area .footer-logo1 ul li a:hover {
  border-radius: 165px;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer1-section-area .vl-footer-widget {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .vl-footer-widget {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .vl-footer-widget {
    padding: 0;
  }
}
.vl-footer1-section-area .vl-footer-widget h3 {
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px; /* 100% */
}
.vl-footer1-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  margin-top: 24px;
}
.vl-footer1-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.vl-footer1-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
}
.vl-footer1-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: block;
  transition: all 0.4s;
  padding: 24px 0 32px;
  text-align: center;
  border-top: 1px solid #DADAE0;
}

.vl-footer2-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/all-images/bg/footer-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vl-footer2-section-area .footer-logo1 img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer2-section-area .footer-logo1 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}
.vl-footer2-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer2-section-area .footer-logo1 ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 165px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  margin: 0 12px 0 0;
}
.vl-footer2-section-area .footer-logo1 ul li a:hover {
  border-radius: 165px;
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
}
.vl-footer2-section-area .vl-footer-widget {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .vl-footer-widget {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .vl-footer-widget {
    padding: 0;
  }
}
.vl-footer2-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px; /* 100% */
}
.vl-footer2-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  margin-top: 24px;
  opacity: 80%;
}
.vl-footer2-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.vl-footer2-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}
.vl-footer2-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: block;
  transition: all 0.4s;
  padding: 24px 0 32px;
  text-align: center;
  opacity: 80%;
  border-top: 1px solid #375159;
}

.vl-footer3-section-area {
  position: relative;
  z-index: 1;
  background: #EFF1FF;
}
.vl-footer3-section-area .footer-logo1 img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer3-section-area .footer-logo1 p {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}
.vl-footer3-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer3-section-area .footer-logo1 ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 165px;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-7);
  margin: 0 12px 0 0;
}
.vl-footer3-section-area .footer-logo1 ul li a:hover {
  border-radius: 165px;
  background: var(--ztc-text-text-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer3-section-area .vl-footer-widget {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .vl-footer-widget {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .vl-footer-widget {
    padding: 0;
  }
}
.vl-footer3-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px; /* 100% */
}
.vl-footer3-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  margin-top: 24px;
}
.vl-footer3-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
}
.vl-footer3-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0);
}
.vl-footer3-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: block;
  transition: all 0.4s;
  padding: 24px 0 32px;
  text-align: center;
  border-top: 1px solid #CDCEDF;
}

.vl-footer4-section-area {
  position: relative;
  z-index: 1;
}
.vl-footer4-section-area .footer-logo1 img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer4-section-area .footer-logo1 p {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}
.vl-footer4-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer4-section-area .footer-logo1 ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 165px;
  background: linear-gradient(90deg, rgba(32, 44, 211, 0.1) 1.1%, rgba(7, 120, 249, 0.1) 100%);
  color: var(--ztc-text-text-10);
  margin: 0 12px 0 0;
}
.vl-footer4-section-area .footer-logo1 ul li a:hover {
  border-radius: 165px;
  background: var(--ztc-text-text-12);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer4-section-area .vl-footer-widget {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .vl-footer-widget {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .vl-footer-widget {
    padding: 0;
  }
}
.vl-footer4-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px; /* 100% */
}
.vl-footer4-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  margin-top: 24px;
  opacity: 80%;
}
.vl-footer4-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.vl-footer4-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0);
}
.vl-footer4-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: block;
  transition: all 0.4s;
  padding: 24px 0 32px;
  text-align: center;
  opacity: 80%;
  border-top: 1px solid #D9D9DE;
}

.vl-footer5-section-area {
  position: relative;
  z-index: 1;
}
.vl-footer5-section-area .footer-logo1 img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer5-section-area .footer-logo1 p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}
.vl-footer5-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer5-section-area .footer-logo1 ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 165px;
  background: #F5F6FF;
  color: var(--ztc-text-text-14);
  margin: 0 12px 0 0;
}
.vl-footer5-section-area .footer-logo1 ul li a:hover {
  border-radius: 165px;
  background: var(--ztc-text-text-13);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer5-section-area .vl-footer-widget {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .vl-footer-widget {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .vl-footer-widget {
    padding: 0;
  }
}
.vl-footer5-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px; /* 100% */
}
.vl-footer5-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  margin-top: 24px;
}
.vl-footer5-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}
.vl-footer5-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0);
}
.vl-footer5-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: block;
  transition: all 0.4s;
  padding: 24px 0 32px;
  text-align: center;
  border-top: 1px solid #DBDADF;
}

.vl-footer6-section-area .footer-logo1 img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer6-section-area .footer-logo1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.vl-footer6-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer6-section-area .footer-logo1 ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #F9F6F5;
  color: var(--ztc-text-text-2);
  margin: 0 12px 0 0;
}
.vl-footer6-section-area .footer-logo1 ul li a:hover {
  border-radius: 165px;
  background: var(--ztc-text-text-17);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer6-section-area .vl-footer-widget {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer6-section-area .vl-footer-widget {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .vl-footer-widget {
    padding: 0;
  }
}
.vl-footer6-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px; /* 100% */
}
.vl-footer6-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  margin-top: 24px;
}
.vl-footer6-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer6-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
}
.vl-footer6-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: block;
  transition: all 0.4s;
  padding: 24px 0 32px;
  text-align: center;
  border-top: 1px solid #DADAE0;
}

.vl-footer7-section-area {
  position: relative;
  z-index: 1;
  background: #EFF1FF;
}
.vl-footer7-section-area .elements52 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.vl-footer7-section-area .footer-logo1 img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer7-section-area .footer-logo1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}
.vl-footer7-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer7-section-area .footer-logo1 ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 165px;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-18);
  margin: 0 12px 0 0;
}
.vl-footer7-section-area .footer-logo1 ul li a:hover {
  border-radius: 165px;
  background: var(--ztc-text-text-18);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer7-section-area .vl-footer-widget {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer7-section-area .vl-footer-widget {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .vl-footer-widget {
    padding: 0;
  }
}
.vl-footer7-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px; /* 100% */
}
.vl-footer7-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  margin-top: 24px;
}
.vl-footer7-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer7-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0);
}
.vl-footer7-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: block;
  transition: all 0.4s;
  padding: 24px 0 32px;
  text-align: center;
  border-top: 1px solid #CDCEDF;
}

.vl-footer8-section-area {
  position: relative;
  z-index: 1;
  background: #F5F3F4;
}
.vl-footer8-section-area .footer-logo1 img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer8-section-area .footer-logo1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}
.vl-footer8-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer8-section-area .footer-logo1 ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 165px;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-20);
  margin: 0 12px 0 0;
}
.vl-footer8-section-area .footer-logo1 ul li a:hover {
  border-radius: 165px;
  background: var(--ztc-text-text-20);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer8-section-area .vl-footer-widget {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer8-section-area .vl-footer-widget {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .vl-footer-widget {
    padding: 0;
  }
}
.vl-footer8-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px; /* 100% */
}
.vl-footer8-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  margin-top: 24px;
}
.vl-footer8-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer8-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0);
}
.vl-footer8-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: block;
  transition: all 0.4s;
  padding: 24px 0 32px;
  text-align: center;
  border-top: 1px solid #CDCEDF;
}

.vl-footer9-section-area .footer-logo1 img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer9-section-area .footer-logo1 p {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.vl-footer9-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer9-section-area .footer-logo1 ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #F3F3F1;
  color: var(--ztc-text-text-16);
  margin: 0 12px 0 0;
}
.vl-footer9-section-area .footer-logo1 ul li a:hover {
  border-radius: 165px;
  background: var(--ztc-text-text-19);
  transition: all 0.4s;
  color: var(--ztc-text-text-16);
}
.vl-footer9-section-area .vl-footer-widget {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer9-section-area .vl-footer-widget {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer9-section-area .vl-footer-widget {
    padding: 0;
  }
}
.vl-footer9-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px; /* 100% */
}
.vl-footer9-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  margin-top: 24px;
}
.vl-footer9-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
}
.vl-footer9-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
}
.vl-footer9-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: block;
  transition: all 0.4s;
  padding: 24px 0 32px;
  text-align: center;
  border-top: 1px solid #DADAE0;
}

.vl-footer10-section-area .footer-logo1 img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
.vl-footer10-section-area .footer-logo1 p {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.vl-footer10-section-area .footer-logo1 ul li {
  display: inline-block;
}
.vl-footer10-section-area .footer-logo1 ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #F2F4FF;
  color: var(--ztc-text-text-16);
  margin: 0 12px 0 0;
}
.vl-footer10-section-area .footer-logo1 ul li a:hover {
  border-radius: 165px;
  background: var(--ztc-text-text-21);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer10-section-area .vl-footer-widget {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer10-section-area .vl-footer-widget {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer10-section-area .vl-footer-widget {
    padding: 0;
  }
}
.vl-footer10-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px; /* 100% */
}
.vl-footer10-section-area .vl-footer-widget ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  margin-top: 24px;
}
.vl-footer10-section-area .vl-footer-widget ul li a:hover {
  color: var(--ztc-text-text-21);
  transition: all 0.4s;
}
.vl-footer10-section-area .vl-footer-widget ul li a img {
  margin: 0 8px 0 0;
}
.vl-footer10-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: block;
  transition: all 0.4s;
  padding: 24px 0 32px;
  text-align: center;
  border-top: 1px solid #DADAE0;
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage1-body .row-bg3 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  padding: 12px 0;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .homepage1-body .row-bg3 {
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .row-bg3 {
    border-radius: 0;
  }
}
.homepage1-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header {
    padding: 0;
  }
}
.homepage1-body .vl-transparent-header .container.headerfix {
  max-width: 1300px;
}
.homepage1-body .vl-transparent-header .vl-logo img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage1-body .vl-main-menu ul {
  text-align: center;
}
.homepage1-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage1-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage1-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-1);
  background: none;
  opacity: 70%;
}
.homepage1-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.homepage1-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-1);
}
.homepage1-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  z-index: 1;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: #2E0797;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage1-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-1);
}
.homepage1-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage1-body .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.homepage1-body .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.homepage1-body .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.homepage1-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage1-body .vl-mega-menu {
  position: absolute;
  left: -250px;
  top: 100px;
  width: 1290px;
  background: #fff;
  padding: 25px 25px 5px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 600px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage1-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage1-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage1-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.homepage1-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage1-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage1-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-left: -75px;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: #2E0797 !important;
  background: var(--ztc-bg-bg-1);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: 700;
  transition: all 0.4s;
  width: 150px;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.homepage1-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage1-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
  margin-top: -90px;
}
.homepage1-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage1-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
}
.homepage1-body .header-sticky .row-bg3 {
  background: var(--ztc-bg-bg-2);
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

.body-bg2 {
  background: var(--ztc-bg-bg-7);
}

.homepage2-body {
  overflow-x: hidden !important;
}
.homepage2-body .row-bg2 {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 12px 0;
}
@media (max-width: 767px) {
  .homepage2-body .row-bg2 {
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .row-bg2 {
    border-radius: 0;
  }
}
.homepage2-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 20px;
}
@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header {
    padding: 0;
  }
}
.homepage2-body .vl-transparent-header .container.headerfix {
  max-width: 1300px;
}
.homepage2-body .vl-transparent-header .vl-logo img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage2-body .vl-main-menu ul {
  text-align: center;
}
.homepage2-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage2-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage2-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-5);
  background: none;
}
.homepage2-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.homepage2-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-5);
}
.homepage2-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-text-text-6);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
  border: 1px solid #314C54;
}
.homepage2-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
  left: 190px !important;
}
@media (max-width: 767px) {
  .homepage2-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
.homepage2-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-6);
  z-index: 1;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-5);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage2-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-5);
}
.homepage2-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 198%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 198%;
  transform: scale(1);
}
.homepage2-body .vl-mega-menu {
  position: absolute;
  left: -250px;
  top: 100px;
  width: 1290px;
  background: var(--ztc-bg-bg-7);
  padding: 25px 25px 5px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #314C54;
  height: 600px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage2-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage2-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage2-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.homepage2-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage2-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage2-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-left: -90px;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn3 {
  color: var(--ztc-text-text-6) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn3 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 18px 24px;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn3 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  color: var(--ztc-text-text-2);
  line-height: 50px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn3:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn3:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}
.homepage2-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage2-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
  margin-top: -100px;
}
.homepage2-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage2-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
}
.homepage2-body .header-sticky .row-bg2 {
  background: #032530;
}

.homepage3-body {
  overflow-x: hidden !important;
}
.homepage3-body .row-bg {
  background: var(--ztc-bg-bg-1);
  padding: 12px 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .homepage3-body .row-bg {
    border-radius: 0 0 4px 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .row-bg {
    border-radius: 0 0 4px 4px;
  }
}
.homepage3-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 20px;
}
@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header {
    padding: 0;
  }
}
.homepage3-body .vl-transparent-header .container.headerfix {
  max-width: 1300px;
}
.homepage3-body .vl-transparent-header .vl-logo img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage3-body .vl-main-menu ul {
  text-align: center;
}
.homepage3-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage3-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage3-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-9);
  background: none;
}
.homepage3-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.homepage3-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-9);
}
.homepage3-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-text-text-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage3-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
  left: 190px !important;
}
@media (max-width: 767px) {
  .homepage3-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
.homepage3-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-7);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-9);
  z-index: 1;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-9);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage3-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-9);
}
.homepage3-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage3-body .vl-mega-menu {
  position: absolute;
  left: -258px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px 25px 5px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #fff;
  height: 600px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage3-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage3-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage3-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.homepage3-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage3-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-7);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-left: -78px;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn4 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-9);
  padding: 20px 26px;
  display: inline-block;
  border-radius: 8px;
  width: 160px;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn4:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-9) !important;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn4:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn4:hover::after {
  background: var(--ztc-bg-bg-8);
  opacity: 0.1;
  transition: all 0.4s;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn4::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
  left: 12px;
  top: 11px;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn4::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.homepage3-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-7) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage3-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
  margin-top: -80px;
}
.homepage3-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage3-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  margin-top: 0;
}
.homepage3-body .header-sticky .vl-transparent-header {
  margin: 0;
}
.homepage3-body .header-sticky .row-bg {
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

.homepage4-body {
  overflow-x: hidden !important;
}
.homepage4-body .row-bg4 {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 12px 0;
}
@media (max-width: 767px) {
  .homepage4-body .row-bg4 {
    border-radius: 0 0 4px 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .row-bg4 {
    border-radius: 0 0 4px 4px;
  }
}
.homepage4-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 20px;
}
@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header {
    padding: 0;
  }
}
.homepage4-body .vl-transparent-header .container.headerfix {
  max-width: 1300px;
}
.homepage4-body .vl-transparent-header .vl-logo img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage4-body .vl-main-menu ul {
  text-align: center;
}
.homepage4-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage4-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage4-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-1);
  background: none;
  opacity: 80%;
}
.homepage4-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.homepage4-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-text-text-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
  left: 190px !important;
}
@media (max-width: 767px) {
  .homepage4-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
.homepage4-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-10);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-10);
  z-index: 1;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-12);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage4-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-12);
}
.homepage4-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage4-body .vl-mega-menu {
  position: absolute;
  left: -250px;
  top: 100px;
  width: 1290px;
  background: var(--ztc-bg-bg-1);
  padding: 25px 25px 5px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 600px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage4-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage4-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage4-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.homepage4-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage4-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-10);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage4-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-left: -90px;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn5 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn5 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 18px 24px;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn5 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  color: var(--ztc-text-text-1) !important;
  line-height: 50px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn5:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn5:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}
.homepage4-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-10) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage4-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
  margin-top: -100px;
}
.homepage4-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage4-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
}
.homepage4-body .header-sticky .row-bg4 {
  background: var(--ztc-bg-bg-11);
}

.homepage5-body {
  overflow-x: hidden !important;
}
.homepage5-body .row-bg4 {
  padding: 16px 0;
  margin: 0 18px;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 767px) {
  .homepage5-body .row-bg4 {
    border-radius: 4px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .row-bg4 {
    border-radius: 4px;
    margin: 0;
  }
}
.homepage5-body .col-lg-2 {
  padding: 0;
  transition: all 0.4s;
}
.homepage5-body .col-lg-3 {
  padding: 0;
  transition: all 0.4s;
}
.homepage5-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.homepage5-body .vl-transparent-header .vl-logo img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage5-body .vl-main-menu ul {
  text-align: center;
}
.homepage5-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage5-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage5-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-13);
  background: none;
}
.homepage5-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.homepage5-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-13);
}
.homepage5-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-text-text-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage5-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
  left: 190px !important;
}
@media (max-width: 767px) {
  .homepage5-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
.homepage5-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-14);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-12);
  z-index: 1;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-13);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage5-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-13);
}
.homepage5-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage5-body .vl-mega-menu {
  position: absolute;
  left: -250px;
  top: 100px;
  width: 1290px;
  background: var(--ztc-bg-bg-1);
  padding: 25px 25px 5px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 600px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage5-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage5-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage5-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.homepage5-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage5-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-14);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-left: -85px;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6 {
  display: inline-block;
  padding: 20px 10px 20px 24px;
  color: var(--ztc-text-text-1) !important;
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  position: relative;
  z-index: 2;
  font-family: var(--ztc-family-font1);
  border: none;
  overflow: hidden;
  background-color: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  width: 10px;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  transition: all 0.4s;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6 .arrow2 {
  transform: translateY(-4px) rotate(-45deg) translateX(-48px);
  transition: all 0.4s;
  opacity: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.homepage5-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-14) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage5-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
  margin-top: -85px;
}
.homepage5-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage5-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
}
.homepage5-body .header-sticky .row-bg4 {
  background: var(--ztc-bg-bg-1);
  padding: 14px 0;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.homepage5-body .header-sticky .row-bg4 .col-lg-2 {
  padding: 0 15px;
  transition: all 0.4s;
}
.homepage5-body .header-sticky .row-bg4 .col-lg-3 {
  padding: 0 15px;
  transition: all 0.4s;
}

.homepage6-body {
  overflow-x: hidden !important;
}
.homepage6-body .row-bg6 {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 12px 0;
}
@media (max-width: 767px) {
  .homepage6-body .row-bg6 {
    border-radius: 0 0 4px 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .row-bg6 {
    border-radius: 0 0 4px 4px;
  }
}
.homepage6-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 20px;
}
@media (max-width: 767px) {
  .homepage6-body .vl-transparent-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-transparent-header {
    padding: 0;
  }
}
.homepage6-body .vl-transparent-header .container.headerfix {
  max-width: 1300px;
}
.homepage6-body .vl-transparent-header .vl-logo img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage6-body .vl-main-menu ul {
  text-align: center;
}
.homepage6-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage6-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage6-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-1);
  background: none;
  opacity: 80%;
}
.homepage6-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.homepage6-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-1);
}
.homepage6-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-text-text-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage6-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
  left: 190px !important;
}
@media (max-width: 767px) {
  .homepage6-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
.homepage6-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-16);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage6-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-15);
  z-index: 1;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage6-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-17);
}
.homepage6-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage6-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-17);
}
.homepage6-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage6-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage6-body .vl-mega-menu {
  position: absolute;
  left: -250px;
  top: 100px;
  width: 1290px;
  background: var(--ztc-bg-bg-1);
  padding: 25px 25px 5px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 600px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage6-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage6-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage6-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.homepage6-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage6-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage6-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-16);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage6-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-left: -90px;
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn7 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn7 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 18px 24px;
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn7 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  color: var(--ztc-text-text-1);
  line-height: 50px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn7:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn7:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}
.homepage6-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-10) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage6-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
  margin-top: -100px;
}
.homepage6-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage6-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
}
.homepage6-body .header-sticky .row-bg6 {
  background: var(--ztc-bg-bg-14);
}

.homepage7-body {
  overflow-x: hidden !important;
}
.homepage7-body .row-bg {
  background: var(--ztc-bg-bg-1);
  padding: 12px 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .homepage7-body .row-bg {
    border-radius: 0 0 4px 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .row-bg {
    border-radius: 0 0 4px 4px;
  }
}
.homepage7-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 20px;
}
@media (max-width: 767px) {
  .homepage7-body .vl-transparent-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-transparent-header {
    padding: 0;
  }
}
.homepage7-body .vl-transparent-header .container.headerfix {
  max-width: 1300px;
}
.homepage7-body .vl-transparent-header .vl-logo img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage7-body .vl-main-menu ul {
  text-align: center;
}
.homepage7-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage7-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage7-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-18);
  background: none;
}
.homepage7-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.homepage7-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-17);
}
.homepage7-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-text-text-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage7-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
  left: 190px !important;
}
@media (max-width: 767px) {
  .homepage7-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
.homepage7-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-16);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage7-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-16);
  z-index: 1;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage7-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-18);
}
.homepage7-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage7-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-18);
}
.homepage7-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage7-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage7-body .vl-mega-menu {
  position: absolute;
  left: -258px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px 25px 5px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #fff;
  height: 600px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage7-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage7-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage7-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.homepage7-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage7-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage7-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-16);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage7-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-left: -78px;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn8 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-16);
  padding: 20px 26px;
  display: inline-block;
  border-radius: 8px;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn8:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1) !important;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn8:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn8:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn8::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
  left: 12px;
  top: 11px;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn8::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.homepage7-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-16) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage7-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
  margin-top: -80px;
}
.homepage7-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage7-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  margin-top: 0;
}
.homepage7-body .header-sticky .vl-transparent-header {
  margin: 0;
}
.homepage7-body .header-sticky .row-bg {
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

.homepage8-body {
  overflow-x: hidden !important;
}
.homepage8-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--ztc-bg-bg-1);
  padding: 16px 0;
}
.homepage8-body .vl-transparent-header .vl-logo img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage8-body .vl-main-menu ul {
  text-align: center;
}
.homepage8-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage8-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage8-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-20);
  background: none;
}
.homepage8-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.homepage8-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-20);
}
.homepage8-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-text-text-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage8-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
  left: 190px !important;
}
@media (max-width: 767px) {
  .homepage8-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage8-body .vl-main-menu ul > li .sub-menu.menu1 {
    left: 0 !important;
  }
}
.homepage8-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-16);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage8-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-18);
  z-index: 1;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage8-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-20);
}
.homepage8-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage8-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-20);
}
.homepage8-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage8-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage8-body .vl-mega-menu {
  position: absolute;
  left: -250px;
  top: 100px;
  width: 1290px;
  background: var(--ztc-bg-bg-1);
  padding: 25px 25px 5px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 600px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage8-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage8-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage8-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.homepage8-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage8-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage8-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage8-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-16);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage8-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-left: -65px;
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn9 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-18);
  padding: 20px 26px;
  display: inline-block;
  border-radius: 8px;
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn9:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn9:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn9:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn9::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  opacity: 30%;
  left: 12px;
  top: 11px;
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn9::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.homepage8-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-16) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage8-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
  margin-top: -75px;
}
.homepage8-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage8-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

.homepage9-body .row-bg9 {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  padding: 12px 0;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .homepage9-body .row-bg9 {
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage9-body .row-bg9 {
    border-radius: 0;
  }
}
.homepage9-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage9-body .vl-transparent-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage9-body .vl-transparent-header {
    padding: 0;
  }
}
.homepage9-body .vl-transparent-header .container.headerfix {
  max-width: 1300px;
}
.homepage9-body .vl-transparent-header .vl-logo img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage9-body .vl-main-menu ul {
  text-align: center;
}
.homepage9-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage9-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage9-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-19);
  background: none;
  opacity: 70%;
}
.homepage9-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.homepage9-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-19);
}
.homepage9-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage9-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage9-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage9-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-16);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage9-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-17);
  z-index: 1;
}
.homepage9-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage9-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage9-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage9-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-19);
}
.homepage9-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage9-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-19);
}
.homepage9-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage9-body .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.homepage9-body .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.homepage9-body .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.homepage9-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage9-body .vl-mega-menu {
  position: absolute;
  left: -250px;
  top: 100px;
  width: 1290px;
  background: #fff;
  padding: 25px 25px 5px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 600px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage9-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage9-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage9-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.homepage9-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage9-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage9-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage9-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-16);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage9-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-left: -75px;
}
.homepage9-body .vl-home-thumb .btn-area1 .vl-btn11 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-16) !important;
  background: var(--ztc-bg-bg-17);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: 700;
  transition: all 0.4s;
}
.homepage9-body .vl-home-thumb .btn-area1 .vl-btn11:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
}
.homepage9-body .vl-home-thumb .btn-area1 .vl-btn11:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage9-body .vl-home-thumb .btn-area1 .vl-btn11:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage9-body .vl-home-thumb .btn-area1 .vl-btn11::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage9-body .vl-home-thumb .btn-area1 .vl-btn11 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.homepage9-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-16) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
}
.homepage9-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
  margin-top: -90px;
}
.homepage9-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage9-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
}
.homepage9-body .header-sticky .row-bg9 {
  background-color: rgba(0, 0, 0, 0.76);
}

.homepage10-body .row-bg3 {
  background: var(--ztc-bg-bg-1);
  padding: 12px 0;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .homepage10-body .row-bg3 {
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage10-body .row-bg3 {
    border-radius: 0;
  }
}
.homepage10-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage10-body .vl-transparent-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage10-body .vl-transparent-header {
    padding: 0;
  }
}
.homepage10-body .vl-transparent-header .container.headerfix {
  max-width: 1300px;
}
.homepage10-body .vl-transparent-header .vl-logo img {
  width: 122px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
.homepage10-body .vl-main-menu ul {
  text-align: center;
}
.homepage10-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage10-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage10-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-21);
  background: none;
  opacity: 70%;
}
.homepage10-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.homepage10-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-21);
}
.homepage10-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage10-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage10-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage10-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-16);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage10-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-19);
  z-index: 1;
}
.homepage10-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage10-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage10-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage10-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-21);
}
.homepage10-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage10-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-21);
}
.homepage10-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage10-body .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-21);
  opacity: 80%;
  padding: 0 20px;
}
.homepage10-body .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.homepage10-body .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.homepage10-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage10-body .vl-mega-menu {
  position: absolute;
  left: -250px;
  top: 100px;
  width: 1290px;
  background: #fff;
  padding: 25px 25px 5px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 600px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage10-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage10-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage10-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.homepage10-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage10-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage10-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage10-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-14);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage10-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-left: -75px;
}
.homepage10-body .vl-home-thumb .btn-area1 .vl-btn13 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-19);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: 700;
  transition: all 0.4s;
}
.homepage10-body .vl-home-thumb .btn-area1 .vl-btn13:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage10-body .vl-home-thumb .btn-area1 .vl-btn13:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage10-body .vl-home-thumb .btn-area1 .vl-btn13:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage10-body .vl-home-thumb .btn-area1 .vl-btn13::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage10-body .vl-home-thumb .btn-area1 .vl-btn13 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.homepage10-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-16) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage10-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
  margin-top: -90px;
}
.homepage10-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage10-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
}
.homepage10-body .header-sticky .row-bg3 {
  background-color: var(--ztc-bg-bg-1);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
.work1-section-area {
  position: relative;
  z-index: 1;
}
.work1-section-area .elements9 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.work1-section-area .solution-header .bg-progress {
  background: #F2F4FF;
  border-radius: 8px;
  padding: 24px;
}
.work1-section-area .solution-header .bg-progress .progress-bar {
  margin-bottom: 20px;
}
.work1-section-area .solution-header .bg-progress label {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.work1-section-area .solution-header .bg-progress .progress {
  background-color: #DADCEB;
  border-radius: 20px;
  height: 10px;
  position: relative;
}
.work1-section-area .solution-header .bg-progress .progress-inner {
  border-radius: 40px;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
  height: 100%;
  transition: width 0.4s ease;
}
.work1-section-area .soultions-images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .work1-section-area .soultions-images {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .soultions-images {
    padding-top: 50px;
  }
}
.work1-section-area .soultions-images .elements10 {
  position: absolute;
  left: -50px;
  top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .soultions-images .elements10 {
    right: -50px;
    left: inherit;
    top: 0;
  }
}
@media (max-width: 767px) {
  .work1-section-area .soultions-images .elements10 {
    display: none;
  }
}
.work1-section-area .soultions-images .img2 {
  position: relative;
  z-index: 1;
  margin-top: -250px;
  margin-left: -150px;
  height: 330px;
  width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .soultions-images .img2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .work1-section-area .soultions-images .img2 {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .work1-section-area .soultions-images .img2 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}
.work1-section-area .soultions-images .img2 img {
  height: 330px;
  width: 400px;
}
@media (max-width: 767px) {
  .work1-section-area .soultions-images .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}

.work-others-section {
  position: relative;
  z-index: 1;
  padding: 100px 0 280px;
}
.work-others-section .elements16 {
  position: absolute;
  right: -70px;
  top: 0;
}
.work-others-section .elements1 {
  position: absolute;
  right: 180px;
  top: 20px;
  z-index: -1;
}

.work8-others-section {
  position: relative;
  z-index: 1;
  padding: 100px 0 280px;
  background: var(--ztc-bg-bg-14);
}
.work8-others-section .elements16 {
  position: absolute;
  right: -70px;
  top: 0;
}
.work8-others-section .elements1 {
  position: absolute;
  right: 180px;
  top: 20px;
  z-index: -1;
}
.work8-others-section .heading14 h2 {
  color: var(--ztc-text-text-1);
}

.work2-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/all-images/bg/footer-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.work2-section-area .elements9 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.work2-section-area .soultions-images {
  position: relative;
  z-index: 1;
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .work2-section-area .soultions-images {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2-section-area .soultions-images {
    padding: 0;
    margin-bottom: 50px;
  }
}
.work2-section-area .soultions-images .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}
.work2-section-area .soultions-images .arrow-circle a {
  height: 160px;
  width: 160px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-6);
  position: absolute;
  bottom: 0;
  left: 40%;
  z-index: 1;
}
.work2-section-area .soultions-images .arrow-circle a .arrow1 {
  position: absolute;
  top: 41%;
  left: 44%;
}
.work2-section-area .soultions-images .arrow-circle a .elements20 {
  position: absolute;
  top: 6px;
  left: 6px;
}
.work2-section-area .soultions-images .img2 {
  position: relative;
}
.work2-section-area .soultions-images .img2 .star {
  position: absolute;
  left: -30px;
  z-index: 2;
  top: 20px;
}
@media (max-width: 767px) {
  .work2-section-area .soultions-images .img2 .star {
    left: 40%;
  }
}
.work2-section-area .soultions-images .img2 .star img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.work2-section-area .soultions-images .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 200px 200px;
}
.work2-section-area .solution-header .bg-progress {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 24px;
}
.work2-section-area .solution-header .bg-progress .progress-bar {
  margin-bottom: 24px;
}
.work2-section-area .solution-header .bg-progress label {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.work2-section-area .solution-header .bg-progress .progress {
  background-color: #344F57;
  border-radius: 20px;
  height: 10px;
  position: relative;
}
.work2-section-area .solution-header .bg-progress .progress-inner {
  border-radius: 40px;
  background: var(--ztc-bg-bg-6);
  height: 100%;
  transition: width 0.4s ease;
}

.works3-section-area {
  position: relative;
  z-index: 1;
}
.works3-section-area .works-single-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background: var(--ztc-bg-bg-1);
  padding: 32px 40px;
  border-radius: 8px;
  margin-bottom: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works3-section-area .works-single-boxarea {
    padding: 30px;
  }
}
.works3-section-area .works-single-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  z-index: -1;
}
.works3-section-area .works-single-boxarea:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.works3-section-area .works-single-boxarea:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.works3-section-area .works-single-boxarea:hover .icons img {
  filter: none;
  transition: all 0.4s;
}
.works3-section-area .works-single-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.works3-section-area .works-single-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.works3-section-area .works-single-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-9);
}
.works3-section-area .works-single-boxarea .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.works3-section-area .works-single-boxarea .content-area a {
  color: var(--ztc-text-text-7);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.works3-section-area .works-single-boxarea .content-area p {
  color: var(--ztc-text-text-8);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}

.work4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.work4-section-area .elements16 {
  position: absolute;
  left: -100px;
  transform: rotateY(-180deg);
  top: 0;
}
.work4-section-area .elements1 {
  position: absolute;
  left: 140px;
  top: 0;
}
.work4-section-area .others-widget-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  position: relative;
}
.work4-section-area .others-widget-area .card-boxarea:hover h3 {
  transform: rotateY(360deg);
  transition: all 0.4s;
}
.work4-section-area .others-widget-area .card-boxarea h3 {
  line-height: 50px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  background: #F2F4FF;
}
.work4-section-area .others-widget-area .card-boxarea h3 img {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
}
.work4-section-area .others-widget-area .card-boxarea .content-area {
  background: #F2F4FF;
  padding: 28px;
  border-radius: 4px;
  text-align: center;
  margin: 0 40px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .work4-section-area .others-widget-area .card-boxarea .content-area {
    margin: 0;
  }
}
.work4-section-area .others-widget-area .card-boxarea .content-area:hover::after {
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.work4-section-area .others-widget-area .card-boxarea .content-area:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.work4-section-area .others-widget-area .card-boxarea .content-area:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.work4-section-area .others-widget-area .card-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-bg-bg-10);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.work4-section-area .others-widget-area .card-boxarea .content-area a {
  color: var(--ztc-text-text-10);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.work4-section-area .others-widget-area .card-boxarea .content-area p {
  color: var(--ztc-text-text-10);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: 0.16px;
  opacity: 0.8;
  transition: all 0.4s;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2 {
  background: #F2F4FF;
  padding: 28px;
  border-radius: 4px;
  text-align: center;
  margin: 0 0 0 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .work4-section-area .others-widget-area .card-boxarea .content-area2 {
    margin: 0;
  }
}
.work4-section-area .others-widget-area .card-boxarea .content-area2:hover::after {
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-bg-bg-10);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2 a {
  color: var(--ztc-text-text-10);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2 p {
  color: var(--ztc-text-text-10);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: 0.16px;
  opacity: 0.8;
  transition: all 0.4s;
}
.work4-section-area .others-widget-area .card-boxarea.box1 h3 {
  position: relative;
  left: -75px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .work4-section-area .others-widget-area .card-boxarea.box1 h3 {
    left: 0;
  }
}
.work4-section-area .others-widget-area .card-boxarea.box2 h3 {
  position: relative;
  left: -73px;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .work4-section-area .others-widget-area .card-boxarea.box2 h3 {
    left: 0;
  }
}
.work4-section-area .others-widget-area .card-boxarea.box3 h3 {
  position: relative;
  left: 74px;
  margin-top: -33px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .work4-section-area .others-widget-area .card-boxarea.box3 h3 {
    left: 0;
  }
}
.work4-section-area .others-widget-area .card-boxarea.box4 h3 {
  position: relative;
  left: 74px;
  margin-top: 16px;
  margin-bottom: -16px;
}
@media (max-width: 767px) {
  .work4-section-area .others-widget-area .card-boxarea.box4 h3 {
    left: 0;
  }
}
.work4-section-area .others-widget-area .images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .work4-section-area .others-widget-area .images {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.work4-section-area .others-widget-area .images .elements12 {
  position: absolute;
  top: -10px;
  left: -100px;
}
@media (max-width: 767px) {
  .work4-section-area .others-widget-area .images .elements12 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4-section-area .others-widget-area .images .elements12 {
    display: none;
  }
}
.work4-section-area .others-widget-area .images .elements13 {
  position: absolute;
  bottom: -10px;
  left: -100px;
}
@media (max-width: 767px) {
  .work4-section-area .others-widget-area .images .elements13 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4-section-area .others-widget-area .images .elements13 {
    display: none;
  }
}
.work4-section-area .others-widget-area .images .elements14 {
  position: absolute;
  top: -10px;
  right: -100px;
}
@media (max-width: 767px) {
  .work4-section-area .others-widget-area .images .elements14 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4-section-area .others-widget-area .images .elements14 {
    display: none;
  }
}
.work4-section-area .others-widget-area .images .elements15 {
  position: absolute;
  bottom: -10px;
  right: -100px;
}
@media (max-width: 767px) {
  .work4-section-area .others-widget-area .images .elements15 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4-section-area .others-widget-area .images .elements15 {
    display: none;
  }
}
.work4-section-area .others-widget-area .images .img1 {
  position: relative;
  z-index: 1;
  background: #F1F0FE;
  padding: 16px;
  border-radius: 50%;
}
.work4-section-area .others-widget-area .images .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.work5-section-area {
  position: relative;
  z-index: 1;
}
.work5-section-area .work-widget-boxes {
  position: relative;
  z-index: 1;
}
.work5-section-area .work-widget-boxes .work-boxarea {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.work5-section-area .work-widget-boxes .work-boxarea.box2::after {
  display: none;
}
.work5-section-area .work-widget-boxes .work-boxarea::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 82%;
  left: 63%;
  top: 50%;
  background: #E6E6E9;
  z-index: -1;
}
@media (max-width: 767px) {
  .work5-section-area .work-widget-boxes .work-boxarea::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work5-section-area .work-widget-boxes .work-boxarea::after {
    display: none;
  }
}
.work5-section-area .work-widget-boxes .work-boxarea:hover h5 {
  background: var(--ztc-bg-bg-12);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.work5-section-area .work-widget-boxes .work-boxarea:hover .icons {
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
}
.work5-section-area .work-widget-boxes .work-boxarea:hover .icons img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.work5-section-area .work-widget-boxes .work-boxarea h5 {
  color: var(--ztc-text-text-13);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 80px;
  background: rgba(109, 75, 251, 0.1);
  padding: 8px 14px;
}
.work5-section-area .work-widget-boxes .work-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 80px;
  background: rgba(109, 75, 251, 0.2);
  display: inline-block;
  transition: all 0.4s;
}
.work5-section-area .work-widget-boxes .work-boxarea .icons img {
  transition: all 0.4s;
}
.work5-section-area .work-widget-boxes .work-boxarea a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.work5-section-area .work-widget-boxes .work-boxarea a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .work5-section-area .work-widget-boxes .work-boxarea a {
    font-size: var(--ztc-font-size-font-s18);
  }
}

.works7-section-area {
  position: relative;
  z-index: 1;
}

.works-single-boxarea7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background: #EFF1FF;
  padding: 32px 40px;
  border-radius: 8px;
  margin-bottom: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-single-boxarea7 {
    padding: 30px;
  }
}
.works-single-boxarea7::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-16);
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  z-index: -1;
}
.works-single-boxarea7:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.works-single-boxarea7:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.works-single-boxarea7:hover .icons img {
  filter: none;
  transition: all 0.4s;
}
.works-single-boxarea7:hover .content-area7 a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.works-single-boxarea7:hover .content-area7 p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.works-single-boxarea7 .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-16);
}
.works-single-boxarea7 .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.works-single-boxarea7 .content-area7 a {
  color: var(--ztc-text-text-16);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.works-single-boxarea7 .content-area7 p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}

.work9-section-area {
  position: relative;
  z-index: 1;
}
.work9-section-area .elements9 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.work9-section-area .solution-header9 .bg-progress {
  background: #F3F3F1;
  border-radius: 8px;
  padding: 24px;
}
.work9-section-area .solution-header9 .bg-progress .progress-bar {
  margin-bottom: 20px;
}
.work9-section-area .solution-header9 .bg-progress label {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.work9-section-area .solution-header9 .bg-progress .progress {
  background-color: #DBDBDE;
  border-radius: 20px;
  height: 10px;
  position: relative;
}
.work9-section-area .solution-header9 .bg-progress .progress-inner {
  border-radius: 40px;
  background: var(--ztc-bg-bg-14);
  height: 100%;
  transition: width 0.4s ease;
}
.work9-section-area .soultions-images9 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .work9-section-area .soultions-images9 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work9-section-area .soultions-images9 {
    padding-top: 50px;
  }
}
.work9-section-area .soultions-images9 .img1 img {
  width: 470px;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.work9-section-area .soultions-images9 .img2 {
  position: relative;
  z-index: 1;
  margin-top: -250px;
  margin-left: 80px;
  height: 330px;
  width: 400px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work9-section-area .soultions-images9 .img2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .work9-section-area .soultions-images9 .img2 {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .work9-section-area .soultions-images9 .img2 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}
.work9-section-area .soultions-images9 .img2 img {
  height: 330px;
  width: 400px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .work9-section-area .soultions-images9 .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}

.work10-section-area {
  position: relative;
  z-index: 1;
}
.work10-section-area .elements9 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.work10-section-area .solution-header .bg-progress {
  background: #F2F4FF;
  border-radius: 8px;
  padding: 24px;
}
.work10-section-area .solution-header .bg-progress .progress-bar {
  margin-bottom: 20px;
}
.work10-section-area .solution-header .bg-progress label {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.work10-section-area .solution-header .bg-progress .progress {
  background-color: #DADCEB;
  border-radius: 20px;
  height: 10px;
  position: relative;
}
.work10-section-area .solution-header .bg-progress .progress-inner {
  border-radius: 40px;
  background: var(--ztc-bg-bg-14);
  height: 100%;
  transition: width 0.4s ease;
}
.work10-section-area .soultions-images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .work10-section-area .soultions-images {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work10-section-area .soultions-images {
    padding-top: 50px;
  }
}
.work10-section-area .soultions-images .elements10 {
  position: absolute;
  left: -50px;
  top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work10-section-area .soultions-images .elements10 {
    right: -50px;
    left: inherit;
    top: 0;
  }
}
@media (max-width: 767px) {
  .work10-section-area .soultions-images .elements10 {
    display: none;
  }
}
.work10-section-area .soultions-images .img2 {
  position: relative;
  z-index: 1;
  margin-top: -250px;
  margin-left: -150px;
  height: 330px;
  width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work10-section-area .soultions-images .img2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .work10-section-area .soultions-images .img2 {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .work10-section-area .soultions-images .img2 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}
.work10-section-area .soultions-images .img2 img {
  height: 330px;
  width: 400px;
}
@media (max-width: 767px) {
  .work10-section-area .soultions-images .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}

.work11-section-area .work-widget-boxes::after {
    position: absolute;
    content: "";
    background: #E6E6EB;
    height: 1px;
    width: 82%;
    top: 50%;
    z-index: -1;
    margin-top: -10px;
    left: 120px;
}
@media (max-width: 767px) {
  .work11-section-area .work-widget-boxes::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work11-section-area .work-widget-boxes::after {
    display: none;
  }
}

.work11-section-area {
  position: relative;
  z-index: 1;
}
.work11-section-area .work-widget-boxes {
  position: relative;
  z-index: 1;
}
.work11-section-area .work-widget-boxes .work-boxarea {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.work11-section-area .work-widget-boxes .work-boxarea.box2::after {
  display: none;
}
.work11-section-area .work-widget-boxes .work-boxarea::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 82%;
  left: 63%;
  top: 50%;
  background: #F2F4FF;
  z-index: -1;
}
@media (max-width: 767px) {
  .work11-section-area .work-widget-boxes .work-boxarea::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work11-section-area .work-widget-boxes .work-boxarea::after {
    display: none;
  }
}
.work11-section-area .work-widget-boxes .work-boxarea:hover h5 {
  background: var(--ztc-bg-bg-19);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.work11-section-area .work-widget-boxes .work-boxarea:hover .icons {
  background: var(--ztc-bg-bg-19);
  transition: all 0.4s;
}
.work11-section-area .work-widget-boxes .work-boxarea:hover .icons img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.work11-section-area .work-widget-boxes .work-boxarea h5 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 80px;
  background: #F2F4FF;
  padding: 8px 14px;
}
.work11-section-area .work-widget-boxes .work-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 80px;
  background: #F2F4FF;
  display: inline-block;
  transition: all 0.4s;
}
.work11-section-area .work-widget-boxes .work-boxarea .icons img {
  transition: all 0.4s;
  filter: brightness(0);
}
.work11-section-area .work-widget-boxes .work-boxarea a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.work11-section-area .work-widget-boxes .work-boxarea a:hover {
  color: var(--ztc-text-text-21);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .work11-section-area .work-widget-boxes .work-boxarea a {
    font-size: var(--ztc-font-size-font-s18);
  }
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: var(--ztc-text-text-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 140px;
  position: relative;
  width: 140px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--ztc-text-text-1) transparent var(--ztc-text-text-1);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 70px;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  color: var(--ztc-text-text-1);
}

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

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

.progress-wrap:hover::after {
  opacity: 0;
  color: var(--ztc-text-text-2);
}

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

.progress-wrap:hover::before {
  opacity: 1;
  color: var(--ztc-text-text-2);
}

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

.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-2);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

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

.others3-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-9);
}
.others3-section-area .elements29 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.others3-section-area .others-heading h5 img {
  filter: brightness(0) invert(1);
}
.others3-section-area .others-heading .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-9);
}
.others3-section-area .others-heading .btn-area1 a::after {
  background: var(--ztc-bg-bg-9);
  opacity: 10%;
}
.others3-section-area .others-heading .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.others3-section-area .others-heading .btn-area1 a:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}
.others3-section-area .img1 {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .others3-section-area .img1 {
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others3-section-area .img1 {
    position: relative;
  }
}
.others3-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============= OTHERS CSS AREA ENDS ===============*/
.pricingplan1-section-area {
  position: relative;
  z-index: 1;
}
.pricingplan1-section-area .elements30 {
  position: absolute;
  top: 0;
  right: 0;
}
.pricingplan1-section-area .toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.pricingplan1-section-area .custom-toggle {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: var(--ztc-text-text-1);
  top: 5px;
  left: 35px;
  border-radius: 50%;
  transition: 300ms all;
}
.pricingplan1-section-area .toggle-inner .t-month,
.pricingplan1-section-area .toggle-inner .t-year {
  position: absolute;
  left: -75px;
  top: 2px;
  transition: 300ms all;
}
.pricingplan1-section-area .toggle-inner .t-year {
  left: unset;
  left: 73px;
  opacity: 0.5;
}
.pricingplan1-section-area .active > .toggle-inner .t-month {
  opacity: 0.5;
}
.pricingplan1-section-area .active > .toggle-inner .t-year {
  opacity: 1;
}
.pricingplan1-section-area .toggle-inner input:checked + span {
  left: 5px;
}
.pricingplan1-section-area .toggle-inner {
  width: 60px;
  margin: 0 auto;
  height: 30px;
  border-radius: 25px;
  position: relative;
  background: var(--ztc-bg-bg-9);
  left: -20px;
}
.pricingplan1-section-area .t-year h4 {
  min-width: 200px;
}
.pricingplan1-section-area .t-year {
  text-align: left;
}
.pricingplan1-section-area .plan-toggle-wrap h4 {
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-7);
  font-family: "Figtree", sans-serif;
  margin-bottom: 0;
}
.pricingplan1-section-area .single-pricing-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 30px;
}
.pricingplan1-section-area .single-pricing-area .pricing-box h3 {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  text-transform: uppercase;
}
.pricingplan1-section-area .single-pricing-area .pricing-box p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
}
.pricingplan1-section-area .single-pricing-area .pricing-box ul li {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
  margin-top: 16px;
}
.pricingplan1-section-area .single-pricing-area .pricing-box ul li img {
  margin: 0 6px 0 0;
}
.pricingplan1-section-area .single-pricing-area .pricing-box h2 {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
}
.pricingplan1-section-area .single-pricing-area .pricing-box h2 span {
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  color: var(--ztc-text-text-8);
}
.pricingplan1-section-area .single-pricing-area .pricing-box .btn-area1 a {
  width: 100%;
  text-align: center;
}
.pricingplan1-section-area .single-pricing-area .pricing-box .btn-area1 a::after {
  left: 26%;
}

.pricing4-section-area {
  position: relative;
  z-index: 1;
}
.pricing4-section-area .pricing-single-boxarea {
  position: relative;
  z-index: 1;
  background: #F2F4FF;
  border-radius: 8px;
  padding: 42px 24px 32px 24px;
  margin-bottom: 30px;
}
.pricing4-section-area .pricing-single-boxarea .price {
  z-index: 1;
  top: -80px;
  position: relative;
  left: 32px;
}
.pricing4-section-area .pricing-single-boxarea .price h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
  text-transform: capitalize;
}
.pricing4-section-area .pricing-single-boxarea .price p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
}
.pricing4-section-area .pricing-single-boxarea .price img {
  position: absolute;
  top: -38px;
  z-index: -1;
  left: -42px;
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 160px;
  max-height: 160px;
}
.pricing4-section-area .pricing-single-boxarea p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: capitalize;
}
.pricing4-section-area .pricing-single-boxarea h3 {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  text-transform: capitalize;
  padding-bottom: 20px;
  border-bottom: 1px solid #DADCE8;
}
.pricing4-section-area .pricing-single-boxarea ul li {
  margin-top: 16px;
  color: #333647;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
}
.pricing4-section-area .pricing-single-boxarea ul li img {
  margin: 0 6px 0 0;
}
.pricing4-section-area .pricing-single-boxarea.box2 {
  background: var(--ztc-bg-bg-10);
}
.pricing4-section-area .pricing-single-boxarea.box2 p {
  color: var(--ztc-text-text-1);
}
.pricing4-section-area .pricing-single-boxarea.box2 h3 {
  color: var(--ztc-text-text-1);
}
.pricing4-section-area .pricing-single-boxarea.box2 ul li {
  color: var(--ztc-text-text-1);
}
.pricing4-section-area .pricing-single-boxarea.box2 .btn-area1 a span {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-12);
}

/*============= PRICING CSS AREA STARTS ===============*/
/*============= PRICING CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/
/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.team1-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/all-images/bg/service-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team1-section-area .team-header h5::after {
  background: linear-gradient(0deg, rgba(114, 110, 252, 0.1) 0%, rgba(114, 110, 252, 0.1) 100%);
}
.team1-section-area .team-author-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.team1-section-area .team-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team1-section-area .team-author-boxarea:hover ul {
  right: 50px;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.team1-section-area .team-author-boxarea .img1 {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  text-align: center;
  height: 340px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
.team1-section-area .team-author-boxarea .img1 img {
  border-radius: 16px;
  transition: all 0.4s;
}
.team1-section-area .team-author-boxarea .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px 24px;
  position: relative;
  z-index: 1;
  margin: -55px 24px 0 24px;
}
@media (max-width: 767px) {
  .team1-section-area .team-author-boxarea .content-area {
   margin: -55px 0 0 0;
  }
}
.team1-section-area .team-author-boxarea .content-area .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.team1-section-area .team-author-boxarea .content-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.team1-section-area .team-author-boxarea .content-area .icons a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #2E0797;
  color: var(--ztc-text-text-1);
}
.team1-section-area .team-author-boxarea ul {
  position: absolute;
  bottom: 124px;
  z-index: 2;
  right: 50px;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
}
.team1-section-area .team-author-boxarea ul li a {
  background: #EFF1FF;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin-top: 12px;
  font-size: var(--ztc-font-size-font-s20);
}
.team1-section-area .team-author-boxarea ul li a:hover {
  background: #2E0797;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team2-section-area {
  position: relative;
}
.team2-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../img/all-images/bg/footer-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.team2-section-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../img/all-images/bg/team-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  left: 0;
  top: 0;
  z-index: -2;
  opacity: 0.1;
}
.team2-section-area .team-author-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.team2-section-area .team-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  filter: grayscale(1);
}
.team2-section-area .team-author-boxarea:hover ul {
  bottom: 100px;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.team2-section-area .team-author-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  height: 270px;
  text-align: center;
}
.team2-section-area .team-author-boxarea .img1 img {
  border-radius: 16px;
  transition: all 0.4s;
  position: relative;
  object-fit: contain;
  top: 0;
}
.team2-section-area .team-author-boxarea .content-area {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 24px;
}
.team2-section-area .team-author-boxarea .content-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.team2-section-area .team-author-boxarea .content-area .text p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 80%;
}
.team2-section-area .team-author-boxarea ul {
  position: absolute;
  bottom: 70%;
  z-index: 2;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--ztc-text-text-6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px;
  left: 10%;
  right: 10%;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  .team2-section-area .team-author-boxarea ul {
    left: 15%;
    right: 15%;
  }
}
.team2-section-area .team-author-boxarea ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.team2-section-area .team-author-boxarea ul li:nth-last-child(1) {
  margin: 0;
}
.team2-section-area .team-author-boxarea ul li a {
  background: rgba(255, 255, 255, 0.1);
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.team2-section-area .team-author-boxarea ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
}

.teaminner-section-area {
  position: relative;
  z-index: 1;
}
.teaminner-section-area .team-header h5::after {
  background: linear-gradient(0deg, rgba(114, 110, 252, 0.1) 0%, rgba(114, 110, 252, 0.1) 100%);
}
.teaminner-section-area .team-author-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.teaminner-section-area .team-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.teaminner-section-area .team-author-boxarea:hover ul {
  right: 50px;
  transition: all 0.6s;
}
.teaminner-section-area .team-author-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 16px;
}
.teaminner-section-area .team-author-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.teaminner-section-area .team-author-boxarea .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px 24px;
  position: relative;
  z-index: 1;
  margin: -55px 24px 0 24px;
}
.teaminner-section-area .team-author-boxarea .content-area .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.teaminner-section-area .team-author-boxarea .content-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.teaminner-section-area .team-author-boxarea .content-area .icons a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
}
.teaminner-section-area .team-author-boxarea ul {
  position: absolute;
  bottom: 124px;
  z-index: 2;
  right: -100px;
  transition: all 0.4s;
}
.teaminner-section-area .team-author-boxarea ul li a {
  background: #fff;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin-top: 12px;
  font-size: var(--ztc-font-size-font-s20);
}
.teaminner-section-area .team-author-boxarea ul li a:hover {
  background: #2E0797;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team6-section-area {
  position: relative;
  z-index: 1;
  background: #F9F6F5;
}

.team-author-boxarea6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.team-author-boxarea6:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team-author-boxarea6:hover ul {
  right: 50px;
  transition: all 0.6s;
}
.team-author-boxarea6 .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 16px;
}
.team-author-boxarea6 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.team-author-boxarea6 .content-area6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px 24px;
  position: relative;
  z-index: 1;
  margin: -55px 24px 0 24px;
}
.team-author-boxarea6 .content-area6 .text a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.team-author-boxarea6 .content-area6 .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.team-author-boxarea6 .content-area6 .icons a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-text-text-17);
}
.team-author-boxarea6 ul {
  position: absolute;
  bottom: 124px;
  z-index: 2;
  right: -100px;
  transition: all 0.4s;
}
.team-author-boxarea6 ul li a {
  background: #F9F6F5;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin-top: 12px;
  font-size: var(--ztc-font-size-font-s20);
}
.team-author-boxarea6 ul li a:hover {
  background: var(--ztc-text-text-17);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team_8_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F5F3F4;
}

.team_8_boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.team_8_boxarea .img1  {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  text-align: center;
  height: 350px;
}
.team_8_boxarea .img1 img {
  border-radius: 8px;
  object-fit: contain;
}
.team_8_boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.team_8_boxarea:hover .team_8_social {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}

.content_8_area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 28px;
  text-align: center;
  margin: -50px 24px 0 24px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.09);
}
.content_8_area a.title {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  transition: all 0.4s;
}
.content_8_area a.title:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
}
.content_8_area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.team_8_social {
  border-radius: 8px;
  background: var(--ztc-text-text-20);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px;
  display: inline-block;
  position: absolute;
  bottom: 30%;
  left: 50%;
  margin-left: -105px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.8);
}
.team_8_social li {
  display: inline-block;
}
.team_8_social li a {
  height: 44px;
  width: 44px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-text-text-1);
  line-height: 44px;
  color: var(--ztc-text-text-16);
  font-size: var(--ztc-font-size-font-s18);
}
.team_8_social li a:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
}

.team9-section-area {
  position: relative;
  z-index: 1;
}

.team-author-boxarea9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.team-author-boxarea9:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team-author-boxarea9:hover ul {
  right: 50px;
  transition: all 0.6s;
}
.team-author-boxarea9 .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 16px;
}
.team-author-boxarea9 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.team-author-boxarea9 .content-area9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px 24px;
  position: relative;
  z-index: 1;
  margin: -55px 24px 0 24px;
}
.team-author-boxarea9 .content-area9 .text a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.team-author-boxarea9 .content-area9 .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.team-author-boxarea9 .content-area9 .icons a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-text-text-19);
}
.team-author-boxarea9 ul {
  position: absolute;
  bottom: 124px;
  z-index: 2;
  right: -100px;
  transition: all 0.4s;
}
.team-author-boxarea9 ul li a {
  background: var(--ztc-text-text-1);
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin-top: 12px;
  font-size: var(--ztc-font-size-font-s20);
}
.team-author-boxarea9 ul li a:hover {
  background: var(--ztc-text-text-19);
  transition: all 0.4s;
  color: var(--ztc-text-text-16);
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq3-section-area {
  position: relative;
  z-index: 1;
}
.faq3-section-area .images {
  position: relative;
}
.faq3-section-area .images .elements27 {
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: absolute;
  bottom: -50px;
  left: -50px;
  z-index: -1;
}
.faq3-section-area .faq-accordion-area .accordion-item {
  border: none;
  padding: 0;
  background: var(--ztc-bg-bg-9);
  border-radius: 10px;
}
.faq3-section-area .faq-accordion-area .accordion-item h2 button {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  border: none;
  padding: 0;
  padding: 20px 22px;
  font-family: var(--ztc-family-font1);
  color: #0E082B;
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .faq3-section-area .faq-accordion-area .accordion-item h2 button {
    line-height: 28px;
    padding: 20px 40px 20px 20px;
  }
}
.faq3-section-area .faq-accordion-area .accordion-item h2 button::after {
  height: 20px;
  position: absolute;
  right: 16px;
  width: 20px;
  filter: brightness(0) invert(1);
}
.faq3-section-area .faq-accordion-area .accordion-item h2 button::before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-9);
  right: 10px;
  top: 12px;
}
@media (max-width: 767px) {
  .faq3-section-area .faq-accordion-area .accordion-item h2 button::before {
    top: 41px;
  }
}
.faq3-section-area .faq-accordion-area .accordion-item h2 .accordion-button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.faq3-section-area .faq-accordion-area .accordion-item h2 .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
.faq3-section-area .faq-accordion-area .accordion-item h2 .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.faq3-section-area .faq-accordion-area .accordion-item .accordion-body {
  padding: 0;
}
.faq3-section-area .faq-accordion-area .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 0 20px 20px 20px;
}

.faq5-section-area {
  position: relative;
  z-index: 1;
}
.faq5-section-area .faq-widget-area {
  position: relative;
  z-index: 1;
}
.faq5-section-area .faq-widget-area .accordion .accordion-item {
  background: var(--ztc-bg-bg-12);
  border: none;
  border-radius: 16px;
  padding: 0;
}
.faq5-section-area .faq-widget-area .accordion .accordion-item button {
  padding: 40px 48px;
  box-shadow: none;
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  border-radius: 16px 16px 0 0;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq5-section-area .faq-widget-area .accordion .accordion-item button {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .faq5-section-area .faq-widget-area .accordion .accordion-item button {
    padding: 20px 24px;
    font-size: var(--ztc-font-size-font-s20);
    line-height: 28px;
  }
}
.faq5-section-area .faq-widget-area .accordion .accordion-item button::before {
  height: 48px;
  width: 48px;
  position: absolute;
  content: "";
  background: var(--ztc-bg-bg-12);
  right: 34px;
  top: 32px;
  transition: all 0.4s;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .faq5-section-area .faq-widget-area .accordion .accordion-item button::before {
    right: 10px;
    top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq5-section-area .faq-widget-area .accordion .accordion-item button::before {
    top: 27px;
  }
}
.faq5-section-area .faq-widget-area .accordion .accordion-item button::after {
  z-index: 1;
  filter: brightness(0) invert(1);
}
.faq5-section-area .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed) {
  background: none;
  color: var(--ztc-text-text-1);
  box-shadow: none;
  padding: 40px 48px 20px 48px;
}
.faq5-section-area .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.faq5-section-area .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .faq5-section-area .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed) {
    padding: 20px 24px 20px 24px;
  }
}
.faq5-section-area .faq-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq5-section-area .faq-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 90%;
  padding: 0 40px 40px 40px;
}
@media (max-width: 767px) {
  .faq5-section-area .faq-widget-area .accordion .accordion-item .accordion-body p {
    padding: 0 24px 20px 24px;
  }
}

.faq-inner-section-area {
  position: relative;
  z-index: 1;
}
.faq-inner-section-area .faq-widget-area ul {
  justify-content: center;
  background: #EFF1FF;
  border-radius: 16px;
  padding: 18px;
  width: 100%;
  margin: 0 auto;
  width: 1105px;
}
@media (max-width: 767px) {
  .faq-inner-section-area .faq-widget-area ul {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-inner-section-area .faq-widget-area ul {
    width: 100%;
  }
}
.faq-inner-section-area .faq-widget-area ul li button {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  display: inline-block;
  background: var(--ztc-text-text-1);
  padding: 16px 20px;
  border-radius: 4px;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-inner-section-area .faq-widget-area ul li button {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .faq-inner-section-area .faq-widget-area ul li button {
    margin-bottom: 10px;
  }
}
.faq-inner-section-area .faq-widget-area ul li button.active {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item {
  border: none;
  background: var(--ztc-bg-bg-5);
  border-radius: 8px;
  padding: 0;
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  letter-spacing: -0.36px;
  border: none;
  box-shadow: none;
  background: #EFF1FF;
  padding: 20px 18px;
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button.accordion-button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button.accordion-button:not(.collapsed)::before {
  background: var(--ztc-text-text-1);
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button::before {
  height: 28px;
  width: 28px;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 14px;
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button::after {
  z-index: 1;
  filter: brightness(0) invert(1);
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item .accordion-body {
  padding: 0;
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 0 18px 18px 18px;
}

.faq_6_section {
  position: relative;
  z-index: 1;
}
.faq_6_section .images {
  position: relative;
}
.faq_6_section .images .img1 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.faq6_accordion_area .accordion-item {
  border: none;
  padding: 0;
  background: var(--ztc-bg-bg-16);
  border-radius: 10px;
}
.faq6_accordion_area .accordion-item h2 button {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  border: none;
  padding: 0;
  padding: 20px 22px;
  font-family: var(--ztc-family-font1);
  color: var(--ztc-text-text-16);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .faq6_accordion_area .accordion-item h2 button {
    line-height: 28px;
    padding: 20px 40px 20px 20px;
  }
}
.faq6_accordion_area .accordion-item h2 button::after {
  height: 20px;
  position: absolute;
  right: 16px;
  width: 20px;
  filter: brightness(0) invert(1);
}
.faq6_accordion_area .accordion-item h2 button::before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-16);
  right: 10px;
  top: 12px;
}
@media (max-width: 767px) {
  .faq6_accordion_area .accordion-item h2 button::before {
    top: 41px;
  }
}
.faq6_accordion_area .accordion-item h2 .accordion-button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  box-shadow: none;
}
.faq6_accordion_area .accordion-item h2 .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
.faq6_accordion_area .accordion-item h2 .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.faq6_accordion_area .accordion-item .accordion-body {
  padding: 0;
}
.faq6_accordion_area .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 0 20px 20px 20px;
}

.faq9-section-area {
  position: relative;
  z-index: 1;
  background: #F3F3F1;
}
.faq9-section-area .faq-widget-area {
  position: relative;
  z-index: 1;
}
.faq9-section-area .faq-widget-area .accordion .accordion-item {
  background: var(--ztc-bg-bg-17);
  border: none;
  border-radius: 16px;
  padding: 0;
}
.faq9-section-area .faq-widget-area .accordion .accordion-item button {
  padding: 40px 48px;
  box-shadow: none;
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  border-radius: 16px 16px 0 0;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq9-section-area .faq-widget-area .accordion .accordion-item button {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .faq9-section-area .faq-widget-area .accordion .accordion-item button {
    padding: 20px 24px;
    font-size: var(--ztc-font-size-font-s20);
    line-height: 28px;
  }
}
.faq9-section-area .faq-widget-area .accordion .accordion-item button::before {
  height: 48px;
  width: 48px;
  position: absolute;
  content: "";
  background: var(--ztc-bg-bg-17);
  right: 34px;
  top: 32px;
  transition: all 0.4s;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .faq9-section-area .faq-widget-area .accordion .accordion-item button::before {
    right: 10px;
    top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq9-section-area .faq-widget-area .accordion .accordion-item button::before {
    top: 27px;
  }
}
.faq9-section-area .faq-widget-area .accordion .accordion-item button::after {
  z-index: 1;
  filter: brightness(0);
}
.faq9-section-area .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed) {
  background: none;
  color: var(--ztc-text-text-16);
  box-shadow: none;
  padding: 40px 48px 20px 48px;
}
.faq9-section-area .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.faq9-section-area .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .faq9-section-area .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed) {
    padding: 20px 24px 20px 24px;
  }
}
.faq9-section-area .faq-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq9-section-area .faq-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 90%;
  padding: 0 40px 40px 40px;
}
@media (max-width: 767px) {
  .faq9-section-area .faq-widget-area .accordion .accordion-item .accordion-body p {
    padding: 0 24px 20px 24px;
  }
}

.faq10-section-area {
  position: relative;
  z-index: 1;
}
.faq10-section-area .faq-widget-area {
  position: relative;
  z-index: 1;
}
.faq10-section-area .faq-widget-area .accordion .accordion-item {
  background: var(--ztc-bg-bg-19);
  border: none;
  border-radius: 16px;
  padding: 0;
}
.faq10-section-area .faq-widget-area .accordion .accordion-item button {
  padding: 40px 48px;
  box-shadow: none;
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  border-radius: 16px 16px 0 0;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq10-section-area .faq-widget-area .accordion .accordion-item button {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .faq10-section-area .faq-widget-area .accordion .accordion-item button {
    padding: 20px 24px;
    font-size: var(--ztc-font-size-font-s20);
    line-height: 28px;
  }
}
.faq10-section-area .faq-widget-area .accordion .accordion-item button::before {
  height: 48px;
  width: 48px;
  position: absolute;
  content: "";
  background: var(--ztc-bg-bg-19);
  right: 34px;
  top: 32px;
  transition: all 0.4s;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .faq10-section-area .faq-widget-area .accordion .accordion-item button::before {
    right: 10px;
    top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq10-section-area .faq-widget-area .accordion .accordion-item button::before {
    top: 27px;
  }
}
.faq10-section-area .faq-widget-area .accordion .accordion-item button::after {
  z-index: 1;
  filter: brightness(0) invert(1);
}
.faq10-section-area .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed) {
  background: none;
  color: var(--ztc-text-text-1);
  box-shadow: none;
  padding: 40px 48px 20px 48px;
}
.faq10-section-area .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.faq10-section-area .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .faq10-section-area .faq-widget-area .accordion .accordion-item button.accordion-button:not(.collapsed) {
    padding: 20px 24px 20px 24px;
  }
}
.faq10-section-area .faq-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq10-section-area .faq-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 90%;
  padding: 0 40px 40px 40px;
}
@media (max-width: 767px) {
  .faq10-section-area .faq-widget-area .accordion .accordion-item .accordion-body p {
    padding: 0 24px 20px 24px;
  }
}

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact-inner-area {
  position: relative;
  z-index: 1;
}
.contact-inner-area .widget-contactbox {
  background: #EFF1FF;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.contact-inner-area .widget-contactbox:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.contact-inner-area .widget-contactbox:hover .content h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact-inner-area .widget-contactbox:hover .content a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}
.contact-inner-area .widget-contactbox::after {
  background: var(--ztc-bg-bg-5);
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  width: 10px;
  border-radius: 10px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.contact-inner-area .widget-contactbox .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  border-radius: 50%;
}
.contact-inner-area .widget-contactbox .content {
  padding-left: 16px;
}
.contact-inner-area .widget-contactbox .content h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  transition: all 0.4s;
}
.contact-inner-area .widget-contactbox .content a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 10px;
}
.contact-inner-area .contact-author-boxarea {
  position: relative;
  z-index: 1;
}
.contact-inner-area .contact-author-boxarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
}
.contact-inner-area .contact-author-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 18px;
  margin-top: 16px;
  margin-bottom: 0 !important;
}
.contact-inner-area .contact-author-boxarea .input-area select {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 18px;
  margin-top: 16px;
  margin-bottom: 0 !important;
  border: none;
}
.contact-inner-area .contact-author-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 0.7;
}
.contact-inner-area .contact-author-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 0.7;
}
.contact-inner-area .contact-author-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 18px;
  margin-top: 16px;
  height: 140px;
}
.contact-inner-area .contact-author-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 0.7;
}
.contact-inner-area .contact-author-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 0.7;
}
.contact-inner-area .contact-author-boxarea .input-area button {
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta1-section-area {
  position: relative;
  z-index: 1;

}
@media (max-width: 767px) {
  .cta1-section-area {
    padding: 50px 0 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area {
    padding: 50px 0 0 !important;
  }
}
.cta1-section-area .cta-header {
  position: relative;
  z-index: 1;
}
.cta1-section-area .cta-header form {
  position: relative;
  z-index: 1;
}
.cta1-section-area .cta-header input {
  width: 100%;
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 37px 24px;
}
.cta1-section-area .cta-header input::-moz-placeholder {
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.cta1-section-area .cta-header input::placeholder {
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.cta1-section-area .cta-header button {
  border: none;
  outline: none;
  border-radius: 8px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.cta1-section-area .cta-images ul {
  position: absolute;
  top: 60px;
  right: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta1-section-area .cta-images ul {
    right: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cta1-section-area .cta-images ul {
    right: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta-images ul {
    right: 400px;
    top: 400px;
  }
}
.cta1-section-area .cta-images ul li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 24px;
}
.cta1-section-area .cta-images ul li img {
  margin: 0 4px 0 0;
}
.cta1-section-area .cta-images ul li:nth-child(2) {
  margin-left: -40px;
}
.cta1-section-area .cta-images .img1 {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .cta1-section-area .cta-images .img1 {
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta-images .img1 {
    position: relative;
    margin-top: 30px;
  }
}
.cta1-section-area .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta1-section-area .cta-images .elements7 {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.cta1-section-area .cta-images .elements8 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta1-section-area .cta-images .elements8 {
    right: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cta1-section-area .cta-images .elements8 {
    right: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta-images .elements8 {
    right: 400px;
    top: 400px;
  }
}

.cta2-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/all-images/bg/cta-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta2-section-area {
    padding: 50px 0 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area {
    padding: 50px 0 0 !important;
  }
}
.cta2-section-area .cta-header {
  position: relative;
  z-index: 1;
}
.cta2-section-area .cta-header h2 {
  color: var(--ztc-text-text-2);
}
.cta2-section-area .cta-header p {
  color: var(--ztc-text-text-3);
}
.cta2-section-area .cta-header form {
  position: relative;
  z-index: 1;
}
.cta2-section-area .cta-header input {
  width: 100%;
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  background: #AEDC42;
  border-radius: 68px;
  padding: 37px 24px;
}
.cta2-section-area .cta-header input::-moz-placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.cta2-section-area .cta-header input::placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.cta2-section-area .cta-header button {
  border: none;
  outline: none;
  position: absolute;
  background: none;
  right: 10px;
  top: 10px;
}
.cta2-section-area .cta-header button span {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-6);
}
.cta2-section-area .cta-images .img1 {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .cta2-section-area .cta-images .img1 {
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta-images .img1 {
    position: relative;
    margin-top: 30px;
  }
}
.cta2-section-area .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta2-section-area .cta-images .elements7 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  filter: brightness(0.4);
}
.cta2-section-area .cta-images ul {
  position: absolute;
  top: 60px;
  right: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta2-section-area .cta-images ul {
    right: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cta2-section-area .cta-images ul {
    right: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta-images ul {
    right: 400px;
    top: 400px;
  }
}
.cta2-section-area .cta-images ul li a {
  display: inline-block;
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 24px;
}
.cta2-section-area .cta-images ul li img {
  margin: 0 4px 0 0;
}
.cta2-section-area .cta-images ul li:nth-child(2) {
  margin-left: -40px;
}

.cta3-section-area {
  position: relative;
  z-index: 2;
  margin-bottom: -170px;
}
.cta3-section-area .cta-bg-area {
  background: var(--ztc-bg-bg-9);
  overflow: hidden;
  padding: 70px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .cta3-section-area .cta-bg-area {
    padding: 30px;
  }
}
.cta3-section-area .cta-bg-area .elements26 {
  position: absolute;
  opacity: 10%;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
.cta3-section-area .cta-bg-area .cta-header {
  position: relative;
  z-index: 1;
}
.cta3-section-area .cta-bg-area .cta-header h2 {
  color: var(--ztc-text-text-1);
}
.cta3-section-area .cta-bg-area .cta-header p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.cta3-section-area .cta-bg-area .cta-header .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-9);
}
.cta3-section-area .cta-bg-area .cta-header .btn-area1 a::after {
  background: var(--ztc-bg-bg-9);
  opacity: 10%;
}
.cta3-section-area .cta-bg-area .cta-header .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta3-section-area .cta-bg-area .cta-header .btn-area1 a:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}
.cta3-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2 {
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
  margin-left: 16px;
}
@media (max-width: 767px) {
  .cta3-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta3-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2::after {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}
.cta3-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2::before {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.cta3-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2:hover {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
}
.cta3-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2:hover::after {
  background: var(--ztc-bg-bg-8);
  opacity: 10%;
}

.cta4-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/all-images/bg/hero-bg5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta4-section-area {
    padding: 50px 0 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area {
    padding: 50px 0 0 !important;
  }
}
.cta4-section-area .elements33 {
  position: absolute;
  bottom: 0;
}
.cta4-section-area .elements1 {
  position: absolute;
  right: 150px;
}
@media (max-width: 767px) {
  .cta4-section-area .elements1 {
    left: 0;
    right: inherit;
    top: 295px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .elements1 {
    top: 26%;
  }
}
.cta4-section-area .elements16 {
  position: absolute;
  right: -100px;
}
@media (max-width: 767px) {
  .cta4-section-area .elements16 {
    top: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .elements16 {
    top: 27%;
  }
}
.cta4-section-area .cta-header {
  position: relative;
  z-index: 1;
}
.cta4-section-area .cta-header h2 {
  color: var(--ztc-text-text-1);
}
.cta4-section-area .cta-header p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.cta4-section-area .cta-header form {
  position: relative;
  z-index: 1;
}
.cta4-section-area .cta-header form input {
  width: 100%;
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  background: var(--ztc-bg-bg-1);
  border-radius: 68px;
  padding: 26px 24px;
}
.cta4-section-area .cta-header form input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.cta4-section-area .cta-header form input::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.cta4-section-area .cta-header form button {
  border: none;
  outline: none;
  position: absolute;
  background: none;
  right: 10px;
  top: 10px;
}
.cta4-section-area .cta-images .img1 {
  position: absolute;
  bottom: -100px;
  margin-left: 35px;
}
@media (max-width: 767px) {
  .cta4-section-area .cta-images .img1 {
    position: relative;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-images .img1 {
    position: relative;
  }
}
.cta4-section-area .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta4-section-area .cta-images .elements36 {
  position: absolute !important;
  z-index: -1;
  top: 80px;
}
@media (max-width: 767px) {
  .cta4-section-area .cta-images .elements36 {
    top: 460px;
  }
}
.cta4-section-area .cta-images ul {
  position: absolute;
  top: 60px;
  right: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta4-section-area .cta-images ul {
    right: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cta4-section-area .cta-images ul {
    right: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-images ul {
    right: 400px;
    top: 400px;
  }
}
.cta4-section-area .cta-images ul li a {
  display: inline-block;
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 24px;
}
.cta4-section-area .cta-images ul li img {
  margin: 0 4px 0 0;
}
.cta4-section-area .cta-images ul li:nth-child(2) {
  margin-left: -40px;
}

.cta5-section-area {
  position: relative;
  z-index: 1;
  margin: 0 30px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta5-section-area {
    margin: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section-area {
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cta5-section-area .cta-header {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section-area .cta-header {
    padding-top: 50px;
  }
}
.cta5-section-area .cta-header .btn-area1 .vl-btn6 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14);
}
.cta5-section-area .cta-header .btn-area1 .vl-btn6:hover {
  color: var(--ztc-text-text-1);
}
.cta5-section-area .cta-header .btn-area1 .vl-btn6.btn2 {
  background: var(--ztc-bg-bg-13);
  color: var(--ztc-text-text-1);
  margin-left: 16px;
}
@media (max-width: 767px) {
  .cta5-section-area .cta-header .btn-area1 .vl-btn6.btn2 {
    margin-left: 0;
    margin-top: 16px;
  }
}
.cta5-section-area .cta-header .btn-area1 .vl-btn6.btn2:hover {
  color: var(--ztc-text-text-1);
}
.cta5-section-area .images-area {
  position: relative;
  top: 80px;
}
.cta5-section-area .images-area .img1 {
  transform: rotate(-10deg);
}
@media (max-width: 767px) {
  .cta5-section-area .images-area .img1 {
    transform: rotate(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section-area .images-area .img1 {
    transform: rotate(0);
  }
}
.cta5-section-area .images-area .img2 {
  position: relative;
  transform: rotate(10deg);
}
@media (max-width: 767px) {
  .cta5-section-area .images-area .img2 {
    transform: rotate(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section-area .images-area .img2 {
    transform: rotate(0);
  }
}

.cta6-section-area {
  position: relative;
  z-index: 1;
  background: #050734;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta6-section-area {
    padding: 50px 0 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-section-area {
    padding: 50px 0 0 !important;
  }
}
.cta6-section-area .heading10 {
  position: relative;
  z-index: 1;
  padding: 0 60px 0 0;
}
@media (max-width: 767px) {
  .cta6-section-area .heading10 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-section-area .heading10 {
    padding: 0;
  }
}

.cta_6_form {
  position: relative;
  z-index: 1;
}
.cta_6_form input {
  width: 100%;
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  background: var(--ztc-bg-bg-1);
  border-radius: 110px;
  padding: 26px 24px;
}
.cta_6_form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.cta_6_form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.cta_6_form button {
  border: none;
  outline: none;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

.cta-images6 ul {
  position: absolute;
  top: 60px;
  right: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta-images6 ul {
    right: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cta-images6 ul {
    right: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-images6 ul {
    right: 400px;
    top: 400px;
  }
}
.cta-images6 ul li a {
  display: inline-block;
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 24px;
}
.cta-images6 ul li img {
  margin: 0 4px 0 0;
}
.cta-images6 ul li:nth-child(2) {
  margin-left: -40px;
}
.cta-images6 .img1 {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .cta-images6 .img1 {
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-images6 .img1 {
    position: relative;
    margin-top: 30px;
  }
}
.cta-images6 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-images6 .elements7 {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.cta-images6 .elements8 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta-images6 .elements8 {
    right: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cta-images6 .elements8 {
    right: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-images6 .elements8 {
    right: 400px;
    top: 400px;
  }
}

.cta7-section-area {
  position: relative;
  z-index: 2;
  margin-bottom: -170px;
}
.cta7-section-area .cta-bg-area {
  background: var(--ztc-bg-bg-16);
  overflow: hidden;
  padding: 70px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .cta7-section-area .cta-bg-area {
    padding: 30px;
  }
}
.cta7-section-area .cta-bg-area .elements26 {
  position: absolute;
  opacity: 10%;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
.cta7-section-area .cta-bg-area .cta-header {
  position: relative;
  z-index: 1;
}
.cta7-section-area .cta-bg-area .cta-header h2 {
  color: var(--ztc-text-text-1);
}
.cta7-section-area .cta-bg-area .cta-header p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.cta7-section-area .cta-bg-area .cta-header .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-18);
}
.cta7-section-area .cta-bg-area .cta-header .btn-area1 a::after {
  background: var(--ztc-bg-bg-16);
  opacity: 10%;
}
.cta7-section-area .cta-bg-area .cta-header .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta7-section-area .cta-bg-area .cta-header .btn-area1 a:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}
.cta7-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2 {
  background: var(--ztc-bg-bg-14);
  color: var(--ztc-text-text-1);
  margin-left: 16px;
}
@media (max-width: 767px) {
  .cta7-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta7-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2::after {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}
.cta7-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2::before {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.cta7-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}
.cta7-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2:hover::after {
  background: var(--ztc-bg-bg-16);
  opacity: 10%;
}

.cta8-section-area {
  position: relative;
  z-index: 2;
  margin-bottom: -170px;
}
.cta8-section-area .cta-bg-area {
  background: var(--ztc-bg-bg-18);
  overflow: hidden;
  padding: 70px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .cta8-section-area .cta-bg-area {
    padding: 30px;
  }
}
.cta8-section-area .cta-bg-area .elements26 {
  position: absolute;
  opacity: 10%;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
.cta8-section-area .cta-bg-area .cta-header {
  position: relative;
  z-index: 1;
}
.cta8-section-area .cta-bg-area .cta-header h2 {
  color: var(--ztc-text-text-1);
}
.cta8-section-area .cta-bg-area .cta-header p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.cta8-section-area .cta-bg-area .cta-header .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-20);
}
.cta8-section-area .cta-bg-area .cta-header .btn-area1 a::after {
  background: var(--ztc-bg-bg-18);
  opacity: 10%;
}
.cta8-section-area .cta-bg-area .cta-header .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta8-section-area .cta-bg-area .cta-header .btn-area1 a:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}
.cta8-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2 {
  background: var(--ztc-bg-bg-14);
  color: var(--ztc-text-text-1);
  margin-left: 16px;
}
@media (max-width: 767px) {
  .cta8-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta8-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta8-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2::after {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}
.cta8-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2::before {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}
.cta8-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
}
.cta8-section-area .cta-bg-area .cta-header .btn-area1 a.bnt2:hover::after {
  background: var(--ztc-bg-bg-18);
  opacity: 10%;
}

.cta9-section-area {
  position: relative;
  z-index: 1;
  background: #050734;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta9-section-area {
    padding: 50px 0 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta9-section-area {
    padding: 50px 0 0 !important;
  }
}
.cta9-section-area .cta-header {
  position: relative;
  z-index: 1;
}
.cta9-section-area .cta-header form {
  position: relative;
  z-index: 1;
}
.cta9-section-area .cta-header form input {
  width: 100%;
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 26px 24px;
}
.cta9-section-area .cta-header form input::-moz-placeholder {
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.cta9-section-area .cta-header form input::placeholder {
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.cta9-section-area .cta-header form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.cta9-section-area .cta-images ul {
  position: absolute;
  top: 60px;
  right: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta9-section-area .cta-images ul {
    right: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cta9-section-area .cta-images ul {
    right: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta9-section-area .cta-images ul {
    right: 400px;
    top: 400px;
  }
}
.cta9-section-area .cta-images ul li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 24px;
}
.cta9-section-area .cta-images ul li img {
  margin: 0 4px 0 0;
}
.cta9-section-area .cta-images ul li:nth-child(2) {
  margin-left: -40px;
}
.cta9-section-area .cta-images .img1 {
  position: absolute;
  bottom: -60px;
}
@media (max-width: 767px) {
  .cta9-section-area .cta-images .img1 {
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta9-section-area .cta-images .img1 {
    position: relative;
    margin-top: 30px;
  }
}
.cta9-section-area .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta9-section-area .cta-images .elements7 {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.cta9-section-area .cta-images .elements8 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta9-section-area .cta-images .elements8 {
    right: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cta9-section-area .cta-images .elements8 {
    right: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta9-section-area .cta-images .elements8 {
    right: 400px;
    top: 400px;
  }
}

.cta10-section-area {
  position: relative;
  z-index: 1;
  background: #050734;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta10-section-area {
    padding: 50px 0 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta10-section-area {
    padding: 50px 0 0 !important;
  }
}
.cta10-section-area .cta-header {
  position: relative;
  z-index: 1;
}
.cta10-section-area .cta-header form {
  position: relative;
  z-index: 1;
}
.cta10-section-area .cta-header form input {
  width: 100%;
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 26px 24px;
}
.cta10-section-area .cta-header form input::-moz-placeholder {
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.cta10-section-area .cta-header form input::placeholder {
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.cta10-section-area .cta-header form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.cta10-section-area .cta-images ul {
  position: absolute;
  top: 60px;
  right: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta10-section-area .cta-images ul {
    right: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cta10-section-area .cta-images ul {
    right: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta10-section-area .cta-images ul {
    right: 400px;
    top: 400px;
  }
}
.cta10-section-area .cta-images ul li a {
  display: inline-block;
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 24px;
}
.cta10-section-area .cta-images ul li img {
  margin: 0 4px 0 0;
}
.cta10-section-area .cta-images ul li:nth-child(2) {
  margin-left: -40px;
}
.cta10-section-area .cta-images .img1 {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .cta10-section-area .cta-images .img1 {
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta10-section-area .cta-images .img1 {
    position: relative;
    margin-top: 30px;
  }
}
.cta10-section-area .cta-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta10-section-area .cta-images .elements7 {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.cta10-section-area .cta-images .elements8 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta10-section-area .cta-images .elements8 {
    right: 400px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .cta10-section-area .cta-images .elements8 {
    right: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta10-section-area .cta-images .elements8 {
    right: 400px;
    top: 400px;
  }
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testimonial1-section-area {
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.testimonial1-section-area .slider-galeria .testimonial-slider-content-area {
  position: relative;
  z-index: 1;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .slider-galeria .testimonial-slider-content-area {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .slider-galeria .testimonial-slider-content-area {
    margin: 30px 0 0 0;
  }
}
.testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-5);
  border-radius: 8px;
  padding: 28px 38px 28px 28px;
}
.testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area .quito1 {
  position: absolute;
  right: 20px;
  top: 20px;
}
.testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area ul li {
  display: inline-block;
}
.testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area ul li a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  color: #FFA800;
}
.testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  transition: all 0.4s;
}
.testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area .elements18 {
  position: absolute;
  bottom: -35px;
}
.testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area {
    display: block;
  }
}


.testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text {
    margin-bottom: 16px;
  }
}

.testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .mans-img img {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text {
  padding-left: 16px;
}
.testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial1-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
}
.testimonial1-section-area .slider-galeria-thumbs .testimonial3-sliders-img {
  position: relative;
}
.testimonial1-section-area .slider-galeria-thumbs .testimonial3-sliders-img.slick-slide.slick-current.slick-active:after {
  position: absolute;
  content: "";
  height: 74px;
  width: 74px;
  background: var(--ztc-bg-bg-5);
  z-index: -1;
  top: -1px;
  left: -2px;
  border-radius: 50%;
}
.testimonial1-section-area .slider-galeria-thumbs .testimonial3-sliders-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  margin: 0 0 10px 0;
  cursor: pointer;
}

.testimonial2-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/all-images/bg/footer-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial2-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area {
  position: relative;
  z-index: 1;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .testimonial2-section-area .slider-galeria .testimonial-slider-content-area {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2-section-area .slider-galeria .testimonial-slider-content-area {
    margin: 30px 0 0 0;
  }
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 28px 38px 28px 28px;
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area .quito2 {
  position: absolute;
  right: 20px;
  top: 20px;
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area ul li {
  display: inline-block;
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area ul li a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  color: #FFA800;
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  transition: all 0.4s;
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area h4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: italic;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  display: inline-block;
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-author-area .elements21 {
  position: absolute;
  bottom: -30px;
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area {
    display: block;
  }
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text {
    margin-bottom: 16px;
  }
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .mans-img img {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text {
  padding-left: 16px;
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  opacity: 80%;
}
.testimonial2-section-area .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area img.elements17 {
  filter: brightness(0) invert(1);
}
.testimonial2-section-area .slider-galeria-thumbs .testimonial3-sliders-img {
  position: relative;
}
.testimonial2-section-area .slider-galeria-thumbs .testimonial3-sliders-img.slick-slide.slick-current.slick-active:after {
  position: absolute;
  content: "";
  height: 74px;
  width: 74px;
  background: var(--ztc-bg-bg-6);
  z-index: -1;
  top: -1px;
  left: -2px;
  border-radius: 50%;
}
.testimonial2-section-area .slider-galeria-thumbs .testimonial3-sliders-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  margin: 0 0 10px 0;
  cursor: pointer;
}

.testimonial4-section-area {
  position: relative;
  z-index: 1;
}
.testimonial4-section-area .testimonial4-slider {
  position: relative;
  z-index: 1;
}
.testimonial4-section-area .testimonial4-slider .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.testimonial4-section-area .testimonial4-slider .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-12);
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial4-section-area .testimonial4-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial4-section-area .testimonial4-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.testimonial4-section-area .testimonial4-slider .testimonial-review-box {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 28px;
}
.testimonial4-section-area .testimonial4-slider .testimonial-review-box .man-text {
  display: flex;
  align-items: center;
}
.testimonial4-section-area .testimonial4-slider .testimonial-review-box .man-text .man img {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.testimonial4-section-area .testimonial4-slider .testimonial-review-box .man-text .text {
  padding-left: 16px;
}
.testimonial4-section-area .testimonial4-slider .testimonial-review-box .man-text .text a {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial4-slider .testimonial-review-box .man-text .text a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial4-slider .testimonial-review-box .man-text .text p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding-bottom: 0;
  border: none;
}
.testimonial4-section-area .testimonial4-slider .testimonial-review-box p {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 80%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E8;
}
.testimonial4-section-area .testimonial4-slider .testimonial-review-box .logo-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial4-section-area .testimonial4-slider .testimonial-review-box .logo-area img {
  width: 85px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial4-section-area .testimonial4-slider .testimonial-review-box .logo-area ul li {
  color: #FFA800;
  display: inline-block;
}

.testimonial5-section-area {
  position: relative;
  z-index: 1;
  margin: 0 30px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .testimonial5-section-area {
    margin: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-section-area {
    margin: 0;
    border-radius: 0;
  }
}
.testimonial5-section-area .elements46 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.testimonial5-section-area .testimonial4-slider {
  position: relative;
  z-index: 1;
}
.testimonial5-section-area .testimonial4-slider .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}
@media (max-width: 767px) {
  .testimonial5-section-area .testimonial4-slider .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-section-area .testimonial4-slider .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.testimonial5-section-area .testimonial4-slider .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-13);
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial5-section-area .testimonial4-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial5-section-area .testimonial4-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.testimonial5-section-area .testimonial4-slider .testimonial-review-box {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 28px;
}
.testimonial5-section-area .testimonial4-slider .testimonial-review-box .man-text {
  display: flex;
  align-items: center;
}
.testimonial5-section-area .testimonial4-slider .testimonial-review-box .man-text .man img {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.testimonial5-section-area .testimonial4-slider .testimonial-review-box .man-text .text {
  padding-left: 16px;
}
.testimonial5-section-area .testimonial4-slider .testimonial-review-box .man-text .text a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial5-section-area .testimonial4-slider .testimonial-review-box .man-text .text a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}
.testimonial5-section-area .testimonial4-slider .testimonial-review-box .man-text .text p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding-bottom: 0;
  border: none;
}
.testimonial5-section-area .testimonial4-slider .testimonial-review-box p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 80%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E8;
}
.testimonial5-section-area .testimonial4-slider .testimonial-review-box .logo-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial5-section-area .testimonial4-slider .testimonial-review-box .logo-area img {
  width: 85px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial5-section-area .testimonial4-slider .testimonial-review-box .logo-area ul li {
  color: #FFA800;
  display: inline-block;
}

.testimonial-inner-section {
  position: relative;
  z-index: 1;
}
.testimonial-inner-section .testimonial-review-box {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 32px 28px;
  margin-bottom: 30px;
}
.testimonial-inner-section .testimonial-review-box .man-text {
  display: flex;
  align-items: center;
}
.testimonial-inner-section .testimonial-review-box .man-text .man img {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.testimonial-inner-section .testimonial-review-box .man-text .text {
  padding-left: 16px;
}
.testimonial-inner-section .testimonial-review-box .man-text .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial-inner-section .testimonial-review-box .man-text .text a:hover {
  color: #2E0797;
  transition: all 0.4s;
}
.testimonial-inner-section .testimonial-review-box .man-text .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding-bottom: 0;
  border: none;
}
.testimonial-inner-section .testimonial-review-box p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 80%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E8;
}
.testimonial-inner-section .testimonial-review-box .logo-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-inner-section .testimonial-review-box .logo-area img {
  width: 85px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial-inner-section .testimonial-review-box .logo-area ul li {
  color: #FFA800;
  display: inline-block;
}

.testimonial6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial6-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.testimonial6-section-area .elements49 {
  position: absolute;
  left: 0;
  top: 0;
}

.slider-galeria6 .testimonial-slider-content-area6 {
  position: relative;
  z-index: 1;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .slider-galeria6 .testimonial-slider-content-area6 {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-galeria6 .testimonial-slider-content-area6 {
    margin: 30px 0 0 0;
  }
}
.slider-galeria6 .testimonial-slider-content-area6 .testimonial-author-area6 {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
  border-radius: 8px;
  padding: 28px 38px 28px 28px;
}
.slider-galeria6 .testimonial-slider-content-area6 .testimonial-author-area6 .quito1 {
  position: absolute;
  right: 20px;
  top: 20px;
}
.slider-galeria6 .testimonial-slider-content-area6 .testimonial-author-area6 ul li {
  display: inline-block;
}
.slider-galeria6 .testimonial-slider-content-area6 .testimonial-author-area6 ul li a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
}
.slider-galeria6 .testimonial-slider-content-area6 .testimonial-author-area6 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  transition: all 0.4s;
}
.slider-galeria6 .testimonial-slider-content-area6 .testimonial-author-area6 .elements18 {
  position: absolute;
  bottom: -35px;
}
.slider-galeria6 .testimonial-slider-content-area6 .testimonial-man-info-area6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-galeria6 .testimonial-slider-content-area6 .testimonial-man-info-area6 .man-images-text6 {
  display: flex;
  align-items: center;
}
.slider-galeria6 .testimonial-slider-content-area6 .testimonial-man-info-area6 .man-images-text6 .mans-img6 img {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.slider-galeria6 .testimonial-slider-content-area6 .testimonial-man-info-area6 .man-images-text6 .man-text6 {
  padding-left: 16px;
}
.slider-galeria6 .testimonial-slider-content-area6 .testimonial-man-info-area6 .man-images-text6 .man-text6 a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.slider-galeria6 .testimonial-slider-content-area6 .testimonial-man-info-area6 .man-images-text6 .man-text6 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
}

.slider-galeria-thumbs6 .testimonial3-sliders-img6 {
  position: relative;
}
.slider-galeria-thumbs6 .testimonial3-sliders-img6.slick-slide.slick-current.slick-active:after {
  position: absolute;
  content: "";
  height: 74px;
  width: 74px;
  background: var(--ztc-bg-bg-15);
  z-index: -1;
  top: -1px;
  left: -2px;
  border-radius: 50%;
}
.slider-galeria-thumbs6 .testimonial3-sliders-img6 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  margin: 0 0 10px 0;
  cursor: pointer;
}

.testimonial_7_section {
  position: relative;
  z-index: 1;
}
.testimonial_7_section .elements53 {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial_7_section .slick-dots {
  display: flex;
  justify-content: start;
  margin-top: 32px;
}
.testimonial_7_section .slick-dots li {
  margin: 0 16px 0 0;
}
.testimonial_7_section .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: #A9ABC2;
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.testimonial_7_section .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid var(--ztc-text-text-18);
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.testimonial_7_section .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-16);
}
.testimonial_7_section .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.testimonial_7_slider .testimonial_7_boxarea .list_quoto {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial_7_slider .testimonial_7_boxarea .list_quoto ul li {
  border-radius: 4px;
  background: rgba(255, 48, 47, 0.1);
  color: #FF302F;
  display: inline-block;
  padding: 4px;
  line-height: 16px;
}
.testimonial_7_slider .testimonial_7_boxarea .list_quoto .quito1 {
  filter: brightness(0);
}
.testimonial_7_slider .testimonial_7_boxarea .test_7_pera p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.testimonial_7_slider .testimonial_7_boxarea .test_name_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial_7_slider .testimonial_7_boxarea .test_name_area .name_area a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  display: inline-block;
}
.testimonial_7_slider .testimonial_7_boxarea .test_name_area .name_area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-reagular);
  line-height: 16px;
}
.testimonial_7_slider .testimonial_7_boxarea .test_name_area .elements40 {
  width: 120px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  .testimonial_7_slider_images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_7_slider_images {
    margin-top: 30px;
  }
}
.testimonial_7_slider_images .testimonial_7_img img {
  height: 460px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.testimonial_8_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial_8_section .slick-dots {
  display: flex;
  justify-content: start;
  margin-top: 32px;
}
.testimonial_8_section .slick-dots li {
  margin: 0 16px 0 0;
}
.testimonial_8_section .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: #FFD0C1;
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.testimonial_8_section .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid var(--ztc-text-text-20);
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.testimonial_8_section .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-18);
}
.testimonial_8_section .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.testimonial_8_slider .testimonial_8_boxarea .list_quoto {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial_8_slider .testimonial_8_boxarea .list_quoto ul li {
  border-radius: 4px;
  background: rgba(255, 48, 47, 0.1);
  color: var(--ztc-text-text-20);
  display: inline-block;
  padding: 4px;
  line-height: 16px;
}
.testimonial_8_slider .testimonial_8_boxarea .list_quoto .quito1 {
  filter: brightness(0);
}
.testimonial_8_slider .testimonial_8_boxarea .test_8_pera p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.testimonial_8_slider .testimonial_8_boxarea .test_name_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial_8_slider .testimonial_8_boxarea .test_name_area .name_area a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  display: inline-block;
}
.testimonial_8_slider .testimonial_8_boxarea .test_name_area .name_area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-reagular);
  line-height: 16px;
}
.testimonial_8_slider .testimonial_8_boxarea .test_name_area .elements40 {
  width: 120px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  .testimonial_8_slider_images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_8_slider_images {
    margin-top: 30px;
  }
}
.testimonial_8_slider_images .testimonial_8_img img {
  height: 460px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.testimonial10-section-area {
  position: relative;
  z-index: 1;
}
.testimonial10-section-area .testimonial10-slider {
  position: relative;
  z-index: 1;
}
.testimonial10-section-area .testimonial10-slider .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
}
@media (max-width: 767px) {
  .testimonial10-section-area .testimonial10-slider .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial10-section-area .testimonial10-slider .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.testimonial10-section-area .testimonial10-slider .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-21);
  background: #F2F4FF;
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial10-section-area .testimonial10-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-19);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.testimonial10-section-area .testimonial10-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.testimonial10-section-area .testimonial10-slider .testimonial-review-box10 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #F2F4FF;
  padding: 32px 28px;
}
.testimonial10-section-area .testimonial10-slider .testimonial-review-box10 .man-text {
  display: flex;
  align-items: center;
}
.testimonial10-section-area .testimonial10-slider .testimonial-review-box10 .man-text .man img {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.testimonial10-section-area .testimonial10-slider .testimonial-review-box10 .man-text .text {
  padding-left: 16px;
}
.testimonial10-section-area .testimonial10-slider .testimonial-review-box10 .man-text .text a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial10-slider .testimonial-review-box10 .man-text .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding-bottom: 0;
  border: none;
}
.testimonial10-section-area .testimonial10-slider .testimonial-review-box10 p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 80%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E8;
}
.testimonial10-section-area .testimonial10-slider .testimonial-review-box10 .logo-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial10-section-area .testimonial10-slider .testimonial-review-box10 .logo-area img {
  width: 85px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial10-section-area .testimonial10-slider .testimonial-review-box10 .logo-area ul li {
  color: #FFA800;
  display: inline-block;
}


/* Inner Pages */
.testimonial10-section-area .testimonial10-slider2 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.testimonial10-section-area .testimonial10-slider2 .testimonial-review-box10 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #F2F4FF;
  padding: 32px 28px;
}
.testimonial10-section-area .testimonial10-slider2 .testimonial-review-box10 .man-text {
  display: flex;
  align-items: center;
}
.testimonial10-section-area .testimonial10-slider2 .testimonial-review-box10 .man-text .man img {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.testimonial10-section-area .testimonial10-slider2 .testimonial-review-box10 .man-text .text {
  padding-left: 16px;
}
.testimonial10-section-area .testimonial10-slider2 .testimonial-review-box10 .man-text .text a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial10-section-area .testimonial10-slider2 .testimonial-review-box10 .man-text .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding-bottom: 0;
  border: none;
}
.testimonial10-section-area .testimonial10-slider2 .testimonial-review-box10 p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 80%;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E8;
}
.testimonial10-section-area .testimonial10-slider2 .testimonial-review-box10 .logo-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial10-section-area .testimonial10-slider2 .testimonial-review-box10 .logo-area img {
  width: 85px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial10-section-area .testimonial10-slider2 .testimonial-review-box10 .logo-area ul li {
  color: #FFA800;
  display: inline-block;
}
/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ===============*/
.case1-section-area {
  position: relative;
  z-index: 1;
}
.case1-section-area .case-works-section-area {
  position: relative;
  z-index: 1;
}
.case-works-section-area .others-widget-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 50px;
  position: relative;
  top: -100px;
  margin-top: -200px;
  z-index: 2;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.09);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.case-works-section-area .others-widget-area {
    margin-top: -230px;
  }
}
@media (max-width: 767px) {
.case-works-section-area .others-widget-area {
    margin-top: -230px;
    padding: 30px;
  }
}
.case-works-section-area .others-widget-area .card-boxarea:hover h3 {
  transform: rotateY(360deg);
  transition: all 0.4s;
}
.case-works-section-area .others-widget-area .card-boxarea h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 60px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
}
.case-works-section-area .others-widget-area .card-boxarea .content-area {
  background: #F2F4FF;
  padding: 28px;
  border-radius: 4px;
  text-align: center;
  margin: 0 40px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
.case-works-section-area .others-widget-area .card-boxarea .content-area {
    margin: 0;
  }
}
.case-works-section-area .others-widget-area .card-boxarea .content-area:hover::after {
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.case-works-section-area .others-widget-area .card-boxarea .content-area:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case-works-section-area .others-widget-area .card-boxarea .content-area:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.case-works-section-area .others-widget-area .card-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-bg-bg-5);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.case-works-section-area .others-widget-area .card-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.case-works-section-area .others-widget-area .card-boxarea .content-area p {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  opacity: 0.8;
  transition: all 0.4s;
}
.case-works-section-area .others-widget-area .card-boxarea .content-area2 {
  background: #F2F4FF;
  padding: 28px;
  border-radius: 4px;
  text-align: center;
  margin: 0 0 0 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
 .case-works-section-area .others-widget-area .card-boxarea .content-area2 {
    margin: 0;
  }
}
.case-works-section-area .others-widget-area .card-boxarea .content-area2:hover::after {
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.case-works-section-area .others-widget-area .card-boxarea .content-area2:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case-works-section-area .others-widget-area .card-boxarea .content-area2:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.case-works-section-area .others-widget-area .card-boxarea .content-area2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-bg-bg-5);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.case-works-section-area .others-widget-area .card-boxarea .content-area2 a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.case-works-section-area .others-widget-area .card-boxarea .content-area2 p {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  opacity: 0.8;
  transition: all 0.4s;
}
.case-works-section-area .others-widget-area .card-boxarea.box1 h3 {
  position: relative;
  left: -75px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
 .case-works-section-area .others-widget-area .card-boxarea.box1 h3 {
    left: 0;
  }
}
.case-works-section-area .others-widget-area .card-boxarea.box2 h3 {
  position: relative;
  left: -73px;
  margin-top: 13px;
}
@media (max-width: 767px) {
.case-works-section-area .others-widget-area .card-boxarea.box2 h3 {
    left: 0;
  }
}
.case-works-section-area .others-widget-area .card-boxarea.box3 h3 {
  position: relative;
  left: 74px;
  margin-top: -33px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
.case-works-section-area .others-widget-area .card-boxarea.box3 h3 {
    left: 0;
  }
}
.case-works-section-area .others-widget-area .card-boxarea.box4 h3 {
  position: relative;
  left: 74px;
  margin-top: 16px;
  margin-bottom: -16px;
}
@media (max-width: 767px) {
.case-works-section-area .others-widget-area .card-boxarea.box4 h3 {
    left: 0;
  }
}
.case-works-section-area .others-widget-area .images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
 .case-works-section-area .others-widget-area .images {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.case-works-section-area .others-widget-area .images .elements12 {
  position: absolute;
  top: -10px;
  left: -100px;
}
@media (max-width: 767px) {
.case-works-section-area .others-widget-area .images .elements12 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .case-works-section-area .others-widget-area .images .elements12 {
    display: none;
  }
}
.case-works-section-area .others-widget-area .images .elements13 {
  position: absolute;
  bottom: -10px;
  left: -100px;
}
@media (max-width: 767px) {
.case-works-section-area .others-widget-area .images .elements13 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.case-works-section-area .others-widget-area .images .elements13 {
    display: none;
  }
}
.case-works-section-area .others-widget-area .images .elements14 {
  position: absolute;
  top: -10px;
  right: -100px;
}
@media (max-width: 767px) {
.case-works-section-area .others-widget-area .images .elements14 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.case-works-section-area .others-widget-area .images .elements14 {
    display: none;
  }
}
.case-works-section-area .others-widget-area .images .elements15 {
  position: absolute;
  bottom: -10px;
  right: -100px;
}
@media (max-width: 767px) {
.case-works-section-area .others-widget-area .images .elements15 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.case-works-section-area .others-widget-area .images .elements15 {
    display: none;
  }
}
.case-works-section-area .others-widget-area .images .img1 {
  position: relative;
  z-index: 1;
  background: #F1F0FE;
  padding: 16px;
  border-radius: 50%;
}
.case-works-section-area .others-widget-area .images .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .case1-section-area .case-header {
    text-align: center;
  }
}
.case1-section-area .case-header h5::after {
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(114, 110, 252, 0.1) 0%, rgba(114, 110, 252, 0.1) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.case1-section-area .case-slider-widget {
  position: relative;
  z-index: 1;
}
.case1-section-area .case-slider-widget .owl-stage-outer {
  overflow: inherit !important;
}
.case1-section-area .case-slider-widget .owl-nav {
  position: absolute;
  top: -110px;
  right: 0;
}
@media (max-width: 767px) {
  .case1-section-area .case-slider-widget .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .case-slider-widget .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.case1-section-area .case-slider-widget .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  border: none;
  outline: none;
  font-size: var(--ztc-font-size-font-s24);
  color: #2E0797;
}
.case1-section-area .case-slider-widget .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.case1-section-area .case-slider-widget .owl-nav button:hover {
  background: #2E0797;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case1-section-area .case-slider-widget .case-slider-boxarea {
  position: relative;
  z-index: 1;
}
.case1-section-area .case-slider-widget .case-slider-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.case1-section-area .case-slider-widget .case-slider-boxarea:hover .content-area::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
  top: 0;
}
.case1-section-area .case-slider-widget .case-slider-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case1-section-area .case-slider-widget .case-slider-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
.case1-section-area .case-slider-widget .case-slider-boxarea:hover .content-area .arrow a {
  transform: rotate(0);
  transition: all 0.4s;
}
.case1-section-area .case-slider-widget .case-slider-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 16px;
}
.case1-section-area .case-slider-widget .case-slider-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.case1-section-area .case-slider-widget .case-slider-boxarea .content-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 20px 40px 20px 24px;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: -110px;
  margin-left: 28px;
}
@media (max-width: 767px) {
  .case1-section-area .case-slider-widget .case-slider-boxarea .content-area {
    padding: 20px;
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .case-slider-widget .case-slider-boxarea .content-area {
    padding: 20px;
    margin-left: 16px;
  }
}
.case1-section-area .case-slider-widget .case-slider-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-bg-bg-5);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.case1-section-area .case-slider-widget .case-slider-boxarea .content-area p {
  color: var(--Main-Color, #6F69F7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 6px;
  background: rgba(111, 105, 247, 0.1);
  padding: 8px 10px;
}
.case1-section-area .case-slider-widget .case-slider-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.case1-section-area .case-slider-widget .case-slider-boxarea .content-area .arrow {
  position: absolute;
  top: -15px;
  right: -15px;
}
.case1-section-area .case-slider-widget .case-slider-boxarea .content-area .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.case4-section-area {
  position: relative;
  z-index: 1;
}
.case4-section-area .elements41 {
  position: absolute;
  top: 0;
  right: 0;
}
.case4-section-area .case4-slider {
  position: relative;
  z-index: 1;
}
.case4-section-area .case4-slider .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
}
@media (max-width: 767px) {
  .case4-section-area .case4-slider .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case4-section-area .case4-slider .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.case4-section-area .case4-slider .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
}
.case4-section-area .case4-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-10);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case4-section-area .case4-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.case4-section-area .case4-slider .case-single-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}
.case4-section-area .case4-slider .case-single-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.case4-section-area .case4-slider .case-single-boxarea .content-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px 60px 24px 24px;
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 20px;
  right: 20px;
}
.case4-section-area .case4-slider .case-single-boxarea .content-area a {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.case4-section-area .case4-slider .case-single-boxarea .content-area a span {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.case4-section-area .case4-slider .case-single-boxarea .content-area a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.case4-section-area .case4-slider .case-single-boxarea .content-area .arrow {
  position: absolute;
  top: -15px;
  right: -15px;
}
.case4-section-area .case4-slider .case-single-boxarea .content-area .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: linear-gradient(90deg, #202CD3 1.1%, #0778F9 100%);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  transform: rotate(-45deg);
}

.case-inner-area {
  position: relative;
  z-index: 1;
}
.case-inner-area .case-slider-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.case-inner-area .case-slider-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.case-inner-area .case-slider-boxarea:hover .content-area::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
  top: 0;
}
.case-inner-area .case-slider-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case-inner-area .case-slider-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
.case-inner-area .case-slider-boxarea:hover .content-area .arrow a {
  transform: rotate(0);
  transition: all 0.4s;
}
.case-inner-area .case-slider-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 16px;
}
.case-inner-area .case-slider-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.case-inner-area .case-slider-boxarea .content-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 20px 40px 20px 24px;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: -110px;
  margin-left: 28px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 767px) {
  .case-inner-area .case-slider-boxarea .content-area {
    padding: 20px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-inner-area .case-slider-boxarea .content-area {
    padding: 20px;
    margin-left: 0;
  }
}
.case-inner-area .case-slider-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-bg-bg-5);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.case-inner-area .case-slider-boxarea .content-area p {
  color: var(--Main-Color, #6F69F7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 6px;
  background: rgba(111, 105, 247, 0.1);
  padding: 8px 10px;
}
.case-inner-area .case-slider-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.case-inner-area .case-slider-boxarea .content-area .arrow {
  position: absolute;
  top: -15px;
  right: -15px;
}
.case-inner-area .case-slider-boxarea .content-area .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.case-single-section-area {
  position: relative;
  z-index: 1;
}
.case-single-section-area .case-widgets-area .search-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.case-single-section-area .case-widgets-area .search-area form {
  position: relative;
  z-index: 1;
}
.case-single-section-area .case-widgets-area .search-area form input {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 19px 16px;
}
.case-single-section-area .case-widgets-area .search-area form button {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: var(--ztc-font-size-font-s22);
}
.case-single-section-area .case-widgets-area .tags-area {
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.case-single-section-area .case-widgets-area .tags-area ul li {
  display: inline-block;
}
.case-single-section-area .case-widgets-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  display: inline-block;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin-top: 16px;
  position: relative;
  z-index: 1;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .case-single-section-area .case-widgets-area .tags-area ul li a {
    margin-right: 0;
  }
}
.case-single-section-area .case-widgets-area .tags-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.case-single-section-area .case-widgets-area .tags-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.case-single-section-area .case-widgets-area .tags-area ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.case-single-section-area .case-widgets-area .contact-boxarea {
  border-radius: 8px;
  background: var(--Gray-Color, #EFF1FF);
  padding: 24px 28px;
}
.case-single-section-area .case-widgets-area .contact-boxarea .input-area {
  margin-top: 16px;
}
.case-single-section-area .case-widgets-area .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
}
.case-single-section-area .case-widgets-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.case-single-section-area .case-widgets-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.case-single-section-area .case-widgets-area .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  height: 120px;
}
.case-single-section-area .case-widgets-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.case-single-section-area .case-widgets-area .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.case-single-section-area .case-widgets-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
}
.case-single-section-area .case-sider-widget-area.rightside {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .case-single-section-area .case-sider-widget-area.rightside {
    padding: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-single-section-area .case-sider-widget-area.rightside {
    padding: 0;
    margin-bottom: 50px;
  }
}
.case-single-section-area .case-sider-widget-area {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .case-single-section-area .case-sider-widget-area {
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-single-section-area .case-sider-widget-area {
    padding: 0;
    margin-top: 50px;
  }
}
.case-single-section-area .case-sider-widget-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
@media (max-width: 767px) {
  .case-single-section-area .case-sider-widget-area h3 {
    line-height: 40px;
  }
}
.case-single-section-area .case-sider-widget-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}
.case-single-section-area .case-sider-widget-area .img1 img {
  border-radius: 8px;
}
.case-single-section-area .case-sider-widget-area .list li {
  margin-top: 20px;
  background: #EFF1FF;
  padding: 14px;
  border-radius: 8px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
.case-single-section-area .case-sider-widget-area .list li img {
  height: 28px;
  width: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 4px 0 0;
}
.case-single-section-area .case-sider-widget-area .bg-progress {
  border-radius: 8px;
  background: #F2F4FF;
  padding: 24px;
}
.case-single-section-area .case-sider-widget-area .bg-progress .progress-bar {
  margin-bottom: 24px;
}
.case-single-section-area .case-sider-widget-area .bg-progress label {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.case-single-section-area .case-sider-widget-area .bg-progress .progress {
  background-color: #DADCEB;
  border-radius: 20px;
  height: 10px;
  position: relative;
}
.case-single-section-area .case-sider-widget-area .bg-progress .progress-inner {
  border-radius: 40px;
  background: var(--ztc-bg-bg-5);
  height: 100%;
  transition: width 0.4s ease;
}

.case_6_section {
  position: relative;
  z-index: 1;
}

.case-slider-widget6 {
  position: relative;
  z-index: 1;
}
.case-slider-widget6 .owl-stage-outer {
  overflow: inherit !important;
}
.case-slider-widget6 .owl-nav {
  position: absolute;
  top: -110px;
  right: 0;
}
@media (max-width: 767px) {
  .case-slider-widget6 .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-slider-widget6 .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.case-slider-widget6 .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  border: none;
  outline: none;
  font-size: var(--ztc-font-size-font-s24);
  color: #FB5825;
  font-size: var(--ztc-font-size-font-s20);
}
.case-slider-widget6 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.case-slider-widget6 .owl-nav button:hover {
  background: #FB5825;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case-slider-widget6 .case-slider6-boxarea {
  position: relative;
  z-index: 1;
}
.case-slider-widget6 .case-slider6-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.case-slider-widget6 .case-slider6-boxarea:hover .content-area6::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
  top: 0;
}
.case-slider-widget6 .case-slider6-boxarea:hover .content-area6 a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case-slider-widget6 .case-slider6-boxarea:hover .content-area6 p {
  color: var(--ztc-text-text-1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
.case-slider-widget6 .case-slider6-boxarea:hover .content-area6 .arrow a {
  transform: rotate(0);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-17);
}
.case-slider-widget6 .case-slider6-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 16px;
}
.case-slider-widget6 .case-slider6-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.case-slider-widget6 .case-slider6-boxarea .content-area6 {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 20px 40px 20px 24px;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: -110px;
  margin-left: 28px;
}
@media (max-width: 767px) {
  .case-slider-widget6 .case-slider6-boxarea .content-area6 {
    padding: 20px;
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-slider-widget6 .case-slider6-boxarea .content-area6 {
    padding: 20px;
    margin-left: 16px;
  }
}
.case-slider-widget6 .case-slider6-boxarea .content-area6::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-bg-bg-15);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.case-slider-widget6 .case-slider6-boxarea .content-area6 p {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 6px;
  background: rgba(251, 88, 37, 0.1);
  padding: 8px 10px;
}
.case-slider-widget6 .case-slider6-boxarea .content-area6 a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.case-slider-widget6 .case-slider6-boxarea .content-area6 .arrow {
  position: absolute;
  top: -15px;
  right: -15px;
}
.case-slider-widget6 .case-slider6-boxarea .content-area6 .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-15);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.case7-section-area {
  position: relative;
  z-index: 1;
}
.case7-section-area .elements54 {
  position: absolute;
  top: 0;
  right: 0;
}
.case7-section-area .case7-slider {
  position: relative;
  z-index: 1;
}
.case7-section-area .case7-slider .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
}
@media (max-width: 767px) {
  .case7-section-area .case7-slider .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case7-section-area .case7-slider .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.case7-section-area .case7-slider .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
}
.case7-section-area .case7-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case7-section-area .case7-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.case7-section-area .case7-slider .case-single-boxarea7 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}
.case7-section-area .case7-slider .case-single-boxarea7 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.case7-section-area .case7-slider .case-single-boxarea7 .content-area7 {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px 60px 24px 24px;
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 20px;
  right: 20px;
}
.case7-section-area .case7-slider .case-single-boxarea7 .content-area7 a {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.case7-section-area .case7-slider .case-single-boxarea7 .content-area7 a span {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.case7-section-area .case7-slider .case-single-boxarea7 .content-area7 a:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}
.case7-section-area .case7-slider .case-single-boxarea7 .content-area7 .arrow {
  position: absolute;
  top: -15px;
  right: -15px;
}
.case7-section-area .case7-slider .case-single-boxarea7 .content-area7 .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  transform: rotate(-45deg);
}

.case8-section-area {
  position: relative;
  z-index: 1;
}
.case8-section-area .case-works-section-area {
  position: relative;
  z-index: 1;
}
.case8-section-area .case-works-section-area .others-widget-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 50px;
  position: relative;
  margin-top: -280px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case8-section-area .case-works-section-area .others-widget-area {
    margin-top: -230px;
  }
}
@media (max-width: 767px) {
  .case8-section-area .case-works-section-area .others-widget-area {
    margin-top: -230px;
    padding: 30px;
  }
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea:hover h3 {
  transform: rotateY(360deg);
  transition: all 0.4s;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 60px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background: var(--ztc-bg-bg-18);
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area {
  background: #F5F3F4;
  padding: 28px;
  border-radius: 4px;
  text-align: center;
  margin: 0 40px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area {
    margin: 0;
  }
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area:hover::after {
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-bg-bg-18);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area a {
  color: var(--ztc-text-text-26);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  transition: all 0.4s;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2 {
  background: #F5F3F4;
  padding: 28px;
  border-radius: 4px;
  text-align: center;
  margin: 0 0 0 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2 {
    margin: 0;
  }
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2:hover::after {
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-bg-bg-18);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2 a {
  color: var(--ztc-text-text-16);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea .content-area2 p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  transition: all 0.4s;
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea.box1 h3 {
  position: relative;
  left: -75px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .case8-section-area .case-works-section-area .others-widget-area .card-boxarea.box1 h3 {
    left: 0;
  }
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea.box2 h3 {
  position: relative;
  left: -73px;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .case8-section-area .case-works-section-area .others-widget-area .card-boxarea.box2 h3 {
    left: 0;
  }
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea.box3 h3 {
  position: relative;
  left: 74px;
  margin-top: -33px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .case8-section-area .case-works-section-area .others-widget-area .card-boxarea.box3 h3 {
    left: 0;
  }
}
.case8-section-area .case-works-section-area .others-widget-area .card-boxarea.box4 h3 {
  position: relative;
  left: 74px;
  margin-top: 16px;
  margin-bottom: -16px;
}
@media (max-width: 767px) {
  .case8-section-area .case-works-section-area .others-widget-area .card-boxarea.box4 h3 {
    left: 0;
  }
}
.case8-section-area .case-works-section-area .others-widget-area .images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .case8-section-area .case-works-section-area .others-widget-area .images {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.case8-section-area .case-works-section-area .others-widget-area .images .elements12 {
  position: absolute;
  top: -10px;
  left: -100px;
}
@media (max-width: 767px) {
  .case8-section-area .case-works-section-area .others-widget-area .images .elements12 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case8-section-area .case-works-section-area .others-widget-area .images .elements12 {
    display: none;
  }
}
.case8-section-area .case-works-section-area .others-widget-area .images .elements13 {
  position: absolute;
  bottom: -10px;
  left: -100px;
}
@media (max-width: 767px) {
  .case8-section-area .case-works-section-area .others-widget-area .images .elements13 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case8-section-area .case-works-section-area .others-widget-area .images .elements13 {
    display: none;
  }
}
.case8-section-area .case-works-section-area .others-widget-area .images .elements14 {
  position: absolute;
  top: -10px;
  right: -100px;
}
@media (max-width: 767px) {
  .case8-section-area .case-works-section-area .others-widget-area .images .elements14 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case8-section-area .case-works-section-area .others-widget-area .images .elements14 {
    display: none;
  }
}
.case8-section-area .case-works-section-area .others-widget-area .images .elements15 {
  position: absolute;
  bottom: -10px;
  right: -100px;
}
@media (max-width: 767px) {
  .case8-section-area .case-works-section-area .others-widget-area .images .elements15 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case8-section-area .case-works-section-area .others-widget-area .images .elements15 {
    display: none;
  }
}
.case8-section-area .case-works-section-area .others-widget-area .images .img1 {
  position: relative;
  z-index: 1;
  background: #F5F3F4;
  padding: 16px;
  border-radius: 50%;
}
.case8-section-area .case-works-section-area .others-widget-area .images .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.case10-section-area {
  position: relative;
  z-index: 1;
}
.case10-section-area .case-slider-widget10 {
  position: relative;
  z-index: 1;
}
.case10-section-area .case-slider-widget10 .owl-stage-outer {
  overflow: inherit !important;
}
.case10-section-area .case-slider-widget10 .owl-nav {
  position: absolute;
  top: -110px;
  right: 0;
}
@media (max-width: 767px) {
  .case10-section-area .case-slider-widget10 .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case10-section-area .case-slider-widget10 .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.case10-section-area .case-slider-widget10 .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #F2F4FF;
  border: none;
  outline: none;
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-16);
}
.case10-section-area .case-slider-widget10 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.case10-section-area .case-slider-widget10 .owl-nav button:hover {
  background: var(--ztc-bg-bg-19);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10 {
  position: relative;
  z-index: 1;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10:hover .content-area::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
  top: 0;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10:hover .content-area p {
  color: var(--ztc-text-text-1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10:hover .content-area .arrow a {
  transform: rotate(0);
  transition: all 0.4s;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10 .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 16px;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10 .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10 .content-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 20px 40px 20px 24px;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: -110px;
  margin-left: 28px;
}
@media (max-width: 767px) {
  .case10-section-area .case-slider-widget10 .case-slider-boxarea10 .content-area {
    padding: 20px;
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case10-section-area .case-slider-widget10 .case-slider-boxarea10 .content-area {
    padding: 20px;
    margin-left: 16px;
  }
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10 .content-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-bg-bg-19);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10 .content-area p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: #F2F4FF;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 8px 10px;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10 .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10 .content-area .arrow {
  position: absolute;
  top: -15px;
  right: -15px;
}
.case10-section-area .case-slider-widget10 .case-slider-boxarea10 .content-area .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-19);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

/*============= CASE STUDY CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA ===============*/
.choose_6_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose_6_section .heading9 {
  padding: 0 60px 0 0;
}
@media (max-width: 767px) {
  .choose_6_section .heading9 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose_6_section .heading9 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.choose_6_section .elements50 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.choose_6_boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.09);
  padding: 24px;
  transition: all 0.4s;
}
.choose_6_boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.choose_6_boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.choose_6_boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: #F9F6F5;
  border-radius: 50%;
  position: absolute;
}

.choose_6_content {
  padding-left: 100px;
}
.choose_6_content h4 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.choose_6_content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.choose_6_images {
  position: relative;
  z-index: 1;
}
.choose_6_images .choose_image {
  text-align: end;
}
.choose_6_images .choose_image img {
  border-radius: 8px;
}
.choose_6_images .choose_image2 {
  position: absolute;
  bottom: -100px;
}
@media (max-width: 767px) {
  .choose_6_images .choose_image2 {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose_6_images .choose_image2 {
    bottom: 0;
  }
}
.choose_6_images .choose_image2 img {
  width: 270px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.contact19-auhtor-box {
    background: #EFF1FF;
    padding: 24px;
    border-radius: 8px;
    transition: all .4s;
    display: flex;
    align-items: center;
}

.contact19-auhtor-box .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
    border-radius: 50%;
}


.contact19-auhtor-box .content {
    padding-left: 16px;
}

.contact19-auhtor-box .content h4 {
    color: var(--Text-Color, #050734);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px; /* 100% */
}

.contact19-auhtor-box .content a {
    color: var(--Paragraph-Color, #37385C);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px; /* 100% */
    padding-top: 16px;
    display: inline-block;
}
/*============= CHOOSE CSS AREA ENDS ===============*//*# sourceMappingURL=main.css.map */