@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

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 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);
  }
}

.rotateme {
  position: relative;
  animation-name: animation-7;
  animation-duration: 80s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.services-list-over {
  overflow:hidden;
  overflow-y:scroll;
  height:90vh;
  scrollbar-color: #8282d4 #7c51be;
}

/* For Chrome, Safari, and Opera */
.services-list-over::-webkit-scrollbar {
  width: 12px; /* For vertical scrollbar */
  height: 12px; /* For horizontal scrollbar */
}

/* For Firefox */
.services-list-over {
  scrollbar-width: thin; /* For thin scrollbar */
}

.services-list-over::-moz-scrollbar {
  width: 12px; /* For vertical scrollbar */
  height: 12px; /* For horizontal scrollbar */
}

.services-list-over::-webkit-scrollbar-thumb {
  animation: scroll-animation 5s infinite;
}


@keyframes scroll-animation {
  0% { background-color: #888; }
  50% { background-color: #555; }
  100% { background-color: #888; }
}


:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #000000;
  --ztc-text-text-3: #3C354F;
  --ztc-text-text-4: #FF0A54;
  --ztc-text-text-5: #090B0E;
  --ztc-text-text-6: #FBFF51;
  --ztc-text-text-7: #ADFF1C;
  --ztc-text-text-8: #FF0A9D;
  --ztc-text-text-9: #170C29;
  --ztc-text-text-10: #403B3F;
  --ztc-text-text-11: #9C55FE;
  --ztc-text-text-12: #FF0A54;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #11082B;
  --ztc-bg-bg-3: #FF0A54;
  --ztc-bg-bg-4: #090B0E;
  --ztc-bg-bg-5: #FBFF51;
  --ztc-bg-bg-6: #ADFF1C;
  --ztc-bg-bg-7: #FF0A9D;
  --ztc-bg-bg-8: #170C29;
  --ztc-bg-bg-9: #9C55FE;
  --ztc-bg-bg-10: linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%);
  --ztc-bg-bg-11: linear-gradient(91deg, #FF6F00 0.78%, #FF0A54 99.88%);
  --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-s72: 72px;
  --ztc-font-size-font-s74: 74px;
  --ztc-font-size-font-s76: 76px;
  --ztc-font-size-font-s78: 78px;
  --ztc-font-size-font-s80: 80px;
  --ztc-font-size-font-s100: 100px;
  --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-s72: 72px;
  --ztc-font-size-font-s74: 74px;
  --ztc-font-size-font-s76: 76px;
  --ztc-font-size-font-s78: 78px;
  --ztc-font-size-font-s80: 80px;
  --ztc-font-size-font-s100: 100px;
  --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: 'Lora','Figtree', sans-serif;
  --ztc-family-font2: 'Lora','Bricolage Grotesque', serif;
}

/*
============================
Name:  Nexus - Event And Conference HTML Template
Version: 1.0.0
Description: Nexus - Event And Conference HTML Template
Author: jthemes
Author URI: https://themeforest.net/user/jthemes/portfolio
Location:
============================
*/
/*============= HEDAER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= WORK CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CASE CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 6px;
  background: rgba(255, 10, 84, 0.08);
  padding: 10px;
}

.heading1 h5 img {
  margin: 0 4px 0 0;
}

.heading1 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 64px;
  letter-spacing: -1.44px;
  text-transform: uppercase;
  display: inline-block;
}

.heading1 h4 {
  color:#fff;
  font-family: var(--ztc-family-font2);
  font-size: 35px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 64px;
  letter-spacing: -1.44px;
  display: inline-block;
}

@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

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

.heading2 h5 {
  color: var(--ztc-text-text-5);
  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;
  display: inline-block;
  transition: all 0.4s;
}

.heading2 h5 img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -5px 4px 0 0;
}

.heading2 h2 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  display: inline-block;
}

@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading2 p {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  opacity: 70%;
}

.heading3 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;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
}

.heading3 h5 img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -5px 4px 0 0;
  filter: brightness(0) invert(1);
}

.heading3 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: 66px;
  display: inline-block;
}

@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading3 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-regular);
  line-height: 30px;
  opacity: 70% !important;
}

.heading4 h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
}

.heading4 h5 img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -5px 4px 0 0;
  filter: brightness(0) invert(1);
}

.heading4 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 76px;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading4 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 90% !important;
}

.heading5 h5 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 6px;
  background: rgba(156, 85, 254, 0.1);
  padding: 10px;
}

.heading5 h5 img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -5px 4px 0 0;
}

.heading5 h2 {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

.heading5 h2 .elements28 {
  position: absolute;
  top: -34px;
  right: -36px;
}

.heading5 h2 span {
  background: var(--ztc-bg-bg-9);
  padding: 6px;
  border-radius: 8px;
  display: inline-block;
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading5 p {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 90%;
}

.heading6 h5 {
  color: var(--ztc-text-text-5);
  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;
  display: inline-block;
  transition: all 0.4s;
}

.heading6 h5 img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -5px 4px 0 0;
}

.heading6 h2 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  display: inline-block;
}

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

.heading6 p {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  opacity: 70% !important;
}

.vl-btn1 {
  display: inline-block;
  background-color: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 22px;
  /* 100% */
  text-transform: uppercase;
  border-radius: 8px;
  padding: 24px 32px;
  transition: 500ms;
  z-index: 2;
  position: relative;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  transition: all ease 0.3s;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.vl-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-btn1:hover .nisoz-btn__shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  color: var(--ztc-text-text-1);
}

.vl-btn1 .vl-btn1__text {
  position: relative;
  z-index: 2;
}

.vl-btn1 .nisoz-btn__shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: var(--ztc-bg-bg-2);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
}

.vl-btn1 .nisoz-btn__shape:nth-child(1) {
  --b: 1;
}

.vl-btn1 .nisoz-btn__shape:nth-child(2) {
  --b: 2;
}

.vl-btn1 .nisoz-btn__shape:nth-child(3) {
  --b: 3;
}

.vl-btn1 .nisoz-btn__shape:nth-child(4) {
  --b: 4;
}

.vl-btn2 {
  display: inline-block;
  padding: 18px 10px 18px 20px;
  color: var(--ztc-text-text-5);
  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-5);
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.vl-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 0%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  width: 100%;
  border-radius: 6px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.vl-btn2 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  transition: all 0.4s;
}

.vl-btn2 .arrow2 {
  transform: translateY(-4px) rotate(-45deg) translateX(-48px);
  transition: all 0.4s;
  opacity: 0;
}

.vl-btn2 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}

.vl-btn2:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}

.vl-btn2:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.vl-btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-btn2:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.vl-btn3 {
  display: inline-block;
  padding: 18px 10px 18px 20px;
  color: var(--ztc-text-text-5);
  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-6);
  transition: all 0.4s;
  border-radius: 56px;
  position: relative;
  z-index: 1;
}

.vl-btn3::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  width: 10%;
  border-radius: 54px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.vl-btn3 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  transition: all 0.4s;
}

.vl-btn3 .arrow2 {
  transform: translateY(-4px) rotate(-45deg) translateX(-48px);
  transition: all 0.4s;
  opacity: 0;
}

.vl-btn3 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}

.vl-btn3:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}

.vl-btn3:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.vl-btn3:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.vl-btn3:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.vl-btn4 {
  overflow: hidden;
}

.vl-btn4:hover .arrow {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(45deg);
}

.vl-btn4 .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  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;
  text-transform: uppercase;
  padding: 20px 26px;
  border-radius: 70px;
  background: var(--ztc-bg-bg-7);
}

.vl-btn4 .arrow {
  height: 54px;
  width: 54px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  color: var(--ztc-text-text-1);
  transform: rotate(0);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
}

.vl-btn5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-9);
  padding: 24px 30px;
  display: inline-block;
  border-radius: 8px;
}

.vl-btn5:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-btn5:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}

.vl-btn5:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}

.vl-btn5::after {
  position: absolute;
  content: "";
  height: 48px;
  width: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  left: 9px;
  top: 9px;
}

.vl-btn5::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-btn6 {
  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;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-10);
  padding: 18px 20px;
  display: inline-block;
  border-radius: 8px;
}

.vl-btn6 i {
  transform: rotate(-45deg);
  transition: all 0.4s;
  padding-left: 4px;
}

.vl-btn6:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-btn6:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-btn6:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}

.vl-btn6::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

/*============= 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;
}

.section-bg {
  background: #F6F6FF;
}

.section-bg2 {
  background: #fff;
}

.section-bg3 {
  background: var(--ztc-bg-bg-2);
}

.pagination-area {
  text-align: center;
}

.pagination-area nav ul {
  justify-self: center;
}

.pagination-area nav ul li {
  border: none;
  box-sizing: none;
}

.pagination-area nav ul li a {
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  background: #F6F6FF;
  height: auto;
  padding: 0;
  margin: 0 10px 0 0;
}

.pagination-area nav ul li a.active {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
}

.pagination-area nav ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .pagination-area nav ul li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}

.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 120px;
}

@media (max-width: 767px) {
  .sp10 {
    padding: 0 0 60px;
  }
}

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

.sp11 {
  padding: 120px 0 60px;
}

@media (max-width: 767px) {
  .sp11 {
    padding: 60px 0 0;
  }
}

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

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

/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about1-section-area .elements6 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: contain;
  object-fit: contain;
}

.about1-section-area .about-textarea {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .about1-section-area .about-textarea {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-textarea {
    padding: 0;
    margin-top: 30px;
  }
}

.about1-section-area .about-textarea .bg-progress .progress-bar {
  margin-bottom: 20px;
}

.about1-section-area .about-textarea .bg-progress label {
  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: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.about1-section-area .about-textarea .bg-progress label 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: 18px;
}

.about1-section-area .about-textarea .bg-progress label p span {
  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-bold);
  line-height: 24px;
  display: inline-block;
}

.about1-section-area .about-textarea .bg-progress .progress {
  background-color: #E7E6EA;
  border-radius: 60px;
  height: 14px;
  position: relative;
}

.about1-section-area .about-textarea .bg-progress .progress-inner {
  border-radius: 60px;
  background: var(--ztc-bg-bg-3);
  height: 100%;
  transition: width 0.4s ease;
}

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

.about1-section-area .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about2-section-area .about-images-area {
  position: relative;
  z-index: 1;
}

.about2-section-area .about-images-area .elements19 {
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about2-section-area .about-images-area .elements19 {
    display: none;
  }
}

.about2-section-area .about-images-area .img1 img {
  height: 350px;
  width: 370px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about2-section-area .about-images-area .img2 {
  text-align: right;
  position: relative;
  margin-top: -140px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about2-section-area .about-images-area .img2 {
    margin-top: 30px;
  }
}

.about2-section-area .about-images-area .img2 img {
  height: 350px;
  width: 370px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about2-section-area .about-content-area {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .about2-section-area .about-content-area {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-content-area {
    padding: 0;
    margin-top: 30px;
  }
}

.about3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about3-section-area .bg-text {
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.05);
  font-family: var(--ztc-family-font1);
  font-size: 600px;
  font-style: normal;
  font-weight: 700;
  line-height: 600px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  margin-top: -300px;
  left: 12%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about3-section-area .bg-text {
    left: 0;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .about3-section-area .bg-text {
    left: 5%;
  }
}

.about3-section-area .cs_case_study_1_list {
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .about3-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}

.about3-section-area .cs_case_study_1_list>.cs_case_study.cs_style_1 {
  flex: 1;
}

.about3-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}

.about3-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.2s ease;
  left: 80px;
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}

.about3-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
  border-radius: 20px;
}

.about3-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
}

.about3-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  transform: scale(0) rotate(360deg);
  transition-delay: 0.1s;
}

.about3-section-area .cs_case_study.cs_style_1 {
  height: 750px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 20px 0 0;
}

@media (max-width: 767px) {
  .about3-section-area .cs_case_study.cs_style_1 {
    border-radius: 20px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .cs_case_study.cs_style_1 {
    border-radius: 20px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about3-section-area .cs_case_study.cs_style_1 {
    height: 750px;
  }
}

.about3-section-area .cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}

.about3-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}

.about3-section-area .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}

.about3-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.about3-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about3-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}

.about3-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  height: 55px;
  width: 55px;
  transition: all 0.6s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about3-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}

.about3-section-area .cs_case_study.cs_style_1.cs_hover_active.active {
  border: 1px solid var(--ztc-text-text-7);
  transition: all 0.4s;
}

.about3-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}

.about3-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}

@media (max-width: 767px) {
  .about3-section-area .content-area1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .content-area1 {
    display: none;
  }
}

.about3-section-area .content-area1 .arrow a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.15);
  border: 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 8px rgba(68, 22, 255, 0.05);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s24);
  position: absolute;
  font-family: var(--ztc-family-font1);
  z-index: 2;
  font-weight: var(--ztc-weight-semibold);
  top: 40px;
  left: 50%;
  margin-left: -40px;
}

@media (max-width: 767px) {
  .about3-section-area .content-area1 .arrow a {
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .content-area1 .arrow a {
    visibility: hidden;
    opacity: 0;
  }
}

.about3-section-area .content-area1 .text a {
  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-medium);
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 173%;
  width: 110%;
  height: 100%;
  bottom: -224px;
  transform: rotate(-90deg);
}

.about3-section-area .content-area {
  padding: 40px;
  position: relative;
  transition: all 0.4s;
  left: -100%;
}

@media (max-width: 767px) {
  .about3-section-area .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }
}

.about3-section-area .content-area .arrow2 a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border: 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 8px rgba(68, 22, 255, 0.05);
  color: var(--ztc-text-text-5);
  font-size: var(--ztc-font-size-font-s32);
  font-family: var(--ztc-family-font1);
  z-index: 2;
  font-weight: var(--ztc-weight-semibold);
}

.about3-section-area .content-area .head {
  color: var(--ztc-text-text-1);
  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;
  display: inline-block;
  transition: all 0.4s;
}

.about3-section-area .content-area 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-regular);
  line-height: 30px;
  opacity: 70%;
}

.about4-section-area {
  position: relative;
  z-index: 1;
  padding: 0 0 120px 0;
}

@media (max-width: 767px) {
  .about4-section-area {
    padding: 0 0 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area {
    padding: 0 0 60px 0;
  }
}

.about4-section-area .elements24 {
  position: absolute;
  width: 100%;
  left: 0;
  top: -200px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 767px) {
  .about4-section-area .elements24 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .elements24 {
    display: none;
  }
}

.about4-section-area .about-images-area {
  position: relative;
  z-index: 1;
}

.about4-section-area .about-images-area .author-img {
  border-radius: 13px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 6.283px 94.241px 0px rgba(0, 0, 0, 0.15);
  padding: 13px 10px;
}

.about4-section-area .about-images-area .author-img img {
  width: 276px;
  height: 72px;
  -o-object-fit: contain;
  object-fit: contain;
}

.about4-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about4-section-area .about-main-content {
  padding: 0 0 0 70px;
}

@media (max-width: 767px) {
  .about4-section-area .about-main-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-main-content {
    padding: 0;
    margin-top: 30px;
  }
}

.about4-section-area .about-main-content .about-box h3 {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
  position: relative;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  padding: 10px 12px;
}

.about4-section-area .about-main-content .about-box h3 svg {
  margin: 0 10px 0 0;
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

.about4-section-area .about-main-content .about-box h3:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.about4-section-area .about-main-content .about-box h3:hover svg {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.about5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about5-section-area .about-images-area {
  position: relative;
  z-index: 1;
}

.about5-section-area .about-images-area .elements30 {
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -150px;
  height: 100%;
}

.about5-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about5-section-area .about-heading {
  padding: 0 0 0 60px;
}

@media (max-width: 767px) {
  .about5-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}

.about5-section-area .about-heading ul li {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.18px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 16px;
}

.about5-section-area .about-heading ul li img {
  margin: 0 4px 0 0;
}

.about6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about6-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about6-section-area .about-heading {
  position: relative;
  z-index: 1;
  padding: 0 50px 0;
}

@media (max-width: 767px) {
  .about6-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about6-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}

.about6-section-area .about-heading h3 {
  color: var(--ztc-text-text-5);
  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;
}

.about6-section-area .about-heading ul li {
  color: var(--ztc-text-text-5);
  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;
  margin-top: 20px;
}

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

.about-inner-section-area .elements24 {
  position: absolute;
  width: 100%;
  left: 0;
  top: -200px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-inner-section-area .elements24 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner-section-area .elements24 {
    display: none;
  }
}

.about-inner-section-area .about-images-area {
  position: relative;
  z-index: 1;
}

.about-inner-section-area .about-images-area .elements30 {
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -150px;
  height: 100%;
}

.about-inner-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about-inner-section-area .about-main-content {
  padding: 0 0 0 70px;
}

@media (max-width: 767px) {
  .about-inner-section-area .about-main-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner-section-area .about-main-content {
    padding: 0;
    margin-top: 30px;
  }
}

.about-inner-section-area .about-main-content .about-box h3 {
  border-radius: 8px;
  background: var(--Gray-Color, #FFF2F2);
  transition: all 0.4s;
  position: relative;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  padding: 10px 12px;
}

.about-inner-section-area .about-main-content .about-box h3 svg {
  margin: 0 10px 0 0;
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

.about-inner-section-area .about-main-content .about-box h3:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.about-inner-section-area .about-main-content .about-box h3:hover svg {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.about1-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about1-inner-section-area .elements6 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -o-object-fit: contain;
  object-fit: contain;
}

.about1-inner-section-area .about-textarea {
  padding: 0 50px 0 0;
}

@media (max-width: 767px) {
  .about1-inner-section-area .about-textarea {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-inner-section-area .about-textarea {
    padding: 0;
    margin-bottom: 30px;
  }
}

.about1-inner-section-area .about-textarea .bg-progress .progress-bar {
  margin-bottom: 20px;
}

.about1-inner-section-area .about-textarea .bg-progress label {
  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: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.about1-inner-section-area .about-textarea .bg-progress label 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: 18px;
}

.about1-inner-section-area .about-textarea .bg-progress label p span {
  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-bold);
  line-height: 24px;
  display: inline-block;
}

.about1-inner-section-area .about-textarea .bg-progress .progress {
  background-color: #E7E6EA;
  border-radius: 60px;
  height: 14px;
  position: relative;
}

.about1-inner-section-area .about-textarea .bg-progress .progress-inner {
  border-radius: 60px;
  background: var(--ztc-bg-bg-3);
  height: 100%;
  transition: width 0.4s ease;
}

.about1-inner-section-area .images-area {
  position: relative;
  z-index: 1;
}

.about1-inner-section-area .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.event1-section-area {
  position: relative;
  z-index: 1;
  padding: 100px 0 265px;
}

@media (max-width: 767px) {
  .event1-section-area {
    padding: 50px 0 265px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event1-section-area {
    padding: 50px 0 265px;
  }
}

.event1-section-area.event {
  padding: 265px 0 100px;
}

@media (max-width: 767px) {
  .event1-section-area.event {
    padding: 265px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event1-section-area.event {
    padding: 265px 50px;
  }
}

.event1-section-area .heading1 {
  position: sticky;
  top: 200px;
}

@media (max-width: 767px) {
  .event1-section-area .heading1 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event1-section-area .heading1 {
    margin-bottom: 30px;
  }
}

.event1-section-area .heading1 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.event1-section-area .heading1 h5 img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.event1-section-area .heading1 h2 {
  color: var(--ztc-text-text-1);
}


.event1-section-area .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}

.event1-section-area .heading1 form {
  position: relative;
  z-index: 1;
}

.event1-section-area .heading1 form svg {
  position: absolute;
  left: 18px;
  z-index: 1;
  top: 20px;
}

.event1-section-area .heading1 form input {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  outline: none;
  border: none;
  padding: 20px 20px 20px 42px;
  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;
}

.event1-section-area .heading1 form input::-moz-placeholder {
  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;
}

.event1-section-area .heading1 form input::placeholder {
  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;
}

.event1-section-area .heading1 .btn-area1 a {
  width: 100%;
  text-align: center;
}

.event1-section-area .event-section {
  position: relative;
  z-index: 1;
  padding: 32px 40px;
  background: var(--ztc-bg-bg-1);
  border-radius: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .event1-section-area .event-section {
    padding: 20px;
  }
}

.event1-section-area .event-section .top-section .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .event1-section-area .event-section .top-section .details {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event1-section-area .event-section .top-section .details {
    margin-top: 30px;
  }
}

.event1-section-area .event-section .top-section .details .calender-date {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E6EA;
}

.event1-section-area .event-section .top-section .details .calender-date span {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--ztc-bg-bg-3);
  border-radius: 8px;
  transition: all 0.4s;
  display: inline-block;
}

.event1-section-area .event-section .top-section .details .calender-date .date {
  padding-left: 12px;
}

.event1-section-area .event-section .top-section .details .calender-date .date h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.event1-section-area .event-section .top-section .details .calender-date .date 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-semibold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.event1-section-area .event-section .top-section .details .located {
  padding-top: 14px;
}

.event1-section-area .event-section .top-section .details .located li {
  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-semibold);
  line-height: 16px;
  display: block;
  transition: all 0.4s;
  padding-top: 14px;
}

.event1-section-area .event-section .top-section .toggle-btn {
  position: absolute;
  border: none;
  right: -25px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  top: 50%;
  margin-top: -25px;
}

.event1-section-area .event-section .bottom-section {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  height: 0;
  overflow: hidden;
}

.event1-section-area .event-section .bottom-section.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  height:auto;
  min-height: 280px;
}

@media (max-width: 767px) {
  .event1-section-area .event-section .bottom-section.active {
    height: 460px;
  }
}

.event1-section-area .event-section .bottom-section .heading-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  letter-spacing: -0.48px;
  /*text-transform: uppercase;*/
  display: inline-block;
}

.event1-section-area .event-section .bottom-section .heading-area .speakers {
  display: flex;
  align-items: center;
}

.event1-section-area .event-section .bottom-section .heading-area .speakers .img img {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event1-section-area .event-section .bottom-section .heading-area .speakers .text {
  padding-left: 12px;
}

.event1-section-area .event-section .bottom-section .heading-area .speakers .text 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-bold);
  line-height: 16px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
}

.event1-section-area .event-section .bottom-section .heading-area .speakers .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.event1-section-area .event-section .bottom-section .heading-area .btn-area1 {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .event1-section-area .event-section .bottom-section .heading-area .btn-area1 {
    display: block;
  }
}

.event1-section-area .event-section .bottom-section .heading-area .btn-area1 p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-radius: 4px;
  background: rgba(255, 10, 84, 0.1);
  padding: 10px 12px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .event1-section-area .event-section .bottom-section .heading-area .btn-area1 p {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
  }
}

.event1-section-area .event-section .bottom-section .heading-area .btn-area1 p img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -10px 0 0 0;
}

@media (max-width: 767px) {
  .event1-section-area .event-section .bottom-section .social {
    padding: 20px;
  }
}

.event1-section-area .event-section .bottom-section .social p {
  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;
}

.event1-section-area .event-section .bottom-section .social ul li {
  display: inline-block;
}

.event1-section-area .event-section .bottom-section .social ul li a svg {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event1-section-area .event-section .bottom-section1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  overflow: hidden;
}

.event1-section-area .event-section .bottom-section1.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  height: 220px;
}

@media (max-width: 767px) {
  .event1-section-area .event-section .bottom-section1.active {
    height: 390px;
  }
}

.event1-section-area .event-section .bottom-section1 .heading-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  display: inline-block;
}

.event1-section-area .event-section .bottom-section1 .heading-area .speakers {
  display: flex;
  align-items: center;
}

.event1-section-area .event-section .bottom-section1 .heading-area .speakers .img img {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event1-section-area .event-section .bottom-section1 .heading-area .speakers .text {
  padding-left: 12px;
}

.event1-section-area .event-section .bottom-section1 .heading-area .speakers .text 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-bold);
  line-height: 16px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
}

.event1-section-area .event-section .bottom-section1 .heading-area .speakers .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.event1-section-area .event-section .bottom-section1 .heading-area .btn-area1 {
  display: flex;
  align-items: center;
}

.event1-section-area .event-section .bottom-section1 .heading-area .btn-area1 p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-radius: 4px;
  background: rgba(255, 10, 84, 0.1);
  padding: 10px 12px;
  margin-left: 20px;
}

.event1-section-area .event-section .bottom-section1 .heading-area .btn-area1 p img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -10px 0 0 0;
}

@media (max-width: 767px) {
  .event1-section-area .event-section .bottom-section1 .social {
    margin-top: 16px;
  }
}

.event1-section-area .event-section .bottom-section1 .social p {
  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;
}

.event1-section-area .event-section .bottom-section1 .social ul li {
  display: inline-block;
}

.event1-section-area .event-section .bottom-section1 .social ul li a svg {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event1-section-area .event-section .bottom-section2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  overflow: hidden;
}

.event1-section-area .event-section .bottom-section2.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  height: 220px;
}

@media (max-width: 767px) {
  .event1-section-area .event-section .bottom-section2.active {
    height: 390px;
  }
}

.event1-section-area .event-section .bottom-section2 .heading-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  display: inline-block;
}

.event1-section-area .event-section .bottom-section2 .heading-area .speakers {
  display: flex;
  align-items: center;
}

.event1-section-area .event-section .bottom-section2 .heading-area .speakers .img img {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event1-section-area .event-section .bottom-section2 .heading-area .speakers .text {
  padding-left: 12px;
}

.event1-section-area .event-section .bottom-section2 .heading-area .speakers .text 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-bold);
  line-height: 16px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
}

.event1-section-area .event-section .bottom-section2 .heading-area .speakers .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.event1-section-area .event-section .bottom-section2 .heading-area .btn-area1 {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .event1-section-area .event-section .bottom-section2 .heading-area .btn-area1 {
    display: block;
  }
}

.event1-section-area .event-section .bottom-section2 .heading-area .btn-area1 p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-radius: 4px;
  background: rgba(255, 10, 84, 0.1);
  padding: 10px 12px;
  margin-left: 20px;
}

.event1-section-area .event-section .bottom-section2 .heading-area .btn-area1 p img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -10px 0 0 0;
}

@media (max-width: 767px) {
  .event1-section-area .event-section .bottom-section2 .social {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event1-section-area .event-section .bottom-section2 .social {
    margin-top: 16px;
  }
}

.event1-section-area .event-section .bottom-section2 .social p {
  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;
}

.event1-section-area .event-section .bottom-section2 .social ul li {
  display: inline-block;
}

.event1-section-area .event-section .bottom-section2 .social ul li a svg {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event-ticket-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.event-ticket-area .event-ticket-widget {
  background: var(--ztc-bg-bg-4);
  border-radius: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .event-ticket-area .event-ticket-widget {
    overflow: hidden;
  }
}

.event-ticket-area .event-ticket-widget .pera {
  background: var(--ztc-bg-bg-5);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -12px;
  padding: 20px 32px;
  top: 0;
  width: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-ticket-area .event-ticket-widget .pera {
    position: relative;
    width: 100%;
    display: block;
    height: 65px;
    max-width: 696px;
    width: 696px;
  }
}

@media (max-width: 767px) {
  .event-ticket-area .event-ticket-widget .pera {
    position: relative;
    width: 100%;
    display: block;
    height: 90px;
    max-width: 355px;
    width: 355px;
  }
}

.event-ticket-area .event-ticket-widget .pera p {
  color: var(--ztc-text-text-5);
  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;
  border-radius: 8px 0 0 8px;
  position: absolute;
  width: 500px;
  transform: rotate(-90deg);
  left: -205px;
  top: 220px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-ticket-area .event-ticket-widget .pera p {
    position: relative;
    transform: rotate(0);
    width: auto;
    left: 0;
    top: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .event-ticket-area .event-ticket-widget .pera p {
    position: relative;
    transform: rotate(0);
    width: auto;
    left: 0;
    top: 0;
    text-align: center;
    width: auto;
  }
}

.event-ticket-area .event-ticket-widget .ticket-details-area {
  position: relative;
  z-index: 1;
  padding: 24px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-ticket-area .event-ticket-widget .ticket-details-area {
    margin-top: 25px;
  }
}

.event-ticket-area .event-ticket-widget .ticket-details-area .cut-img1 {
  position: absolute;
  right: -70px;
  height: 580px;
  top: -38px;
  max-height: 580px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-ticket-area .event-ticket-widget .ticket-details-area .cut-img1 {
    position: absolute;
    transform: rotate(90deg);
    left: 42%;
    right: 0;
    top: 38%;
    height: 800px;
    max-height: 800px;
  }
}

@media (max-width: 767px) {
  .event-ticket-area .event-ticket-widget .ticket-details-area .cut-img1 {
    position: absolute;
    transform: rotate(90deg);
    left: 42%;
    right: 0;
    top: 74%;
    height: 420px;
    max-height: 420px;
  }
}

.event-ticket-area .event-ticket-widget .ticket-details-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

.event-ticket-area .event-ticket-widget .ticket-details-area ul li:nth-child(4) {
  margin: 0;
}

.event-ticket-area .event-ticket-widget .ticket-details-area ul li:nth-child(1) a {
  background: none;
  padding: 0;
  border: none;
}

.event-ticket-area .event-ticket-widget .ticket-details-area ul li:nth-child(1) a:hover {
  background: none;
  color: var(--ztc-text-text-1);
}

.event-ticket-area .event-ticket-widget .ticket-details-area ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 24px;
}

@media (max-width: 767px) {
  .event-ticket-area .event-ticket-widget .ticket-details-area ul li a {
    margin-bottom: 16px;
  }
}

.event-ticket-area .event-ticket-widget .ticket-details-area ul li a.active {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}

.event-ticket-area .event-ticket-widget .ticket-details-area ul li a:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}

.event-ticket-area .event-ticket-widget .ticket-details-area h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 64px;
  letter-spacing: -1.68px;
  text-transform: uppercase;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .event-ticket-area .event-ticket-widget .ticket-details-area h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.event-ticket-area .event-ticket-widget .ticket-details-area h2 span {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}

.event-ticket-area .event-ticket-widget .ticket-details-area p {
  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: 32px;
}

.event-ticket-area .event-ticket-widget .ticket-details-area .price-ticket h4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}

.event-ticket-area .event-ticket-widget .ticket-details-area .price-ticket h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 60px;
}

.event-ticket-area .event-ticket-widget .ticket-details-area .brtand-box {
  text-align: center;
}

@media (max-width: 767px) {
  .event-ticket-area .event-ticket-widget .ticket-details-area .brtand-box {
    text-align: start;
    margin-top: 20px;
  }
}

.event-ticket-area .event-ticket-widget .ticket-details-area .brtand-box p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}

.event-ticket-area .event-ticket-widget .ticket-details-area .brtand-box img {
  filter: brightness(0) invert(1);
  width: 190px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.event-ticket-area .event-ticket-widget .ticket-scan-area {
  padding: 0 32px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-ticket-area .event-ticket-widget .ticket-scan-area {
    padding: 0 0 30px 0;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .event-ticket-area .event-ticket-widget .ticket-scan-area {
    padding: 0 0 30px 0;
    margin-top: 80px;
  }
}

.event-ticket-area .event-ticket-widget .ticket-scan-area a.nmbr {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
}

.event-ticket-area .event-ticket-widget .ticket-scan-area .scan-box {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
}

.event-ticket-area .event-ticket-widget .ticket-scan-area .scan-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.event-ticket-area .event-ticket-widget .ticket-scan-area .btn-area1 a {
  width: 100%;
  text-align: center;
}

.event-ticket-area .event-ticket-widget .ticket-scan-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.event-ticket-area .event-ticket-widget .ticket-scan-area .btn-area1 a::after {
  background: var(--ztc-bg-bg-1);
}

.service3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service3-section-area .bg-text {
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.05);
  font-family: var(--ztc-family-font1);
  font-size: 600px;
  font-style: normal;
  font-weight: 700;
  line-height: 600px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  margin-top: -300px;
  left: 12%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service3-section-area .bg-text {
    left: 0;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .service3-section-area .bg-text {
    left: 5%;
  }
}

.service3-section-area .images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.service3-section-area .service-content-area {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .service3-section-area .service-content-area {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3-section-area .service-content-area {
    padding: 0;
    margin-top: 30px;
  }
}

.service3-section-area .service-content-area ul li {
  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: 20px;
  text-transform: capitalize;
  padding-top: 20px;
}

.service3-section-area .service-content-area ul li:hover span {
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  transition: all 0.5s;
}

.service3-section-area .service-content-area ul li span {
  background: rgba(255, 255, 255, 0.15);
  border-width: 0.5px;
  border: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  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-semibold);
  letter-spacing: -0.8px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 16px 0 0;
}

.event-ticket3-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 0 120px 0;
}

@media (max-width: 767px) {
  .event-ticket3-section {
    padding: 0 0 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-ticket3-section {
    padding: 0 0 60px 0;
  }
}

.event-ticket3-section .tickt-info-heading {
  padding: 0 90px 0 0;
}

@media (max-width: 767px) {
  .event-ticket3-section .tickt-info-heading {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-ticket3-section .tickt-info-heading {
    padding: 0;
  }
}

.event-ticket3-section .tickt-info-heading .price-area .boxarea {
  text-align: center;
  border-radius: 8px;
  border: 1px solid var(--ztc-text-text-1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 24px 16px;
  transition: all 0.4s;
  margin-top: 32px;
}

.event-ticket3-section .tickt-info-heading .price-area .boxarea:hover {
  border: 1px solid var(--ztc-text-text-7);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.event-ticket3-section .tickt-info-heading .price-area .boxarea 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-regular);
  line-height: 20px;
  opacity: 1;
}

.event-ticket3-section .tickt-info-heading .price-area .boxarea h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 56px;
  /* 100% */
}

.event-ticket3-section .tickt-info-heading .btn-area1 .vl-btn3 {
  width: 100%;
  text-align: center;
  padding: 24px 28px;
  font-size: var(--ztc-font-size-font-s28);
  line-height: 28px;
}

.event-ticket3-section .border-width {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.event-ticket3-section .border-width::after {
  position: absolute;
  content: "";
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  width: 10px;
  height: 480px;
  left: 50px;
  top: -250px;
}

@media (max-width: 767px) {
  .event-ticket3-section .border-width::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-ticket3-section .border-width::after {
    display: none;
  }
}

.event-ticket3-section .ticket-scan-area {
  padding: 28px 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-ticket3-section .ticket-scan-area {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .event-ticket3-section .ticket-scan-area {
    margin-top: 30px;
  }
}

.event-ticket3-section .ticket-scan-area a.nmbr {
  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: 32px;
  display: inline-block;
  transition: all 0.4s;
}

.event-ticket3-section .ticket-scan-area .scan-box img {
  height: 240px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}

.event-ticket3-section .ticket-scan-area .btn-area1 a {
  width: 100%;
  text-align: center;
}

.event-ticket3-section .ticket-scan-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.event-ticket3-section .ticket-scan-area .btn-area1 a::after {
  background: var(--ztc-bg-bg-1);
}

.event-service5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-service5-section-area .service-tabs-area ul li:nth-child(1) {
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-service5-section-area .service-tabs-area ul li:nth-child(3) {
    margin: 0 16px 0 0;
  }
}

.event-service5-section-area .service-tabs-area ul li button {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 22px 46px 22px 22px;
  display: flex;
  align-items: center;
  width: 340px;
  margin-bottom: 30px;
}

.event-service5-section-area .service-tabs-area ul li button.active {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}

.event-service5-section-area .service-tabs-area ul li button.active span.calender {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}

.event-service5-section-area .service-tabs-area ul li button.active span.calender svg {
  filter: none;
}

.event-service5-section-area .service-tabs-area ul li button span.calender {
  border-radius: 8.676px;
  background: rgba(255, 255, 255, 0.1);
  height: 88px;
  width: 88px;
  text-align: center;
  line-height: 88px;
  display: inline-block;
  transition: all 0.4s;
}

.event-service5-section-area .service-tabs-area ul li button span.calender svg {
  transition: all 0.4s;
  height: 56px;
  width: 56px;
  filter: brightness(0) invert(1);
}

.event-service5-section-area .service-tabs-area ul li button .pl-8 {
  padding-left: 16px;
  display: inline-block;
  text-align: start;
}

.event-service5-section-area .service-tabs-area ul li button .pl-8 .day {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 16px;
}

.event-service5-section-area .service-tabs-area ul li button .pl-8 .date {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
}

.event-service5-section-area .tab-content .tab-pane {
  position: relative;
  right: -300px;
  transition: all 0.6s;
}

.event-service5-section-area .tab-content .tab-pane.fade.show.active {
  right: 0;
  transition: all 0.4s;
}

.event-service5-section-area .tab-content .tab-pane .service-event4-boxarea {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 32px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .event-service5-section-area .tab-content .tab-pane .service-event4-boxarea {
    padding: 16px;
  }
}

.event-service5-section-area .tab-content .tab-pane .service-event4-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.event-service5-section-area .tab-content .tab-pane .service-event4-boxarea ul li {
  display: inline-block;
}

@media (max-width: 767px) {
  .event-service5-section-area .tab-content .tab-pane .service-event4-boxarea ul li:nth-child(2) {
    margin-top: 16px;
  }
}

.event-service5-section-area .tab-content .tab-pane .service-event4-boxarea ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.event-service5-section-area .tab-content .tab-pane .service-event4-boxarea ul li a span {
  margin: 0 10px;
  display: inline-block;
  color: var(--ztc-text-text-1);
  opacity: 40%;
  width: 1px;
}

.event-service5-section-area .tab-content .tab-pane .service-event4-boxarea .author {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.event-service5-section-area .tab-content .tab-pane .service-event4-boxarea .author:hover {
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
}

.event-service5-section-area .tab-content .tab-pane .service-event4-boxarea .btn-area1 {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .event-service5-section-area .tab-content .tab-pane .service-event4-boxarea .btn-area1 {
    display: inline-block;
  }
}

.event-service5-section-area .tab-content .tab-pane .service-event4-boxarea .btn-area1 img {
  width: 186px;
  height: 82px;
  -o-object-fit: contain;
  object-fit: contain;
  padding-left: 16px;
}

@media (max-width: 767px) {
  .event-service5-section-area .tab-content .tab-pane .service-event4-boxarea .btn-area1 img {
    margin-top: 16px;
  }
}

.service5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service5-section-area .heading5 h5 {
  color: var(--ztc-text-text-1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.service5-section-area .heading5 h5 img {
  filter: brightness(0) invert(1);
}

.service5-section-area .heading5 h2 {
  color: var(--ztc-text-text-1);
}

.service5-section-area .service-event-box:hover .circle-content svg {
  filter: none;
  transition: all 0.4s;
}

.service5-section-area .service-event-box:hover .circle-content h3 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service5-section-area .service-event-box:hover .circle-content p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
  transition: all 0.4s;
}

.service5-section-area .service-event-box .event2-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px;
  position: relative;
  z-index: 1;
}

.service5-section-area .service-event-box .event2-boxarea::after {
  position: absolute;
  content: "";
  height: 93%;
  width: 1px;
  right: -106px;
  top: 195px;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.1);
}

.service5-section-area .service-event-box .event2-boxarea.box2::after {
  display: none;
}

@media (max-width: 767px) {
  .service5-section-area .service-event-box .event2-boxarea .img1 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service-event-box .event2-boxarea .img1 {
    margin-bottom: 30px;
  }
}

.service5-section-area .service-event-box .event2-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.service5-section-area .service-event-box .event2-boxarea .content-area {
  padding: 0 0 0 30px;
}

@media (max-width: 767px) {
  .service5-section-area .service-event-box .event2-boxarea .content-area {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service-event-box .event2-boxarea .content-area {
    padding: 0;
  }
}

.service5-section-area .service-event-box .event2-boxarea .content-area ul li {
  display: inline-block;
}

.service5-section-area .service-event-box .event2-boxarea .content-area ul li a {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font2);
  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;
}

@media (max-width: 767px) {
  .service5-section-area .service-event-box .event2-boxarea .content-area ul li a {
    display: block;
    margin-bottom: 10px;
  }
}

.service5-section-area .service-event-box .event2-boxarea .content-area ul li a svg {
  margin: 0 4px 0 0;
}

.service5-section-area .service-event-box .event2-boxarea .content-area ul li a span {
  margin: 0 8px;
  display: inline-block;
}

.service5-section-area .service-event-box .event2-boxarea .content-area .head {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  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) {
  .service5-section-area .service-event-box .event2-boxarea .content-area .head {
    line-height: 32px;
  }
}

.service5-section-area .service-event-box .event2-boxarea .content-area .head:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}

.service5-section-area .service-event-box .event2-boxarea .content-area .author-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .service5-section-area .service-event-box .event2-boxarea .content-area .author-area {
    display: inline-block;
  }
}

.service5-section-area .service-event-box .event2-boxarea .content-area .author-area .autho-name-area {
  display: flex;
  align-items: center;
  padding: 0 16px 0 0;
  border-right: 1px solid #E8E7EA;
}

@media (max-width: 767px) {
  .service5-section-area .service-event-box .event2-boxarea .content-area .author-area .autho-name-area {
    padding: 20px 0 0 0 !important;
    border: none;
  }
}

@media (max-width: 767px) {
  .service5-section-area .service-event-box .event2-boxarea .content-area .author-area .autho-name-area .img1 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service-event-box .event2-boxarea .content-area .author-area .autho-name-area .img1 {
    margin-bottom: 0;
  }
}

.service5-section-area .service-event-box .event2-boxarea .content-area .author-area .autho-name-area .img1 img {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service5-section-area .service-event-box .event2-boxarea .content-area .author-area .autho-name-area .text {
  padding-left: 12px;
}

.service5-section-area .service-event-box .event2-boxarea .content-area .author-area .autho-name-area .text a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  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;
}

@media (max-width: 767px) {
  .service5-section-area .service-event-box .event2-boxarea .content-area .author-area .autho-name-area .text a {
    line-height: 18px;
  }
}

.service5-section-area .service-event-box .event2-boxarea .content-area .author-area .autho-name-area .text p {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.service5-section-area .service-event-box .event2-boxarea .content-area .btn-area1 {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .service5-section-area .service-event-box .event2-boxarea .content-area .btn-area1 {
    display: block;
  }
}

@media (max-width: 767px) {
  .service5-section-area .service-event-box .event2-boxarea .content-area .btn-area1 a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
  }
}

.service5-section-area .service-event-box .event2-boxarea .content-area .btn-area1 p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-radius: 4px;
  background: #F4F3FF;
  padding: 10px 12px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .service5-section-area .service-event-box .event2-boxarea .content-area .btn-area1 p {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
  }
}

.service5-section-area .service-event-box .event2-boxarea .content-area .btn-area1 p img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -10px 0 0 0;
}

.service5-section-area .service-event-box .circle-content {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  left: 50px;
}

@media (max-width: 767px) {
  .service5-section-area .service-event-box .circle-content {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5-section-area .service-event-box .circle-content {
    display: none;
  }
}

.service5-section-area .service-event-box .circle-content svg {
  position: absolute;
  top: -28px;
  z-index: -1;
  left: -38px;
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.service5-section-area .service-event-box .circle-content h3 {
  color: var(--ztc-text-text-9);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 44px;
  letter-spacing: -0.44px;
  padding-bottom: 10px;
  transition: all 0.4s;
}

.service5-section-area .service-event-box .circle-content 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: 16px;
  letter-spacing: -0.16px;
  transition: all 0.4s;
}

.service6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F3F3F3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service6-section-area .service-tabs-area ul li:nth-child(1) {
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service6-section-area .service-tabs-area ul li:nth-child(3) {
    margin: 0 16px 0 0;
  }
}

.service6-section-area .service-tabs-area ul li button {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  padding: 22px 46px 22px 22px;
  display: flex;
  align-items: center;
  width: 340px;
  margin-bottom: 30px;
}

.service6-section-area .service-tabs-area ul li button.active {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}

.service6-section-area .service-tabs-area ul li button.active span.calender {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}

.service6-section-area .service-tabs-area ul li button.active span.calender img {
  filter: none;
}

.service6-section-area .service-tabs-area ul li button.active .pl-8 .day {
  color: var(--ztc-text-text-1);
}

.service6-section-area .service-tabs-area ul li button.active .pl-8 .date {
  color: var(--ztc-text-text-1);
}

.service6-section-area .service-tabs-area ul li button span.calender {
  border-radius: 8.676px;
  background: rgba(9, 11, 14, 0.1);
  height: 88px;
  width: 88px;
  text-align: center;
  line-height: 88px;
  display: inline-block;
  transition: all 0.4s;
}

.service6-section-area .service-tabs-area ul li button span.calender img {
  transition: all 0.4s;
  height: 56px;
  width: 56px;
  filter: brightness(0);
}

.service6-section-area .service-tabs-area ul li button .pl-8 {
  padding-left: 16px;
  display: inline-block;
  text-align: start;
}

.service6-section-area .service-tabs-area ul li button .pl-8 .day {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 16px;
}

.service6-section-area .service-tabs-area ul li button .pl-8 .date {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

.service6-section-area .service-tabs-area img.others-img2 {
  width: 320px;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
}

.service6-section-area .tab-content .tab-pane {
  position: relative;
  right: -300px;
  transition: all 0.6s;
}

.service6-section-area .tab-content .tab-pane.fade.show.active {
  right: 0;
  transition: all 0.4s;
}

.service6-section-area .tab-content .tab-pane .service-event4-boxarea {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 32px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .service6-section-area .tab-content .tab-pane .service-event4-boxarea {
    padding: 16px;
  }
}

.service6-section-area .tab-content .tab-pane .service-event4-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.service6-section-area .tab-content .tab-pane .service-event4-boxarea ul li {
  display: inline-block;
}

@media (max-width: 767px) {
  .service6-section-area .tab-content .tab-pane .service-event4-boxarea ul li:nth-child(2) {
    margin-top: 16px;
  }
}

.service6-section-area .tab-content .tab-pane .service-event4-boxarea ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.service6-section-area .tab-content .tab-pane .service-event4-boxarea ul li a svg {
  filter: brightness(0);
}

.service6-section-area .tab-content .tab-pane .service-event4-boxarea ul li a span {
  margin: 0 10px;
  display: inline-block;
  color: #9D9D9F;
  width: 1px;
}

.service6-section-area .tab-content .tab-pane .service-event4-boxarea .list li {
  color: var(--ztc-text-text-5);
  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;
  transition: all 0.4s;
  display: block;
  padding-top: 20px;
}

.service6-section-area .tab-content .tab-pane .service-event4-boxarea .list li span {
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
}

.service6-section-area .tab-content .tab-pane .service-event4-boxarea .author {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 42px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

.service6-section-area .tab-content .tab-pane .service-event4-boxarea .author:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

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

.event-inner-section-area .heading1 {
  position: sticky;
  top: 200px;
}

@media (max-width: 767px) {
  .event-inner-section-area .heading1 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-inner-section-area .heading1 {
    margin-bottom: 30px;
  }
}

.event-inner-section-area .event-section.box2 {
  position: relative;
  z-index: 1;
  padding: 32px 40px;
  background: #F6F6FF;
  border-radius: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .event-inner-section-area .event-section.box2 {
    padding: 20px;
  }
}

.event-inner-section-area .event-section.box2 .top-section .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .event-inner-section-area .event-section.box2 .top-section .details {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-inner-section-area .event-section.box2 .top-section .details {
    margin-top: 30px;
  }
}

.event-inner-section-area .event-section.box2 .top-section .details .calender-date {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E6EA;
}

.event-inner-section-area .event-section.box2 .top-section .details .calender-date span {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--ztc-bg-bg-3);
  border-radius: 8px;
  transition: all 0.4s;
  display: inline-block;
}

.event-inner-section-area .event-section.box2 .top-section .details .calender-date .date {
  padding-left: 12px;
}

.event-inner-section-area .event-section.box2 .top-section .details .calender-date .date h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.event-inner-section-area .event-section.box2 .top-section .details .calender-date .date 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-semibold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.event-inner-section-area .event-section.box2 .top-section .details .located {
  padding-top: 14px;
}

.event-inner-section-area .event-section.box2 .top-section .details .located li {
  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-semibold);
  line-height: 16px;
  display: block;
  transition: all 0.4s;
  padding-top: 14px;
}

.event-inner-section-area .event-section.box2 .top-section .toggle-btn {
  position: absolute;
  border: none;
  right: -25px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  top: 50%;
  margin-top: -25px;
}

.event-inner-section-area .event-section.box2 .bottom-section {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  height: 0;
  overflow: hidden;
}

.event-inner-section-area .event-section.box2 .bottom-section.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  height: 220px;
}

@media (max-width: 767px) {
  .event-inner-section-area .event-section.box2 .bottom-section.active {
    height: 460px;
  }
}

.event-inner-section-area .event-section.box2 .bottom-section .heading-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  display: inline-block;
}

.event-inner-section-area .event-section.box2 .bottom-section .heading-area .speakers {
  display: flex;
  align-items: center;
}

.event-inner-section-area .event-section.box2 .bottom-section .heading-area .speakers .img img {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event-inner-section-area .event-section.box2 .bottom-section .heading-area .speakers .text {
  padding-left: 12px;
}

.event-inner-section-area .event-section.box2 .bottom-section .heading-area .speakers .text 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-bold);
  line-height: 16px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
}

.event-inner-section-area .event-section.box2 .bottom-section .heading-area .speakers .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.event-inner-section-area .event-section.box2 .bottom-section .heading-area .btn-area1 {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .event-inner-section-area .event-section.box2 .bottom-section .heading-area .btn-area1 {
    display: block;
  }
}

.event-inner-section-area .event-section.box2 .bottom-section .heading-area .btn-area1 p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-radius: 4px;
  background: rgba(255, 10, 84, 0.1);
  padding: 10px 12px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .event-inner-section-area .event-section.box2 .bottom-section .heading-area .btn-area1 p {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
  }
}

.event-inner-section-area .event-section.box2 .bottom-section .heading-area .btn-area1 p img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -10px 0 0 0;
}

@media (max-width: 767px) {
  .event-inner-section-area .event-section.box2 .bottom-section .social {
    padding: 20px;
  }
}

.event-inner-section-area .event-section.box2 .bottom-section .social p {
  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;
}

.event-inner-section-area .event-section.box2 .bottom-section .social ul li {
  display: inline-block;
}

.event-inner-section-area .event-section.box2 .bottom-section .social ul li a svg {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event-inner-section-area .event-section.box2 .bottom-section1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  overflow: hidden;
}

.event-inner-section-area .event-section.box2 .bottom-section1.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  height: 220px;
}

@media (max-width: 767px) {
  .event-inner-section-area .event-section.box2 .bottom-section1.active {
    height: 390px;
  }
}

.event-inner-section-area .event-section.box2 .bottom-section1 .heading-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  display: inline-block;
}

.event-inner-section-area .event-section.box2 .bottom-section1 .heading-area .speakers {
  display: flex;
  align-items: center;
}

.event-inner-section-area .event-section.box2 .bottom-section1 .heading-area .speakers .img img {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event-inner-section-area .event-section.box2 .bottom-section1 .heading-area .speakers .text {
  padding-left: 12px;
}

.event-inner-section-area .event-section.box2 .bottom-section1 .heading-area .speakers .text 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-bold);
  line-height: 16px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
}

.event-inner-section-area .event-section.box2 .bottom-section1 .heading-area .speakers .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.event-inner-section-area .event-section.box2 .bottom-section1 .heading-area .btn-area1 {
  display: flex;
  align-items: center;
}

.event-inner-section-area .event-section.box2 .bottom-section1 .heading-area .btn-area1 p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-radius: 4px;
  background: rgba(255, 10, 84, 0.1);
  padding: 10px 12px;
  margin-left: 20px;
}

.event-inner-section-area .event-section.box2 .bottom-section1 .heading-area .btn-area1 p img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -10px 0 0 0;
}

@media (max-width: 767px) {
  .event-inner-section-area .event-section.box2 .bottom-section1 .social {
    margin-top: 16px;
  }
}

.event-inner-section-area .event-section.box2 .bottom-section1 .social p {
  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;
}

.event-inner-section-area .event-section.box2 .bottom-section1 .social ul li {
  display: inline-block;
}

.event-inner-section-area .event-section.box2 .bottom-section1 .social ul li a svg {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event-inner-section-area .event-section.box2 .bottom-section2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  overflow: hidden;
}

.event-inner-section-area .event-section.box2 .bottom-section2.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  height: 220px;
}

@media (max-width: 767px) {
  .event-inner-section-area .event-section.box2 .bottom-section2.active {
    height: 390px;
  }
}

.event-inner-section-area .event-section.box2 .bottom-section2 .heading-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  display: inline-block;
}

.event-inner-section-area .event-section.box2 .bottom-section2 .heading-area .speakers {
  display: flex;
  align-items: center;
}

.event-inner-section-area .event-section.box2 .bottom-section2 .heading-area .speakers .img img {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event-inner-section-area .event-section.box2 .bottom-section2 .heading-area .speakers .text {
  padding-left: 12px;
}

.event-inner-section-area .event-section.box2 .bottom-section2 .heading-area .speakers .text 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-bold);
  line-height: 16px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
}

.event-inner-section-area .event-section.box2 .bottom-section2 .heading-area .speakers .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.event-inner-section-area .event-section.box2 .bottom-section2 .heading-area .btn-area1 {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .event-inner-section-area .event-section.box2 .bottom-section2 .heading-area .btn-area1 {
    display: block;
  }
}

.event-inner-section-area .event-section.box2 .bottom-section2 .heading-area .btn-area1 p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-radius: 4px;
  background: rgba(255, 10, 84, 0.1);
  padding: 10px 12px;
  margin-left: 20px;
}

.event-inner-section-area .event-section.box2 .bottom-section2 .heading-area .btn-area1 p img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -10px 0 0 0;
}

@media (max-width: 767px) {
  .event-inner-section-area .event-section.box2 .bottom-section2 .social {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-inner-section-area .event-section.box2 .bottom-section2 .social {
    margin-top: 16px;
  }
}

.event-inner-section-area .event-section.box2 .bottom-section2 .social p {
  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;
}

.event-inner-section-area .event-section.box2 .bottom-section2 .social ul li {
  display: inline-block;
}

.event-inner-section-area .event-section.box2 .bottom-section2 .social ul li a svg {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event-details-section-area {
  padding: 120px 0 245px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .event-details-section-area {
    padding: 60px 0 245px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-section-area {
    padding: 60px 0 245px;
  }
}

.event-details-section-area .event-details-area {
  padding: 0 40px 0 0;
}

@media (max-width: 767px) {
  .event-details-section-area .event-details-area {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-section-area .event-details-area {
    padding: 0;
    margin-bottom: 30px;
  }
}

.event-details-section-area .event-details-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 40px;
  text-transform: uppercase;
}

.event-details-section-area .event-details-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  text-transform: uppercase;
}

.event-details-section-area .event-details-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.event-details-section-area .event-details-area ul li {
  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;
  letter-spacing: -0.18px;
  transition: all 0.4s;
  padding-top: 16px;
}

@media (max-width: 767px) {
  .event-details-section-area .event-details-area ul li {
    line-height: 28px;
    display: flex;
  }
}

@media (max-width: 767px) {
  .event-details-section-area .event-details-area ul li img {
    margin: 0 8px 0 0;
  }
}

.event-details-section-area .event-details-area .team4-box {
  position: relative;
  z-index: 1;
}

.event-details-section-area .event-details-area .team4-box.box2 {
  text-align: center;
  transition: all 0.4s;
  margin-top: 60px;
}

.event-details-section-area .event-details-area .team4-box.box2:hover .image-area .icon-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.event-details-section-area .event-details-area .team4-box.box2 .text-heading h4 a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font2);
  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;
}

.event-details-section-area .event-details-area .team4-box.box2 .text-heading h4 a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.event-details-section-area .event-details-area .team4-box.box2 .text-heading p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding-top: 16px;
  display: inline-block;
}

.event-details-section-area .event-details-area .team4-box.box2 .image-area {
  position: relative;
}

.event-details-section-area .event-details-area .team4-box.box2 .image-area .shape2 {
  position: absolute;
  left: 40px;
  top: -18px;
  transition: all 0.6s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-section-area .event-details-area .team4-box.box2 .image-area .shape2 {
    left: 37px;
  }
}

@media (max-width: 767px) {
  .event-details-section-area .event-details-area .team4-box.box2 .image-area .shape2 {
    left: 45px;
  }
}

.event-details-section-area .event-details-area .team4-box.box2 .image-area .image {
  border-radius: 50%;
  height: 270px;
  width: 270px;
  position: relative;
  margin: auto;
}

.event-details-section-area .event-details-area .team4-box.box2 .image-area .image::after {
  position: absolute;
  content: "";
  left: 6px;
  top: -17px;
  border: 1px solid #E6E8E7;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.event-details-section-area .event-details-area .team4-box.box2 .image-area .image .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.event-details-section-area .event-details-area .team4-box.box2 .image-area .image .img::after {
  position: absolute;
  content: "";
  height: 240px;
  width: 240px;
  left: 17px;
  top: -3px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.4s;
}

.event-details-section-area .event-details-area .team4-box.box2 .image-area .image .img img {
  height: 240px;
  width: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 4px;
  top: -2px;
}

.event-details-section-area .event-details-area .team4-box.box2 .image-area .icon-area {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -18px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.event-details-section-area .event-details-area .team4-box.box2 .image-area .icon-area a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s24);
}

.event-details-section-area .event-details-area .team4-box.box2:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.event-details-section-area .event-details-area .team4-box.box2:hover .image-area .image .img::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}

.event-details-section-area .event-details-area .team4-box.box2:hover .image-area .shape2 {
  transform: rotate(62deg);
  transition: all 0.4s;
}

.event-details-section-area .event-details-area .team4-box.box2:hover .image-area .icon-area {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}

.event-details-section-area .event-sidebar-area {
  position: sticky;
  top: 200px;
}

.event-details-section-area .event-sidebar-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  letter-spacing: -0.84px;
  text-transform: uppercase;
}

.event-details-section-area .event-sidebar-area .location-boxarea {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  padding: 32px;
}

.event-details-section-area .event-sidebar-area .location-boxarea .map iframe {
  width: 100%;
  height: 280px;
  border-radius: 8px;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea {
  padding: 32px;
  position: relative;
  z-index: 1;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .details1 {
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E6EA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .event-details-section-area .event-sidebar-area .event-info-boxarea .details1 {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-section-area .event-sidebar-area .event-info-boxarea .details1 {
    margin-top: 30px;
  }
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .details1 .calender-date {
  display: flex;
  align-items: center;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .details1 .calender-date span {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--ztc-bg-bg-3);
  border-radius: 8px;
  transition: all 0.4s;
  display: inline-block;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .details1 .calender-date .date {
  padding-left: 12px;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .details1 .calender-date .date h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .details1 .calender-date .date 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-semibold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .details1 .located li {
  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-semibold);
  line-height: 16px;
  display: block;
  transition: all 0.4s;
  padding-top: 14px;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .details1 .located li:nth-child(2) {
  padding-top: 14px;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .speakers-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .event-details-section-area .event-sidebar-area .event-info-boxarea .speakers-links {
    display: inline-block;
  }
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .speakers-links .speakers {
  display: flex;
  align-items: center;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .speakers-links .speakers .img img {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .speakers-links .speakers .text {
  padding-left: 12px;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .speakers-links .speakers .text 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-bold);
  line-height: 16px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .speakers-links .speakers .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

@media (max-width: 767px) {
  .event-details-section-area .event-sidebar-area .event-info-boxarea .speakers-links .social {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-section-area .event-sidebar-area .event-info-boxarea .speakers-links .social {
    margin-top: 16px;
  }
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .speakers-links .social p {
  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;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .speakers-links .social ul li {
  display: inline-block;
}

.event-details-section-area .event-sidebar-area .event-info-boxarea .speakers-links .social ul li a svg {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event-ticket-setails-area {
  position: relative;
  z-index: 1;
}

.event-ticket-setails-area .ticket-details-area {
  padding: 0 40px 0 0;
}

@media (max-width: 767px) {
  .event-ticket-setails-area .ticket-details-area {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-ticket-setails-area .ticket-details-area {
    padding: 0;
    margin-bottom: 30px;
  }
}

.event-ticket-setails-area .ticket-details-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 40px;
  text-transform: uppercase;
}

.event-ticket-setails-area .ticket-details-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  text-transform: uppercase;
}

.event-ticket-setails-area .ticket-details-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.event-ticket-setails-area .ticket-details-area .time-section-area {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.event-ticket-setails-area .ticket-details-area .time-section-area .time-bg-area {
  padding: 32px 45px;
}

.event-ticket-setails-area .ticket-details-area .team4-box {
  position: relative;
  z-index: 1;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 {
  text-align: center;
  transition: all 0.4s;
  margin-top: 60px;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2:hover .image-area .icon-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 .text-heading h4 a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font2);
  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;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 .text-heading h4 a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 .text-heading p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding-top: 16px;
  display: inline-block;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 .image-area {
  position: relative;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 .image-area .shape2 {
  position: absolute;
  left: 40px;
  top: -18px;
  transition: all 0.6s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-ticket-setails-area .ticket-details-area .team4-box.box2 .image-area .shape2 {
    left: 37px;
  }
}

@media (max-width: 767px) {
  .event-ticket-setails-area .ticket-details-area .team4-box.box2 .image-area .shape2 {
    left: 45px;
  }
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 .image-area .image {
  border-radius: 50%;
  height: 270px;
  width: 270px;
  position: relative;
  margin: auto;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 .image-area .image::after {
  position: absolute;
  content: "";
  left: 6px;
  top: -17px;
  border: 1px solid #E6E8E7;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 .image-area .image .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 .image-area .image .img::after {
  position: absolute;
  content: "";
  height: 240px;
  width: 240px;
  left: 17px;
  top: -3px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.4s;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 .image-area .image .img img {
  height: 240px;
  width: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 4px;
  top: -2px;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 .image-area .icon-area {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -18px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2 .image-area .icon-area a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s24);
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2:hover .image-area .image .img::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2:hover .image-area .shape2 {
  transform: rotate(62deg);
  transition: all 0.4s;
}

.event-ticket-setails-area .ticket-details-area .team4-box.box2:hover .image-area .icon-area {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}

.event-ticket-setails-area .ticket-sidebar-area {
  position: sticky;
  top: 200px;
}

.event-ticket-setails-area .ticket-sidebar-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  letter-spacing: -0.84px;
  text-transform: uppercase;
}

.event-ticket-setails-area .ticket-sidebar-area .location-boxarea {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  padding: 32px;
}

.event-ticket-setails-area .ticket-sidebar-area .location-boxarea .map iframe {
  width: 100%;
  height: 280px;
  border-radius: 8px;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box {
  background: #F6F6FF;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  padding: 32px;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box .ticket-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  border-radius: 8px;
  margin-top: 16px;
  position: relative;
  cursor: pointer;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box .ticket-option input {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  accent-color: var(--ztc-bg-bg-3);
  position: absolute;
  right: 0;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box .ticket-option label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box .ticket-option span {
  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-bold);
  line-height: 18px;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box .ticket-option span.price {
  padding-right: 40px;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box .ticket-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  padding: 18px;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box .ticket-quantity span {
  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-bold);
  line-height: 18px;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box .ticket-quantity span#ticket-count {
  margin: 0 0 0 16px;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box .ticket-quantity span.ticket {
  margin: 0 16px 0 4px;
  display: inline-block;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box .ticket-quantity button {
  width: 30px;
  height: 30px;
  border: none;
  background-color: rgba(255, 10, 84, 0.1);
  color: var(--ztc-text-text-4);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s18);
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box .ticket-quantity button:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.event-ticket-setails-area .ticket-sidebar-area .ticket-box .vl-btn1 {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}

.ticket-cart-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ticket-cart-section .billing-details-area {
  position: relative;
  z-index: 1;
  background: #F6F6FF;
  padding: 32px;
  border-radius: 8px;
}

.ticket-cart-section .billing-details-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  letter-spacing: -0.84px;
  text-transform: uppercase;
}

.ticket-cart-section .billing-details-area .input-area {
  padding-top: 28px;
}

.ticket-cart-section .billing-details-area .input-area h5 {
  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-bold);
  line-height: 16px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.ticket-cart-section .billing-details-area .input-area input {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  border: none;
  outline: none;
  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: 18px;
  border-radius: 8px;
}

.ticket-cart-section .billing-details-area .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;
  opacity: 90%;
}

.ticket-cart-section .billing-details-area .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;
  opacity: 90%;
}

.ticket-cart-section .billing-details-area .input-area button {
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
}

.ticket-cart-section .cart-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 32px;
}

@media (max-width: 767px) {
  .ticket-cart-section .cart-boxarea {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ticket-cart-section .cart-boxarea {
    margin-top: 30px;
  }
}

.ticket-cart-section .cart-boxarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  letter-spacing: -0.84px;
  text-transform: uppercase;
}

.ticket-cart-section .cart-boxarea ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  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-bottom: 24px;
}

.ticket-cart-section .cart-boxarea ul li:nth-child(3) {
  padding-top: 24px;
  color: var(--ztc-text-text-2) !important;
  font-weight: var(--ztc-weight-bold);
  border-top: 1px solid #E7E6EA;
}

.ticket-cart-section .cart-boxarea .ticket-option {
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  border-top: 1px solid #E7E6EA;
}

.ticket-cart-section .cart-boxarea .ticket-option input {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  accent-color: var(--ztc-bg-bg-3);
  position: relative;
  margin: 0 6px 0 0;
}

.ticket-cart-section .cart-boxarea .ticket-option label {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.ticket-cart-section .cart-boxarea .ticket-option label span {
  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;
}

.ticket-cart-section .cart-boxarea .ticket-option label span.price {
  padding-right: 40px;
}

.ticket-cart-section .cart-boxarea .ticket-option label ul {
  padding-left: 20px;
}

.ticket-cart-section .cart-boxarea .ticket-option label ul li {
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  border: none;
}

.ticket-cart-section .cart-boxarea .vl-btn1 {
  width: 100%;
  text-align: center;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
  position: relative;
  z-index: 1;
  padding: 262px 0 475px;
  overflow: hidden;
  background-color:#351775;
}

@media (max-width: 767px) {
  .hero1-section-area {
    padding: 180px 0 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area {
    padding: 180px 0 400px;
  }
}

.hero1-section-area .elements1 {
  position: absolute;
}

.hero1-section-area .elements2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero1-section-area .date-btn {
  text-align: center;
  padding: 48px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  display: inline-block;
  width: 320px;
  height: 320px;
  position: absolute;
  left: -50px;
  bottom: 33%;
}

@media (max-width: 767px) {
  .hero1-section-area .date-btn {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .date-btn {
    display: none;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-section-area .date-btn {
    right: -250px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero1-section-area .date-btn {
    right: -250px;
  }
}

.hero1-section-area .date-btn h4 {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s80);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 80px;
  text-transform: uppercase;
}

.hero1-section-area .date-btn p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  text-transform: uppercase;
}

.hero1-section-area .date-btn a {
  color: var(--ztc-text-text-1);
  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-bold);
  line-height: 18px;
  display: inline-block;
  padding: 18px;
  background-image: url(../img/elements/elements4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero1-section-area .hero-header {
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero1-section-area .hero-header .elements5 {
  position: absolute;
  right: 150px;
  top: 200px;
}

@media (max-width: 767px) {
  .hero1-section-area .hero-header .elements5 {
    right: 0;
    top: 350px;
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .hero-header .elements5 {
    right: 0;
    top: 380px;
    display: none;
  }
}

.hero1-section-area .hero-header h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  letter-spacing: -0.52px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero1-section-area .hero-header h5 {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
  }
}

.hero1-section-area .hero-header h5 img {
  height: 30px;
  width: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: -5px 4px 0 0;
}

.hero1-section-area .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s80);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 80px;
  /* 100% */
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero1-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s46);
    line-height: 46px;
  }
}

.hero1-section-area .hero-header h1 img {
  height: 64px;
  width: 64px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .hero1-section-area .hero-header h1 img {
    display: none;
  }
}

.hero1-section-area .hero-header h1 span {
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  padding: 8px 14px;
  border-radius: 96px;
  height: 66px;
  line-height: 42px;
}

.hero1-section-area .hero-header h1 span img {
  height: 50px;
  width: 130px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .hero1-section-area .hero-header h1 span {
    display: none;
  }
}

.hero1-section-area .hero-header .vl-btn1.btn2 {
  background: var(--ztc-bg-bg-1);
  margin-left: 24px;
  color: var(--ztc-text-text-2);
}

.hero1-section-area .hero-header .vl-btn1.btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .hero1-section-area .hero-header .vl-btn1.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.hero-bottom-area {
  position: relative;
  z-index: 2;
}

.hero-bottom-area .hero-images-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  margin-top: -370px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-bottom-area .hero-images-area {
    margin-top: -300px;
  }
}

@media (max-width: 767px) {
  .hero-bottom-area .hero-images-area {
    margin-top: -150px;
  }
}

.hero-bottom-area .hero-images-area .arrow-btnarea {
  position: absolute;
  top: 215px;
  right: -50px;
}

@media (max-width: 767px) {
  .hero-bottom-area .hero-images-area .arrow-btnarea {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-bottom-area .hero-images-area .arrow-btnarea {
    position: absolute;
    top: 60px;
    left: auto;
    right: auto;
  }
}

.hero-bottom-area .hero-images-area .arrow-btnarea a {
  background: rgba(103, 157, 196, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border-radius: 50%;
  border:3px dashed #b49aff;
  padding: 8px;
  height: 200px;
  width: 200px;
}

.hero-bottom-area .hero-images-area .arrow-btnarea a .arrow1 {
  position: absolute;
  left: 42%;
  top: 42%;
  height: 40px;
  width: 40px;
  filter: brightness(0) invert(1);
}

.hero-bottom-area .hero-images-area .arrow-btnarea a .circle {
  position: absolute;
  margin-bottom: 0;
  font-size: var(--ztc-font-size-font-s14);
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--tg-color-white-default);
}

.hero-bottom-area .hero-images-area .arrow-btnarea a .circle span {
  position: absolute;
  top: -77px;
  display: inline-block;
  transform-origin: 0 77px;
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .hero-bottom-area .hero-images-area .arrow-btnarea a {
    margin-top: 15px;
  }
}

.hero2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 286px 0 50px;
}

@media (max-width: 767px) {
  .hero2-section-area {
    padding: 160px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area {
    padding: 180px 0 50px;
  }
}

.hero2-section-area .hero2-header {
  padding: 0 100px 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 .hero2-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s100);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 110px;
  letter-spacing: -3px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero2-section-area .hero2-header h1 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}

.hero2-section-area .hero2-header h1 span {
  color: var(--ztc-text-text-6);
}

.hero2-section-area .hero2-header 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-regular);
  line-height: 30px;
  opacity: 70% !important;
}

.hero2-section-area .hero2-header .arrow-auhtor-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(82px);
  backdrop-filter: blur(82px);
  padding: 20px 24px;
  position: relative;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .hero2-section-area .hero2-header .arrow-auhtor-area {
    display: inline-block;
  }
}

.hero2-section-area .hero2-header .arrow-auhtor-area .heading h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 60px;
  letter-spacing: -1.68px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero2-section-area .hero2-header .arrow-auhtor-area .heading h3 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.hero2-section-area .hero2-header .arrow-auhtor-area .heading 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-semibold);
  line-height: 16px;
}

@media (max-width: 767px) {
  .hero2-section-area .hero2-header .arrow-auhtor-area .arrow {
    margin-top: 20px;
  }
}

.hero2-section-area .hero2-header .arrow-auhtor-area .arrow a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  display: inline-block;
}

.hero2-section-area .hero2-header .arrow-auhtor-area .arrow a:hover {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}

.hero2-section-area .hero2-header .arrow-auhtor-area .arrow svg {
  filter: brightness(0);
}

.hero2-section-area .hero2-header .btn-area1 a:hover {
  color: var(--ztc-text-text-5);
}

.hero2-section-area .hero2-header .btn-area1 a::after {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}

.hero2-section-area .hero2-header .btn-area1 a.btn2 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.15);
  color: var(--ztc-text-text-1);
  margin-left: 20px;
}

@media (max-width: 767px) {
  .hero2-section-area .hero2-header .btn-area1 a.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.hero2-section-area .hero2-header .btn-area1 a.btn2:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.hero3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 180px 0 0;
}

.hero3-section-area .elements21 {
  position: absolute;
  right: 0;
  top: 40%;
}

.hero3-section-area .elements22 {
  position: absolute;
  left: 0;
  top: 40%;
}

.hero3-section-area .header-content h1 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s76);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 92px;
}

@media (max-width: 767px) {
  .hero3-section-area .header-content h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section-area .header-content h1 {
    font-size: var(--ztc-font-size-font-s60);
    line-height: 70px;
  }
}

.hero3-section-area .header-content h1 span {
  display: inline-block;
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}

.hero3-section-area .header-content h1 span::after {
  position: absolute;
  content: "";
  height: 5px;
  left: 0;
  bottom: 10px;
  background: var(--ztc-bg-bg-6);
  width: 100%;
}

.hero3-section-area .hero-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 190px 0 120px;
}

@media (max-width: 767px) {
  .hero4-section-area {
    padding: 190px 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area {
    padding: 190px 0 30px;
  }
}

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

.hero4-section-area .hero4-heading h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-heading h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
  }
}

.hero4-section-area .hero4-heading h5 img {
  margin: -5px 4px 0 0;
  height: 34px;
  width: 34px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-heading h5 img {
    height: 16px;
    width: 16px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.hero4-section-area .hero4-heading h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: 150px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 120px;
  letter-spacing: -3px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-heading h1 {
    font-size: var(--ztc-font-size-font-s70);
    line-height: 40px;
  }
}

.hero4-section-area .hero4-heading h1 span {
  border-radius: 16px;
  border: 2.2px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: inline-block;
  padding: 12px 14px;
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-heading h1 span {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-heading h1 span {
    margin-top: 16px;
  }
}

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

@media (max-width: 767px) {
  .hero4-section-area .images-area {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .images-area {
    margin-bottom: 50px;
  }
}

.hero4-section-area .images-area .elements23 {
  position: absolute;
  bottom: -150px;
  left: -100px;
}

@media (max-width: 767px) {
  .hero4-section-area .images-area .elements23 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .images-area .elements23 {
    z-index: -1;
  }
}

.hero4-section-area .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.hero4-section-area .date-btn {
  position: relative;
  z-index: 2;
}

.hero4-section-area .date-btn a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  transition: all 0.4s;
  padding: 20px 27px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-7);
}

.hero4-section-area .date-btn a:hover {
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
}

.hero4-section-area .timer-area-start {
  position: relative;
  z-index: 2;
}

.hero4-section-area .timer-area-start .time-box {
  display: block;
  text-align: center;
  border-radius: 8px;
  border: 2.222px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  padding: 24px;
  transition: all 0.4s;
}

.hero4-section-area .timer-area-start .time-box:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .hero4-section-area .timer-area-start .time-box {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .timer-area-start .time-box {
    margin-bottom: 30px;
  }
}

.hero4-section-area .timer-area-start .time-box .time-value {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
  text-transform: uppercase;
  transition: all 0.4s;
  display: block;
}

.hero4-section-area .timer-area-start .time-box .time-value span {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 22px;
  text-transform: uppercase;
  transition: all 0.4s;
  display: block !important;
  margin-top: 18px;
}

.hero5-slider-area {
  position: relative;
  z-index: 1;
}

.hero5-slider-area .slick-slide.slick-current.slick-active h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero5-slider-area .slick-slide.slick-current.slick-active h1 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero5-slider-area .slick-slide.slick-current.slick-active .btn-area1 {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero5-slider-area .hero5-section-area {
  position: relative;
  z-index: 1;
  padding: 260px 0 100px;
  overflow: hidden;
  height: 820px;
}

@media (max-width: 767px) {
  .hero5-slider-area .hero5-section-area {
    padding: 180px 0 100px;
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-slider-area .hero5-section-area {
    padding: 180px 0 100px;
    height: auto;
  }
}

.hero5-slider-area .hero5-section-area .elements27 {
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: 1;
}

.hero5-slider-area .hero5-section-area .hero-header-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero5-slider-area .hero5-section-area .hero-header-area h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero5-slider-area .hero5-section-area .hero-header-area h5 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
  }
}

.hero5-slider-area .hero5-section-area .hero-header-area h5 img {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0) invert(1);
  display: inline-block;
}

.hero5-slider-area .hero5-section-area .hero-header-area h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 64px;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}

@media (max-width: 767px) {
  .hero5-slider-area .hero5-section-area .hero-header-area h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 32px;
  }
}

.hero5-slider-area .hero5-section-area .hero-header-area h1 span {
  border-radius: 6px;
  border: 2px solid var(--other-home-page-color-home-page-1-s-white-color, #FFF);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: inline-block;
  transition: all 0.4s;
  padding: 10px;
}

.hero5-slider-area .hero5-section-area .hero-header-area .btn-area1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}

.hero5-slider-area .hero5-section-area .hero-header-area .btn-area1 .vl-btn5.btn2 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  padding: 22px 30px;
  margin-left: 24px;
}

@media (max-width: 767px) {
  .hero5-slider-area .hero5-section-area .hero-header-area .btn-area1 .vl-btn5.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.hero5-slider-area .hero5-section-area .hero-header-area .btn-area1 .vl-btn5.btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.hero5-slider-area .hero5-section-area .hero-header-area .btn-area1 .vl-btn5.btn2:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
}

.hero5-slider-area .hero5-section-area .hero-header-area .btn-area1 .vl-btn5.btn2::after {
  background: var(--ztc-bg-bg-9);
  opacity: 10%;
}

.hero5-slider-area .hero5-section-area .hero-header-area .btn-area1 .vl-btn5.btn2::before {
  background: var(--ztc-bg-bg-9);
}

.hero5-slider-area .hero5-section-area .hero-bg-area .img1 .date-area {
  display: inline-block;
  transition: all 0.4s;
  padding: 24px 24px;
  width: 190px;
  height: 130px;
  position: absolute;
  right: 40%;
  top: 60%;
}

@media (max-width: 767px) {
  .hero5-slider-area .hero5-section-area .hero-bg-area .img1 .date-area {
    top: 80%;
  }
}

.hero5-slider-area .hero5-section-area .hero-bg-area .img1 .date-area h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 56px;
  text-transform: uppercase;
}

.hero5-slider-area .hero5-section-area .hero-bg-area .img1 .date-area p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.hero5-slider-area .hero5-section-area .hero-bg-area .img1 img {
  position: absolute;
  right: 0;
  top: 0;
  height: 166%;
  width: 60%;
  max-height: 114%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero5-slider-area .hero5-section-area .hero-bg-area .img1 img {
    max-height: 130%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero5-slider-area .hero5-section-area .hero-bg-area .img1 img {
    max-height: 130%;
  }
}

@media (max-width: 767px) {
  .hero5-slider-area .hero5-section-area .hero-bg-area .img1 img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-slider-area .hero5-section-area .hero-bg-area .img1 img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 30px;
  }
}

.testimonial-arrows {
  position: absolute;
  z-index: 2;
  bottom: 250px;
  right: 30px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .testimonial-arrows {
    bottom: 50px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-arrows {
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  .testimonial-arrows {
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-arrows {
    bottom: 50px;
  }
}

.testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}

.testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
}

.testimonial-arrows .testimonial-next-arrow {
  margin-top: 12px;
}

.hero6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
  padding: 150px 0 60px;
}

.hero6-section-area .main-heading h1 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s80);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 100px;
  letter-spacing: -2.4px;
  text-transform: capitalize;
  transition: all 0.4s;
  display: inline-block;
}

@media (max-width: 767px) {
  .hero6-section-area .main-heading h1 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}

.hero6-section-area .main-heading h1 span {
  background: linear-gradient(96deg, #FF0A54 74.22%, #FF6F00 92.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Bricolage Grotesque";
  font-size: var(--ztc-font-size-font-s80);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 100px;
  letter-spacing: -2.4px;
  text-transform: capitalize;
  display: inline-block;
}

@media (max-width: 767px) {
  .hero6-section-area .main-heading h1 span {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}

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

.hero6-section-area .date-area h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s80);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 80px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .hero6-section-area .date-area h2 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}

.hero6-section-area .date-area .lodation-box {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  position: relative;
}

.hero6-section-area .date-area .lodation-box svg {
  position: absolute;
}

.hero6-section-area .date-area .lodation-box 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-semibold);
  line-height: 24px;
  padding-left: 40px;
}

.hero6-section-area .hero-images-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero6-section-area .hero-images-area {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .hero-images-area {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.hero6-section-area .hero-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero6-section-area .hero-images-area .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
}

.hero6-section-area .hero-images-area .play-btn a {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  transition: ALL 0.4S;
  background: var(--ztc-bg-bg-10);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
}

.hero6-section-area .hero-images-area .play-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 28px;
  top: 28px;
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}

.hero6-section-area .description-area 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-regular);
  line-height: 30px;
  opacity: 70%;
}

.hero6-section-area .description-area .pera-box {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #2B2D30;
  position: relative;
  text-align: center;
  padding: 16px;
}

.hero6-section-area .description-area .pera-box h4 {
  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: 24px;
  text-transform: capitalize;
}

.hero6-section-area .description-area .pera-box h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s80);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 80px;
  text-transform: capitalize;
}

.inner-header-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 282px 0 100px;
}

@media (max-width: 767px) {
  .inner-header-area {
    padding: 180px 0 60px;
  }
}

.inner-header-area .main-heading {
  text-align: center;
}

.inner-header-area .main-heading h1 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s80);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 80px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .inner-header-area .main-heading h1 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}

.inner-header-area .main-heading a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .inner-header-area .main-heading a {
    line-height: 34px;
  }
}

.inner-header-area .main-heading a i {
  margin: 0 6px;
}

.slider1-section-area {
  overflow: hidden !important;
}

.slider1-section-area .brand-single-box {
  display: inline-block;
}

.slider1-section-area .marquee-wrap {
  background-color: var(--ztc-text-text-7);
  width: 100%;
  position: relative;
}

.slider1-section-area .marquee-wrap .marquee-text {
  animation: marquee 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 32px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider1-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}

@media (max-width: 767px) {
  .slider1-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}

.slider1-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
  margin: 0 40px 0 0;
  position: relative;
  top: 6px;
}

.slider1-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  text-transform: uppercase;
}

.slider1-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: -8px 0 0 0;
  height: 44px;
  width: 44px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider2-section-area {
  overflow: hidden !important;
}

.slider2-section-area .brand-single-box {
  display: inline-block;
}

.slider2-section-area .marquee-wrap {
  background-color: var(--ztc-text-text-11);
  width: 100%;
  position: relative;
}

.slider2-section-area .marquee-wrap .marquee-text {
  animation: marquee 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 32px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider2-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}

@media (max-width: 767px) {
  .slider2-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}

.slider2-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
  margin: 0 40px 0 0;
  position: relative;
  top: 6px;
}

.slider2-section-area .marquee-wrap .marquee-text .brand-single-box 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-bold);
  line-height: 28px;
  text-transform: uppercase;
}

.slider2-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: -8px 10px 0 0;
  height: 44px;
  width: 44px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}

.vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-2);
  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 {width: 308px;
height: 104px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.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-menu .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-menu .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-menu .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-4);
  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-menu .vl-offcanvas {
    width: 100%;
  }
}

.homepage2-menu .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage2-menu .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-menu .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage2-menu .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage2-menu .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage2-menu .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage2-menu .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage2-menu .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-menu .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-menu .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage2-menu .vl-offcanvas .vl-offcanvas-logo {width: 308px;
height: 104px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage2-menu .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage2-menu .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage2-menu .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage2-menu .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-menu .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage2-menu .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage2-menu .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage2-menu .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage2-menu .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage2-menu .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-menu .vl-menu-close i {
  transition: 0.3s;
}

.homepage3-menu .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);
}

.homepage3-menu .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);
}

.homepage3-menu .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-4);
  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-menu .vl-offcanvas {
    width: 100%;
  }
}

.homepage3-menu .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage3-menu .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-menu .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage3-menu .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage3-menu .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage3-menu .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage3-menu .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage3-menu .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-menu .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-menu .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage3-menu .vl-offcanvas .vl-offcanvas-logo {width: 308px;
height: 104px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage3-menu .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage3-menu .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage3-menu .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage3-menu .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-menu .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage3-menu .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage3-menu .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage3-menu .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage3-menu .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage3-menu .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-menu .vl-menu-close i {
  transition: 0.3s;
}

.homepage4-menu .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-menu .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-menu .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-4);
  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-menu .vl-offcanvas {
    width: 100%;
  }
}

.homepage4-menu .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage4-menu .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-menu .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage4-menu .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage4-menu .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage4-menu .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage4-menu .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage4-menu .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-menu .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-menu .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage4-menu .vl-offcanvas .vl-offcanvas-logo {width: 308px;
height: 104px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage4-menu .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage4-menu .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage4-menu .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage4-menu .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-menu .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage4-menu .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage4-menu .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage4-menu .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage4-menu .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage4-menu .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-menu .vl-menu-close i {
  transition: 0.3s;
}

.homepage5-menu .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);
}

.homepage5-menu .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);
}

.homepage5-menu .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-8);
  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-menu .vl-offcanvas {
    width: 100%;
  }
}

.homepage5-menu .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage5-menu .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-menu .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage5-menu .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage5-menu .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage5-menu .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage5-menu .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage5-menu .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-menu .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-menu .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage5-menu .vl-offcanvas .vl-offcanvas-logo {width: 308px;
height: 104px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage5-menu .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage5-menu .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage5-menu .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage5-menu .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-menu .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage5-menu .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage5-menu .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage5-menu .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage5-menu .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage5-menu .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-menu .vl-menu-close i {
  transition: 0.3s;
}

.homepage6-menu .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-menu .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-menu .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-4);
  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-menu .vl-offcanvas {
    width: 100%;
  }
}

.homepage6-menu .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage6-menu .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-menu .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage6-menu .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage6-menu .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage6-menu .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage6-menu .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage6-menu .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-menu .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-menu .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage6-menu .vl-offcanvas .vl-offcanvas-logo {width: 308px;
height: 104px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage6-menu .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage6-menu .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage6-menu .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage6-menu .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-menu .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage6-menu .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage6-menu .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage6-menu .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage6-menu .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage6-menu .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-menu .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;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-blog-1-area .vl-blog-1-item {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-1-area .vl-blog-1-item {
    margin-bottom: 30px;
  }
}

.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb {
  transition: all 0.4s;
  border-radius: 8px;
}

.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  border-radius: 8px;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  border-radius: 8px;
}

.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: 8px;
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
  padding: 24px 20px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  margin: -100px 30px 0 30px;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin-left: 16px;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-5);
  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: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -5px 0 0 0;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  letter-spacing: -0.4px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  text-decoration: underline;
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a svg {
  margin-left: 4px;
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover svg {
  transform: rotate(45deg);
  transition: all 0.4s;
}

.blog-inner-area {
  position: relative;
  z-index: 1;
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .blog-inner-area {
    padding: 60px 0 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-inner-area {
    padding: 60px 0 0 0;
  }
}

.blog-inner-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .blog-inner-area .vl-blog-1-item {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-inner-area .vl-blog-1-item {
    margin-bottom: 30px;
  }
}

.blog-inner-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px 8px 0 0;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 0px 0px 8px 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) 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-semibold);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-3);
  padding: 10px 10px 6px 10px;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 2;
}

@media (max-width: 767px) {
  .blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) a {
    top: 45%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) a {
    top: 40%;
  }
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta 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-semibold);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -5px 4px 0 0;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.blog-inner-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-bold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.blog-inner2-area {
  position: relative;
  z-index: 1;
}

.blog-inner2-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  margin-bottom: 30px;
}

.blog-inner2-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.blog-inner2-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px 8px 0 0;
}

.blog-inner2-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}

.blog-inner2-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 0px 0px 8px 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px;
}

.blog-inner2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) 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-semibold);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-3);
  padding: 10px 10px 6px 10px;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 2;
}

@media (max-width: 767px) {
  .blog-inner2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) a {
    top: 45%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-inner2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) a {
    top: 40%;
  }
}

.blog-inner2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta 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-semibold);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.blog-inner2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -5px 4px 0 0;
}

.blog-inner2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.blog-inner2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.blog-inner2-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-bold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.blog-inner2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.blog-inner2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.blog-inner2-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

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

.blog-details-section-area .blog-auhtor-details-side {
  position: sticky;
  top: 200px;
}

.blog-details-section-area .blog-auhtor-details-side h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}

.blog-details-section-area .blog-auhtor-details-side .search-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 24px 28px;
}

.blog-details-section-area .blog-auhtor-details-side .search-area form {
  position: relative;
  z-index: 1;
}

.blog-details-section-area .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;
}

.blog-details-section-area .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);
}

.blog-details-section-area .blog-auhtor-details-side .category-list-area {
  border-radius: 8px;
  padding: 24px 28px;
}

.blog-details-section-area .blog-auhtor-details-side .category-list-area ul li {
  margin-top: 18px;
}

.blog-details-section-area .blog-auhtor-details-side .category-list-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  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;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.blog-details-section-area .blog-auhtor-details-side .category-list-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.blog-details-section-area .blog-auhtor-details-side .category-list-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.blog-details-section-area .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-3);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.blog-details-section-area .blog-auhtor-details-side .tags-area {
  border-radius: 8px;
  padding: 24px 28px;
}

@media (max-width: 767px) {
  .blog-details-section-area .blog-auhtor-details-side .tags-area {
    text-align: center;
  }
}

.blog-details-section-area .blog-auhtor-details-side .tags-area ul li {
  display: inline-block;
}

.blog-details-section-area .blog-auhtor-details-side .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 18px;
  display: inline-block;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin-top: 16px;
  position: relative;
  z-index: 1;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .blog-details-section-area .blog-auhtor-details-side .tags-area ul li a {
    margin-right: 0;
  }
}

.blog-details-section-area .blog-auhtor-details-side .tags-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.blog-details-section-area .blog-auhtor-details-side .tags-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.blog-details-section-area .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-3);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.blog-details-section-area .blog-auhtor-details-side .auhtor-area {
  border-radius: 8px;
  padding: 24px 28px;
}

.blog-details-section-area .blog-auhtor-details-side .auhtor-area ul li {
  display: inline-block;
}

.blog-details-section-area .blog-auhtor-details-side .auhtor-area ul li a {
  margin: 0 10px 0 0;
}

.blog-details-section-area .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;
}

.blog-details-section-area .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) {
  .blog-details-section-area .blog-auhtor-details-side .recent-posts-area {
    text-align: center;
  }
}

.blog-details-section-area .blog-auhtor-details-side .recent-posts-area .recent-posts {
  position: relative;
}

@media (max-width: 767px) {
  .blog-details-section-area .blog-auhtor-details-side .recent-posts-area .recent-posts {
    text-align: center;
  }
}

.blog-details-section-area .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 {
  position: absolute;
}

@media (max-width: 767px) {
  .blog-details-section-area .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 {
    position: relative;
  }
}

.blog-details-section-area .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) {
  .blog-details-section-area .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.blog-details-section-area .blog-auhtor-details-side .recent-posts-area .recent-posts .content {
  padding-left: 140px;
}

@media (max-width: 767px) {
  .blog-details-section-area .blog-auhtor-details-side .recent-posts-area .recent-posts .content {
    padding-left: 0;
    margin-top: 16px;
  }
}

.blog-details-section-area .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;
}

.blog-details-section-area .blog-auhtor-details-side .recent-posts-area .recent-posts .content ul li a img {
  margin: -5px 4px 0 0;
  transition: all 0.4s;
}

.blog-details-section-area .blog-auhtor-details-side .recent-posts-area .recent-posts .content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}

.blog-details-section-area .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;
}

.blog-details-section-area .blog-auhtor-details-side .recent-posts-area .recent-posts .content h4 a:hover {
  color: #2E0797;
  transition: all 0.4s;
}

.blog-details-section-area .blog-others-sidebar {
  position: relative;
  z-index: 1;
  padding: 0 0 0 40px;
}

@media (max-width: 767px) {
  .blog-details-section-area .blog-others-sidebar {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section-area .blog-others-sidebar {
    padding: 0;
    margin-top: 30px;
  }
}

.blog-details-section-area .blog-others-sidebar 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-bold);
  line-height: 52px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-details-section-area .blog-others-sidebar h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.blog-details-section-area .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-bold);
  line-height: 40px;
  text-transform: uppercase;
}

.blog-details-section-area .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;
}

.blog-details-section-area .blog-others-sidebar .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.blog-details-section-area .blog-others-sidebar .list-author li {
  display: inline-block;
}

@media (max-width: 767px) {
  .blog-details-section-area .blog-others-sidebar .list-author li:nth-child(3) {
    margin-top: 10px;
  }
}

.blog-details-section-area .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-3);
  padding: 10px;
  border-radius: 4px;
  margin: 0 16px 0 0;
}

.blog-details-section-area .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;
}

.blog-details-section-area .blog-others-sidebar .list-author li a img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: -5px 4px 0 0;
}

.blog-details-section-area .blog-others-sidebar .list-author li a span {
  color: #CDCDD6;
  display: inline-block;
  margin: 0 8px;
}

.blog-details-section-area .blog-others-sidebar .images {
  position: relative;
  z-index: 1;
}

.blog-details-section-area .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;
}

.blog-details-section-area .blog-others-sidebar .images .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 2;
}

.blog-details-section-area .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-3);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s32);
  position: relative;
}

.blog-details-section-area .blog-others-sidebar .images .play a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 40px;
  top: 40px;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}

.blog-details-section-area .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) {
  .blog-details-section-area .blog-others-sidebar .tags-social {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .blog-details-section-area .blog-others-sidebar .tags-social .tags {
    margin-bottom: 16px;
  }
}

.blog-details-section-area .blog-others-sidebar .tags-social .tags ul li {
  display: inline-block;
}

.blog-details-section-area .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-bold);
  line-height: 24px;
  margin: 0 16px 0 0;
  text-transform: uppercase;
}

.blog-details-section-area .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-2, #F6F6FF);
  padding: 10px;
  margin: 0 8px 0 0;
}

.blog-details-section-area .blog-others-sidebar .tags-social .tags ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.blog-details-section-area .blog-others-sidebar .tags-social .social ul li {
  display: inline-block;
}

.blog-details-section-area .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-bold);
  line-height: 24px;
  margin: 0 16px 0 0;
  text-transform: uppercase;
}

.blog-details-section-area .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: #F6F6FF;
  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;
}

.blog-details-section-area .blog-others-sidebar .tags-social .social ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.blog-details-section-area .blog-others-sidebar .list li {
  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;
  display: block;
  padding-top: 18px;
}

.blog-details-section-area .blog-others-sidebar .list li img {
  margin: 0 6px 0 0;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.vl-footer1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 32px;
}

.vl-footer1-section-area .footer-description-area img {
  width: 308px;
height: 104px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vl-footer1-section-area .footer-description-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: 28px;
  letter-spacing: -0.36px;
}

.vl-footer1-section-area .footer-description-area ul li {
  display: inline-block;
}

.vl-footer1-section-area .footer-description-area ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: var(--ztc-text-text-2);
}

.vl-footer1-section-area .footer-description-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4;
  color: var(--ztc-text-text-1);
}

.vl-footer1-section-area .footer-links-area.padding-top {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer1-section-area .footer-links-area.padding-top {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .footer-links-area.padding-top {
    padding: 0;
  }
}

.vl-footer1-section-area .footer-links-area.padding-top ul li a:hover {
  padding-left: 5px;
  transition: all 0.4s;
}

.vl-footer1-section-area .footer-links-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.vl-footer1-section-area .footer-links-area 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;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.vl-footer1-section-area .footer-links-area ul li a svg {
  margin: -4px 4px 0 0;
}

.vl-footer1-section-area .footer-links-area ul li a:nth-child(5) {
  text-decoration: underline;
}

.vl-footer1-section-area .footer-links-area ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.vl-footer1-section-area .footer-links-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px;
  margin-top: 12px;
}

.vl-footer1-section-area .footer-links-area .img1:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-footer1-section-area .footer-links-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.vl-footer1-section-area .footer-links-area .img1 .icons a {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  border-radius: 4px;
  font-size: var(--ztc-font-size-font-s18);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  visibility: hidden;
  opacity: 0;
}

.vl-footer1-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E8E7EA;
  padding-top: 28px;
}

@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.vl-footer1-section-area .copyright-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: 18px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area p {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer1-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer1-section-area .copyright-area 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-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer1-section-area .copyright-area ul li span {
  opacity: 20%;
  margin: 0 8px;
}

.vl-footer2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-footer2-section-area .footer-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .footer-list ul {
    display: block;
  }
}

.vl-footer2-section-area .footer-list ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  display: block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .footer-list ul li a {
    margin-top: 20px;
  }
}

.vl-footer2-section-area .footer-widget-area.box2 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .footer-widget-area.box2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .footer-widget-area.box2 {
    padding-left: 0;
  }
}

.vl-footer2-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
}

.vl-footer2-section-area .footer-widget-area p {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  display: inline-block;
  opacity: 70%;
}

.vl-footer2-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 20px;
}

.vl-footer2-section-area .footer-widget-area ul li a svg {
  margin: 0 4px 0 0;
}

.vl-footer2-section-area .footer-widget-area ul li a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.vl-footer2-section-area .footer-widget-box {
  padding: 20px 16px 0 16px;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
}

.vl-footer2-section-area .footer-widget-box.box2 {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .footer-widget-box.box2 {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .footer-widget-box.box2 {
    margin-left: 0;
  }
}

.vl-footer2-section-area .footer-widget-box .input-area {
  margin-bottom: 20px;
}

.vl-footer2-section-area .footer-widget-box .input-area input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 17px 16px;
  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;
}

.vl-footer2-section-area .footer-widget-box .input-area input::-moz-placeholder {
  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;
}

.vl-footer2-section-area .footer-widget-box .input-area input::placeholder {
  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;
}

.vl-footer2-section-area .footer-widget-box .input-area button {
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  display: block;
}

.vl-footer2-section-area .footer-widget-box .input-area button:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.vl-footer2-section-area .footer-widget-box .input-area button::after {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}

.vl-footer2-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area {
    display: inline-block;
  }
}

.vl-footer2-section-area .copyright-area p {
  color: var(--ztc-text-text-5);
  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;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area p {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area ul {
    padding: 0;
  }
}

.vl-footer2-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer2-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-5);
  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;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

.vl-footer2-section-area .copyright-area ul li span {
  opacity: 20%;
  margin: 0 8px;
}

.vl-footer3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 32px;
}

.vl-footer3-section-area .footer-description-area h3 {
  color: var(--ztc-text-text-1);
  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;
}

.vl-footer3-section-area .footer-description-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;
  letter-spacing: -0.36px;
  opacity: 70%;
}

.vl-footer3-section-area .footer-description-area a.date {
  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;
  letter-spacing: -0.36px;
  opacity: 70%;
  display: inline-block;
}

.vl-footer3-section-area .footer-links-area.padding-top {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer3-section-area .footer-links-area.padding-top {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .footer-links-area.padding-top {
    padding: 0;
  }
}

.vl-footer3-section-area .footer-links-area.padding-top ul li a:hover {
  padding-left: 5px;
  transition: all 0.4s;
}

.vl-footer3-section-area .footer-links-area 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-bold);
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.48px;
}

.vl-footer3-section-area .footer-links-area 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;
  padding-top: 24px;
  opacity: 70%;
}

.vl-footer3-section-area .footer-links-area ul li a svg {
  margin: -4px 4px 0 0;
  filter: brightness(0) invert(1);
}

.vl-footer3-section-area .footer-links-area ul li a i {
  margin: 0 4px 0 0;
}

.vl-footer3-section-area .footer-links-area ul li a:nth-child(5) {
  text-decoration: underline;
}

.vl-footer3-section-area .footer-links-area ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.vl-footer3-section-area .footer-links-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px;
  margin-top: 12px;
}

.vl-footer3-section-area .footer-links-area .img1:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-footer3-section-area .footer-links-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.vl-footer3-section-area .footer-links-area .img1 .icons a {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  border-radius: 4px;
  font-size: var(--ztc-font-size-font-s18);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  visibility: hidden;
  opacity: 0;
}

.vl-footer3-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #222326;
  padding-top: 28px;
}

@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.vl-footer3-section-area .copyright-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: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

.vl-footer3-section-area .copyright-area p img {
  width: 90px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 10px 0 0;
}

@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area p {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer3-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer3-section-area .copyright-area ul li a {
  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: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

.vl-footer4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-footer4-section-area .footer-bg-area {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  padding: 40px;
}

.vl-footer4-section-area .footer-bg-area .footer-description-area img {
  width: 308px;
height: 104px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.vl-footer4-section-area .footer-bg-area .footer-description-area form {
  position: relative;
  z-index: 1;
}

.vl-footer4-section-area .footer-bg-area .footer-description-area form input {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  width: 100%;
  border-radius: 90px;
  background: var(--ztc-bg-bg-1);
  padding: 26px 20px;
}

.vl-footer4-section-area .footer-bg-area .footer-description-area form button {
  height: 54px;
  width: 54px;
  text-align: center;
  line-height: 46px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-7);
  border: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 10px;
}

.vl-footer4-section-area .footer-bg-area .footer-description-area form button svg {
  transition: all 0.4s;
}

.vl-footer4-section-area .footer-bg-area .footer-description-area form button:hover {
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
}

.vl-footer4-section-area .footer-bg-area .footer-description-area form button:hover svg {
  transform: rotate(45deg);
  transition: all 0.4s;
}

.vl-footer4-section-area .footer-bg-area .footer-description-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  letter-spacing: -0.36px;
  opacity: 70%;
}

.vl-footer4-section-area .footer-bg-area .footer-links-area .map iframe {
  height: 200px;
  width: 595px;
  border-radius: 8px;
}

.vl-footer4-section-area .footer-bg-area .footer-links-area.padding-top {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer4-section-area .footer-bg-area .footer-links-area.padding-top {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .footer-bg-area .footer-links-area.padding-top {
    padding: 0;
  }
}

.vl-footer4-section-area .footer-bg-area .footer-links-area.padding-top ul li a:hover {
  padding-left: 5px;
  transition: all 0.4s;
}

.vl-footer4-section-area .footer-bg-area .footer-links-area h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.vl-footer4-section-area .footer-bg-area .footer-links-area ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  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;
  padding-top: 24px;
  opacity: 70%;
}

.vl-footer4-section-area .footer-bg-area .footer-links-area ul li a svg {
  margin: -4px 4px 0 0;
  filter: brightness(0) invert(1);
}

.vl-footer4-section-area .footer-bg-area .footer-links-area ul li a i {
  margin: 0 4px 0 0;
}

.vl-footer4-section-area .footer-bg-area .footer-links-area ul li a:nth-child(5) {
  text-decoration: underline;
}

.vl-footer4-section-area .footer-bg-area .footer-links-area ul li a:hover {
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
}

.vl-footer4-section-area .footer-bg-area .footer-links-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px;
  margin-top: 12px;
}

.vl-footer4-section-area .footer-bg-area .footer-links-area .img1:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-footer4-section-area .footer-bg-area .footer-links-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.vl-footer4-section-area .footer-bg-area .footer-links-area .img1 .icons a {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  border-radius: 4px;
  font-size: var(--ztc-font-size-font-s18);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  visibility: hidden;
  opacity: 0;
}

.vl-footer4-section-area .footer-bg-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #5D3B89;
  padding-top: 28px;
}

@media (max-width: 767px) {
  .vl-footer4-section-area .footer-bg-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.vl-footer4-section-area .footer-bg-area .copyright-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: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

.vl-footer4-section-area .footer-bg-area .copyright-area p img {
  width: 90px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 10px 0 0;
}

@media (max-width: 767px) {
  .vl-footer4-section-area .footer-bg-area .copyright-area p {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .vl-footer4-section-area .footer-bg-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer4-section-area .footer-bg-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer4-section-area .footer-bg-area .copyright-area ul li span {
  color: var(--ztc-text-text-1);
  opacity: 40%;
  display: inline-block;
  margin: 0 10px;
}

.vl-footer4-section-area .footer-bg-area .copyright-area ul li a {
  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: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

.vl-footer5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 32px;
}

.vl-footer5-section-area .footer-description-area img {
  width: 308px;
height: 104px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vl-footer5-section-area .footer-description-area p {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  letter-spacing: -0.36px;
}

.vl-footer5-section-area .footer-description-area ul li {
  display: inline-block;
}

.vl-footer5-section-area .footer-description-area ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  transition: all 0.4s;
  background: #F1F1F8;
  border-radius: 50%;
  color: var(--ztc-text-text-9);
}

.vl-footer5-section-area .footer-description-area ul li a:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4;
  color: var(--ztc-text-text-1);
}

.vl-footer5-section-area .footer-links-area.padding-top {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer5-section-area .footer-links-area.padding-top {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .footer-links-area.padding-top {
    padding: 0;
  }
}

.vl-footer5-section-area .footer-links-area.padding-top ul li a:hover {
  padding-left: 5px;
  transition: all 0.4s;
}

.vl-footer5-section-area .footer-links-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.vl-footer5-section-area .footer-links-area ul li a {
  color: var(--ztc-text-text-10);
  font-family: var(--ztc-family-font2);
  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;
  padding-top: 24px;
}

.vl-footer5-section-area .footer-links-area ul li a svg {
  margin: -4px 4px 0 0;
}

.vl-footer5-section-area .footer-links-area ul li a:nth-child(5) {
  text-decoration: underline;
}

.vl-footer5-section-area .footer-links-area ul li a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}

.vl-footer5-section-area .footer-links-area .map iframe {
  width: 100%;
  height: 180px;
  border-radius: 16px;
}

.vl-footer5-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E8E7EA;
  padding-top: 28px;
}

@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.vl-footer5-section-area .copyright-area 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: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area p {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer5-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer5-section-area .copyright-area ul li a {
  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: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

.vl-footer5-section-area .copyright-area ul li span {
  opacity: 20%;
  margin: 0 8px;
}

.vl-footer6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 100px 0 32px;
  background: var(--ztc-bg-bg-4);
}

.vl-footer6-section-area .footer-description-area {
  padding: 0 30px 0 0;
}

@media (max-width: 767px) {
  .vl-footer6-section-area .footer-description-area {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .footer-description-area {
    padding: 0;
  }
}

.vl-footer6-section-area .footer-description-area img {
  width: 308px;
height: 104px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vl-footer6-section-area .footer-description-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-regular);
  line-height: 28px;
  letter-spacing: -0.36px;
  opacity: 70%;
}

.vl-footer6-section-area .footer-description-area form {
  position: relative;
  z-index: 1;
}

.vl-footer6-section-area .footer-description-area form input {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  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-regular);
  line-height: 18px;
  padding: 30px 16px;
}

.vl-footer6-section-area .footer-description-area 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-regular);
  line-height: 18px;
  opacity: 70%;
}

.vl-footer6-section-area .footer-description-area 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-regular);
  line-height: 18px;
  opacity: 70%;
}

.vl-footer6-section-area .footer-description-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 14px;
}

.vl-footer6-section-area .footer-links-area.padding-top {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer6-section-area .footer-links-area.padding-top {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .footer-links-area.padding-top {
    padding: 0;
  }
}

.vl-footer6-section-area .footer-links-area.padding-top ul li a:hover {
  padding-left: 5px;
  transition: all 0.4s;
}

.vl-footer6-section-area .footer-links-area 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-bold);
  line-height: 24px;
  letter-spacing: -0.48px;
}

.vl-footer6-section-area .footer-links-area 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;
  padding-top: 24px;
  opacity: 70%;
}

.vl-footer6-section-area .footer-links-area ul li a svg {
  margin: -4px 4px 0 0;
  filter: brightness(0) invert(1);
}

.vl-footer6-section-area .footer-links-area ul li a i {
  margin: 0 4px 0 0;
}

.vl-footer6-section-area .footer-links-area ul li a:nth-child(5) {
  text-decoration: underline;
}

.vl-footer6-section-area .footer-links-area ul li a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.vl-footer6-section-area .footer-links-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px;
  margin-top: 12px;
}

.vl-footer6-section-area .footer-links-area .img1:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-footer6-section-area .footer-links-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.vl-footer6-section-area .footer-links-area .img1 .icons a {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  border-radius: 4px;
  font-size: var(--ztc-font-size-font-s18);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  visibility: hidden;
  opacity: 0;
}

.vl-footer6-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #222326;
  padding-top: 28px;
}

@media (max-width: 767px) {
  .vl-footer6-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.vl-footer6-section-area .copyright-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: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

@media (max-width: 767px) {
  .vl-footer6-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer6-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer6-section-area .copyright-area ul li a {
  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: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

.vl-footer1-section-area.footer-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 32px;
}

.vl-footer1-section-area.footer-inner .footer-description-area img {
  width: 308px;
height: 104px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0) invert(1);
}

.vl-footer1-section-area.footer-inner .footer-description-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;
  letter-spacing: -0.36px;
  opacity: 80%;
}

.vl-footer1-section-area.footer-inner .footer-description-area ul li {
  display: inline-block;
}

.vl-footer1-section-area.footer-inner .footer-description-area ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--ztc-text-text-1);
}

.vl-footer1-section-area.footer-inner .footer-description-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4;
  color: var(--ztc-text-text-1);
}

.vl-footer1-section-area.footer-inner .footer-links-area.padding-top {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .vl-footer1-section-area.footer-inner .footer-links-area.padding-top {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area.footer-inner .footer-links-area.padding-top {
    padding: 0;
  }
}

.vl-footer1-section-area.footer-inner .footer-links-area.padding-top ul li a:hover {
  padding-left: 5px;
  transition: all 0.4s;
}

.vl-footer1-section-area.footer-inner .footer-links-area h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.vl-footer1-section-area.footer-inner .footer-links-area 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;
  padding-top: 24px;
  opacity: 80%;
}

.vl-footer1-section-area.footer-inner .footer-links-area ul li a svg {
  margin: -4px 4px 0 0;
  filter: brightness(0) invert(1);
}

.vl-footer1-section-area.footer-inner .footer-links-area ul li a:nth-child(5) {
  text-decoration: underline;
}

.vl-footer1-section-area.footer-inner .footer-links-area ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.vl-footer1-section-area.footer-inner .footer-links-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px;
  margin-top: 12px;
}

.vl-footer1-section-area.footer-inner .footer-links-area .img1:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-footer1-section-area.footer-inner .footer-links-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.vl-footer1-section-area.footer-inner .footer-links-area .img1 .icons a {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  border-radius: 4px;
  font-size: var(--ztc-font-size-font-s18);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  visibility: hidden;
  opacity: 0;
}

.vl-footer1-section-area.footer-inner .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #292140;
  padding-top: 28px;
}

@media (max-width: 767px) {
  .vl-footer1-section-area.footer-inner .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.vl-footer1-section-area.footer-inner .copyright-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: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

@media (max-width: 767px) {
  .vl-footer1-section-area.footer-inner .copyright-area p {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .vl-footer1-section-area.footer-inner .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer1-section-area.footer-inner .copyright-area ul li {
  display: inline-block;
}

.vl-footer1-section-area.footer-inner .copyright-area ul li a {
  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: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

.vl-footer1-section-area.footer-inner .copyright-area ul li span {
  opacity: 20%;
  margin: 0 8px;
  color: var(--ztc-text-text-1);
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage1-menu .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage1-menu .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-menu .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}

.homepage1-menu .vl-transparent-header .vl-logo img {
  width: 213px;
  height: 74px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage1-menu .vl-transparent-header .row-bg1 {
  background: var(--ztc-bg-bg-1);
  padding: 22px 10px 10px;
  border-radius: 10px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .homepage1-menu .vl-transparent-header .row-bg1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-menu .vl-transparent-header .row-bg1 {
    padding: 0;
  }
}

.homepage1-menu .vl-transparent-header .vl-hero-btn a {
  padding: 20px 28px;
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
}

.homepage1-menu .vl-transparent-header .vl-hero-btn a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage1-menu .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8EAEC;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .homepage1-menu .vl-transparent-header .header-top-area {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-menu .vl-transparent-header .header-top-area {
    display: none;
  }
}

.homepage1-menu .vl-transparent-header .header-top-area .header-list 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-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage1-menu .vl-transparent-header .header-top-area .header-list ul li a:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.homepage1-menu .vl-transparent-header .header-top-area .header-list ul li a svg {
  margin: 0 4px 0 0;
}

.homepage1-menu .vl-transparent-header .header-top-area ul li {
  display: inline-block;
}

.homepage1-menu .vl-transparent-header .header-top-area ul li span {
  color: #E8EAEC;
  display: inline-block;
  margin: 0 8px;
}

.homepage1-menu .vl-transparent-header .header-top-area 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-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage1-menu .vl-transparent-header .header-top-area ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.homepage1-menu .vl-transparent-header .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}

.homepage1-menu .vl-main-menu ul {
  text-align: center;
}

.homepage1-menu .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage1-menu .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage1-menu .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-2);
  background: none;
  opacity: 70%;
}

.homepage1-menu .vl-main-menu ul>li>a {
  font-family: var(--ztc-family-font1);
  font-size: 22px;
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px 20px;
  color: #171717;
  border-bottom:2px solid transparent;
}

.homepage1-menu .vl-main-menu ul>li:hover a {
  color: #566ad7;
  border-bottom:2px solid #d03c5f;
  background-color: #fffbfb;
}

.homepage1-menu .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-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);
}

.homepage1-menu .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-3);
  top: 0;
}

.homepage1-menu .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage1-menu .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage1-menu .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-menu .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-3);
  z-index: 1;
}

.homepage1-menu .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage1-menu .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage1-menu .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-menu .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-4);
}

.homepage1-menu .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage1-menu .vl-main-menu ul>li .sub-menu.mega-menu {
  width: 1300px !important;
  left: 0;
}

.homepage1-menu .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-4);
}

.homepage1-menu .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage1-menu .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage1-menu .vl-mega-menu {
  position: absolute;
  left: -308px;
  top: 100px;
  width: 1300px;
  background: #fff;
  padding: 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-menu .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage1-menu .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage1-menu .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage1-menu .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-menu .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage1-menu .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage1-menu .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-menu .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -60px;
  margin-left: -85px;
}

@media (max-width: 767px) {
  .homepage1-menu .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-menu .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}

.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1 {
  display: inline-block;
  background-color: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  /* 100% */
  text-transform: uppercase;
  border-radius: 8px;
  padding: 24px 32px;
  transition: 500ms;
  z-index: 2;
  position: relative;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  transition: all ease 0.3s;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
}

.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1:hover .nisoz-btn__shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  color: var(--ztc-text-text-1);
}

.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1 .vl-btn1__text {
  position: relative;
  z-index: 2;
}

.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1 .nisoz-btn__shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: var(--ztc-bg-bg-2);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
}

.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1 .nisoz-btn__shape:nth-child(1) {
  --b: 1;
}

.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1 .nisoz-btn__shape:nth-child(2) {
  --b: 2;
}

.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1 .nisoz-btn__shape:nth-child(3) {
  --b: 3;
}

.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1 .nisoz-btn__shape:nth-child(4) {
  --b: 4;
}

.homepage1-menu .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-font2);
}

.homepage1-menu .vl-home-thumb a:hover {
  color: var(--ztc-text-text-4) !important;
  transition: all 0.4s;
}

.homepage1-menu .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage1-menu .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}

.homepage1-menu .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);
  border-bottom: 1px solid #dfe1e2;
}

.homepage1-menu .header-sticky .row-bg1 {
  padding: 0;
  transition: all 0.4s;
}

.homepage2-menu .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage2-menu .vl-transparent-header {
    background: var(--ztc-bg-bg-4);
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-menu .vl-transparent-header {
    background: var(--ztc-bg-bg-4);
    padding: 0;
  }
}

.homepage2-menu .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage2-menu .vl-transparent-header .row-bg2 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 16px 0 10px;
}

@media (max-width: 767px) {
  .homepage2-menu .vl-transparent-header .row-bg2 {
    padding: 16px 0;
    border-radius: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-menu .vl-transparent-header .row-bg2 {
    padding: 16px 0;
    border-radius: 0;
  }
}

.homepage2-menu .vl-main-menu ul {
  text-align: center;
}

.homepage2-menu .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage2-menu .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage2-menu .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-6);
  background: none;
  opacity: 70%;
}

.homepage2-menu .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;
  font-weight: var(--ztc-weight-medium);
}

.homepage2-menu .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-6);
}

.homepage2-menu .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-4);
  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);
}

.homepage2-menu .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-5);
  top: 0;
}

.homepage2-menu .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage2-menu .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage2-menu .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-menu .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-5);
  z-index: 1;
}

.homepage2-menu .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage2-menu .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage2-menu .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-menu .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-6);
}

.homepage2-menu .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage2-menu .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-6);
}

.homepage2-menu .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage2-menu .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage2-menu .vl-mega-menu {
  position: absolute;
  left: -300px;
  top: 100px;
  width: 1300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 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) {
  .homepage2-menu .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage2-menu .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage2-menu .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage2-menu .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-menu .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage2-menu .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage2-menu .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-5);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage2-menu .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -60px;
  margin-left: -85px;
}

@media (max-width: 767px) {
  .homepage2-menu .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-menu .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}

.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2 {
  display: inline-block;
  padding: 18px 10px 18px 20px;
  color: var(--ztc-text-text-5) !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-5);
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 0%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  width: 100%;
  border-radius: 6px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  transition: all 0.4s;
}

.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2 .arrow2 {
  transform: translateY(-4px) rotate(-45deg) translateX(-48px);
  transition: all 0.4s;
  opacity: 0;
}

.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}

.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}

.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2:hover {
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
}

.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.homepage2-menu .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-font2);
}

.homepage2-menu .vl-home-thumb a:hover {
  color: var(--ztc-text-text-6) !important;
  transition: all 0.4s;
}

.homepage2-menu .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage2-menu .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}

.homepage2-menu .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-4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
}

.homepage2-menu .header-sticky .row-bg2 {
  transition: all 0.4s;
  background: none;
  border: none;
}

.homepage3-menu .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage3-menu .vl-transparent-header {
    background: var(--ztc-bg-bg-4);
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-menu .vl-transparent-header {
    background: var(--ztc-bg-bg-4);
    padding: 0;
  }
}

.homepage3-menu .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage3-menu .vl-transparent-header .row-bg2 {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  padding: 16px 0 10px;
}

@media (max-width: 767px) {
  .homepage3-menu .vl-transparent-header .row-bg2 {
    padding: 16px 0;
    border-radius: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-menu .vl-transparent-header .row-bg2 {
    padding: 16px 0;
    border-radius: 0;
  }
}

.homepage3-menu .vl-main-menu ul {
  text-align: center;
}

.homepage3-menu .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage3-menu .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage3-menu .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-7);
  background: none;
  opacity: 70%;
}

.homepage3-menu .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;
  font-weight: var(--ztc-weight-medium);
}

.homepage3-menu .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-7);
}

.homepage3-menu .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-4);
  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-menu .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-6);
  top: 0;
}

.homepage3-menu .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage3-menu .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage3-menu .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);
}

.homepage3-menu .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;
}

.homepage3-menu .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage3-menu .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage3-menu .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-menu .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-7);
}

.homepage3-menu .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage3-menu .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-7);
}

.homepage3-menu .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage3-menu .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage3-menu .vl-mega-menu {
  position: absolute;
  left: -300px;
  top: 100px;
  width: 1300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 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) {
  .homepage3-menu .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage3-menu .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage3-menu .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage3-menu .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-menu .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage3-menu .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage3-menu .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-5);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage3-menu .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -58px;
  margin-left: -85px;
}

@media (max-width: 767px) {
  .homepage3-menu .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-menu .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}

.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn3 {
  display: inline-block;
  padding: 18px 10px 18px 20px;
  color: var(--ztc-text-text-5) !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;
  background-color: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  border-radius: 56px;
  position: relative;
  z-index: 1;
}

.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn3::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  width: 10%;
  border-radius: 54px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn3 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  transition: all 0.4s;
}

.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn3 .arrow2 {
  transform: translateY(-4px) rotate(-45deg) translateX(-48px);
  transition: all 0.4s;
  opacity: 0;
}

.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn3 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}

.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn3:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}

.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn3:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn3:hover {
  color: var(--ztc-text-text-5) !important;
  transition: all 0.4s;
}

.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn3:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.homepage3-menu .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-font2);
}

.homepage3-menu .vl-home-thumb a:hover {
  color: var(--ztc-text-text-7) !important;
  transition: all 0.4s;
}

.homepage3-menu .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage3-menu .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}

.homepage3-menu .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-4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
}

.homepage3-menu .header-sticky .row-bg2 {
  transition: all 0.4s;
  background: none;
  border: none;
}

.homepage4-menu .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage4-menu .vl-transparent-header {
    background: var(--ztc-bg-bg-4);
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-menu .vl-transparent-header {
    background: var(--ztc-bg-bg-4);
    padding: 0;
  }
}

.homepage4-menu .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage4-menu .vl-transparent-header .row-bg2 {
  border-radius: 96px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 16px 0 16px;
}

@media (max-width: 767px) {
  .homepage4-menu .vl-transparent-header .row-bg2 {
    padding: 16px 0;
    border-radius: 0;
    background: none;
    border: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-menu .vl-transparent-header .row-bg2 {
    padding: 16px 0;
    border-radius: 0;
    background: none;
    border: none;
  }
}

.homepage4-menu .vl-main-menu ul {
  text-align: center;
}

.homepage4-menu .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage4-menu .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage4-menu .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-8);
  background: none;
  opacity: 70%;
}

.homepage4-menu .vl-main-menu ul>li>a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}

.homepage4-menu .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-8);
}

.homepage4-menu .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-4);
  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-menu .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-7);
  top: 0;
}

.homepage4-menu .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage4-menu .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage4-menu .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);
}

.homepage4-menu .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-7);
  z-index: 1;
}

.homepage4-menu .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage4-menu .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage4-menu .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-menu .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-8);
}

.homepage4-menu .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage4-menu .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-8);
}

.homepage4-menu .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage4-menu .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage4-menu .vl-mega-menu {
  position: absolute;
  left: -300px;
  top: 100px;
  width: 1300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 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-menu .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage4-menu .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage4-menu .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage4-menu .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-menu .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage4-menu .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage4-menu .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-5);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage4-menu .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -58px;
  margin-left: -78px;
}

@media (max-width: 767px) {
  .homepage4-menu .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-menu .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}

.homepage4-menu .vl-home-thumb .btn-area1 .vl-btn4 {
  display: inline-block;
  padding: 20px 26px;
  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-font2);
  border: none;
  background-color: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  border-radius: 56px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.homepage4-menu .vl-home-thumb .btn-area1 .vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  width: 10%;
  border-radius: 54px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.homepage4-menu .vl-home-thumb .btn-area1 .vl-btn4:hover {
  color: var(--ztc-text-text-5) !important;
  transition: all 0.4s;
}

.homepage4-menu .vl-home-thumb .btn-area1 .vl-btn4:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.homepage4-menu .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-font2);
}

.homepage4-menu .vl-home-thumb a:hover {
  color: var(--ztc-text-text-8) !important;
  transition: all 0.4s;
}

.homepage4-menu .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage4-menu .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}

.homepage4-menu .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-4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
}

.homepage4-menu .header-sticky .row-bg2 {
  transition: all 0.4s;
  background: none;
  border: none;
}

.homepage5-menu .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage5-menu .vl-transparent-header {
    background: var(--ztc-bg-bg-8);
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-menu .vl-transparent-header {
    background: var(--ztc-bg-bg-8);
    padding: 0;
  }
}

.homepage5-menu .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0);
}

@media (max-width: 767px) {
  .homepage5-menu .vl-transparent-header .vl-logo img {
    filter: brightness(0) invert(1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-menu .vl-transparent-header .vl-logo img {
    filter: brightness(0) invert(1);
  }
}

.homepage5-menu .vl-transparent-header .row-bg2 {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 16px 0 16px;
}

@media (max-width: 767px) {
  .homepage5-menu .vl-transparent-header .row-bg2 {
    padding: 16px 0;
    border-radius: 0;
    background: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-menu .vl-transparent-header .row-bg2 {
    padding: 16px 0;
    border-radius: 0;
    background: none;
  }
}

.homepage5-menu .vl-main-menu ul {
  text-align: center;
}

.homepage5-menu .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage5-menu .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage5-menu .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-11);
  background: none;
  opacity: 70%;
}

.homepage5-menu .vl-main-menu ul>li>a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}

.homepage5-menu .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-11);
}

.homepage5-menu .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-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-menu .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-9);
  top: 0;
}

.homepage5-menu .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage5-menu .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage5-menu .vl-main-menu ul>li .sub-menu li a {
  color: var(--ztc-text-text-9);
  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-menu .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;
}

.homepage5-menu .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage5-menu .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage5-menu .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-menu .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-11);
}

.homepage5-menu .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage5-menu .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-11);
}

.homepage5-menu .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage5-menu .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage5-menu .vl-mega-menu {
  position: absolute;
  left: -300px;
  top: 100px;
  width: 1300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 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-menu .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage5-menu .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage5-menu .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage5-menu .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-menu .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage5-menu .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage5-menu .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-9);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage5-menu .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -60px;
  margin-left: -85px;
}

@media (max-width: 767px) {
  .homepage5-menu .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-menu .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}

.homepage5-menu .vl-home-thumb .btn-area1 .vl-btn5 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-9);
  padding: 24px 30px;
  display: inline-block;
  border-radius: 8px;
}

.homepage5-menu .vl-home-thumb .btn-area1 .vl-btn5:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1) !important;
}

.homepage5-menu .vl-home-thumb .btn-area1 .vl-btn5:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}

.homepage5-menu .vl-home-thumb .btn-area1 .vl-btn5:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}

.homepage5-menu .vl-home-thumb .btn-area1 .vl-btn5::after {
  position: absolute;
  content: "";
  height: 48px;
  width: 48px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  left: 9px;
  top: 9px;
}

.homepage5-menu .vl-home-thumb .btn-area1 .vl-btn5::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;
}

.homepage5-menu .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-9) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font2);
}

.homepage5-menu .vl-home-thumb a:hover {
  color: var(--ztc-text-text-11) !important;
  transition: all 0.4s;
}

.homepage5-menu .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage5-menu .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}

.homepage5-menu .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);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 0;
}

@media (max-width: 767px) {
  .homepage5-menu .header-sticky {
    background: var(--ztc-bg-bg-8);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-menu .header-sticky {
    background: var(--ztc-bg-bg-8);
  }
}

.homepage5-menu .header-sticky .row-bg2 {
  transition: all 0.4s;
  background: none;
  border: none;
}

.homepage6-menu .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage6-menu .vl-transparent-header {
    background: var(--ztc-bg-bg-10);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-menu .vl-transparent-header {
    background: var(--ztc-bg-bg-10);
  }
}

.homepage6-menu .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .homepage6-menu .vl-transparent-header .vl-logo img {
    filter: brightness(0) invert(1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-menu .vl-transparent-header .vl-logo img {
    filter: brightness(0) invert(1);
  }
}

.homepage6-menu .vl-main-menu ul {
  text-align: center;
}

.homepage6-menu .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage6-menu .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage6-menu .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-12);
  background: none;
  opacity: 70%;
}

.homepage6-menu .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;
  font-weight: var(--ztc-weight-medium);
}

.homepage6-menu .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-12);
}

.homepage6-menu .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-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-menu .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 4px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-10);
  top: -2px;
}

.homepage6-menu .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage6-menu .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage6-menu .vl-main-menu ul>li .sub-menu li a {
  color: var(--ztc-text-text-5);
  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-menu .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;
}

.homepage6-menu .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage6-menu .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage6-menu .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-menu .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-12);
}

.homepage6-menu .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage6-menu .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-12);
}

.homepage6-menu .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage6-menu .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage6-menu .vl-mega-menu {
  position: absolute;
  left: -300px;
  top: 100px;
  width: 1300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 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-menu .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage6-menu .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage6-menu .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage6-menu .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-menu .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage6-menu .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage6-menu .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-5);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage6-menu .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -60px;
  margin-left: -85px;
}

@media (max-width: 767px) {
  .homepage6-menu .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-menu .vl-home-thumb .btn-area1 {
    margin-top: -60px;
  }
}

.homepage6-menu .vl-home-thumb .btn-area1 .vl-btn6 {
  color: var(--ztc-text-text-1) !important;
  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;
  text-transform: capitalize;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-10);
  padding: 18px 20px;
  display: inline-block;
  border-radius: 8px;
}

.homepage6-menu .vl-home-thumb .btn-area1 .vl-btn6 i {
  transform: rotate(-45deg);
  transition: all 0.4s;
  padding-left: 4px;
}

.homepage6-menu .vl-home-thumb .btn-area1 .vl-btn6:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.homepage6-menu .vl-home-thumb .btn-area1 .vl-btn6:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.homepage6-menu .vl-home-thumb .btn-area1 .vl-btn6:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}

.homepage6-menu .vl-home-thumb .btn-area1 .vl-btn6::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.homepage6-menu .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-5) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}

.homepage6-menu .vl-home-thumb a:hover {
  color: var(--ztc-text-text-12) !important;
  transition: all 0.4s;
}

.homepage6-menu .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage6-menu .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}

.homepage6-menu .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-4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

@media (max-width: 767px) {
  .homepage6-menu .header-sticky {
    background: var(--ztc-bg-bg-11);
  }
}

@media (max-width: 767px) {
  .homepage6-menu .header-sticky {
    background: var(--ztc-bg-bg-11);
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
.wprk4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.wprk4-section-area .works-slider-area {
  position: relative;
  z-index: 1;
}

.wprk4-section-area .works-slider-area .owl-nav {
  position: absolute;
  right: 0;
  top: -130px;
}

@media (max-width: 767px) {
  .wprk4-section-area .works-slider-area .owl-nav {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 30px;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wprk4-section-area .works-slider-area .owl-nav {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 30px;
    top: 0;
  }
}

.wprk4-section-area .works-slider-area .owl-nav button {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s30);
  color: var(--ztc-text-text-1);
}

.wprk4-section-area .works-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}

.wprk4-section-area .works-slider-area .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.wprk4-section-area .works-slider-area .work-single-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.wprk4-section-area .works-slider-area .work-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.6s;
}

.wprk4-section-area .works-slider-area .work-single-boxarea:hover .content-area {
  left: 0;
  transition: all 0.6s;
}

.wprk4-section-area .works-slider-area .work-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.wprk4-section-area .works-slider-area .work-single-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.wprk4-section-area .works-slider-area .work-single-boxarea .content-area {
  border-radius: 0px 100px 100px 0px;
  background: var(--ztc-bg-bg-7);
  display: inline-block;
  padding: 18px 70px 18px 18px;
  position: absolute;
  bottom: 24px;
  left: -400px;
  transition: all 0.6s;
  z-index: 1;
}

@media (max-width: 767px) {
  .wprk4-section-area .works-slider-area .work-single-boxarea .content-area {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wprk4-section-area .works-slider-area .work-single-boxarea .content-area {
    left: 0;
  }
}

.wprk4-section-area .works-slider-area .work-single-boxarea .content-area p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: uppercase;
}

.wprk4-section-area .works-slider-area .work-single-boxarea .content-area a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  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;
  text-transform: uppercase;
}

.wprk4-section-area .works-slider-area .work-single-boxarea .content-area .plus {
  position: absolute;
  right: -24px;
  top: 14px;
}

.wprk4-section-area .works-slider-area .work-single-boxarea .content-area .plus a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-8);
}

.works-ticket-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.works-ticket-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 70%;
  background: var(--ztc-bg-bg-4);
  top: 0;
  left: 0;
  z-index: -1;
}

.works-ticket-area .heading6 h5 {
  color: var(--ztc-text-text-1);
}

.works-ticket-area .heading6 h5 img {
  filter: brightness(0) invert(1);
}

.works-ticket-area .heading6 h2 {
  color: var(--ztc-text-text-1);
}

.works-ticket-area .tabs-pricing-area {
  position: relative;
  z-index: 1;
}

.works-ticket-area .tabs-pricing-area .pricing-tab ul {
  justify-content: center;
}

.works-ticket-area .tabs-pricing-area .pricing-tab ul li button {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: none;
  outline: none;
  display: inline-block;
  transition: all 0.4s;
  padding: 16px 50px;
  margin: 0 30px 0 0;
}

@media (max-width: 767px) {
  .works-ticket-area .tabs-pricing-area .pricing-tab ul li button {
    margin: 16px 0 0 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-ticket-area .tabs-pricing-area .pricing-tab ul li button {
    margin: 16px 30px 0 0 !important;
  }
}

.works-ticket-area .tabs-pricing-area .pricing-tab ul li button.active {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
}

.works-ticket-area .tabs-pricing-area .pricing-tab ul li button.active .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.works-ticket-area .tabs-pricing-area .pricing-tab ul li button.active .spricing {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.works-ticket-area .tabs-pricing-area .pricing-tab ul li button .pera {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  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;
}

.works-ticket-area .tabs-pricing-area .pricing-tab ul li button .spricing {
  color: var(--ztc-text-text-5);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 56px;
  letter-spacing: -1.12px;
  text-transform: uppercase;
  display: block;
  transition: all 0.4s;
  padding-top: 16px;
}

.works-ticket-area .tabs-pricing-area .tab-content .tab-pane {
  position: relative;
  top: 120px;
  transition: all 0.4s;
}

.works-ticket-area .tabs-pricing-area .tab-content .tab-pane.fade.show.active {
  top: 0;
  transition: all 0.4s;
}

.works-ticket-area .tabs-pricing-area .tab-content .tab-pane .pricing-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.works-ticket-area .tabs-pricing-area .tab-content .tab-pane .pricing-boxarea h5 {
  color: var(--ztc-text-text-5);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

.works-ticket-area .tabs-pricing-area .tab-content .tab-pane .pricing-boxarea ul li a {
  color: var(--ztc-text-text-5);
  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;
  letter-spacing: -0.48px;
  display: block;
  transition: all 0.4s;
  padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-ticket-area .tabs-pricing-area .tab-content .tab-pane .pricing-boxarea ul li a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .works-ticket-area .tabs-pricing-area .tab-content .tab-pane .pricing-boxarea ul li a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 20px;
  }
}

.works-ticket-area .tabs-pricing-area .tab-content .tab-pane .pricing-boxarea .btn-area1 .vl-btn6 {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
  border: 1px solid var(--ztc-text-text-5);
}

.works-ticket-area .tabs-pricing-area .tab-content .tab-pane .pricing-boxarea .btn-area1 .vl-btn6:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.works-ticket-area .tabs-pricing-area .tab-content .tab-pane .pricing-boxarea .btn-area1 .vl-btn6:hover {
  border: 1px solid var(--ztc-bg-bg-1);
  transition: all 0.4s;
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
  position: fixed;
  background: var(--ztc-bg-bg-2);
  left: 0;
  top: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
}

.preloader .loader {
  width: 70px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  height: 70px;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.whatsapp-connection {
  position: fixed;
  bottom: 0;
  right: 25px;
  z-index: 1000;
  font-size: 65px;
  color: #6ad96a;
  transition:all .3s;
}


.whatsapp-connection:hover {
  color: #6ad96a;
  transform:scale(1.1)
}
.whatsapp-connection > i {
 /*background:#fff;*/
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom:100px;
  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);
  background:#ffffff52;
}

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

.progress-wrap.progress2 {
  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(187, 187, 187, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  color: var(--ztc-text-text-1);
}

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

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

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

.progress-wrap.progress2::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-.progress2:hover::before {
  opacity: 1;
  color: var(--ztc-text-text-1);
}

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

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

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

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.time-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -150px;
}

@media (max-width: 767px) {
  .time-section-area {
    text-align: center;
  }
}

.time-section-area.event {
  margin-bottom: -150px;
  z-index: 2;
}

.time-section-area .time-bg-area {
  position: relative;
  z-index: 1;
  padding: 60px 48px;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .time-section-area .time-bg-area {
    text-align: center;
  }
}

.time-section-area .time-bg-area .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  font-weight: bold;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  height: 146px;
  width: 146px;
}

.time-section-area .time-bg-area .time-box .elements7 {
  position: absolute;
  top: -12px;
  left: -11px;
  width: 170px;
  height: 170px;
  max-width: 170px;
  max-height: 170px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .time-section-area .time-bg-area .time-box {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-section-area .time-bg-area .time-box {
    margin-bottom: 50px;
  }
}

.time-section-area .time-bg-area .time-box .time-value span {
  color: rgba(255, 255, 255, 0.9);
  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;
  text-transform: uppercase;
  transition: all 0.4s;
  display: block !important;
  margin-top: 18px;
}

.time-section-area .time-bg-area .time-value {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 44px;
  text-transform: uppercase;
  transition: all 0.4s;
  display: block;
  position: relative;
  top: 32px;
}

.time-section-area .time-bg-area .btn-area1 {
  text-align: end;
}

@media (max-width: 767px) {
  .time-section-area .time-bg-area .btn-area1 {
    text-align: start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-section-area .time-bg-area .btn-area1 {
    text-align: start;
  }
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= BRAND CSS AREA STARTS ===============*/
.brand-section-area {
  position: relative;
  z-index: 1;
}

.brand-section-area .heading1 h3 {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

.brand-section-area .all-boxes-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .brand-section-area .all-boxes-area {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-section-area .all-boxes-area {
    display: block;
  }
}

.brand-section-area .all-boxes-area .brand-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 25px 40px;
  border-radius: 8px;
  transition: all 0.4s;
  display: block;
  width: 240px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .brand-section-area .all-boxes-area .brand-boxarea {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-section-area .all-boxes-area .brand-boxarea {
    width: 100%;
    text-align: center;
  }
}

.brand-section-area .all-boxes-area .brand-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

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

.brand2-section-area .heading1 h3 {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

.brand2-section-area .brand-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 32px 44px;
  border-radius: 8px;
  transition: all 0.4s;
  display: block;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .brand2-section-area .brand-boxarea {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand2-section-area .brand-boxarea {
    width: 100%;
    text-align: center;
  }
}

.brand2-section-area .brand-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.brand2-section-area .brand-boxarea img {
  filter: brightness(0);
}

.brand3-section-area {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.brand3-section-area .brand-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit;
}

.brand3-section-area .brand-slider-area .brand-boxarea {
  border-radius: 8px;
  border-radius: 112px;
  background: rgba(255, 255, 255, 0.05);
  padding: 32px 44px;
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 24px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.brand3-section-area .brand-slider-area .brand-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-7);
}

.brand3-section-area .brand-slider-area .brand-boxarea img {
  filter: brightness(0) invert(1);
  width: 182px;
  height: 48px;
  text-align: center;
  display: block;
}

.brand4-section-area {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.brand4-section-area .brand-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit;
}

.brand4-section-area .brand-slider-area .brand-boxarea {
  border-radius: 8px;
  border-radius: 112px;
  background: rgba(255, 255, 255, 0.05);
  padding: 32px 44px;
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 24px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.brand4-section-area .brand-slider-area .brand-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-8);
}

.brand4-section-area .brand-slider-area .brand-boxarea img {
  filter: brightness(0) invert(1);
  width: 182px;
  height: 48px;
  text-align: center;
  display: block;
}

.brand5-section-area {
  position: relative;
  z-index: 1;
  background: #F5F5F5;
  overflow: hidden;
  padding: 70px 0 70px;
}

@media (max-width: 767px) {
  .brand5-section-area {
    padding: 40px 0 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand5-section-area {
    padding: 40px 0 40px;
  }
}

.brand5-section-area .heading5 h3 {
  color: var(--ztc-text-text-9);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .brand5-section-area .heading5 h3 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand5-section-area .heading5 h3 {
    margin-bottom: 30px;
  }
}

.brand5-section-area .brand-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit;
}

.brand5-section-area .brand-slider-area .brand-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 44px;
  transition: all 0.4s;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.brand5-section-area .brand-slider-area .brand-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-11);
}

.brand5-section-area .brand-slider-area .brand-boxarea img {
  filter: brightness(0);
  width: 182px;
  height: 48px;
  text-align: center;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.brand6-section-area .brand-boxarea {
  border-radius: 8px;
  background: #F3F3F3;
  padding: 32px 44px;
  border-radius: 8px;
  transition: all 0.4s;
  display: block;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.brand6-section-area .brand-boxarea:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.brand6-section-area .brand-boxarea:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  top: 0;
  width: 100%;
}

.brand6-section-area .brand-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
  z-index: -1;
}

@media (max-width: 767px) {
  .brand6-section-area .brand-boxarea {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand6-section-area .brand-boxarea {
    width: 100%;
    text-align: center;
  }
}

.brand6-section-area .brand-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.brand6-section-area .brand-boxarea img {
  filter: brightness(0);
  transition: all 0.4s;
}

.face-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}

.face-section-area .fact-boxarea {
  position: relative;
  z-index: 1;
}

.face-section-area .fact-boxarea .fact-single-box {
  text-align: center;
  transition: all 0.4s;
  padding: 20px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .face-section-area .fact-boxarea .fact-single-box {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .face-section-area .fact-boxarea .fact-single-box {
    margin-top: 30px;
  }
}

.face-section-area .fact-boxarea .fact-single-box:hover::after {
  height: 100%;
  transition: all 0.4s;
}

.face-section-area .fact-boxarea .fact-single-box:hover h2 {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.face-section-area .fact-boxarea .fact-single-box:hover p {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  opacity: 70%;
}

.face-section-area .fact-boxarea .fact-single-box::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  top: 0;
  z-index: -1;
  border-radius: 8px;
}

.face-section-area .fact-boxarea .fact-single-box.box2::after {
  background: #1CE5FF;
}

.face-section-area .fact-boxarea .fact-single-box.box3::after {
  background: #1C8CFF;
}

.face-section-area .fact-boxarea .fact-single-box.box4::after {
  background: #FF1C1D;
}

.face-section-area .fact-boxarea .fact-single-box.box5::after {
  background: #C31CFF;
}

.face-section-area .fact-boxarea .fact-single-box h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 60px;
  transition: all 0.4s;
}

.face-section-area .fact-boxarea .fact-single-box 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-regular);
  line-height: 16px;
  opacity: 70%;
  transition: all 0.4s;
}

/*============= BRAND CSS AREA ENDS ===============*/
/*============= TICKET CSS AREA ENDS ===============*/
.others-ticket-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.others-ticket-area .bg-progress {
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .others-ticket-area .bg-progress {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-ticket-area .bg-progress {
    margin-top: 30px;
  }
}

.others-ticket-area .bg-progress .progress-bar {
  margin-bottom: 28px;
}

.others-ticket-area .bg-progress label {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.others-ticket-area .bg-progress label p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}

.others-ticket-area .bg-progress label p span {
  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-bold);
  line-height: 24px;
  display: inline-block;
}

.others-ticket-area .bg-progress .progress {
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 14px;
  position: relative;
}

.others-ticket-area .bg-progress .progress-inner {
  border-radius: 60px;
  background: var(--ztc-bg-bg-7);
  height: 100%;
  transition: width 0.4s ease;
}

.pricing-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0 245px;
}

@media (max-width: 767px) {
  .pricing-inner-area {
    padding: 60px 0 245px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-inner-area {
    padding: 60px 0 245px;
  }
}

.pricing-inner-area .pricing-single-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px;
}

.pricing-inner-area .pricing-single-boxarea h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-radius: 4px;
  background: var(--Gray-2, #F6F6FF);
  padding: 8px 10px;
  display: inline-block;
}

.pricing-inner-area .pricing-single-boxarea h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 44px;
  text-transform: capitalize;
}

.pricing-inner-area .pricing-single-boxarea h2 span {
  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: 18px;
  text-transform: capitalize;
  display: inline-block;
}

.pricing-inner-area .pricing-single-boxarea ul li {
  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;
  text-transform: capitalize;
  padding-top: 16px;
}

.pricing-inner-area .pricing-single-boxarea .btn-area1 .vl-btn1 {
  width: 100%;
  text-align: center;
}

.login-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.login-section-area .login-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background: var(--Gray-2, #F6F6FF);
  padding: 40px;
}

.login-section-area .login-boxarea img {
  width: 250px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

.login-section-area .login-boxarea p {
  color: var(--ztc-text-text-3);
  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;
  letter-spacing: -0.48px;
}

.login-section-area .login-boxarea 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: 24px;
  letter-spacing: -0.48px;
}

.login-section-area .login-boxarea p.pera a {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  display: inline-block;
  padding-left: 6px;
  text-decoration: underline;
}

.login-section-area .login-boxarea ul {
  padding-bottom: 32px;
  border-bottom: 1px solid #DFDEEA;
}

.login-section-area .login-boxarea ul li {
  display: inline-block;
}

.login-section-area .login-boxarea ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}

.login-section-area .login-boxarea ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.login-section-area .login-boxarea form {
  position: relative;
  z-index: 1;
}

.login-section-area .login-boxarea form input {
  background: var(--ztc-bg-bg-1);
  border: none;
  outline: none;
  width: 100%;
  padding: 20px 24px 20px 54px;
  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;
}

.login-section-area .login-boxarea form input::-moz-placeholder {
  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;
  opacity: 90%;
}

.login-section-area .login-boxarea form input::placeholder {
  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;
  opacity: 90%;
}

.login-section-area .login-boxarea form svg {
  position: absolute;
  left: 20px;
  top: 20px;
}

.login-section-area .login-boxarea .password {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-section-area .login-boxarea .password span {
  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;
}

.login-section-area .login-boxarea .password span a {
  text-decoration: underline;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
}

.login-section-area .login-boxarea .password span a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.login-section-area .login-boxarea .btn-area1 .vl-btn1 {
  width: 100%;
  text-align: center;
}

.error-ection-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.error-ection-area .error-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.error-ection-area .error-images .heading1 h3 {
  color: var(--ztc-text-text-2);
  text-align: center;
  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: 40px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .error-ection-area .error-images .heading1 h3 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

/*============= TICKET CSS AREA ENDS ===============*/
/*============= POPUP CSS AREA ENDS ===============*/
/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 10, 53, 0.8509803922);
  /* Dark transparent background */
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s ease forwards;
  z-index: 999;
}

.popup-overlay .popup-content {
  position: relative;
  z-index: 1;
}

.popup-overlay .popup-content .popup-section-area {
  background: var(--ztc-bg-bg-1);
  padding: 40px;
  border-radius: 16px;
  width: 1100px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
  animation: popupSlide 0.5s ease forwards;
}

@media (max-width: 767px) {
  .popup-overlay .popup-content .popup-section-area {
    width: auto;
    margin: 0 30px;
    overflow-y: scroll;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-overlay .popup-content .popup-section-area {
    width: auto;
    margin: 0 30px;
    overflow-y: scroll;
    padding: 20px;
  }
}

.popup-overlay .popup-content .popup-section-area .img1 img {
  height: 397px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .popup-overlay .popup-content .popup-section-area .img1 img {
    height: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-overlay .popup-content .popup-section-area .img1 img {
    height: 300px;
  }
}

.popup-overlay .popup-content .popup-section-area .cta1-main-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 48px 40px 48px 40px;
}

@media (max-width: 767px) {
  .popup-overlay .popup-content .popup-section-area .cta1-main-boxarea {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-overlay .popup-content .popup-section-area .cta1-main-boxarea {
    margin-top: 30px;
  }
}

.popup-overlay .popup-content .popup-section-area .cta1-main-boxarea h5 {
  font-size: var(--ztc-font-size-font-s32);
  font-family: var(--ztc-family-font2);
  color: var(--ztc-text-text-1);
  background: none;
  padding: 0;
}

.popup-overlay .popup-content .popup-section-area .cta1-main-boxarea h5 img {
  margin: -4px 0 0 0;
}

.popup-overlay .popup-content .popup-section-area .cta1-main-boxarea h2 {
  color: var(--ztc-text-text-1);
}

.popup-overlay .popup-content .popup-section-area .cta1-main-boxarea form {
  position: relative;
  z-index: 1;
}

.popup-overlay .popup-content .popup-section-area .cta1-main-boxarea form input {
  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;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 29px 24px;
}

.popup-overlay .popup-content .popup-section-area .cta1-main-boxarea form input::-moz-placeholder {
  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;
}

.popup-overlay .popup-content .popup-section-area .cta1-main-boxarea form input::placeholder {
  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;
}

.popup-overlay .popup-content .popup-section-area .cta1-main-boxarea form button {
  border: none;
  outline: none;
  font-size: var(--ztc-font-size-font-s18);
  padding: 20px 24px;
  line-height: 18px;
  position: absolute;
  right: 8px;
  top: 9px;
}

@media (max-width: 767px) {
  .popup-overlay .popup-content .popup-section-area .cta1-main-boxarea form button {
    position: relative;
    top: 0;
    right: inherit;
    left: 0;
    margin-top: 20px;
  }
}

.close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: var(--ztc-font-size-font-s50);
  cursor: pointer;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 50px;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  font-weight: var(--ztc-weight-bold);
  z-index: 3;
}

@media (max-width: 767px) {
  .close-btn {
    right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .close-btn {
    right: 30px;
  }
}

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes popupSlide {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*============= POPUP CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.team1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team1-section-area .speakers-slider-area {
  position: relative;
  z-index: 1;
}

.team1-section-area .speakers-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.team1-section-area .speakers-slider-area .owl-dots {
  margin-top: 80px;
  position: relative;
}

@media (max-width: 767px) {
  .team1-section-area .speakers-slider-area .owl-dots {
    margin-top: 50px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team1-section-area .speakers-slider-area .owl-dots {
    margin-top: 50px;
    text-align: center;
  }
}

.team1-section-area .speakers-slider-area .owl-dots::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  background: #F1F0F2;
  border-radius: 10px;
  z-index: -1;
}

@media (max-width: 767px) {
  .team1-section-area .speakers-slider-area .owl-dots::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team1-section-area .speakers-slider-area .owl-dots::after {
    display: none;
  }
}

.team1-section-area .speakers-slider-area .owl-dots button {
  height: 10px;
  width: 432px;
  border-radius: 10px;
  background: #F1F0F2;
  z-index: 2;
  position: relative;
  top: -9px;
}

@media (max-width: 767px) {
  .team1-section-area .speakers-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team1-section-area .speakers-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}

.team1-section-area .speakers-slider-area .owl-dots button.active {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.team1-section-area .speakers-slider-area .team-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
}

.team1-section-area .speakers-slider-area .team-boxarea:hover .img1::after {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.team1-section-area .speakers-slider-area .team-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team1-section-area .speakers-slider-area .team-boxarea:hover .img1 .plus a {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.team1-section-area .speakers-slider-area .team-boxarea .img1 {
  background: var(--ztc-bg-bg-3);
  padding: 5px;
  border-radius: 50%;
  height: 210px;
  width: 210px;
  margin: 0 auto;
  position: relative;
  top: 60px;
  transition: all 0.4s;
  overflow: hidden;
}

.team1-section-area .speakers-slider-area .team-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(67, 56, 193, 0.2);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: all 0.4s;
  border-radius: 50%;
}

.team1-section-area .speakers-slider-area .team-boxarea .img1 img {
  height: 210px;
  width: 210px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

.team1-section-area .speakers-slider-area .team-boxarea .img1 .plus a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.6s;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  font-size: var(--ztc-font-size-font-s20);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.team1-section-area .speakers-slider-area .team-boxarea .content-area {
  border-radius: 300px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 86px 30px 30px;
}

.team1-section-area .speakers-slider-area .team-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.72px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.team1-section-area .speakers-slider-area .team-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.team1-section-area .speakers-slider-area .team-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-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  /* 100% */
}

.team2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .team2-section-area {
    height: 1910px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team2-section-area {
    height: 1620px;
  }
}

.team2-section-area .image-container {
  flex: 1;
  text-align: center;
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .team2-section-area .image-container {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team2-section-area .image-container {
    margin-top: 30px;
  }
}

.team2-section-area .image-container .image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
  opacity: 0;
  transform: rotateY(54deg);
  width: 525px;
}

.team2-section-area .image-container .image .service-img5 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team2-section-area .image-container .image.active {
  opacity: 1;
  transition: all 0.5s;
  transform: rotateY(0deg);
}

.team2-section-area .image-container .image ul {
  left: 50%;
  position: absolute;
  bottom: 24px;
  margin-left: -95px;
}

.team2-section-area .image-container .image ul li {
  display: inline-block;
}

.team2-section-area .image-container .image ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
  font-size: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
  display: inline-block;
}

.team2-section-area .image-container .image ul li a:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
}

.team2-section-area .list-container {
  flex: 1;
  padding: 0 50px 0 0;
}

@media (max-width: 767px) {
  .team2-section-area .list-container {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team2-section-area .list-container {
    padding: 0;
  }
}

.team2-section-area .list-container ul {
  list-style: none;
}

.team2-section-area .list-container ul li {
  padding: 32px 0;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #7E7F80;
  opacity: 60%;
}

.team2-section-area .list-container ul li::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 0;
  left: 0;
  bottom: -2px;
  background: var(--ztc-bg-bg-4);
  transition: all 0.6s;
}

.team2-section-area .list-container ul li span {
  margin: 0 20px 0 0;
}

.team2-section-area .list-container ul li .side-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .team2-section-area .list-container ul li .side-heading {
    display: block;
  }
}

.team2-section-area .list-container ul li .side-heading .heading-area a {
  color: var(--ztc-text-text-5);
  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;
}

@media (max-width: 767px) {
  .team2-section-area .list-container ul li .side-heading .heading-area a {
    line-height: 30px;
  }
}

.team2-section-area .list-container ul li .side-heading .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  border: 1px solid var(--ztc-text-text-5);
}

.team2-section-area .list-container ul li .side-heading .arrow a svg {
  transition: all 0.4s;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .team2-section-area .list-container ul li .side-heading .arrow a {
    margin-top: 20px;
  }
}

.team2-section-area .list-container ul li:hover {
  opacity: 1;
  transition: all 0.4s;
}

.team2-section-area .list-container ul li:hover::after {
  width: 100%;
  transition: all 0.6s;
}

.team2-section-area .list-container ul li:hover .side-heading .heading-area a {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.team2-section-area .list-container ul li:hover .side-heading .arrow a {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-6);
}

.team2-section-area .list-container ul li:hover .side-heading .arrow a svg {
  filter: brightness(0);
}

.team4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team4-section-area .team-widget-slider {
  position: relative;
  z-index: 1;
}

.team4-section-area .team-widget-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -130px;
}

@media (max-width: 767px) {
  .team4-section-area .team-widget-slider .owl-nav {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 30px;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team4-section-area .team-widget-slider .owl-nav {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 30px;
    top: 0;
  }
}

.team4-section-area .team-widget-slider .owl-nav button {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s30);
  color: var(--ztc-text-text-1);
}

.team4-section-area .team-widget-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
}

.team4-section-area .team-widget-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.team4-section-area .team-widget-slider .team-single-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
}

.team4-section-area .team-widget-slider .team-single-boxarea:hover .img1 ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  bottom: 75px;
}

.team4-section-area .team-widget-slider .team-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team4-section-area .team-widget-slider .team-single-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.team4-section-area .team-widget-slider .team-single-boxarea .img1 ul {
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  padding: 8px 10px;
  border-radius: 88px;
  position: absolute;
  bottom: 110px;
  transition: all 0.6s;
  z-index: 1;
  left: 50%;
  margin-left: -80px;
  visibility: hidden;
  opacity: 0;
}

.team4-section-area .team-widget-slider .team-single-boxarea .img1 ul li {
  display: inline-block;
}

.team4-section-area .team-widget-slider .team-single-boxarea .img1 ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: rgba(255, 10, 84, 0.06);
  display: inline-block;
}

.team4-section-area .team-widget-slider .team-single-boxarea .img1 ul li a:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team4-section-area .team-widget-slider .team-single-boxarea .content-area a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.team4-section-area .team-widget-slider .team-single-boxarea .content-area a:hover {
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
}

.team4-section-area .team-widget-slider .team-single-boxarea .content-area p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

.team5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team5-section-area .team4-box {
  text-align: center;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.team5-section-area .team4-box:hover .image-area .icon-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.team5-section-area .team4-box .text-heading h4 a {
  color: var(--ztc-text-text-9);
  text-align: center;
  font-family: var(--ztc-family-font2);
  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;
}

.team5-section-area .team4-box .text-heading h4 a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}

.team5-section-area .team4-box .text-heading p {
  color: var(--ztc-text-text-10);
  text-align: center;
  font-family: var(--ztc-family-2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding-top: 16px;
  display: inline-block;
}

.team5-section-area .team4-box .image-area {
  position: relative;
}

.team5-section-area .team4-box .image-area .shape2 {
  position: absolute;
  left: 21px;
  top: -18px;
  transition: all 0.6s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team5-section-area .team4-box .image-area .shape2 {
    left: 37px;
  }
}

@media (max-width: 767px) {
  .team5-section-area .team4-box .image-area .shape2 {
    left: 45px;
  }
}

.team5-section-area .team4-box .image-area .image {
  border-radius: 50%;
  height: 270px;
  width: 270px;
  position: relative;
  margin: auto;
}

.team5-section-area .team4-box .image-area .image::after {
  position: absolute;
  content: "";
  left: 6px;
  top: -17px;
  border: 1px solid #E6E8E7;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.team5-section-area .team4-box .image-area .image .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.team5-section-area .team4-box .image-area .image .img::after {
  position: absolute;
  content: "";
  height: 240px;
  width: 240px;
  left: 17px;
  top: -3px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-8);
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.4s;
}

.team5-section-area .team4-box .image-area .image .img img {
  height: 240px;
  width: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 4px;
  top: -2px;
}

.team5-section-area .team4-box .image-area .icon-area {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -18px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team5-section-area .team4-box .image-area .icon-area a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s24);
}

.team5-section-area .team4-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.team5-section-area .team4-box:hover .image-area .image .img::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}

.team5-section-area .team4-box:hover .image-area .shape2 {
  transform: rotate(62deg);
  transition: all 0.4s;
}

.team5-section-area .team4-box:hover .image-area .icon-area {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}

.team6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team6-section-area .team6-card-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.team6-section-area .team6-card-area:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.team6-section-area .team6-card-area:hover .img1 {
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
}

.team6-section-area .team6-card-area:hover .content-area ul {
  right: 20px;
  transition: all 0.4s;
}

.team6-section-area .team6-card-area:hover .content-area .plus a {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.team6-section-area .team6-card-area .img1 {
  background: #F3F3F3;
  transition: all 0.4s;
  border-radius: 8px;
}

.team6-section-area .team6-card-area .img1 img.team-img14 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.team6-section-area .team6-card-area .img1 .elements32 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.team6-section-area .team6-card-area .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px 0 16px;
}

.team6-section-area .team6-card-area .content-area ul {
  position: absolute;
  bottom: 75px;
  right: -100px;
  transition: all 0.6s;
  z-index: 3;
}

.team6-section-area .team6-card-area .content-area ul li a {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  margin-bottom: 10px;
}

.team6-section-area .team6-card-area .content-area ul li a:hover {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team6-section-area .team6-card-area .content-area .text a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  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;
}

.team6-section-area .team6-card-area .content-area .text a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.team6-section-area .team6-card-area .content-area .text p {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  opacity: 70%;
}

.team6-section-area .team6-card-area .content-area .plus a {
  background: #F3F3F3;
  border-width: 1px;
  border: 1px solid rgba(9, 11, 14, 0.2);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  font-size: var(--ztc-font-size-font-s18);
  border-radius: 50%;
}

.team-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team-inner-section-area .team4-box.box2 {
  text-align: center;
  transition: all 0.4s;
}

.team-inner-section-area .team4-box.box2:hover .image-area .icon-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.team-inner-section-area .team4-box.box2 .text-heading h4 a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font2);
  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;
}

.team-inner-section-area .team4-box.box2 .text-heading h4 a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.team-inner-section-area .team4-box.box2 .text-heading p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding-top: 16px;
  display: inline-block;
}

.team-inner-section-area .team4-box.box2 .image-area {
  position: relative;
}

.team-inner-section-area .team4-box.box2 .image-area .shape2 {
  position: absolute;
  left: 21px;
  top: -18px;
  transition: all 0.6s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-inner-section-area .team4-box.box2 .image-area .shape2 {
    left: 37px;
  }
}

@media (max-width: 767px) {
  .team-inner-section-area .team4-box.box2 .image-area .shape2 {
    left: 45px;
  }
}

.team-inner-section-area .team4-box.box2 .image-area .image {
  border-radius: 50%;
  height: 270px;
  width: 270px;
  position: relative;
  margin: auto;
}

.team-inner-section-area .team4-box.box2 .image-area .image::after {
  position: absolute;
  content: "";
  left: 6px;
  top: -17px;
  border: 1px solid #E6E8E7;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.team-inner-section-area .team4-box.box2 .image-area .image .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.team-inner-section-area .team4-box.box2 .image-area .image .img::after {
  position: absolute;
  content: "";
  height: 240px;
  width: 240px;
  left: 17px;
  top: -3px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.4s;
}

.team-inner-section-area .team4-box.box2 .image-area .image .img img {
  height: 240px;
  width: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 4px;
  top: -2px;
}

.team-inner-section-area .team4-box.box2 .image-area .icon-area {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -18px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team-inner-section-area .team4-box.box2 .image-area .icon-area a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s24);
}

.team-inner-section-area .team4-box.box2:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.team-inner-section-area .team4-box.box2:hover .image-area .image .img::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}

.team-inner-section-area .team4-box.box2:hover .image-area .shape2 {
  transform: rotate(62deg);
  transition: all 0.4s;
}

.team-inner-section-area .team4-box.box2:hover .image-area .icon-area {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}

.team-details-section {
  position: relative;
  z-index: 1;
}

.team-details-section .personal-info-boxarea {
  position: relative;
  z-index: 1;
  padding: 60px 40px 50px 40px;
  border-radius: 8px;
}

.team-details-section .personal-info-boxarea .team5-box.box2 {
  text-align: center;
  transition: all 0.4s;
}

.team-details-section .personal-info-boxarea .team5-box.box2:hover .image-area .icon-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .text-heading h4 a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  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;
  text-transform: uppercase;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .text-heading h4 a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .text-heading p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  padding-top: 16px;
  opacity: 80%;
  padding-bottom: 22px;
  border-bottom: 1px solid #575353;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .image-area {
  position: relative;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .image-area .shape2 {
  position: absolute;
  left: 40px;
  top: -18px;
  transition: all 0.6s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-section .personal-info-boxarea .team5-box.box2 .image-area .shape2 {
    left: 180px;
  }
}

@media (max-width: 767px) {
  .team-details-section .personal-info-boxarea .team5-box.box2 .image-area .shape2 {
    display: none;
  }
}

.team-details-section .personal-info-boxarea .team5-box.box2 .image-area .image {
  border-radius: 50%;
  height: 270px;
  width: 270px;
  position: relative;
  margin: auto;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .image-area .image::after {
  position: absolute;
  content: "";
  left: 6px;
  top: -17px;
  border: 1px solid #a1a1a1;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .image-area .image .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .image-area .image .img img {
  height: 240px;
  width: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 4px;
  top: -2px;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .image-area .icon-area {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -18px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .image-area .icon-area a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s24);
}

.team-details-section .personal-info-boxarea .team5-box.box2:hover {
  transition: all 0.4s;
}

.team-details-section .personal-info-boxarea .team5-box.box2:hover .image-area .image .img::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}

.team-details-section .personal-info-boxarea .team5-box.box2:hover .image-area .shape2 {
  transform: rotate(62deg);
  transition: all 0.4s;
}

.team-details-section .personal-info-boxarea .team5-box.box2:hover .image-area .icon-area {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .contact li a {
  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: 18px;
  display: inline-block;
  transition: all 0.4s;
  padding-bottom: 16px;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .contact li a svg {
  margin: 0 4px 0 0;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .social li {
  display: inline-block;
}

.team-details-section .personal-info-boxarea .team5-box.box2 .social li a {
  background: rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
}

.team-details-section .personal-info-boxarea .team5-box.box2 .social li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .team-details-section .heading1 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-section .heading1 {
    margin-top: 30px;
  }
}

.team-details-section .heading1 h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.team-details-section .heading1 ul li {
  display: flex;
  align-items: center;
  padding-top: 18px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .team-details-section .heading1 ul li {
    display: inline-block;
  }
}

.team-details-section .heading1 ul li input {
  accent-color: var(--ztc-bg-bg-2);
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin: 0 8px 0 0;
}

@media (max-width: 767px) {
  .team-details-section .heading1 ul li input {
    position: relative;
    top: 5px;
  }
}

.team-details-section .heading1 ul li span {
  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;
  padding-left: 20px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .team-details-section .heading1 ul li span {
    padding-top: 10px;
  }
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F3F3F3;
}

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

.faq6-section-area .accordion-area .accordion .accordion-item {
  padding: 0;
  border-radius: 10px;
  background: var(--ztc-bg-bg-11);
  border: none;
}

.faq6-section-area .accordion-area .accordion .accordion-item button {
  color: var(--ztc-text-text-5);
  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;
  box-shadow: none;
  padding: 24px 30px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
}

@media (max-width: 767px) {
  .faq6-section-area .accordion-area .accordion .accordion-item button {
    line-height: 36px;
  }
}

.faq6-section-area .accordion-area .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
}

.faq6-section-area .accordion-area .accordion .accordion-item button::before {
  position: absolute;
  content: "";
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
  right: 16px;
}

.faq6-section-area .accordion-area .accordion .accordion-item button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  border: none;
  color: var(--ztc-text-text-1);
}

.faq6-section-area .accordion-area .accordion .accordion-item button:not(.collapsed)::after {
  filter: brightness(0);
}

.faq6-section-area .accordion-area .accordion .accordion-item button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-12);
}

.faq6-section-area .accordion-area .accordion .accordion-item .accordion-body {
  padding: 0 30px 24px 30px;
}

.faq6-section-area .accordion-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: var(--ztc-weight-regular);
  line-height: 26px;
  opacity: 80%;
}

.faq-inner-section-area {
  position: relative;
  z-index: 1;
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .faq-inner-section-area {
    padding: 60px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-inner-section-area {
    padding: 60px 0 0;
  }
}

.faq-inner-section-area .faq-widget-area ul {
  display: inline-block;
  text-align: center;
}

.faq-inner-section-area .faq-widget-area ul li {
  display: inline-block;
}

.faq-inner-section-area .faq-widget-area ul li button {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-font-size-font-s28);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  padding: 16px 20px;
  border-radius: 8px;
  background: #F6F6FF;
  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;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .faq-inner-section-area .faq-widget-area ul li button {
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.faq-inner-section-area .faq-widget-area ul li button.active {
  background: var(--ztc-bg-bg-3);
  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-3);
  border-radius: 16px;
  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-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  border: 1px solid #E7E7E7;
  box-shadow: none;
  padding: 40px;
  border-radius: 14px;
}

@media (max-width: 767px) {
  .faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button {
    padding: 20px !important;
    font-size: var(--ztc-font-size-font-s24);
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button {
    line-height: 40px;
  }
}

.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);
  border: none;
  padding: 40px 40px 20px 40px;
}

.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: 48px;
  width: 48px;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 25px;
}

@media (max-width: 767px) {
  .faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button::before {
    right: 7px;
  }
}

.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-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  padding: 0 200px 40px 40px;
  text-align: start;
}

@media (max-width: 767px) {
  .faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item .accordion-body p {
    padding: 0 20px 20px 20px;
  }
}

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.map-area-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 700px;
}

.map-area-content .map {
  position: absolute;
  width: 100%;
  height: 700px;
}

.map-area-content .map iframe {
  width: 100%;
  height: 700px;
}

.map-area-content .location-boxarea {
  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.08);
  padding: 32px 20px;
}

.map-area-content .location-boxarea h4 {
  color: var(--ztc-text-text-5);
  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;
  text-transform: capitalize;
}

.map-area-content .location-boxarea p {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  opacity: 70%;
  text-align: center;
}

.map-area-content .location-boxarea ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.map-area-content .location-boxarea ul li span {
  color: var(--ztc-text-text-5);
  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;
}

.map-area-content .location-boxarea ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

.map-area-content .location-boxarea .btn-area1 a {
  width: 100%;
  text-align: center;
}

.map-area-content .location-boxarea .btn-area1 a::after {
  background: var(--ztc-bg-bg-4);
}

.map-area-content .location-boxarea .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
}

.contact-inner-area {
  position: relative;
  z-index: 1;
}

.contact-inner-area .all-widgets-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .contact-inner-area .all-widgets-area {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-area .all-widgets-area {
    display: block;
  }
}

.contact-inner-area .all-widgets-area .widget-contactbox {
  background: #F6F6FF;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  width: 310px;
}

@media (max-width: 767px) {
  .contact-inner-area .all-widgets-area .widget-contactbox {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-area .all-widgets-area .widget-contactbox {
    width: 100%;
    margin-top: 30px;
  }
}

.contact-inner-area .all-widgets-area .widget-contactbox:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}

.contact-inner-area .all-widgets-area .widget-contactbox:hover .content h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.contact-inner-area .all-widgets-area .widget-contactbox:hover .content a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}

.contact-inner-area .all-widgets-area .widget-contactbox:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}

.contact-inner-area .all-widgets-area .widget-contactbox:hover .icons svg {
  filter: none;
  transition: all 0.4s;
}

.contact-inner-area .all-widgets-area .widget-contactbox::after {
  background: var(--ztc-bg-bg-3);
  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 .all-widgets-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-3);
  border-radius: 50%;
}

.contact-inner-area .all-widgets-area .widget-contactbox .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.contact-inner-area .all-widgets-area .widget-contactbox .content {
  padding-left: 16px;
}

.contact-inner-area .all-widgets-area .widget-contactbox .content h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-font-size-font-s20);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.contact-inner-area .all-widgets-area .widget-contactbox .content 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-medium);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  margin-top: 12px;
  transition: all 0.4s;
}

.contact-inner-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.contact-inner-area .contact-author-boxarea {
  position: relative;
  z-index: 1;
  background: #EFF1FF;
  border-radius: 8px;
  padding: 32px;
}

@media (max-width: 767px) {
  .contact-inner-area .contact-author-boxarea {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-area .contact-author-boxarea {
    margin-top: 30px;
  }
}

.contact-inner-area .contact-author-boxarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-font-size-font-s20);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  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;
}

.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: 2;
  overflow: hidden;
  margin-top: -230px;
}

.cta1-section-area .cta1-main-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 48px 40px 48px 40px;
}

@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta1-main-boxarea {
    margin-bottom: 30px;
  }
}

.cta1-section-area .cta1-main-boxarea h5 {
  font-size: var(--ztc-font-size-font-s32);
  font-family: var(--ztc-family-font2);
  color: var(--ztc-text-text-1);
  background: none;
  padding: 0;
}

.cta1-section-area .cta1-main-boxarea h5 img {
  margin: -4px 0 0 0;
}

.cta1-section-area .cta1-main-boxarea h2 {
  color: var(--ztc-text-text-1);
}

.cta1-section-area .cta1-main-boxarea form {
  position: relative;
  z-index: 1;
}

.cta1-section-area .cta1-main-boxarea form input {
  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;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 29px 24px;
}

.cta1-section-area .cta1-main-boxarea form input::-moz-placeholder {
  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;
}

.cta1-section-area .cta1-main-boxarea form input::placeholder {
  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;
}

.cta1-section-area .cta1-main-boxarea form button {
  border: none;
  outline: none;
  font-size: var(--ztc-font-size-font-s18);
  padding: 20px 24px;
  line-height: 18px;
  position: absolute;
  right: 8px;
  top: 9px;
}

.cta1-section-area .cta-maps-area iframe {
  width: 100%;
  border-radius: 8px;
  height: 391px;
  border-radius: 16px;
  background: rgba(17, 8, 43, 0.2);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.cta2-section-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.cta2-section-area .cta2-main-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 48px 40px 48px 40px;
}

@media (max-width: 767px) {
  .cta2-section-area .cta2-main-boxarea {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta2-main-boxarea {
    margin-bottom: 30px;
  }
}

.cta2-section-area .cta2-main-boxarea h5 {
  font-size: var(--ztc-font-size-font-s32);
  font-family: var(--ztc-family-font2);
  color: var(--ztc-text-text-6);
  background: none;
  padding: 0;
}

.cta2-section-area .cta2-main-boxarea h5 svg {
  margin: -4px 0 0 0;
}

.cta2-section-area .cta2-main-boxarea h2 {
  color: var(--ztc-text-text-1);
}

.cta2-section-area .cta2-main-boxarea form {
  position: relative;
  z-index: 1;
}

.cta2-section-area .cta2-main-boxarea form input {
  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;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 32px 16px;
}

.cta2-section-area .cta2-main-boxarea form input::-moz-placeholder {
  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;
}

.cta2-section-area .cta2-main-boxarea form input::placeholder {
  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;
}

.cta2-section-area .cta2-main-boxarea form button {
  border: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 15px;
}

.cta2-section-area .cta2-main-boxarea ul li {
  display: inline-block;
}

.cta2-section-area .cta2-main-boxarea ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
  font-size: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
  display: inline-block;
}

.cta2-section-area .cta2-main-boxarea ul li a:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
}

.cta2-section-area .cta-heading-area {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .cta2-section-area .cta-heading-area {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta-heading-area {
    padding: 0;
    margin-top: 30px;
  }
}

.cta2-section-area .cta-heading-area .faq-area .accordion {
  box-shadow: none;
}

.cta2-section-area .cta-heading-area .faq-area .accordion .accordion-item {
  border: none;
  background: none;
  padding: 0;
}

.cta2-section-area .cta-heading-area .faq-area .accordion .accordion-item h2 {
  display: block;
  background: none;
  box-shadow: none;
  padding: 0;
}

.cta2-section-area .cta-heading-area .faq-area .accordion .accordion-item h2 button {
  background: none;
  border: none;
  box-shadow: none;
  color: var(--ztc-text-text-5);
  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;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #7E7F80;
}

.cta2-section-area .cta-heading-area .faq-area .accordion .accordion-item h2 .accordion-button:not(.collapsed) {
  border: none;
  transition: all 0.4s;
}

.cta2-section-area .cta-heading-area .faq-area .accordion .accordion-item h2 .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}

.cta2-section-area .cta-heading-area .faq-area .accordion .accordion-item .accordion-body {
  padding: 0;
}

.cta3-section-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 767px) {
  .cta3-section-area .form-area {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .form-area {
    margin-top: 30px;
  }
}

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

.cta3-section-area .form-area form input {
  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;
  width: 100%;
  border-radius: 85px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 16px;
}

.cta3-section-area .form-area form input::-moz-placeholder {
  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%;
}

.cta3-section-area .form-area form input::placeholder {
  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%;
}

.cta3-section-area .form-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 13px;
}

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

.cta4-section-area .cta-heading1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta4-section-area .cta-heading1 {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-heading1 {
    text-align: center;
  }
}

.cta4-section-area .cta-heading1 h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cta4-section-area .cta-heading1 h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-heading1 h5 {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 16px;
  }
}

.cta4-section-area .cta-heading1 h5 img {
  margin: -5px 4px 0 0;
  height: 34px;
  width: 34px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .cta4-section-area .cta-heading1 h5 img {
    height: 16px;
    width: 16px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.cta4-section-area .cta-heading1 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: 130px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 120px;
  letter-spacing: -3px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cta4-section-area .cta-heading1 h2 {
    font-size: var(--ztc-font-size-font-s70);
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-heading1 h2 {
    font-size: var(--ztc-font-size-font-s80);
    line-height: 100px;
  }
}

.cta4-section-area .cta-heading1 h2 span {
  border-radius: 16px;
  border: 2.2px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: inline-block;
  padding: 12px 14px;
}

@media (max-width: 767px) {
  .cta4-section-area .cta-heading1 h2 span {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-heading1 h2 span {
    margin-top: 16px;
  }
}

.cta4-section-area .arrow-cta-btn {
  position: relative;
  top: 40px;
}

@media (max-width: 767px) {
  .cta4-section-area .arrow-cta-btn {
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .arrow-cta-btn {
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}

.cta4-section-area .arrow-cta-btn a {
  height: 160px;
  width: 160px;
  text-align: center;
  line-height: 160px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-7);
}

.cta4-section-area .arrow-cta-btn a svg {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
  text-align: center;
}

.cta5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta5-section-area .heading5 h5 {
  color: var(--ztc-text-text-1);
}

.cta5-section-area .heading5 h5 img {
  filter: brightness(0) invert(1);
}

.cta5-section-area .heading5 h2 {
  color: var(--ztc-text-text-1);
}

.cta5-section-area .heading5 h2 .elements28 {
  position: absolute;
  top: -24px;
  right: -12px;
}

@media (max-width: 767px) {
  .cta5-section-area .timer {
    margin-top: 60px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section-area .timer {
    margin-top: 60px;
  }
}

.cta5-section-area .timer .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  font-weight: bold;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  height: 146px;
  width: 146px;
}

.cta5-section-area .timer .time-box .elements7 {
  position: absolute;
  top: -12px;
  left: -11px;
  width: 170px;
  height: 170px;
  max-width: 170px;
  max-height: 170px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .cta5-section-area .timer .time-box {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5-section-area .timer .time-box {
    margin-bottom: 50px;
  }
}

.cta5-section-area .timer .time-box .time-value span {
  color: rgba(255, 255, 255, 0.9);
  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;
  text-transform: uppercase;
  transition: all 0.4s;
  display: block !important;
  margin-top: 18px;
}

.cta5-section-area .timer .time-value {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 44px;
  text-transform: uppercase;
  transition: all 0.4s;
  display: block;
  position: relative;
  top: 32px;
}

.cta6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 100px 0 0;
  background: var(--ztc-bg-bg-4);
}

@media (max-width: 767px) {
  .cta6-section-area {
    padding: 50px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-section-area {
    padding: 50px 0 0;
  }
}

.cta6-section-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 44px;
  display: inline-block;
}

@media (max-width: 767px) {
  .cta6-section-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.cta6-section-area .cta-heading p {
  color: rgba(255, 255, 255, 0.9);
  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-regular);
  line-height: 30px;
}

.cta6-section-area .cta-heading form {
  position: relative;
  z-index: 1;
  width: 670px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cta6-section-area .cta-heading form {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-section-area .cta-heading form {
    width: 100%;
  }
}

.cta6-section-area .cta-heading form input {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  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-regular);
  line-height: 18px;
  padding: 30px 16px;
}

.cta6-section-area .cta-heading 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-regular);
  line-height: 18px;
  opacity: 70%;
}

.cta6-section-area .cta-heading 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-regular);
  line-height: 18px;
  opacity: 70%;
}

.cta6-section-area .cta-heading form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 14px;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
.case1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F6F7FF;
  padding: 120px 0 350px;
}

@media (max-width: 767px) {
  .case1-section-area {
    padding: 60px 0 280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area {
    padding: 60px 0 280px;
  }
}

.case1-section-area .elements6 {
  position: absolute;
  bottom: 200px;
  left: 0;
}

.case1-section-area .cs_case_study_1_list {
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .case1-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}

.case1-section-area .cs_case_study_1_list>.cs_case_study.cs_style_1 {
  flex: 1;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.2s ease;
  left: 80px;
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  transform: scale(0) rotate(360deg);
  transition-delay: 0.1s;
}

.case1-section-area .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 {
    height: 600px;
  }
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  height: 55px;
  width: 55px;
  transition: all 0.6s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}

.case1-section-area .cs_case_study_thumb {
  background-image: url(../img/all-images/case/case-img1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../img/all-images/case/case-img2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../img/all-images/case/case-img3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb4 {
  background-image: url(../img/all-images/case/case-img4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb5 {
  background-image: url(../img/all-images/case/case-img3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb6 {
  background-image: url(../img/all-images/case/case-img1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb7 {
  background-image: url(../img/all-images/case/case-img2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 8px;
  border-radius: 16px;
  height: 475px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}

@media (max-width: 767px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}

.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}

.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}

.case1-section-area .content-area1 a {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 24px;
}

@media (max-width: 767px) {
  .case1-section-area .content-area1 a {
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .content-area1 a {
    visibility: hidden;
    opacity: 0;
  }
}

.case1-section-area .content-area {
  border-radius: 0px 100px 100px 0px;
  background: var(--ztc-bg-bg-3);
  display: inline-block;
  padding: 18px 70px 18px 18px;
  position: absolute;
  bottom: 24px;
  left: -400px;
  transition: all 0.6s;
  z-index: 1;
}

@media (max-width: 767px) {
  .case1-section-area .content-area {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .content-area {
    left: 0;
  }
}

.case1-section-area .content-area p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: uppercase;
}

.case1-section-area .content-area a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  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;
  text-transform: uppercase;
}

.case1-section-area .content-area .plus {
  position: absolute;
  right: -24px;
  top: 14px;
}

.case1-section-area .content-area .plus a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-4);
}

.case5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case5-section-area .case-images-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.case5-section-area .case-images-area:hover .img1::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
}

.case5-section-area .case-images-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.case5-section-area .case-images-area:hover .icons {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.case5-section-area .case-images-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}

.case5-section-area .case-images-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  opacity: 70%;
  transform: scale(0.7);
  visibility: visible;
  opacity: 0;
}

.case5-section-area .case-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case5-section-area .case-images-area .img1 img {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .case5-section-area .case-images-area .img1 img {
    height: 250px;
  }
}

.case5-section-area .case-images-area .icons {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  transition: all 0.6s;
  z-index: 2;
  visibility: visible;
  opacity: 0;
}

.case5-section-area .case-images-area .icons a {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s24);
}

.case-inenr-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .case-inenr-section {
    padding: 60px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-inenr-section {
    padding: 60px 0 0;
  }
}

.case-inenr-section .work-single-boxarea.case-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .case-inenr-section .work-single-boxarea.case-box {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-inenr-section .work-single-boxarea.case-box {
    margin-bottom: 30px;
  }
}

.case-inenr-section .work-single-boxarea.case-box:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.6s;
}

.case-inenr-section .work-single-boxarea.case-box:hover .img1 .plus1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.case-inenr-section .work-single-boxarea.case-box:hover .content-area {
  left: 0;
  transition: all 0.6s;
}

.case-inenr-section .work-single-boxarea.case-box .img1 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.case-inenr-section .work-single-boxarea.case-box .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.case-inenr-section .work-single-boxarea.case-box .img1 .plus1 {
  position: absolute;
  left: 20px;
  bottom: 24px;
  visibility: visible;
  opacity: 1;
}

.case-inenr-section .work-single-boxarea.case-box .img1 .plus1 a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
}

.case-inenr-section .work-single-boxarea.case-box .content-area {
  border-radius: 0px 100px 100px 0px;
  background: var(--ztc-bg-bg-3);
  display: inline-block;
  padding: 18px 70px 18px 18px;
  position: absolute;
  bottom: 24px;
  left: -400px;
  transition: all 0.6s;
  z-index: 1;
}

@media (max-width: 767px) {
  .case-inenr-section .work-single-boxarea.case-box .content-area {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-inenr-section .work-single-boxarea.case-box .content-area {
    left: 0;
  }
}

.case-inenr-section .work-single-boxarea.case-box .content-area p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: uppercase;
}

.case-inenr-section .work-single-boxarea.case-box .content-area a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  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;
  text-transform: uppercase;
}

.case-inenr-section .work-single-boxarea.case-box .content-area .plus {
  position: absolute;
  right: -24px;
  top: 14px;
}

.case-inenr-section .work-single-boxarea.case-box .content-area .plus a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-4);
}

/*============= CASE STUDY CSS AREA ENDS ===============*/
/*============= GALLERY CSS AREA ===============*/
.gallery2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gallery2-section-area .testimonial2-slider-area {
  position: relative;
  z-index: 1;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-list {
  padding-top: 10% !important;
  padding-bottom: 6% !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-snext,
.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-sprev {
  display: block;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 20px);
  z-index: 2;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .rev_slide.slick-center .text {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .rev_slide .test {
  display: block;
  width: 100%;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .rev_slide .test img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .rev_slide .text {
  text-align: center;
  margin-top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .rev_slide .text p {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .rev_slide .text p span {
  color: rgba(9, 11, 14, 0.4);
  transition: all 0.4s;
  display: inline-block;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-arrow {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 66px;
  border-radius: 50%;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-5);
  color: var(--ztc-text-text-5);
  outline: none;
  font-size: var(--ztc-font-size-font-s32);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery2-section-area .testimonial2-slider-area .rev_slider .slick-arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  .gallery2-section-area .testimonial2-slider-area .rev_slider .slick-arrow {
    display: none;
  }
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-arrow:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-6);
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-arrow.prev-next {
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -62px;
}

.gallery2-section-area .testimonial2-slider-area .rev_slider .slick-arrow.next-prev {
  position: absolute;
  right: -90px;
  top: 50%;
  margin-top: -62px;
}

.gallery3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gallery3-section-area .bg-text {
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.05);
  font-family: var(--ztc-family-font1);
  font-size: 432px;
  font-style: normal;
  font-weight: 700;
  line-height: 450px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .gallery3-section-area .bg-text {
    font-size: 360px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gallery3-section-area .bg-text {
    font-size: 320px;
  }
}

.gallery3-section-area .all-galler-images .big-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.gallery3-section-area .bottom-galler-images {
  margin-top: 30px;
}

.gallery3-section-area .bottom-galler-images .small-img {
  margin: 0 20px 0 0;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  cursor: pointer;
}

.gallery3-section-area .bottom-galler-images .small-img.slick-current.slick-active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.gallery3-section-area .bottom-galler-images .small-img::after {
  position: absolute;
  content: "";
  border: 3px solid var(--ztc-text-text-7);
  transition: all 0.4s;
  left: 0;
  top: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0;
  transition: all 0.4s;
}

.gallery3-section-area .bottom-galler-images .small-img:last-child(1) {
  margin: 0;
}

.gallery3-section-area .bottom-galler-images .small-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

/*============= GALLERY CSS AREA ===============*/
/*# sourceMappingURL=main.css.map */