@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

@import url('https://fonts.cdnfonts.com/css/lato');

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

.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%; */
  height: 500px;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

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

.bg-quaternary {
  background: var(--temp-secondary);
}

.bg-quaternary-t1 {
  background: var(--temp-1-quaternary);
}

.theme-1 .bg-quaternary {
  background: var(--temp-1-quaternary);
}

.bg-tertiary {
  background: var(--temp-1-tertiary);
}

.bg-primary-t2 {
  background: var(--temp-2-primary);
}

body {
  font-family: var(--ztc-family-font1);
}

:root {
  --temp-primary: #F15543;
  --temp-secondary: #442E34;
  --temp-primary-rgb: rgb(241, 85, 67);
  --temp-secondary-rgb: rgb(68, 46, 52);

  --temp-1-primary: #b23b92;
  --temp-1-secondary: #375da4;
  --temp-1-tertiary: #031858;
  --temp-1-quaternary: #031858;

  --temp-2-primary: #08575d;
  --temp-2-secondary: #4ebb7a;

  --temp-3-primary: #031858;
  --temp-3-secondary: #f69135;

  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #1A1719;
  --ztc-text-text-3: #544E51;
  --ztc-text-text-4: #FFBA00;
  --ztc-text-text-5: #032530;
  --ztc-text-text-6: #C0F037;
  --ztc-text-text-7: #443E3E;
  --ztc-text-text-8: #131E20;
  --ztc-text-text-9: #404040;
  --ztc-text-text-10: #FF3639;
  --ztc-text-text-11: #002466;
  --ztc-text-text-12: #363D4A;
  --ztc-text-text-13: #2E4DFD;
  --ztc-text-text-14: #FF6700;
  --ztc-text-text-15: #FC226A;
  --ztc-text-text-16: #FF2D55;
  --ztc-text-text-17: #FD4E1A;
  --ztc-text-text-18: #0D0400;
  --ztc-text-text-19: #44403E;
  --ztc-text-text-20: #4AF8BA;
  --ztc-text-text-21: #c0c0c0;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #1A1719;
  --ztc-bg-bg-3: #FFBA00;
  --ztc-bg-bg-4: #032530;
  --ztc-bg-bg-5: #C0F037;
  --ztc-bg-bg-6: #131E20;
  --ztc-bg-bg-7: #FF3639;
  --ztc-bg-bg-8: #002466;
  --ztc-bg-bg-9: #2E4DFD;
  --ztc-bg-bg-10: #FF6700;
  --ztc-bg-bg-11: #FC226A;
  --ztc-bg-bg-12: #FF2D55;
  --ztc-bg-bg-13: #0D0400;
  --ztc-bg-bg-14: #4AF8BA;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  /* --ztc-family-font1: 'Space Grotesk', sans-serif;
  --ztc-family-font2: 'Figtree', sans-serif; */
  /* --ztc-family-font2: 'Montserrat', serif; */
  --ztc-family-font1: 'Lato', sans-serif;
}

.ff-1 {
  font-family: var(--ztc-family-font1) !important;
}

.ff-2 {
  font-family: var(--ztc-family-font2) !important;
}

.heading1 h5,
.heading1 .s-h5 {
  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: uppercase;
}

.heading1 h5 img,
.heading1 .s-h5 img {
  height: 26px;
  width: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 4px 0 0;
}

.heading1 h1 {
  color: #031858;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 64px;
  text-transform: uppercase;
}

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

.heading1 p {
  color: rgba(31, 11, 11, 0.9);
  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;
  transition: all 0.4s;
}

.heading2 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-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  background: rgba(26, 23, 25, 0.05);
  padding: 9px 10px;
  display: inline-block;
}

.heading2 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 52px;
  letter-spacing: -0.88px;
}

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

.heading2 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.heading4 h5 {
  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: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  padding: 9px 10px;
  display: inline-block;
}

.heading4 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s38);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}

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

.heading4 p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.heading5 h5 {
  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: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  background: rgba(255, 54, 57, 0.1);
  padding: 9px 10px;
  display: inline-block;
}

.heading5 h2 {
  color: var(--ztc-text-text-8);
  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;
  letter-spacing: -0.88px;
}

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

.heading5 p {
  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-regular);
  line-height: 26px;
}

.heading6 h5 {
  color: var(--ztc-text-text-13);
  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: uppercase;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(46, 77, 253, 0.08);
}

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

.heading6 h2 {
  color: var(--ztc-text-text-11);
  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: 52px;
  letter-spacing: -0.88px;
}

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

.heading6 p {
  color: var(--ztc-text-text-12);
  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;
}

.heading7 h5 {
  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: uppercase;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

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

.heading7 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}

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

.heading7 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.heading8 h5 {
  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-medium);
  line-height: 28px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .heading8 h5 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
  }
}

.heading8 h5 img {
  margin: -5px 4px 0 0;
}

.heading8 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 80px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 80px;
  text-transform: uppercase;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s60);
    line-height: 60px;
  }
}

.heading8 h2 span {
  border-radius: 3px;
  border: 2px solid var(--white, #FFF);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: inline-block;
  padding: 0 9px;
}

.heading9 h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .heading9 h5 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
  }
}

.heading9 h5 img {
  margin: -5px 4px 0 0;
  filter: brightness(0);
}

.heading9 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: 44px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
}

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

.heading9 p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading10 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: 52px;
}

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

.heading10 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.heading11 h5 {
  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: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  padding: 9px 10px;
  display: inline-block;
}

.heading11 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s42);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}

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

.heading11 p {
  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-medium);
  line-height: 26px;
}

.heading12 h5 {
  color: var(--ztc-text-text-17);
  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: uppercase;
  border-radius: 6px;
  background: rgba(255, 80, 0, 0.1);
  padding: 9px 10px;
  display: inline-block;
}

.heading12 h2 {
  color: var(--ztc-text-text-18);
  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: 52px;
  letter-spacing: -0.88px;
}

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

.heading12 p {
  color: var(--ztc-text-text-19);
  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;
}

.heading13 h5 {
  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: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  display: inline-block;
}

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

.heading13 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}

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

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


.vl-btn1 {
  color: var(--temp-1-quaternary);
  background: #fff !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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: #854298;
  padding: 16px 20px;
  display: inline-block;
  border-radius: 8px;
}

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

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

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

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

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


.vl-btn1-outline {
  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: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 16px 20px;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid var(--ztc-bg-bg-2);
}

.vl-btn1-outline:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-bg-bg-3);
}

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

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

.vl-btn1-outline::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  opacity: 0.1;
  left: 8px;
  top: 8px;
}

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

.vl-btn2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}

.vl-btn2 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 20px 26px;
}

.vl-btn2 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  text-align: center;
  color: var(--ztc-text-text-2);
  line-height: 54px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}

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

.vl-btn2:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.vl-btn3 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  padding: 24px 28px;
  background: var(--ztc-bg-bg-7);
  overflow: hidden;
}

.vl-btn3::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: #D60003;
  z-index: -1;
}

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

.vl-btn3:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.vl-btn4 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  padding: 24px 26px;
  background: var(--ztc-bg-bg-9);
  overflow: hidden;
}

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

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

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

.vl-btn5 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}

.vl-btn5 span.demo {
  display: inline-block;
  border-radius: 40px;
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 20px 26px;
}

.vl-btn5 span.arrow {
  display: inline-block;
  border-radius: 40px;
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  transition: all 0.4s;
  height: 54px;
  text-align: center;
  width: 54px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  line-height: 54px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}

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

.vl-btn5:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

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

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

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

.vl-btn6:hover img {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

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

.vl-btn6 img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 4px;
  transition: all 0.4s;
}

.vl-btn7 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-11);
  padding: 8px 8px 8px 20px;
  display: inline-block;
  border-radius: 100px;
}

.vl-btn7 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #FD6497;
  transform: rotate(-45deg);
  margin-left: 4px;
}

.vl-btn7:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-btn7:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
}

.vl-btn8 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}

.vl-btn8 span.demo {
  display: inline-block;
  background: #fff;
  color: #000;
  transition: 0.4s;
  border-radius: 70px;
  padding: 20px 26px;
}

.vl-btn8 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  text-align: center;
  color: var(--ztc-text-text-1);
  line-height: 54px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}

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

.vl-btn8:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.vl-btn9 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 4px;
  padding: 20px 26px;
  border-radius: var(--rounded-lg, 8px);
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  overflow: hidden;
}

.vl-btn9::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--LLL, linear-gradient(135deg, #FF00B8 0%, #FF5000 100%));
  z-index: -1;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}

.vl-btn9:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transform: translateY(-5px);
}

.vl-btn9:hover img {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

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

.vl-btn9 img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 4px;
  transition: all 0.4s;
}

.vl-btn10 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 60px;
  padding: 20px 26px;
  background: var(--ztc-bg-bg-14);
  overflow: hidden;
}

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

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

.vl-btn10:hover img {
  transform: rotate(-45deg);
  transition: all 0.4s;
  filter: brightness(0);
}

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

.vl-btn10 img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 4px;
  transition: all 0.4s;
  filter: brightness(0);
}

.vl-btn11 {
  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: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--temp-1-quaternary);
  padding: 16px 20px;
  display: inline-block;
  border-radius: 8px;
}

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

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

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

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

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

.vl-btn11-outline {
  color: var(--temp-1-quaternary);
  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: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 16px 20px;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid var(--temp-1-quaternary);
}

.vl-btn11-outline:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--temp-1-quaternary);
}

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

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

.vl-btn11-outline::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  opacity: 0.1;
  left: 8px;
  top: 8px;
}

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

/*============= COMMON CSS AREA ENDS===============*/
.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: 0 0 70px;
}

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

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

.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: 60px 0 60px;
}

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

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

.sp7 {
  padding: 120px 0 90px;
}

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

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

.sp8 {
  padding: 100px 0 0;
}

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

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

.sp9 {
  padding: 120px 0 0;
}

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

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

.sp10 {
  padding: 0 0 100px;
}

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

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

.sp12 {
  padding: 0 0 120px;
}

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

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

.space-margin40 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .space-margin40 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin40 {
    margin-bottom: 20px;
  }
}

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

.space-margin80 {
  margin-bottom: 80px;
}

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

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

/*============= PRICING PLAN CSS AREA ===============*/
.pricing-plan-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-plan-section-area .pricing-boxarea {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 28px;
  margin-bottom: 30px;
}

.pricing-plan-section-area .pricing-boxarea .ticket-box 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;
  text-transform: uppercase;
}

.pricing-plan-section-area .pricing-boxarea .ticket-box h3 {
  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-semibold);
  line-height: 44px;
  text-transform: uppercase;
}

.pricing-plan-section-area .pricing-boxarea .ticket-box .progress {
  background-color: #344F57;
  border-radius: 20px;
  height: 10px;
  position: relative;
}

.pricing-plan-section-area .pricing-boxarea .ticket-box .progress-inner {
  background-color: var(--ztc-text-text-6);
  height: 100%;
  border-radius: 20px;
  transition: width 0.4s ease;
}

.pricing-plan-section-area .pricing-boxarea.box2 {
  border-radius: 8px;
  background: var(--ztc-text-text-6);
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 28px;
  margin-bottom: 30px;
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box p {
  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;
  text-transform: uppercase;
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box h3 {
  color: var(--ztc-text-text-2);
  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-semibold);
  line-height: 44px;
  text-transform: uppercase;
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box .progress {
  background-color: #AEDC42;
  border-radius: 20px;
  height: 10px;
  position: relative;
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box .progress-inner {
  background-color: var(--ztc-text-text-5);
  height: 100%;
  border-radius: 20px;
  transition: width 0.4s ease;
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box .btn-area1 a span.demo {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box .btn-area1 a .arrow {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
}

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

.pricing-lan-section-area .pricing-boxarea {
  border-radius: 8px;
  background: #FBF9F4;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 28px;
  margin-bottom: 30px;
}

.pricing-lan-section-area .pricing-boxarea 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;
  /* 100% */
  text-transform: capitalize;
  padding: 8px 10px;
  display: inline-block;
  background-image: url(../img/bg/others-bg3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.pricing-lan-section-area .pricing-boxarea h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
  text-transform: capitalize;
}

.pricing-lan-section-area .pricing-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-lan-section-area .pricing-boxarea ul 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-medium);
  line-height: 16px;
  text-transform: capitalize;
  margin-top: 16px;
  display: flex;
}

.pricing-lan-section-area .pricing-boxarea ul li img {
  margin: 0 6px 0 0;
}

.pricing-lan-section-area .pricing-boxarea .btn-area1 a {
  width: 100%;
  text-align: center;
}

.pricing-lan-section-area .pricing-boxarea .btn-area1 a::after {
  left: 100px;
}

/*============= PRICING PLAN CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 196px 0 130px;
  overflow: hidden;
}

.hero1-section-area.theme-2,
.hero1-section-area.theme-3 {
  padding: 190px 0 70px;
}

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

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

.hero1-section-area .header-bg1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  object-fit: cover;
}

.hero1-section-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #780074e9, #2b0243e9 40%);
  /* z-index: -1; */
}

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

.hero1-section-area .hero1-header .btn-area1 .vl-btn2 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border: 1px solid var(--ztc-bg-bg-1);
  padding: 15px 20px;
  display: inline-block;
  border-radius: 8px;
  margin-left: 16px;
}

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

.hero1-section-area .hero1-header .btn-area1 .vl-btn2:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-2);
}

.hero1-section-area .hero1-header .btn-area1 .vl-btn2:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}

.hero1-section-area .hero1-header .btn-area1 .vl-btn2:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}

.hero1-section-area .hero1-header .btn-area1 .vl-btn2::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  left: 8px;
  top: 8px;
}

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

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

.hero1-section-area .header-images .img1 {
  position: absolute;
  top: 0px;
  left: -20px;
  height: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images .img1 {
    position: relative;
    top: 0;
    margin-top: 50px;
    height: 800px;
  }
}

@media (max-width: 767px) {
  .hero1-section-area .header-images .img1 {
    position: relative;
    top: 0;
    margin-top: 5px;
    height: 400px;
  }
}

.hero1-section-area .header-images .img1 img {
  /* height: 500px; */
  /* width: 100%; */
  max-width: 600px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
}

.hero1-section-area .header-images .images-content-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px;
  position: absolute;
  top: 265px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images .images-content-area {
    top: 580px;
  }
}

.hero1-section-area .header-images .images-content-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
}

.hero1-section-area .header-images .images-content-area 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: uppercase;
}

.hero1-section-area .header-images .images-content-area p {
  color: var(--ztc-text-text-3);
  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: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(26, 23, 25, 0.1);
}

.theme-1 .timer {
  position: absolute;
  width: 300px;
  right: 0;
  top: 170px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-1 .timer {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .theme-1 .timer {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .theme-1 .timer {
    right: -100px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .theme-1 .timer {
    right: -140px;
  }
}

.theme-1 .timer .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  width: 150px;
  color: white;
  padding: 16px 30px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-1 .timer .time-box {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 767px) {
  .theme-1 .timer .time-box {
    padding: 10px 6px;
    margin: 10px;
  }
}

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

.theme-1 .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-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .theme-1 .timer .time-value {
    font-size: var(--ztc-font-size-font-s20);
    display: grid;
  }
}

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

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

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

.hero2-slider-area .slick-slide.slick-current.slick-active .timer {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}

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

.hero2-slider-area .slick-slide.slick-current.slick-active .about-btnarea {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: scale(1);
  opacity: 1;
}

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

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

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

.hero2-slider-area .her2-section-area {
  position: relative;
  z-index: 1;
  padding: 250px 0 110px;
  overflow: hidden;
  background-image: url(../img/bg/header-bg3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .hero2-slider-area .her2-section-area {
    padding: 150px 0 100px;
  }
}

.hero2-slider-area .her2-section-area .elements9 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 140px;
  width: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  opacity: 0;
}

.hero2-slider-area .her2-section-area .elements10 {
  position: absolute;
  left: 0;
  top: 0;
  height: 390px;
  width: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateY(-800px);
  opacity: 0;
}

.hero2-slider-area .her2-section-area .elements11 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 700px;
  width: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateY(800px);
  opacity: 0;
}

.hero2-slider-area .her2-section-area .img1 img {
  position: absolute;
  height: 100%;
  width: 70%;
  right: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 767px) {
  .hero2-slider-area .her2-section-area .img1 img {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-slider-area .her2-section-area .img1 img {
    display: none;
  }
}

.hero2-slider-area .her2-section-area .hero2-header {
  overflow: hidden;
}

.hero2-slider-area .her2-section-area .hero2-header h5 {
  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: uppercase;
  display: inline-block;
  transition: all 0.4s;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}

.hero2-slider-area .her2-section-area .hero2-header h5 img {
  margin: 0 6px 0 0;
  height: 26px;
  width: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block !important;
}

.hero2-slider-area .her2-section-area .hero2-header h1 {
  color: var(--ztc-text-text-1);
  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;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}

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

.hero2-slider-area .her2-section-area .hero2-header h1 .conferences {
  border-radius: 4px;
  border: 1px solid rgba(192, 240, 55, 0.9);
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  padding: 8px;
}

.hero2-slider-area .her2-section-area .hero2-header .timer {
  display: flex;
  align-items: center;
  margin-top: 30px;
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}

.hero2-slider-area .her2-section-area .hero2-header .timer .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 150px;
  color: white;
  padding: 16px 30px;
  font-weight: bold;
  margin: 0 14px 0 0;
  position: relative;
  z-index: 1;
}

.hero2-slider-area .her2-section-area .hero2-header .timer .time-box::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  border-radius: 4px;
  z-index: -1;
}

.hero2-slider-area .her2-section-area .hero2-header .timer .time-box p {
  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;
}

.hero2-slider-area .her2-section-area .hero2-header .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;
}

.hero2-slider-area .her2-section-area .hero2-header .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-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.hero2-slider-area .her2-section-area .hero2-header .btn-area1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}

.hero2-slider-area .her2-section-area .about-btnarea {
  position: absolute;
  z-index: 1;
  top: 65%;
  left: 61.5%;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: scale(0.6);
  opacity: 0;
}

@media (max-width: 767px) {
  .hero2-slider-area .her2-section-area .about-btnarea {
    position: relative;
    top: 0;
    left: 100px;
    margin-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-slider-area .her2-section-area .about-btnarea {
    position: absolute;
    top: 15%;
    left: 77%;
    margin-top: 100px;
  }
}

.hero2-slider-area .her2-section-area .about-btnarea svg {
  position: absolute;
  top: -50px;
  left: -42px;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero2-slider-area .her2-section-area .about-btnarea a {
  color: var(--ztc-text-text-2);
  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;
  display: inline-block;
  position: relative;
}

.hero2-slider-area .her2-section-area .about-btnarea a span {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s24);
}

.testimonial-arrows {
  position: absolute;
  z-index: 2;
  bottom: 150px;
  right: 30px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .testimonial-arrows {
    bottom: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-arrows {
    bottom: -115px;
  }
}

@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-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  font-size: var(--ztc-font-size-font-s20);
}

.testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
}

.testimonial-arrows .testimonial-next-arrow {
  margin-top: 12px;
}

.hero3-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 110px;
}

@media (max-width: 767px) {
  .hero3-section-area {
    padding: 150px 0 80px;
  }
}

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

.hero3-section-area .elements18 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero3-section-area .elements9 {
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.hero3-section-area .hero3-header .arrow-btnarea {
  position: absolute;
  top: 0;
  left: -300px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero3-section-area .hero3-header .arrow-btnarea {
    left: -250px;
  }
}

@media (max-width: 767px) {
  .hero3-section-area .hero3-header .arrow-btnarea {
    position: relative;
    left: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section-area .hero3-header .arrow-btnarea {
    position: relative;
    left: 0;
    margin-top: 30px;
  }
}

.hero3-section-area .hero3-header .arrow-btnarea a {
  background: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  border: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border-radius: 50%;
  padding: 8px;
  height: 200px;
  width: 200px;
}

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

.hero3-section-area .hero3-header .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);
}

.hero3-section-area .hero3-header .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) {
  .hero3-section-area .hero3-header .arrow-btnarea a {
    margin-top: 15px;
  }
}

.hero3-section-area .hero3-header .date-btn {
  text-align: center;
  padding: 35px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  display: inline-block;
  width: 230px;
  height: 230px;
  position: absolute;
  right: -400px;
  bottom: 0px;
}

@media (max-width: 767px) {
  .hero3-section-area .hero3-header .date-btn {
    position: relative;
    z-index: 1;
    right: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section-area .hero3-header .date-btn {
    position: relative;
    z-index: 1;
    right: 0;
    margin-top: 30px;
  }
}

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

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

.hero3-section-area .hero3-header .date-btn h4 {
  color: var(--ztc-text-text-8);
  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;
  text-transform: uppercase;
}

.hero3-section-area .hero3-header .date-btn p {
  color: var(--ztc-text-text-8);
  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: uppercase;
}

.hero3-section-area .hero3-header .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/elements20.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero3-section-area .hero3-header h5 {
  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-medium);
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .hero3-section-area .hero3-header h5 {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

.hero3-section-area .hero3-header h5 img {
  margin: 0 6px 0 0;
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block !important;
}

.hero3-section-area .hero3-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 90px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 90px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero3-section-area .hero3-header 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 .hero3-header h1 {
    font-size: var(--ztc-font-size-font-s60);
    line-height: 60px;
  }
}

.hero3-section-area .hero3-header h1 .conferences {
  border-radius: 3px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  padding: 8px;
}

.hero3-section-area .hero3-header .btn-area1 .vl-btn3.btn2 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-10);
  margin-left: 20px;
}

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

.hero3-section-area .hero3-header .btn-area1 .vl-btn3.btn2::after {
  background: #D2D2D2;
}

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

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

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

.hero4-section-area .hero4-header h5 {
  color: var(--ztc-text-text-13);
  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: uppercase;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(46, 77, 253, 0.08);
}

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

.hero4-section-area .hero4-header h5 img {
  height: 22px;
  width: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 4px 0 0;
}

.hero4-section-area .hero4-header h1 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 74px;
  /* 115.625% */
  text-transform: uppercase;
}

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

.hero4-section-area .hero4-header p {
  color: var(--ztc-text-text-12);
  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;
}

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

@media (max-width: 767px) {
  .hero4-section-area .hero-content-images {
    margin-top: 30px;
  }
}

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

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

.hero4-section-area .hero-content-images .content-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 20px;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: -150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero-content-images .content-area {
    position: absolute;
    right: 0;
    left: inherit;
  }
}

@media (max-width: 767px) {
  .hero4-section-area .hero-content-images .content-area {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }
}

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

.hero4-section-area .hero-content-images .content-area .date {
  color: var(--ztc-text-text-13);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.hero4-section-area .hero-content-images .content-area ul li a {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  margin-top: 14px;
}

.hero4-section-area .hero-content-images .content-area ul li a img {
  margin: 0 4px 0 0;
}

.inner-page-header {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 90px;
}

.inner-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top, rgba(120, 0, 116, 0.85), rgba(43, 2, 67, 0.95) 40%); */
  background: linear-gradient(to top, rgba(68, 46, 52, 0.8), rgba(68, 46, 52, 0.95) 40%);
  z-index: -1;
}

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

.inner-page-header .heading1 a i {
  margin: 0 8px 0 0;
}

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

.hero5-section-area .elements31 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero5-section-area .header5-heading {
  position: relative;
}

.hero5-section-area .header5-heading h5 {
  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-medium);
  line-height: 28px;
  text-transform: uppercase;
}

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

.hero5-section-area .header5-heading h5 span {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  border-radius: 4px;
  margin: 0 10px 0 0;
}

.hero5-section-area .header5-heading h5 span img {
  margin-top: -5px;
}

.hero5-section-area .header5-heading h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 120px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 120px;
  text-transform: uppercase;
}

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

.hero5-section-area .header5-heading h1 span {
  border-radius: 3px;
  border: 2px solid var(--white, #FFF);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 120px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 120px;
  display: inline-block;
  padding: 14px 20px;
  text-transform: uppercase;
  margin-left: 100px;
}

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

.hero5-section-area .header5-heading h1 img {
  text-align: start;
  position: absolute;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 8px;
  border-radius: 4px;
}

.hero5-section-area .img1 {
  position: relative;
}

.hero5-section-area .img1 img.keyframe5 {
  height: 690px;
  width: 690px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .hero5-section-area .img1 img.keyframe5 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.hero5-section-area .img1 a {
  background: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  border: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 190px;
}

@media (max-width: 767px) {
  .hero5-section-area .img1 a {
    position: relative;
    top: 0;
    margin-top: -50px;
    margin-bottom: 50px;
  }
}

.hero5-section-area .img1 a .circle {
  position: absolute;
  margin-bottom: 0;
  font-size: var(--ztc-font-size-font-s18);
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--tg-color-white-default);
}

.hero5-section-area .img1 a .circle span {
  position: absolute;
  top: -79px;
  display: inline-block;
  transform-origin: 0 79px;
  color: var(--ztc-text-text-1);
}

.hero5-section-area .img1 a span {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 40%;
  left: 40%;
}

.hero6-section-area {
  position: relative;
  z-index: 1;
  padding: 150px 0 0;
  overflow: hidden;
  height: 950px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area {
    height: auto;
  }
}

@media (max-width: 767px) {
  .hero6-section-area {
    height: auto;
    padding: 150px 0 0;
  }
}

.hero6-section-area .hero6-header {
  position: relative;
  top: 130px;
}

@media (max-width: 767px) {
  .hero6-section-area .hero6-header {
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .hero6-header {
    top: 40px;
  }
}

.hero6-section-area .hero6-header h5 {
  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-medium);
  line-height: 20px;
  text-transform: uppercase;
}

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

.hero6-section-area .hero6-header h5 img {
  margin: -5px 4px 0 0;
}

.hero6-section-area .hero6-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 100px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 120px;
  text-transform: uppercase;
}

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

.hero6-section-area .hero6-header .arrow-btn {
  background: rgba(255, 255, 255, 0.4);
  border-width: 0.784px;
  border: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3.9210524559px);
  backdrop-filter: blur(3.9210524559px);
  display: inline-block;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  bottom: -60px;
  right: 0;
}

@media (max-width: 767px) {
  .hero6-section-area .hero6-header .arrow-btn {
    bottom: -150px;
  }
}

.hero6-section-area .hero6-header .arrow-btn .arrow {
  position: absolute;
  transform: rotate(-45deg);
  top: 40%;
  left: 40%;
  height: 28px;
  width: 28px;
}

.hero6-section-area .hero6-header .arrow-btn .arrow img {
  height: 28px;
  width: 28px;
}

.hero6-section-area .img1 {
  position: absolute;
  top: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .img1 {
    position: relative;
    top: 60px;
  }
}

@media (max-width: 767px) {
  .hero6-section-area .img1 {
    position: relative;
    top: 30px;
  }
}

.hero6-section-area .img1 .date-format {
  position: absolute;
  top: 30px;
  right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .img1 .date-format {
    top: 60px;
    right: 100px;
  }
}

@media (max-width: 767px) {
  .hero6-section-area .img1 .date-format {
    display: none;
  }
}

.hero6-section-area .img1 .date-format img {
  position: absolute;
  height: 160px;
  width: 160px;
  max-width: 160px;
  max-height: 160px;
  z-index: -1;
  left: -42px;
  top: -34px;
}

.hero6-section-area .img1 .date-format h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 57.262px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.262px;
}

.hero6-section-area .img1 .date-format p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 23.199px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.117px;
}

.hero7-section-area {
  position: relative;
  z-index: 1;
  padding: 170px 0 110px;
}

.hero7-section-area .date-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
}

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

.hero7-section-area .date-btn svg {
  position: absolute;
  z-index: -1;
  left: -28px;
  top: -34px;
}

.hero7-section-area .date-btn h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 54px;
  text-transform: uppercase;
}

.hero7-section-area .date-btn 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-bold);
  line-height: 39px;
  text-transform: uppercase;
}

.hero7-section-area .heading-area h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 74px;
  text-transform: uppercase;
}

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

.hero7-section-area .heading-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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .hero7-section-area .arrow-btn,
  .arrow-btn-round-light {
    display: none;
  }
}

@media (max-width: 767px) {

  .hero7-section-area .arrow-btn,
  .arrow-btn-round-light {
    display: none;
  }
}

.hero7-section-area .arrow-btn a,
.arrow-btn-round-light a {
  background: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  border: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border-radius: 50%;
  padding: 8px;
  height: 150px;
  width: 150px;
}

.hero7-section-area .arrow-btn a .arrow1,
.arrow-btn-round-light a .arrow1 {
  position: absolute;
  left: 42%;
  top: 42%;
  height: 24px;
  width: 24px;
}

.hero7-section-area .arrow-btn a .circle,
.arrow-btn-round-light 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);
}

.hero7-section-area .arrow-btn a .circle span,
.arrow-btn-round-light a .circle span {
  position: absolute;
  top: -63px;
  display: inline-block;
  transform-origin: 0 63px;
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {

  .hero7-section-area .arrow-btn a,
  .arrow-btn-round-light a {
    margin-top: 15px;
  }
}

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

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

.hero7-section-area .timer-btn-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  position: absolute;
  width: 720px;
  bottom: 200px;
}

@media (max-width: 767px) {
  .hero7-section-area .timer-btn-area {
    position: relative;
    bottom: 0;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7-section-area .timer-btn-area {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
  }
}

.hero7-section-area .timer-btn-area .timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 50px;
}

@media (max-width: 767px) {
  .hero7-section-area .timer-btn-area .timer {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7-section-area .timer-btn-area .timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.hero7-section-area .timer-btn-area .timer .time-box.box2::after {
  display: none;
}

.hero7-section-area .timer-btn-area .timer .time-box {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hero7-section-area .timer-btn-area .timer .time-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  right: -70px;
  border: 1px solid rgba(26, 23, 25, 0.1);
  background: rgba(26, 23, 25, 0.1);
  top: 0;
}

@media (max-width: 767px) {
  .hero7-section-area .timer-btn-area .timer .time-box::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero7-section-area .timer-btn-area .timer .time-box {
    margin-bottom: 20px;
  }
}

.hero7-section-area .timer-btn-area .timer .time-box .time-value span {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  padding-top: 12px;
}

.hero7-section-area .timer-btn-area .timer .time-value {
  color: var(--ztc-text-text-2);
  text-align: center;
  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: 32px;
  text-transform: uppercase;
  display: inline-block;
}

.hero8-slider-area {
  position: relative;
  z-index: 1;
  padding: 270px 0 270px;
}

@media (max-width: 767px) {
  .hero8-slider-area {
    padding: 160px 0 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8-slider-area {
    padding: 160px 0 270px;
  }
}

.hero8-slider-area .layer1 {
  position: absolute;
  bottom: -100px;
  width: 100%;
  z-index: 2;
}

.hero8-slider-area .arrow-btnarea {
  position: absolute;
  bottom: 300px;
  right: 100px;
}

@media (max-width: 767px) {
  .hero8-slider-area .arrow-btnarea {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8-slider-area .arrow-btnarea {
    bottom: 50px;
  }
}

.hero8-slider-area .arrow-btnarea a {
  background: var(--ztc-bg-bg-1);
  border-width: 1px;
  border: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border-radius: 50%;
  padding: 8px;
  height: 200px;
  width: 200px;
}

.hero8-slider-area .arrow-btnarea a .arrow1 {
  position: absolute;
  left: 42%;
  top: 42%;
  height: 40px;
  width: 40px;
  filter: brightness(0);
}

.hero8-slider-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);
}

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

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

.hero8-slider-area .date-btn {
  text-align: center;
  padding: 35px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  display: inline-block;
  width: 230px;
  height: 230px;
  position: absolute;
  left: 0;
  top: 25%;
}

@media (max-width: 767px) {
  .hero8-slider-area .date-btn {
    position: relative;
    z-index: 1;
    right: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8-slider-area .date-btn {
    top: 65%;
  }
}

.hero8-slider-area .date-btn h4 {
  color: var(--ztc-text-text-8);
  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;
  text-transform: uppercase;
}

.hero8-slider-area .date-btn p {
  color: var(--ztc-text-text-8);
  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: uppercase;
}

.hero8-slider-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/elements20.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero8-slider-area .hero8-header h5 {
  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-medium);
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .hero8-slider-area .hero8-header h5 {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

.hero8-slider-area .hero8-header h5 img {
  margin: 0 6px 0 0;
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block !important;
}

.hero8-slider-area .hero8-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 90px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 90px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero8-slider-area .hero8-header h1 {
    font-size: var(--ztc-font-size-font-s36);
    line-height: 40px;
  }
}

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

.hero8-slider-area .hero8-header h1 .conferences {
  border-radius: 3px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  padding: 8px;
}

.hero8-slider-area .hero8-header .btn-area1 a span.demo {
  font-size: var(--ztc-font-size-font-s32);
  line-height: 32px;
  padding: 30px 36px;
}

@media (max-width: 767px) {
  .hero8-slider-area .hero8-header .btn-area1 a span.demo {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
    padding: 20px 26px;
  }
}

.hero8-slider-area .hero8-header .btn-area1 a span.arrow {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  font-size: var(--ztc-font-size-font-s32);
}

@media (max-width: 767px) {
  .hero8-slider-area .hero8-header .btn-area1 a span.arrow {
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 54px;
    font-size: var(--ztc-font-size-font-s24);
  }
}

.hero9-slider-area {
  position: relative;
  z-index: 1;
  padding: 190px 0 170px;
}

@media (max-width: 767px) {
  .hero9-slider-area {
    padding: 170px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero9-slider-area {
    padding: 170px 0 0;
  }
}

.hero9-slider-area .hero8-header h5 {
  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-medium);
  line-height: 32px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .hero9-slider-area .hero8-header h5 {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}

.hero9-slider-area .hero8-header h5 img {
  margin: 0 6px 0 0;
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block !important;
}

.hero9-slider-area .hero8-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: 65px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 80px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero9-slider-area .hero8-header h1 {
    font-size: var(--ztc-font-size-font-s36);
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero9-slider-area .hero8-header h1 {
    font-size: 80px;
    line-height: 90px;
  }
}

.hero9-slider-area .hero8-header .btn-area1 .vl-btn9.btn2 {
  background: transparent;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  margin-left: 20px;
  padding: 18px 26px;
}

@media (max-width: 767px) {
  .hero9-slider-area .hero8-header .btn-area1 .vl-btn9.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.hero9-slider-area .hero8-header .btn-area1 .vl-btn9.btn2::after {
  background: var(--ztc-bg-bg-1);
}

.hero9-slider-area .hero8-header .btn-area1 .vl-btn9.btn2:hover {
  color: var(--ztc-text-text-18);
}

.hero9-slider-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.theme-2 .timer-bg-area,
.theme-3 .timer-bg-area {
  border-radius: 8px;
  /* position: absolute; */
  border-radius: var(--rounded-lg, 8px) var(--rounded-lg, 8px) 0px 0px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  /* width: 1170px; */
  padding: 40px 30px 40px;
  margin-top: 20px;
  bottom: 0;
}

@media (max-width: 767px) {

  .theme-2 .timer-bg-area,
  .theme-3 .timer-bg-area {
    width: auto;
    position: relative;
    /* padding: 40px; */
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .theme-2 .timer-bg-area,
  .theme-3 .timer-bg-area {
    width: auto;
    position: relative;
    padding: 40px;
  }
}

@media (max-width: 767px) {

  .theme-2 .timer-bg-area .timer-btn-area,
  .theme-3 .timer-bg-area .timer-btn-area {
    position: relative;
    bottom: 0;
    width: 100%;
    /* display: inline-block; */
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .theme-2 .timer-bg-area .timer-btn-area,
  .theme-3 .timer-bg-area .timer-btn-area {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
  }
}

.theme-2 .timer-bg-area .timer-btn-area .timer,
.theme-3 .timer-bg-area .timer-btn-area .timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {

  .theme-2 .timer-bg-area .timer-btn-area .timer,
  .theme-3 .timer-bg-area .timer-btn-area .timer {
    /* display: block;
    text-align: center; */
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .theme-2 .timer-bg-area .timer-btn-area .timer,
  .theme-3 .timer-bg-area .timer-btn-area .timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.theme-2 .timer-bg-area .timer-btn-area .timer .time-box.box2::after,
.theme-3 .timer-bg-area .timer-btn-area .timer .time-box.box2::after {
  display: none;
}

.theme-2 .timer-bg-area .timer-btn-area .timer .time-box,
.theme-3 .timer-bg-area .timer-btn-area .timer .time-box {
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: var(--rounded-lg, 8px);
  background: rgba(255, 255, 255, 0.1);
  padding: 16px 36px;
}

@media (max-width: 767px) {

  .theme-2 .timer-bg-area .timer-btn-area .timer .time-box,
  .theme-3 .timer-bg-area .timer-btn-area .timer .time-box {
    margin: 5px;
    padding: 16px 16px;
  }
}

.theme-2 .timer-bg-area .timer-btn-area .timer .time-box .time-value span,
.theme-3 .timer-bg-area .timer-btn-area .timer .time-box .time-value span {
  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-medium);
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  padding-top: 12px;
}

.theme-2 .timer-bg-area .timer-btn-area .timer .time-value,
.theme-3 .timer-bg-area .timer-btn-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-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  text-transform: uppercase;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .theme-2 .heading12,
  .theme-3 .heading12 {
    margin-top: 20px;
  }
}

.theme-2 .heading12 h3,
.theme-3 .heading12 h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

@media (max-width: 767px) {

  .theme-2 .heading12,
  .theme-3 .heading12 {
    margin: 10px 10px 20px 10px;
  }

  .theme-2 .heading12 h3,
  .theme-3 .heading12 h3 {
    font-size: var(--ztc-font-size-font-s28);
    line-height: 34px;
  }
}

.theme-2 .heading12 p,
.theme-3 .heading12 p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.theme-2 .heading12 p img,
.theme-3 .heading12 p img {
  filter: brightness(0) invert(1);
}

.hero10-section-area {
  position: relative;
  z-index: 1;
  padding: 250px 0 138px;
  overflow: hidden;
}

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

@media (max-width: 767px) {
  .hero10-section-area {
    padding: 170px 0 70px;
  }
}

.hero10-section-area .hero6-header {
  position: relative;
}

.hero10-section-area .hero6-header h5 {
  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: uppercase;
}

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

.hero10-section-area .hero6-header h5 img {
  margin: -5px 4px 0 0;
}

.hero10-section-area .hero6-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 100px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 120px;
}

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

.hero10-section-area .hero6-header h1 span {
  position: relative;
  padding-left: 70px;
}

@media (max-width: 767px) {
  .hero10-section-area .hero6-header h1 span {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-section-area .hero6-header h1 span {
    padding-left: 0;
  }
}

.hero10-section-area .hero6-header p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 36px;
}

.hero10-section-area .hero6-header ul li 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-medium);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.hero10-section-area .hero6-header ul li a img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}

.hero10-section-area .hero6-header .arrow-btn {
  background: rgba(255, 255, 255, 0.2);
  border-width: 0.784px;
  border: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3.9210524559px);
  backdrop-filter: blur(3.9210524559px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border-radius: 50%;
  padding: 8px;
  height: 130px;
  width: 130px;
  position: absolute;
  right: 0;
}

.hero10-section-area .hero6-header .arrow-btn .arrow1 {
  position: absolute;
  left: 42%;
  top: 42%;
  height: 40px;
  width: 40px;
  filter: brightness(0);
}

.hero10-section-area .hero6-header .arrow-btn .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);
}

.hero10-section-area .hero6-header .arrow-btn .circle span {
  position: absolute;
  top: -55px;
  display: inline-block;
  transform-origin: 0 55px;
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .hero10-section-area .hero6-header .arrow-btn {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .hero10-section-area .hero6-header .arrow-btn {
    display: none;
  }
}

.hero10-section-area .hero6-header .arrow-btn .arrow {
  position: absolute;
  transform: rotate(-45deg);
  top: 40%;
  left: 40%;
  height: 28px;
  width: 28px;
}

.hero10-section-area .hero6-header .arrow-btn .arrow img {
  height: 28px;
  width: 28px;
}

.hero10-section-area .hero10-images {
  position: relative;
  z-index: 1;
  left: 100px;
}

@media (max-width: 767px) {
  .hero10-section-area .hero10-images {
    left: 30px;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-section-area .hero10-images {
    left: 0;
    margin-top: 50px;
    text-align: center;
  }
}

.hero10-section-area .hero10-images .elements38 {
  position: absolute;
  top: -29px;
  height: 500px;
  width: 500px;
  border-radius: 50%;
  max-width: 500px;
  max-height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
  left: -50px;
}

@media (max-width: 767px) {
  .hero10-section-area .hero10-images .elements38 {
    top: -28px;
    height: 350px;
    width: 350px;
    border-radius: 50%;
    max-width: 350px;
    max-height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
    left: -25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-section-area .hero10-images .elements38 {
    position: absolute;
    top: -28px;
    height: 450px;
    width: 450px;
    border-radius: 50%;
    max-width: 450px;
    max-height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
    left: 124px;
  }
}

.hero10-section-area .hero10-images .img2 {
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 1;
}

.hero10-section-area .hero10-images .img2 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-section-area .hero10-images .img2 {
    left: 100px;
  }
}

.hero10-section-area .hero10-images .img3 {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 1;
}

.hero10-section-area .hero10-images .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .hero10-section-area .hero10-images .img3 {
    right: 0;
  }
}

.hero10-section-area .hero10-images .img4 {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -100px;
  z-index: 1;
}

.hero10-section-area .hero10-images .img4 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero10-section-area .hero10-images .img1 img {
  height: 400px;
  width: 400px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .hero10-section-area .hero10-images .img1 img {
    height: 300px;
    width: 300px;
    border-radius: 50%;
  }
}

/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.mobile-header.mobile-haeder1 {
  /* background: var(--ztc-bg-bg-2); */
  background: var(--temp-secondary);
  position: fixed;
}

.mobile-header.mobile-haeder1 .mobile-logo {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-header.mobile-haeder1 .dots-menu {
  color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar1 {
  background: #fff;
}

.mobile-sidebar.mobile-sidebar1 .menu-close {
  color: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-2);
  font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar1 .allmobilesection .vl-btn1 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar1 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-bg-bg-2);
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder2 {
  background: var(--ztc-bg-bg-4);
  position: fixed;
}

.mobile-header.mobile-haeder2 .mobile-logo {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-header.mobile-haeder2 .dots-menu {
  color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar2 {
  background: #fff;
}

.mobile-sidebar.mobile-sidebar2 .menu-close {
  color: var(--ztc-bg-bg-4);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-5);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-5);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-4);
  font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar2 .allmobilesection .vl-btn2 {
  width: 100%;
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar2 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-bg-bg-4);
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder3 {
  background: var(--ztc-bg-bg-6);
  position: fixed;
}

.mobile-header.mobile-haeder3 .mobile-logo {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-header.mobile-haeder3 .dots-menu {
  color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar3 {
  background: #fff;
}

.mobile-sidebar.mobile-sidebar3 .menu-close {
  color: var(--ztc-bg-bg-6);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-8);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-8);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-6);
  font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar3 .allmobilesection .vl-btn3 {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.mobile-sidebar.mobile-sidebar3 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-bg-bg-6);
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-7);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder4 {
  background: var(--ztc-bg-bg-1);
  position: fixed;
}

.mobile-header.mobile-haeder4 .mobile-logo {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-header.mobile-haeder4 .dots-menu {
  color: var(--ztc-bg-bg-8);
}

.mobile-sidebar.mobile-sidebar4 {
  background: #fff;
}

.mobile-sidebar.mobile-sidebar4 .menu-close {
  color: var(--ztc-bg-bg-4);
}

.mobile-sidebar.mobile-sidebar4 .logos {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-11);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-11);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-8);
  font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar4 .allmobilesection .vl-btn4 {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.mobile-sidebar.mobile-sidebar4 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-bg-bg-8);
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder5 {
  background: var(--ztc-bg-bg-2);
  position: fixed;
}

.mobile-header.mobile-haeder5 .mobile-logo {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-header.mobile-haeder5 .dots-menu {
  color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar5 {
  background: #fff;
}

.mobile-sidebar.mobile-sidebar5 .menu-close {
  color: var(--ztc-bg-bg-4);
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-2);
  font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar5 .allmobilesection .vl-btn5 {
  width: 100%;
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar5 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-bg-bg-2);
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder6 {
  background: var(--ztc-bg-bg-1);
  position: fixed;
}

.mobile-header.mobile-haeder6 .mobile-logo {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-header.mobile-haeder6 .dots-menu {
  color: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar6 {
  background: #fff;
}

.mobile-sidebar.mobile-sidebar6 .menu-close {
  color: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar6 .logos {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-sidebar.mobile-sidebar6 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar6 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar6 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-2);
  font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar6 .allmobilesection .vl-btn6 {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.mobile-sidebar.mobile-sidebar6 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-bg-bg-2);
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-10);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder7 {
  background: var(--ztc-bg-bg-2);
  position: fixed;
}

.mobile-header.mobile-haeder7 .mobile-logo {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-header.mobile-haeder7 .dots-menu {
  color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar7 {
  background: #fff;
}

.mobile-sidebar.mobile-sidebar7 .menu-close {
  color: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-2);
  font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar7 .allmobilesection .vl-btn7 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar7 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-bg-bg-2);
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder8 {
  background: var(--ztc-bg-bg-2);
  position: fixed;
}

.mobile-header.mobile-haeder8 .mobile-logo {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-header.mobile-haeder8 .dots-menu {
  color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar8 {
  background: #fff;
}

.mobile-sidebar.mobile-sidebar8 .menu-close {
  color: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-2);
  font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar8 .allmobilesection .vl-btn8 {
  width: 100%;
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar8 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-bg-bg-2);
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-12);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder9 {
  background: var(--ztc-bg-bg-13);
  position: fixed;
}

.mobile-header.mobile-haeder9 .mobile-logo {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-header.mobile-haeder9 .dots-menu {
  color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar9 {
  background: #fff;
}

.mobile-sidebar.mobile-sidebar9 .menu-close {
  color: var(--ztc-bg-bg-13);
}

.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-18);
}

.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-18);
}

.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-13);
  font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar9 .allmobilesection .vl-btn9 {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.mobile-sidebar.mobile-sidebar9 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-bg-bg-13);
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-13);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-13);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder10 {
  background: var(--ztc-bg-bg-2);
  position: fixed;
}

.mobile-header.mobile-haeder10 .mobile-logo {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-header.mobile-haeder10 .dots-menu {
  color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar10 {
  background: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar10 .menu-close {
  color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar10 .logos img {
  width: 150px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar10 .allmobilesection .vl-btn10 {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.mobile-sidebar.mobile-sidebar10 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-bg-bg-1);
  margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .contact-info-single .contact-info-icon span {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  display: inline-block;
  font-size: 14px;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.blog1-section-area {
  position: relative;
  z-index: 1;
}

.blog1-section-area .blog1-auhtor-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.blog1-section-area .blog1-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.6s;
}

.blog1-section-area .blog1-auhtor-boxarea:hover .content-area .vl-btn2 {
  border: 1px solid var(--ztc-bg-bg-3);
}

.blog1-section-area .blog1-auhtor-boxarea:hover .content-area .vl-btn2::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}

.blog1-section-area .blog1-auhtor-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.blog1-section-area .blog1-auhtor-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.6s;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 34px 20px;
  position: relative;
  z-index: 1;
  margin: -85px 20px 0;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area ul li a {
  color: var(--ztc-text-text-3);
  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;
  transition: all 0.4s;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area ul li a img {
  margin: -5px 6px 0 0;
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border: 1px solid var(--ztc-bg-bg-2);
  padding: 15px 20px;
  display: inline-block;
  border-radius: 8px;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  border: 1px solid var(--ztc-text-text-4);
}

.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  opacity: 0.1;
  left: 8px;
  top: 8px;
}

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

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

.blog4-section-area .blog4-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.blog4-section-area .blog4-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.blog4-section-area .blog4-boxarea .img1 {
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}

.blog4-section-area .blog4-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.blog4-section-area .blog4-boxarea .content-area {
  box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.09);
  background: var(--ztc-bg-bg-1);
  padding: 24px 20px;
  border-radius: 0 8px 8px 8px;
  position: relative;
  z-index: 1;
  margin: -100px 60px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog4-section-area .blog4-boxarea .content-area {
    margin: -100px 40px 0 0;
  }
}

@media (max-width: 767px) {
  .blog4-section-area .blog4-boxarea .content-area {
    margin: -100px 40px 0 0;
  }
}

.blog4-section-area .blog4-boxarea .content-area .arrow {
  position: absolute;
  top: -20px;
  right: -20px;
}

.blog4-section-area .blog4-boxarea .content-area .arrow a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  border-radius: 50%;
  transform: rotate(-45deg);
}

.blog4-section-area .blog4-boxarea .content-area .arrow a:hover {
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.blog4-section-area .blog4-boxarea .content-area ul li {
  display: inline-block;
}

.blog4-section-area .blog4-boxarea .content-area ul li a {
  color: var(--ztc-text-text-12);
  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;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.blog4-section-area .blog4-boxarea .content-area ul li a span {
  color: #E5E9F0;
  display: inline-block;
  margin: 0 8px;
}

.blog4-section-area .blog4-boxarea .content-area ul li a img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  margin: -5px 6px 0 0;
}

.blog4-section-area .blog4-boxarea .content-area a {
  color: var(--ztc-text-text-11);
  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: 30px;
  /* 125% */
  display: inline-block;
  transition: all 0.4s;
}

.blog4-section-area .blog4-boxarea .content-area a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}

.blog4-section-area .blog4-boxarea .content-area .readmore {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}

.blog4-section-area .blog4-boxarea .content-area .readmore:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}

.blog4-section-area .blog4-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.bloginner-section-area .blog4-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.bloginner-section-area .blog4-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.bloginner-section-area .blog4-boxarea .img1 {
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}

.bloginner-section-area .blog4-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.bloginner-section-area .blog4-boxarea .content-area {
  box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.09);
  background: var(--ztc-bg-bg-1);
  padding: 24px 20px;
  border-radius: 0 8px 8px 8px;
  position: relative;
  z-index: 1;
  margin: -100px 60px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bloginner-section-area .blog4-boxarea .content-area {
    margin: -100px 40px 0 0;
  }
}

@media (max-width: 767px) {
  .bloginner-section-area .blog4-boxarea .content-area {
    margin: -100px 40px 0 0;
  }
}

.bloginner-section-area .blog4-boxarea .content-area .arrow {
  position: absolute;
  top: -20px;
  right: -20px;
}

.bloginner-section-area .blog4-boxarea .content-area .arrow a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
  border-radius: 50%;
  transform: rotate(-45deg);
}

.bloginner-section-area .blog4-boxarea .content-area .arrow a:hover {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.bloginner-section-area .blog4-boxarea .content-area ul li {
  display: inline-block;
}

.bloginner-section-area .blog4-boxarea .content-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;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.bloginner-section-area .blog4-boxarea .content-area ul li a span {
  color: #E5E9F0;
  display: inline-block;
  margin: 0 8px;
}

.bloginner-section-area .blog4-boxarea .content-area ul li a img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  margin: -5px 6px 0 0;
}

.bloginner-section-area .blog4-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  /* 125% */
  display: inline-block;
  transition: all 0.4s;
}

.bloginner-section-area .blog4-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.bloginner-section-area .blog4-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}

.bloginner-section-area .blog4-boxarea .content-area .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.bloginner-section-area .blog4-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.blog-details-section {
  position: relative;
  z-index: 1;
}

.blog-details-section .blog-deatils-content {
  padding: 0 50px 0 0;
}

@media (max-width: 767px) {
  .blog-details-section .blog-deatils-content {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-deatils-content {
    padding: 0;
  }
}

.blog-details-section .blog-deatils-content 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: 32px;
}

@media (max-width: 767px) {
  .blog-details-section .blog-deatils-content h3 {
    line-height: 40px;
  }
}

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

.blog-details-section .blog-deatils-content ul li {
  display: inline-block;
}

.blog-details-section .blog-deatils-content ul li a {
  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-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.blog-details-section .blog-deatils-content ul li a img {
  margin: -6px 4px 0 0;
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-details-section .blog-deatils-content ul li a span {
  display: inline-block;
  margin: 0 8px;
  color: #E8E8E8;
}

.blog-details-section .blog-deatils-content .video-btn-area {
  position: relative;
  z-index: 1;
}

.blog-details-section .blog-deatils-content .video-btn-area .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.blog-details-section .blog-deatils-content .video-btn-area .play a {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  background-image: url(../img/elements/elements27.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s32);
  display: inline-block;
}

.blog-details-section .blog-deatils-content .tags-social-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid #E8E8E8;
}

@media (max-width: 767px) {
  .blog-details-section .blog-deatils-content .tags-social-area {
    display: inline-block;
  }
}

.blog-details-section .blog-deatils-content .tags-social-area .tags {
  display: flex;
  align-items: center;
}

.blog-details-section .blog-deatils-content .tags-social-area .tags h4 {
  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;
  /* 100% */
  margin: 0 16px 0 0;
}

.blog-details-section .blog-deatils-content .tags-social-area .tags ul li a {
  color: var(--ztc-text-text-2);
  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;
  text-transform: capitalize;
  padding: 10px;
  border-radius: 4px;
  background: #F2F2F2;
  margin: 0 12px 0 0;
}

.blog-details-section .blog-deatils-content .tags-social-area .tags ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.blog-details-section .blog-deatils-content .tags-social-area .social {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .blog-details-section .blog-deatils-content .tags-social-area .social {
    margin-top: 20px;
  }
}

.blog-details-section .blog-deatils-content .tags-social-area .social h4 {
  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;
  /* 100% */
  margin: 0 16px 0 0;
}

.blog-details-section .blog-deatils-content .tags-social-area .social ul li a {
  background: #F2F2F2;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 10px 0 0;
}

.blog-details-section .blog-deatils-content .tags-social-area .social ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.blog-details-section .blog-auhtor-details h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}

.blog-details-section .blog-auhtor-details .search-area {
  border-radius: 8px;
  background: #F1F1F1;
  padding: 28px 24px;
}

.blog-details-section .blog-auhtor-details .search-area form {
  position: relative;
}

.blog-details-section .blog-auhtor-details .search-area form input {
  border-radius: 8px;
  background: #FFF;
  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;
  width: 100%;
  padding: 19px 16px;
}

.blog-details-section .blog-auhtor-details .search-area form button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 16px;
  font-size: var(--ztc-font-size-font-s22);
  right: 16px;
}

.blog-details-section .blog-auhtor-details .blog-categories {
  border-radius: 8px;
  background: #F1F1F1;
  padding: 28px 24px;
}

.blog-details-section .blog-auhtor-details .blog-categories 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-bold);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  padding: 20px;
  margin-top: 16px;
  transition: all 0.4s;
}

.blog-details-section .blog-auhtor-details .blog-categories ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.blog-details-section .blog-auhtor-details .tags-area {
  border-radius: 8px;
  background: #F1F1F1;
  padding: 28px 24px;
}

.blog-details-section .blog-auhtor-details .tags-area ul li {
  display: inline-block;
}

.blog-details-section .blog-auhtor-details .tags-area 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;
  /* 100% */
  text-transform: capitalize;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  border-radius: 4px;
  transition: all 0.4s;
  margin: 16px 10px 0 0;
}

.blog-details-section .blog-auhtor-details .tags-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.blog-details-section .blog-auhtor-details .author-images-area {
  border-radius: 8px;
  background: #F1F1F1;
  padding: 28px 24px;
}

.blog-details-section .blog-auhtor-details .author-images-area ul li {
  display: inline-block;
}

.blog-details-section .blog-auhtor-details .author-images-area ul li img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin: 16px 10px 0 0;
}

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

.blog7-section-area .blog1-auhtor-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
  border-radius: 20px;
}

.blog7-section-area .blog1-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.6s;
}

.blog7-section-area .blog1-auhtor-boxarea:hover .content-area .vl-btn7 {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-15);
}

.blog7-section-area .blog1-auhtor-boxarea:hover .content-area .vl-btn7 span {
  transform: rotate(0);
  transition: all 0.4s;
  background: #FD6497;
}

.blog7-section-area .blog1-auhtor-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.blog7-section-area .blog1-auhtor-boxarea .img1 img {
  /* height: 350px; */
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.6s;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area {
  border-radius: 8px;
  /* background: #FFF3F6; */
  background: rgba(248, 249, 250, 1);
  padding: 24px 20px;
  position: relative;
  z-index: 1;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area ul li a {
  color: var(--ztc-text-text-3);
  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;
  transition: all 0.4s;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area ul li a img {
  margin: -5px 6px 0 0;
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area a:hover {
  color: var(--temp-1-quaternary);
  transition: all 0.4s;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area .vl-btn7 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 8px 8px 8px 20px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid var(--ztc-text-text-2);
}

.blog7-section-area .blog1-auhtor-boxarea .content-area .vl-btn7 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #E8DDE0;
  transform: rotate(-45deg);
  margin-left: 4px;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area .vl-btn7:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-15);
}

.blog7-section-area .blog1-auhtor-boxarea .content-area .vl-btn7:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  background: #FD6497;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.footer1-sertion-area {
  position: relative;
  z-index: 1;
  background: rgb(221 221 221 / 42%);
  padding: 200px 0 32px;
}

.footer1-sertion-area .footer-logo-area p {
  /* color: #544E51; */
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 0.8;
}

.footer1-sertion-area .footer-logo-area ul li,
.social-icon-area ul li {
  display: inline-block;
}

.footer1-sertion-area .footer-logo-area ul li a,
.social-icon-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  border-radius: 165px;
  background: rgba(26, 23, 25, 0.05);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.footer1-sertion-area .footer-logo-area ul li a:hover,
.social-icon-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.footer1-sertion-area .link-content {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer1-sertion-area .link-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-sertion-area .link-content {
    padding: 0;
  }
}

.footer1-sertion-area .link-content h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}

.footer1-sertion-area .link-content ul li a {
  color: #544E51;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer1-sertion-area .link-content ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  padding-left: 5px;
}

.footer1-sertion-area .link-content2 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer1-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer1-sertion-area .link-content2 h3,
.footer1-sertion-area .footer-logo-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}

.footer1-sertion-area .link-content2 ul li a {
  color: #544E51;
  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;
}

.footer1-sertion-area .link-content2 ul li a img {
  margin: 0 8px 0 0;
}

.footer1-sertion-area .link-content2 ul li a:hover {
  color: #5c1270;
  transition: all 0.4s;
}

.footer1-sertion-area .footer-social-box {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .footer1-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

.footer1-sertion-area .footer-social-box h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}

.footer1-sertion-area .footer-social-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 12px;
}

.footer1-sertion-area .footer-social-box .img1:hover::after {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.4s;
}

.footer1-sertion-area .footer-social-box .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.footer1-sertion-area .footer-social-box .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

.footer1-sertion-area .footer-social-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.footer1-sertion-area .footer-social-box .img1 .icons {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -16px;
  margin-left: -12px;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .footer1-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

.footer1-sertion-area .footer-social-box .img1 .icons a {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.footer-nav-bar {
  border-top: 1px solid #D9D7D3;

}

.footer1-sertion-area .copyright p {
  color: var(--ztc-text-text-1);
  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: 18px;
  opacity: 0.8;
  padding-top: 4px;
  /* border-top: 1px solid #D9D7D3; */
}

.footer1-sertion-area .footer-nav-link {
  padding-top: 24px;
}

.footer1-sertion-area .footer-nav-link ul li {
  padding: 0 10px;
}

.footer1-sertion-area .footer-nav-link ul li a {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s14);
}

.footer2-sertion-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/footer-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 32px;
}

.footer2-sertion-area .footer-logo-area img {
  width: 150px;
  height: 46px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer2-sertion-area .footer-logo-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: 26px;
  opacity: 0.8;
}

.footer2-sertion-area .footer-logo-area ul li {
  display: inline-block;
}

.footer2-sertion-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border-radius: 165px;
  background: rgba(255, 255, 255, 0.1);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.footer2-sertion-area .footer-logo-area ul li a:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.footer2-sertion-area .link-content {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer2-sertion-area .link-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-sertion-area .link-content {
    padding: 0;
  }
}

.footer2-sertion-area .link-content 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;
}

.footer2-sertion-area .link-content ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer2-sertion-area .link-content ul li a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
  padding-left: 5px;
}

.footer2-sertion-area .link-content2 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer2-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer2-sertion-area .link-content2 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;
}

.footer2-sertion-area .link-content2 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;
}

.footer2-sertion-area .link-content2 ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}

.footer2-sertion-area .link-content2 ul li a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}

.footer2-sertion-area .footer-social-box {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .footer2-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

.footer2-sertion-area .footer-social-box 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;
}

.footer2-sertion-area .footer-social-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 12px;
}

.footer2-sertion-area .footer-social-box .img1:hover::after {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.4s;
}

.footer2-sertion-area .footer-social-box .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.footer2-sertion-area .footer-social-box .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

.footer2-sertion-area .footer-social-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.footer2-sertion-area .footer-social-box .img1 .icons {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -16px;
  margin-left: -12px;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .footer2-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

.footer2-sertion-area .footer-social-box .img1 .icons a {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.footer2-sertion-area .copyright 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-medium);
  line-height: 18px;
  opacity: 0.8;
  padding-top: 24px;
  border-top: 1px solid #324D56;
}

.footer3-sertion-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-6);
  padding: 80px 0 32px;
}

.footer3-sertion-area .footer-logo-area img {
  width: 150px;
  height: 46px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer3-sertion-area .footer-logo-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: 26px;
  opacity: 0.8;
}

.footer3-sertion-area .footer-logo-area ul li {
  display: inline-block;
}

.footer3-sertion-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border-radius: 165px;
  background: rgba(255, 255, 255, 0.1);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.footer3-sertion-area .footer-logo-area ul li a:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.footer3-sertion-area .link-content {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer3-sertion-area .link-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-sertion-area .link-content {
    padding: 0;
  }
}

.footer3-sertion-area .link-content 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;
}

.footer3-sertion-area .link-content ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer3-sertion-area .link-content ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  padding-left: 5px;
}

.footer3-sertion-area .link-content2 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer3-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer3-sertion-area .link-content2 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;
}

.footer3-sertion-area .link-content2 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;
}

.footer3-sertion-area .link-content2 ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}

.footer3-sertion-area .link-content2 ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

.footer3-sertion-area .footer-social-box {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .footer3-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

.footer3-sertion-area .footer-social-box 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;
}

.footer3-sertion-area .footer-social-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 12px;
}

.footer3-sertion-area .footer-social-box .img1:hover::after {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.4s;
}

.footer3-sertion-area .footer-social-box .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.footer3-sertion-area .footer-social-box .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

.footer3-sertion-area .footer-social-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.footer3-sertion-area .footer-social-box .img1 .icons {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -16px;
  margin-left: -12px;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .footer3-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

.footer3-sertion-area .footer-social-box .img1 .icons a {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.footer3-sertion-area .copyright 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-medium);
  line-height: 18px;
  opacity: 0.8;
  padding-top: 24px;
  border-top: 1px solid #2F343B;
}

.footer4-sertion-area {
  position: relative;
  z-index: 1;
  background: #F8F7F3;
  padding: 200px 0 32px;
}

.footer4-sertion-area .footer-logo-area img {
  width: 150px;
  height: 46px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer4-sertion-area .footer-logo-area p {
  color: var(--ztc-text-text-12);
  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: 0.8;
}

.footer4-sertion-area .footer-logo-area ul li {
  display: inline-block;
}

.footer4-sertion-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  border-radius: 165px;
  background: rgba(46, 77, 253, 0.08);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.footer4-sertion-area .footer-logo-area ul li a:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.footer4-sertion-area .link-content {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer4-sertion-area .link-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-sertion-area .link-content {
    padding: 0;
  }
}

.footer4-sertion-area .link-content h3 {
  color: var(--ztc-text-text-11);
  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;
}

.footer4-sertion-area .link-content ul li a {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer4-sertion-area .link-content ul li a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
  padding-left: 5px;
}

.footer4-sertion-area .link-content2 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer4-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer4-sertion-area .link-content2 h3 {
  color: var(--ztc-text-text-11);
  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;
}

.footer4-sertion-area .link-content2 ul li a {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer4-sertion-area .link-content2 ul li a img {
  margin: 0 8px 0 0;
}

.footer4-sertion-area .link-content2 ul li a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}

.footer4-sertion-area .footer-social-box {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .footer4-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

.footer4-sertion-area .footer-social-box h3 {
  color: var(--ztc-text-text-11);
  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;
}

.footer4-sertion-area .footer-social-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 12px;
}

.footer4-sertion-area .footer-social-box .img1:hover::after {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.4s;
}

.footer4-sertion-area .footer-social-box .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.footer4-sertion-area .footer-social-box .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

.footer4-sertion-area .footer-social-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.footer4-sertion-area .footer-social-box .img1 .icons {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -16px;
  margin-left: -12px;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .footer4-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

.footer4-sertion-area .footer-social-box .img1 .icons a {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.footer4-sertion-area .copyright p {
  color: var(--ztc-text-text-12);
  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-medium);
  line-height: 18px;
  opacity: 0.8;
  padding-top: 24px;
  border-top: 1px solid #D3D7DE;
}

.footer5-sertion-area {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  padding: 80px 0 32px;
}

.footer5-sertion-area .elements33 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer5-sertion-area .footer-logo-area img {
  width: 150px;
  height: 46px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer5-sertion-area .footer-logo-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: 26px;
  opacity: 0.8;
}

.footer5-sertion-area .footer-logo-area ul li {
  display: inline-block;
}

.footer5-sertion-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border-radius: 165px;
  background: rgba(255, 255, 255, 0.2);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.footer5-sertion-area .footer-logo-area ul li a:hover {
  border-radius: 165px;
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.footer5-sertion-area .link-content {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer5-sertion-area .link-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-sertion-area .link-content {
    padding: 0;
  }
}

.footer5-sertion-area .link-content 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;
}

.footer5-sertion-area .link-content ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer5-sertion-area .link-content ul li a:hover {
  color: #F00;
  transition: all 0.4s;
  padding-left: 5px;
}

.footer5-sertion-area .link-content2 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer5-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer5-sertion-area .link-content2 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;
}

.footer5-sertion-area .link-content2 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;
}

.footer5-sertion-area .link-content2 ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}

.footer5-sertion-area .link-content2 ul li a:hover {
  color: #F00;
  transition: all 0.4s;
}

.footer5-sertion-area .footer-social-box {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .footer5-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

.footer5-sertion-area .footer-social-box 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;
}

.footer5-sertion-area .footer-social-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 12px;
}

.footer5-sertion-area .footer-social-box .img1:hover::after {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.4s;
}

.footer5-sertion-area .footer-social-box .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.footer5-sertion-area .footer-social-box .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

.footer5-sertion-area .footer-social-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.footer5-sertion-area .footer-social-box .img1 .icons {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -16px;
  margin-left: -12px;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .footer5-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

.footer5-sertion-area .footer-social-box .img1 .icons a {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.footer5-sertion-area .copyright 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-medium);
  line-height: 18px;
  opacity: 0.8;
  padding-top: 24px;
  border-top: 1px solid #d4d4d4;
}

.footer6-sertion-area {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
  padding: 200px 0 32px;
}

.footer6-sertion-area .footer-logo-area img {
  width: 150px;
  height: 46px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer6-sertion-area .footer-logo-area p {
  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-medium);
  line-height: 26px;
  opacity: 0.8;
}

.footer6-sertion-area .footer-logo-area ul li {
  display: inline-block;
}

.footer6-sertion-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  border-radius: 165px;
  background: rgba(255, 103, 0, 0.06);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.footer6-sertion-area .footer-logo-area ul li a:hover {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.footer6-sertion-area .link-content {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer6-sertion-area .link-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer6-sertion-area .link-content {
    padding: 0;
  }
}

.footer6-sertion-area .link-content h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}

.footer6-sertion-area .link-content 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;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer6-sertion-area .link-content ul li a:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
  padding-left: 5px;
}

.footer6-sertion-area .link-content2 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer6-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer6-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer6-sertion-area .link-content2 h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}

.footer6-sertion-area .link-content2 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;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer6-sertion-area .link-content2 ul li a img {
  margin: 0 8px 0 0;
}

.footer6-sertion-area .link-content2 ul li a:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}

.footer6-sertion-area .footer-social-box {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .footer6-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer6-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

.footer6-sertion-area .footer-social-box h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}

.footer6-sertion-area .footer-social-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 12px;
}

.footer6-sertion-area .footer-social-box .img1:hover::after {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.4s;
}

.footer6-sertion-area .footer-social-box .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.footer6-sertion-area .footer-social-box .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

.footer6-sertion-area .footer-social-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.footer6-sertion-area .footer-social-box .img1 .icons {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -16px;
  margin-left: -12px;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .footer6-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer6-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

.footer6-sertion-area .footer-social-box .img1 .icons a {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.footer6-sertion-area .copyright p {
  color: var(--ztc-text-text-2);
  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-medium);
  line-height: 18px;
  opacity: 0.8;
  padding-top: 24px;
  border-top: 1px solid #D8D8D9;
}

.footer7-sertion-area {
  position: relative;
  z-index: 1;
  background: #FFF3F6;
  padding: 250px 0 32px;
}

.footer7-sertion-area .footer-logo-area p {
  color: var(--ztc-text-text-3);
  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: 80%;
}

.footer7-sertion-area .footer-logo-area ul li {
  display: inline-block;
}

.footer7-sertion-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  border-radius: 165px;
  background: rgba(26, 23, 25, 0.05);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.footer7-sertion-area .footer-logo-area ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.footer7-sertion-area .link-content {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer7-sertion-area .link-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-sertion-area .link-content {
    padding: 0;
  }
}

.footer7-sertion-area .link-content h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}

.footer7-sertion-area .link-content ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer7-sertion-area .link-content ul li a:hover {
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
  padding-left: 5px;
}

.footer7-sertion-area .link-content2 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer7-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer7-sertion-area .link-content2 h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}

.footer7-sertion-area .link-content2 ul li a {
  color: #544E51;
  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;
}

.footer7-sertion-area .link-content2 ul li a img {
  margin: 0 8px 0 0;
}

.footer7-sertion-area .link-content2 ul li a:hover {
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
}

.footer7-sertion-area .footer-social-box {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .footer7-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

.footer7-sertion-area .footer-social-box h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}

.footer7-sertion-area .footer-social-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 12px;
}

.footer7-sertion-area .footer-social-box .img1:hover::after {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.4s;
}

.footer7-sertion-area .footer-social-box .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.footer7-sertion-area .footer-social-box .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

.footer7-sertion-area .footer-social-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.footer7-sertion-area .footer-social-box .img1 .icons {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -16px;
  margin-left: -12px;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .footer7-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

.footer7-sertion-area .footer-social-box .img1 .icons a {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.footer7-sertion-area .copyright p {
  color: var(--ztc-text-text-3);
  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-medium);
  line-height: 18px;
  opacity: 0.8;
  padding-top: 24px;
  border-top: 1px solid #D9D7D3;
}

.footer8-sertion-area {
  position: relative;
  z-index: 1;
  padding: 200px 0 32px;
}

.footer8-sertion-area .layer1 {
  position: absolute;
  top: -190px;
  width: 100%;
  z-index: -2;
  height: 250px;
}

.footer8-sertion-area .footer-logo-area img {
  width: 150px;
  height: 46px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer8-sertion-area .footer-logo-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: 26px;
  opacity: 0.8;
}

.footer8-sertion-area .footer-logo-area ul li {
  display: inline-block;
}

.footer8-sertion-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border-radius: 165px;
  background: rgba(255, 255, 255, 0.1);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.footer8-sertion-area .footer-logo-area ul li a:hover {
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.footer8-sertion-area .link-content {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer8-sertion-area .link-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-sertion-area .link-content {
    padding: 0;
  }
}

.footer8-sertion-area .link-content 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;
}

.footer8-sertion-area .link-content ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer8-sertion-area .link-content ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
  padding-left: 5px;
}

.footer8-sertion-area .link-content2 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer8-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer8-sertion-area .link-content2 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;
}

.footer8-sertion-area .link-content2 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;
}

.footer8-sertion-area .link-content2 ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}

.footer8-sertion-area .link-content2 ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.footer8-sertion-area .footer-social-box {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .footer8-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

.footer8-sertion-area .footer-social-box 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;
}

.footer8-sertion-area .footer-social-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 12px;
}

.footer8-sertion-area .footer-social-box .img1:hover::after {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.4s;
}

.footer8-sertion-area .footer-social-box .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.footer8-sertion-area .footer-social-box .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

.footer8-sertion-area .footer-social-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.footer8-sertion-area .footer-social-box .img1 .icons {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -16px;
  margin-left: -12px;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .footer8-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

.footer8-sertion-area .footer-social-box .img1 .icons a {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.footer8-sertion-area .copyright 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-medium);
  line-height: 18px;
  opacity: 0.8;
  padding-top: 24px;
  border-top: 1px solid #534875;
}

.footer9-sertion-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 32px;
  background: #F7F5FB;
}

.footer9-sertion-area .footer-logo-area img {
  width: 150px;
  height: 46px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer9-sertion-area .footer-logo-area p {
  color: var(--ztc-text-text-19);
  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: 0.8;
}

.footer9-sertion-area .footer-logo-area ul li {
  display: inline-block;
}

.footer9-sertion-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-18);
  border-radius: 165px;
  background: rgba(255, 80, 0, 0.1);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.footer9-sertion-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-17);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.footer9-sertion-area .link-content {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer9-sertion-area .link-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-sertion-area .link-content {
    padding: 0;
  }
}

.footer9-sertion-area .link-content h3 {
  color: var(--ztc-text-text-18);
  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;
}

.footer9-sertion-area .link-content ul li a {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer9-sertion-area .link-content ul li a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
  padding-left: 5px;
}

.footer9-sertion-area .link-content2 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer9-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer9-sertion-area .link-content2 h3 {
  color: var(--ztc-text-text-18);
  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;
}

.footer9-sertion-area .link-content2 ul li a {
  color: var(--ztc-text-text-19);
  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;
}

.footer9-sertion-area .link-content2 ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0);
}

.footer9-sertion-area .link-content2 ul li a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}

.footer9-sertion-area .footer-social-box {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .footer9-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

.footer9-sertion-area .footer-social-box h3 {
  color: var(--ztc-text-text-18);
  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;
}

.footer9-sertion-area .footer-social-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 12px;
}

.footer9-sertion-area .footer-social-box .img1:hover::after {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.4s;
}

.footer9-sertion-area .footer-social-box .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.footer9-sertion-area .footer-social-box .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

.footer9-sertion-area .footer-social-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.footer9-sertion-area .footer-social-box .img1 .icons {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -16px;
  margin-left: -12px;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .footer9-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

.footer9-sertion-area .footer-social-box .img1 .icons a {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.footer9-sertion-area .copyright p {
  color: var(--ztc-text-text-19);
  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-medium);
  line-height: 18px;
  opacity: 0.8;
  padding-top: 24px;
  border-top: 1px solid #aeadb1;
}

.footer10-sertion-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 32px;
}

.footer10-sertion-area .footer-logo-area img {
  width: 150px;
  height: 46px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(0) invert(1);
}

.footer10-sertion-area .footer-logo-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: 26px;
  opacity: 0.8;
}

.footer10-sertion-area .footer-logo-area ul li {
  display: inline-block;
}

.footer10-sertion-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border-radius: 165px;
  background: rgba(255, 255, 255, 0.06);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.footer10-sertion-area .footer-logo-area ul li a:hover {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.footer10-sertion-area .link-content {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer10-sertion-area .link-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-sertion-area .link-content {
    padding: 0;
  }
}

.footer10-sertion-area .link-content 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;
}

.footer10-sertion-area .link-content ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer10-sertion-area .link-content ul li a:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
  padding-left: 5px;
}

.footer10-sertion-area .link-content2 {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .footer10-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-sertion-area .link-content2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer10-sertion-area .link-content2 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;
}

.footer10-sertion-area .link-content2 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;
}

.footer10-sertion-area .link-content2 ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}

.footer10-sertion-area .link-content2 ul li a:hover {
  color: var(--ztc-text-text-20);
  transition: all 0.4s;
}

.footer10-sertion-area .footer-social-box {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .footer10-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-sertion-area .footer-social-box {
    padding: 0;
    margin-top: 30px;
  }
}

.footer10-sertion-area .footer-social-box 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;
}

.footer10-sertion-area .footer-social-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 12px;
}

.footer10-sertion-area .footer-social-box .img1:hover::after {
  visibility: visible;
  opacity: 0.5;
  transition: all 0.4s;
}

.footer10-sertion-area .footer-social-box .img1:hover .icons {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.footer10-sertion-area .footer-social-box .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

.footer10-sertion-area .footer-social-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.footer10-sertion-area .footer-social-box .img1 .icons {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -16px;
  margin-left: -12px;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .footer10-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-sertion-area .footer-social-box .img1 .icons {
    margin-left: -10px;
  }
}

.footer10-sertion-area .footer-social-box .img1 .icons a {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.footer10-sertion-area .copyright 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-medium);
  line-height: 18px;
  opacity: 0.8;
  padding-top: 24px;
  border-top: 1px solid #adadad;
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
.homepage1-body,
html {
  overflow-x: hidden !important;
}

.commingsoon {
  height: 280px !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(5px);
  border-radius: 4px;
}

.homepage1-body {
  overflow-x: hidden;
}

.homepage1-body .header-area.homepage1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu {
  position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 42%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 30%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 25%;
  right: 25%;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 6px 15px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  transition: all 0.4s;
}

.user-menu .show-menu:hover .dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 45px;
  position: absolute;
  transition: all 0.4s;
}

.user-menu .show-menu .dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 150px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.user-menu .show-menu .dropdown-padding li {
  display: block !important;
}

.user-menu .show-menu .dropdown-padding li a {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: var(--ztc-font-size-font-s14) !important;
}

.user-menu .show-menu .dropdown-padding li a:hover {
  color: var(--ztc-text-text-11) !important;
}


.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -160px;
  width: 1100px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  padding: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.header-area.homepage1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage1-body,
html {
  overflow-x: hidden !important;
}

.homepage1-body {
  overflow-x: hidden;
}

.homepage1-body .header-area.homepage1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}

.homepage1-body .header-area.homepage1 .header-elements .site-logo img {
  width: 150px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

.theme-4.header-area.homepage1 .header-elements .site-logo img {
  width: 200px;
  height: 45px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--temp-1-tertiary);
  font-weight: var(--ztc-weight-medium) !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage1-body .header-area.homepage1 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu {
  position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 34%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 10%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 16%;
  right: 16%;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn1 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-3);
  padding: 16px 20px;
  display: inline-block;
  border-radius: 8px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn1:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn1:hover::before {
  width: 100%;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn1:hover::after {
  background: var(--ztc-bg-bg-1);
  opacity: 0.1;
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn1::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  opacity: 0.1;
  left: 8px;
  top: 8px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn1::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  left: 50%;
  top: 0;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 20px;
  text-align: center;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold);
  padding: 10px 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
  font-weight: var(--ztc-weight-medium);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -240px;
  width: 1300px;
  max-height: 630px;
  overflow: hidden;
  overflow-y: scroll;
  transform-origin: top;
  display: block;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 225px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  transform-origin: top;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 15px;
  color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.homepage1-body .header-area.homepage1 .header-elements .btn-area {
  display: flex;
  align-items: center;
}

.homepage1-body .header-area.homepage1 .header-elements .btn-area .search-icon {
  padding: 0 20px 0 0;
  border-right: 2px solid #fff;
}

.homepage1-body .header-area.homepage1 .header-elements .btn-area ul {
  margin: 0 0 0 20px;
}

.homepage1-body .header-area.homepage1 .header-elements .btn-area ul li {
  display: inline-block;
}

.homepage1-body .header-area.homepage1 .header-elements .btn-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.homepage1-body .header-area.homepage1 .header-elements .btn-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.header-area.homepage1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background: var(--temp-secondary);
  transition: all 0.4s;
}

.homepage2-body,
html {
  overflow-x: hidden !important;
}

.homepage2-body {
  overflow-x: hidden;
  background: var(--ztc-bg-bg-4);
}

.homepage2-body .header-area.homepage2 {
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  border-bottom: 1px solid #E7E8E9;
  position: relative;
  z-index: 1;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  transition: all 0.4s;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area p {
  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: 16px;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area p a {
  text-decoration-line: underline;
  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: 16px;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 0 0 8px;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area ul li {
  display: inline-block;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area 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: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area ul li a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area ul li a img {
  margin: 0 6px 0 0;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area ul li a span {
  color: #E7E8E9;
  display: inline-block;
  margin: 0 8px;
}

.homepage2-body .header-area.homepage2 .header-elements {
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}

.homepage2-body .header-area.homepage2 .header-elements::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  transition: all 0.4s;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
}

.homepage2-body .header-area.homepage2 .header-elements .site-logo img {
  width: 150px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium) !important;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage2-body .header-area.homepage2 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu {
  position: relative;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 34%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 10%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: -6%;
  right: -6%;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 20px 26px;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  line-height: 54px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2:hover {
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 20px;
  text-align: center;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold);
  padding: 10px 0;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-6) !important;
  font-weight: var(--ztc-weight-medium);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -243px;
  width: 1300px;
  max-height: 630px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 225px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  transform-origin: top;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 15px;
  color: var(--ztc-text-text-6);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-6);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-6);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area {
  display: flex;
  align-items: center;
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area img {
  filter: brightness(0);
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area .search-icon {
  padding: 0 20px 0 0;
  border-right: 2px solid #F6F7FF;
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area ul {
  margin: 0 0 0 20px;
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area ul li {
  display: inline-block;
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: #F6F7FF;
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area ul li a:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
}

.header-area.homepage2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.header-area.homepage2.sticky .menu-top-area .top-menu-area {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.4s;
  position: absolute;
}

.header-area.homepage2.sticky .header-elements {
  padding: 16px 0;
  background: none;
  box-shadow: none;
}

.header-area.homepage2.sticky .header-elements::after {
  visibility: hidden;
}

.homepage3-body,
html {
  overflow-x: hidden !important;
}

.homepage3-body {
  overflow-x: hidden;
}

.homepage3-body .header-area.homepage3 {
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  border-bottom: 1px solid #E7E8E9;
  position: relative;
  z-index: 1;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  transition: all 0.4s;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-7);
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area p {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area p a {
  text-decoration-line: underline;
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 0 0 8px;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area ul li {
  display: inline-block;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area ul li a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area ul li a img {
  margin: 0 6px 0 0;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area ul li a span {
  color: #E7E8E9;
  display: inline-block;
  margin: 0 8px;
}

.homepage3-body .header-area.homepage3 .header-elements {
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}

.homepage3-body .header-area.homepage3 .header-elements::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  transition: all 0.4s;
  left: 0;
  top: -1px;
  background: var(--ztc-bg-bg-7);
  z-index: 1;
}

.homepage3-body .header-area.homepage3 .header-elements .site-logo img {
  width: 150px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium) !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage3-body .header-area.homepage3 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu {
  position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 32%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-8);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 10%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 0%;
  right: 0%;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn3 {
  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: 24px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  padding: 24px 28px;
  background: var(--ztc-bg-bg-7);
  overflow: hidden;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn3::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  background: #D60003;
  z-index: -1;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn3:hover {
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn3:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 20px;
  text-align: center;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold);
  padding: 10px 0;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-8);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-10) !important;
  font-weight: var(--ztc-weight-medium);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -243px;
  width: 1300px;
  max-height: 630px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 225px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  transform-origin: top;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 15px;
  color: var(--ztc-text-text-10);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-text-text-10);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-10);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-8);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-10);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-8);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area {
  display: flex;
  align-items: center;
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area img {
  filter: brightness(0);
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area .search-icon {
  padding: 0 20px 0 0;
  border-right: 2px solid #F6F7FF;
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area ul {
  margin: 0 0 0 20px;
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area ul li {
  display: inline-block;
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-8);
  background: rgba(255, 54, 57, 0.05);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area ul li a:hover {
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.header-area.homepage3.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.header-area.homepage3.sticky .menu-top-area .top-menu-area {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.4s;
  position: absolute;
}

.header-area.homepage3.sticky .header-elements {
  padding: 16px 0;
  background: none;
  box-shadow: none;
}

.header-area.homepage3.sticky .header-elements::after {
  visibility: hidden;
}

.homepage4-body,
html {
  overflow-x: hidden !important;
}

.homepage4-body {
  overflow-x: hidden;
}

.homepage4-body .header-area.homepage4 {
  position: absolute;
  width: 100%;
  z-index: 9;
  /* transition: all 0.4s; */
  padding: 16px 0 0 0;
}

.homepage4-body.theme-2 .header-area.homepage4.sticky {
  padding: 0;
  /* transition: all 0.4s; */
}

.homepage4-body .header-area.homepage4 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}

.homepage4-body .header-area.homepage4 .header-elements {
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}

.homepage4-body.theme-2 .header-area.homepage4 .header-elements {
  border-radius: 86px;
background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
  /* background-color: #000; */
}

.homepage4-body .header-area.homepage4.theme-3 .header-elements {
  padding: 20px;
  border-radius: 8px;
  background: none;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}

.homepage4-body.theme-main .header-area.homepage4 .header-elements .site-logo img {
  width: auto;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage4-body .header-area.homepage4 .header-elements .site-logo img {
  width: 214px;
  height: auto;
  /* -o-object-fit: contain;
    object-fit: cover; */
}

.theme-4.homepage4-body .header-area.homepage4 .header-elements .site-logo img {
  width: 200px;
  height: 45px;
}

.homepage4-body .header-area.homepage4 .header-elements .site-logo .dark {
  display: none;
}

.homepage4-body .header-area.homepage4.sticky .header-elements .site-logo .dark {
  display: block;
}

.homepage4-body .header-area.homepage4 .header-elements .site-logo .light {
  display: block;
}

.homepage4-body .header-area.homepage4.sticky .header-elements .site-logo .light {
  display: none;
}

.homepage4-body .header-area.homepage4.theme-3 .header-elements .search-icon1 a {
  color: var(--ztc-text-text-1);
}

.homepage4-body .header-area.homepage4.theme-3.sticky .header-elements .search-icon1 a {
  color: var(--ztc-text-text-2);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--temp-1-quaternary);
  font-weight: var(--ztc-weight-medium) !important;
}

.homepage4-body.theme-main .header-area.homepage4 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--temp-primary);
  font-weight: var(--ztc-weight-medium) !important;
}

.homepage4-body.theme-2 .header-area.homepage4 .header-elements .main-menu ul li a.nav-link.active {
      color: #031858;
    font-weight: var(--ztc-weight-medium) !important;
    border-bottom: 2px solid #031858;
  font-weight: var(--ztc-weight-medium) !important;
  padding:0px
}

.homepage4-body .header-area.homepage4.theme-3 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--temp-1-tertiary);
  font-weight: var(--ztc-weight-medium) !important;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage4-body .header-area.homepage4 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage4-body.theme-main .header-area.homepage4 .header-elements {
  align-items: flex-start;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu {
  position: relative;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-11);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 10%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn4 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  padding: 24px 26px;
  background: var(--ztc-bg-bg-9);
  overflow: hidden;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn4:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn4:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 20px;
  text-align: center;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold);
  padding: 10px 0;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}

.homepage4-body.theme-main .header-area.homepage4 .header-elements .main-menu ul li a {
  color: var(--temp-secondary);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-11);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage4-body.theme-2 .header-area.homepage4 .header-elements .main-menu ul li a,
.homepage4-body.theme-2 .header-area.homepage4 .header-elements .btn-area small {
  color: #031858;
}

.homepage4-body.theme-2 .header-area.homepage4.sticky .header-elements .main-menu ul li a,
.homepage4-body.theme-2 .header-area.homepage4.sticky .header-elements .btn-area small {
  color: #000;
}

.homepage4-body .header-area.homepage4.theme-3 .header-elements .main-menu ul li a,
.homepage4-body.theme-3 .header-area.homepage4 .header-elements .btn-area small {
  color: var(--ztc-text-text-1);
}

.homepage4-body .header-area.homepage4.theme-3.sticky .header-elements .main-menu ul li a,
.homepage4-body.theme-3 .header-area.homepage4.sticky .header-elements .btn-area small {
  color: var(--ztc-text-text-2);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage4-body.theme-1 .header-area.homepage4 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-11) !important;
  font-weight: var(--ztc-weight-medium);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -243px;
  width: 1300px;
  max-height: 630px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 225px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  transform-origin: top;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 15px;
  color: var(--ztc-text-text-13);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-text-text-13);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-13);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-11);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-13);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-13);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area {
  display: flex;
  align-items: center;
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area img {
  filter: brightness(0);
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area .search-icon {
  padding: 0 20px 0 0;
  border-right: 2px solid #E5E9F0;
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area ul {
  margin: 0 0 0 20px;
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area ul li {
  display: inline-block;
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  background: rgba(46, 77, 253, 0.08);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area ul li a:hover {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.header-area.homepage4.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.header-area.homepage4.sticky .header-elements {
  background: none;
  box-shadow: none;
  padding: 0 0 16px 0;
}

.header-area.homepage4.theme-3.sticky .header-elements {
  background: none;
  box-shadow: none;
  padding: 0 0 16px 0;
}

.homepage5-body,
html {
  overflow-x: hidden !important;
}

.homepage5-body {
  overflow-x: hidden;
}

.homepage5-body .body-bg1 {
  position: fixed;
  width: 100%;
  top: 0;
  transform: translate3d(0, 0, -1px) scale(2);
  height: auto;
}

@media (max-width: 767px) {
  .homepage5-body .body-bg1 {
    height: 100%;
  }
}

.homepage5-body .header-area.homepage5 {
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}

.homepage5-body .header-area.homepage5 .header-elements {
  padding: 14px 20px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
}

.homepage5-body .header-area.homepage5 .header-elements .site-logo img {
  width: 150px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-medium) !important;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage5-body .header-area.homepage5 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu {
  position: relative;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 34%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 10%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: -6%;
  right: -6%;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5 span.demo {
  display: inline-block;
  border-radius: 40px;
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 20px 26px;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5 span.arrow {
  display: inline-block;
  border-radius: 40px;
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  transition: all 0.4s;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  line-height: 54px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5:hover {
  transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 20px;
  text-align: center;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold);
  padding: 10px 0;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: #F00 !important;
  font-weight: var(--ztc-weight-medium);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -230px;
  width: 1300px;
  max-height: 630px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 225px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  transform-origin: top;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 15px;
  color: #F00;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: #F00;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: #F00;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: #F00;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.homepage5-body .header-area.homepage5 .header-elements .btn-area {
  display: flex;
  align-items: center;
}

.homepage5-body .header-area.homepage5 .header-elements .btn-area img {
  filter: brightness(0) invert(1);
}

.homepage5-body .header-area.homepage5 .header-elements .btn-area .search-icon {
  padding: 0 20px 0 0;
  border-right: 2px solid #F6F7FF;
}

.homepage5-body .header-area.homepage5 .header-elements .btn-area .btn-area1 {
  margin: 0 0 0 20px;
}

.header-area.homepage5.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.header-area.homepage5.sticky .header-elements {
  padding: 16px 0;
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
}

.header-area.homepage5.sticky .header-elements::after {
  visibility: hidden;
}

.homepage6-body,
html {
  overflow-x: hidden !important;
}

.homepage6-body {
  overflow-x: hidden;
}

.homepage6-body .header-area.homepage6 {
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.4s;
  padding: 16px 0 0 0;
}

.homepage6-body .header-area.homepage6 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}

.homepage6-body .header-area.homepage6 .header-elements {
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}

.homepage6-body .header-area.homepage6 .header-elements .site-logo img {
  width: 150px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-text-text-14);
  font-weight: var(--ztc-weight-medium) !important;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage6-body .header-area.homepage6 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu {
  position: relative;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 10%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  padding: 20px 26px;
  background: var(--ztc-bg-bg-10);
  overflow: hidden;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn6::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  z-index: -1;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn6:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn6:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn6 img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 4px;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 20px;
  text-align: center;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold);
  padding: 10px 0;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-14) !important;
  font-weight: var(--ztc-weight-medium);
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -243px;
  width: 1300px;
  max-height: 630px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 225px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  transform-origin: top;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 15px;
  color: var(--ztc-text-text-14);
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-text-text-14);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-14);
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-14);
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-14);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area {
  display: flex;
  align-items: center;
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area img {
  filter: brightness(0);
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area .search-icon {
  padding: 0 20px 0 0;
  border-right: 2px solid #E5E9F0;
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area ul {
  margin: 0 0 0 20px;
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area ul li {
  display: inline-block;
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: rgba(255, 103, 0, 0.1);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area ul li a:hover {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.header-area.homepage6.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.header-area.homepage6.sticky .header-elements {
  background: none;
  box-shadow: none;
  padding: 0 0 16px 0;
}

.homepage7-body,
html {
  overflow-x: hidden !important;
}

.homepage7-body {
  overflow-x: hidden;
}

.homepage7-body .header-area.homepage7 {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 16px 0;
  transition: all 0.4s;
  border-bottom: 1px solid #5937C4;
}

.homepage7-body .header-area.homepage7 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}

.homepage7-body .header-area.homepage7 .header-elements .site-logo img {
  width: 150px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-text-text-15);
  font-weight: var(--ztc-weight-medium) !important;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage7-body .header-area.homepage7 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu {
  position: relative;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 34%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 10%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 10%;
  right: 10%;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn7 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-11);
  padding: 8px 8px 8px 20px;
  display: inline-block;
  border-radius: 100px;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn7 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #FD6497;
  transform: rotate(-45deg);
  margin-left: 4px;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn7:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn7:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 20px;
  text-align: center;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold);
  padding: 10px 0;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-15) !important;
  font-weight: var(--ztc-weight-medium);
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -240px;
  width: 1300px;
  max-height: 630px;
  overflow: hidden;
  overflow-y: scroll;
  transform-origin: top;
  display: block;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 225px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  transform-origin: top;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 15px;
  color: var(--ztc-text-text-15);
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-text-text-15);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-15);
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-15);
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area {
  display: flex;
  align-items: center;
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area .search-icon {
  padding: 0 20px 0 0;
  border-right: 1px solid #c5c5c5;
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area ul {
  margin: 0 0 0 20px;
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area ul li {
  display: inline-block;
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.header-area.homepage7.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
  border-bottom: 1px solid var(--ztc-text-text-2);
}

.homepage8-body,
html {
  overflow-x: hidden !important;
}

.homepage8-body {
  overflow-x: hidden;
}

.homepage8-body .header-area.homepage8 {
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.4s;
}

.homepage8-body .header-area.homepage8 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: transparent;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area p a {
  text-decoration-line: underline;
  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;
  margin: 0 0 0 8px;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area ul li {
  display: inline-block;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-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;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area ul li a img {
  margin: 0 6px 0 0;
  filter: brightness(0) invert(1);
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area ul li a span {
  color: #E7E8E9;
  display: inline-block;
  margin: 0 8px;
}

.homepage8-body .header-area.homepage8 .header-elements {
  padding: 12px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.homepage8-body .header-area.homepage8 .header-elements .site-logo img {
  width: 150px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-text-text-16);
  font-weight: var(--ztc-weight-medium) !important;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage8-body .header-area.homepage8 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu {
  position: relative;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 34%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 10%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: -6%;
  right: -6%;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 20px 26px;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  text-align: center;
  color: var(--ztc-text-text-1);
  line-height: 54px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 20px;
  text-align: center;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold);
  padding: 10px 0;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-16) !important;
  font-weight: var(--ztc-weight-medium);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -230px;
  width: 1300px;
  max-height: 630px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 225px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  transform-origin: top;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 15px;
  color: var(--ztc-text-text-16);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-text-text-16);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-16);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-16);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.homepage8-body .header-area.homepage8 .header-elements .btn-area {
  display: flex;
  align-items: center;
}

.homepage8-body .header-area.homepage8 .header-elements .btn-area img {
  filter: brightness(0) invert(1);
}

.homepage8-body .header-area.homepage8 .header-elements .btn-area .search-icon {
  padding: 0 20px 0 0;
  border-right: 2px solid #F6F7FF;
}

.homepage8-body .header-area.homepage8 .header-elements .btn-area .btn-area1 {
  margin: 0 0 0 18px;
}

.header-area.homepage8.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.header-area.homepage8.sticky .menu-top-area .top-menu-area {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.4s;
  position: absolute;
}

.header-area.homepage8.sticky .header-elements {
  padding: 16px 0;
  background: none;
  box-shadow: none;
  border: none;
}

.header-area.homepage8.sticky .header-elements::after {
  visibility: hidden;
}

.homepage9-body,
html {
  overflow-x: hidden !important;
}

.homepage9-body {
  overflow-x: hidden;
}

.homepage9-body .header-area.homepage9 {
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.homepage9-body .header-area.homepage9 .header-elements {
  position: relative;
  z-index: 1;
}

.homepage9-body .header-area.homepage9 .header-elements .site-logo img {
  width: 150px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-text-text-16);
  font-weight: var(--ztc-weight-medium) !important;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu .tp-submenu {
  left: -370px;
}

.homepage9-body .header-area.homepage9 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu {
  position: relative;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 34%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 10%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 10%;
  right: 10%;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 4px;
  padding: 20px 26px;
  border-radius: var(--rounded-lg, 8px);
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  overflow: hidden;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--LLL, linear-gradient(135deg, #FF00B8 0%, #FF5000 100%));
  z-index: -1;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transform: translateY(-5px);
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9:hover img {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9 img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 4px;
  transition: all 0.4s;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 20px;
  text-align: center;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold);
  padding: 10px 0;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-16) !important;
  font-weight: var(--ztc-weight-medium);
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -230px;
  width: 1300px;
  max-height: 630px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 225px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  transform-origin: top;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 15px;
  color: var(--ztc-text-text-16);
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-text-text-16);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-16);
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-16);
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area {
  display: flex;
  align-items: center;
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area img {
  filter: brightness(0) invert(1);
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area .search-icon {
  padding: 0 20px 0 0;
  border-right: 2px solid #F6F7FF;
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area ul {
  margin: 0 0 0 20px;
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area ul li {
  display: inline-block;
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-17);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area ul li a:hover {
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.header-area.homepage9.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.homepage10-body,
html {
  overflow-x: hidden !important;
}

.homepage10-body {
  overflow-x: hidden;
  background: var(--ztc-bg-bg-2);
}

.homepage10-body .header-area.homepage10 {
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.4s;
  padding: 32px 0 0 0;
}

.homepage10-body .header-area.homepage10 .header-elements {
  padding: 20px;
  border-radius: 8px;
  background: #312E30;
  border-radius: 86px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.homepage10-body .header-area.homepage10 .header-elements .site-logo img {
  width: 150px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage10-body .header-area.homepage10 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu {
  position: relative;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 10%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 60px;
  padding: 20px 26px;
  background: var(--ztc-bg-bg-14);
  overflow: hidden;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  z-index: -1;
  border-radius: 60px;
  visibility: hidden;
  opacity: 0;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10:hover img {
  transform: rotate(-45deg);
  transition: all 0.4s;
  filter: brightness(0);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10 img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 4px;
  transition: all 0.4s;
  filter: brightness(0);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 20px;
  text-align: center;
  display: block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold);
  padding: 10px 0;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-20) !important;
  font-weight: var(--ztc-weight-medium);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -243px;
  width: 1300px;
  max-height: 630px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 225px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  transform-origin: top;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 15px;
  color: var(--ztc-text-text-20);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-text-text-20);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-20);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: var(--ztc-text-text-20);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-20);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area {
  display: flex;
  align-items: center;
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area img {
  filter: brightness(0) invert(1);
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area .search-icon {
  padding: 0 20px 0 0;
  border-right: 2px solid #E5E9F0;
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area ul {
  margin: 0 0 0 20px;
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area ul li {
  display: inline-block;
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  background: rgba(255, 255, 255, 0.1);
  font-size: var(--ztc-font-size-font-s18);
  margin: 0 6px 0 0;
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area ul li a:hover {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.header-area.homepage10.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  padding: 16px 0;
}

.header-area.homepage10.sticky .header-elements {
  background: none;
  box-shadow: none;
  padding: 0;
  border: none;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= ATTENT CSS AREA ===============*/
.attent1-section-area {
  position: relative;
  z-index: 1;
}

.attent1-section-area .tab-container {
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .attent1-section-area .tab-container {
    display: inline-block;
  }
}

.attent1-section-area .tab-container .nav-pills .nav-link {
  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;
  transition: all 0.4s;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 28px 32px;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

.attent1-section-area .tab-container .nav-pills .nav-link::after {
  position: absolute;
  content: "";
  height: 100%;
  left: -100px;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  width: 10px;
  visibility: hidden;
  opacity: 0;
}

.attent1-section-area .tab-container .nav-pills .nav-link span {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: block;
  transition: all 0.4s;
  margin-top: 18px;
}

.attent1-section-area .tab-container .nav-pills .nav-link svg.svg1 {
  position: absolute;
  left: -29px;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.attent1-section-area .tab-container .nav-pills .nav-link svg.svg2 {
  position: absolute;
  left: -29px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.attent1-section-area .tab-container .nav-link.link1::before {
  position: absolute;
  content: "";
  height: 500px;
  width: 10px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  left: -100px;
  top: 0;
  transition: all 0.4s;
}

.attent1-section-area .tab-container .nav-pills .nav-link.active {
  border-radius: 10px;
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
}

.attent1-section-area .tab-container .nav-pills .nav-link.active svg.svg1 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.attent1-section-area .tab-container .nav-pills .nav-link.active svg.svg2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.attent1-section-area .tab-container .nav-pills .nav-link.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.attent1-section-area .tab-container .tab-content .about3-images {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  transition: all 0.6s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .attent1-section-area .tab-container .tab-content .about3-images {
    margin-top: 60px;
  }
}

.attent1-section-area .tab-container .tab-content .about3-images .about-img10 {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.attent1-section-area .tab-container .tab-content .about3-images .img1 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
}

.attent1-section-area .tab-container .tab-content .about3-images .img1:hover img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.attent1-section-area .tab-container .tab-content .about3-images .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

.attent1-section-area .tab-container .tab-content .about3-images .img2 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .attent1-section-area .tab-container .tab-content .about3-images .img2 {
    position: relative;
    margin-top: 20px;
  }
}

.attent1-section-area .tab-container .tab-content .about3-images .img2:hover img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.attent1-section-area .tab-container .tab-content .about3-images .img2 img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .attent1-section-area .tab-container .tab-content .about3-images .img2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.attent1-section-area .tab-container .tab-content .about3-images .img3 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .attent1-section-area .tab-container .tab-content .about3-images .img3 {
    position: relative;
    margin-top: 20px;
  }
}

.attent1-section-area .tab-container .tab-content .about3-images .img3:hover img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.attent1-section-area .tab-container .tab-content .about3-images .img3 img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .attent1-section-area .tab-container .tab-content .about3-images .img3 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

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

.counter5-section-area .counter-box {
  text-align: center;
}

@media (max-width: 767px) {
  .counter5-section-area .counter-box {
    margin-top: 30px;
  }
}

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

.counter5-section-area .counter-box h2 {
  border-radius: 96px;
  padding: 32px;
  text-align: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.04) 100%);
  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;
}

.counter5-section-area .counter-box p {
  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;
  /* 100% */
  padding-top: 24px;
}

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

.attent6-section-area .skils-widget-boxarea {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
  border-radius: 8px;
  transition: all 0.4s;
  padding: 20px;
  margin-bottom: 30px;
}

.attent6-section-area .skils-widget-boxarea:hover {
  border-radius: var(--rounded-lg, 8px);
  background: var(--white, #FFF);
  transition: all 0.4s;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.attent6-section-area .skils-widget-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.attent6-section-area .skils-widget-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  border-radius: 8px;
  display: inline-block;
  border-radius: var(--rounded-lg, 8px);
  background: var(--white, #FFF);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.attent6-section-area .skils-widget-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.attent6-section-area .skils-widget-boxarea .content-area p {
  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: 500;
  line-height: 26px;
}

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

.attent10-section-area .event6-widget-boxarea {
  position: relative;
  z-index: 1;
  border-radius: var(--rounded-lg, 8px);
  background: #232323;
  padding: 32px;
}

.attent10-section-area .event6-widget-boxarea .img1 img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.attent10-section-area .event6-widget-boxarea .content-area {
  padding: 0 0;
}

@media (max-width: 767px) {
  .attent10-section-area .event6-widget-boxarea .content-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .attent10-section-area .event6-widget-boxarea .content-area {
    margin-bottom: 30px;
  }
}

.attent10-section-area .event6-widget-boxarea .content-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-bold);
  line-height: 42px;
  letter-spacing: -0.64px;
}

@media (max-width: 767px) {
  .attent10-section-area .event6-widget-boxarea .content-area h3 {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 30px;
  }
}

.attent10-section-area .event6-widget-boxarea .content-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-bold);
  line-height: 26px;
  transition: all 0.4s;
  opacity: 0.8;
}

.attent10-section-area .schedule-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  background: #232323;
  padding: 32px 32px 0 32px;
  margin-bottom: 30px;
}

.attent10-section-area .schedule-boxarea:hover .images .elements37 {
  transform: rotate(-5deg);
  transition: all 0.4s;
}

.attent10-section-area .schedule-boxarea:hover .images .elements38 {
  left: -15px;
  transform: rotate(-10deg);
  transition: all 0.6s;
}

.attent10-section-area .schedule-boxarea:hover .images .elements39 {
  left: 195px;
  transform: rotate(10deg);
  transition: all 0.6s;
  z-index: -1;
}

.attent10-section-area .schedule-boxarea:hover .images2 .elements37 {
  transition: all 0.4s;
}

.attent10-section-area .schedule-boxarea:hover .images2 .elements38 {
  left: -50px;
  transition: all 0.6s;
}

.attent10-section-area .schedule-boxarea:hover .images2 .elements39 {
  left: 150px;
  transition: all 0.6s;
  z-index: -1;
}

.attent10-section-area .schedule-boxarea:hover .images3 .elements37 {
  transition: all 0.6s;
  transform: rotate(-20deg);
}

.attent10-section-area .schedule-boxarea:hover .images3 .elements38 {
  transform: rotate(-40deg);
  transition: all 0.4s;
}

.attent10-section-area .schedule-boxarea:hover .images3 .elements39 {
  transform: rotate(-55deg);
  transition: all 0.4s;
}

.attent10-section-area .schedule-boxarea h4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.attent10-section-area .schedule-boxarea .images {
  top: 10px;
  position: relative;
}

.attent10-section-area .schedule-boxarea .images .elements37 {
  position: relative;
  transition: all 0.6s;
  z-index: 1;
}

.attent10-section-area .schedule-boxarea .images .elements38 {
  position: absolute;
  left: 91px;
  transition: all 0.6s;
  top: 15px;
}

.attent10-section-area .schedule-boxarea .images .elements39 {
  position: absolute;
  left: 91px;
  transition: all 0.6s;
  z-index: -1;
  top: 7px;
}

.attent10-section-area .schedule-boxarea .images2 {
  top: 10px;
  position: relative;
}

.attent10-section-area .schedule-boxarea .images2 .elements37 {
  position: relative;
  transition: all 0.6s;
  z-index: 1;
}

.attent10-section-area .schedule-boxarea .images2 .elements38 {
  position: absolute;
  left: 52px;
  transition: all 0.6s;
  top: 7px;
  transform: scale(0.9);
}

.attent10-section-area .schedule-boxarea .images2 .elements39 {
  position: absolute;
  left: 58px;
  transition: all 0.6s;
  z-index: -1;
  top: 7px;
  transform: scale(0.9);
}

.attent10-section-area .schedule-boxarea .images3 {
  position: relative;
  left: 30px;
}

.attent10-section-area .schedule-boxarea .images3 .elements37 {
  position: relative;
  transition: all 0.6s;
  z-index: 1;
}

.attent10-section-area .schedule-boxarea .images3 .elements38 {
  position: absolute;
  left: 45px;
  transition: all 0.6s;
  z-index: -1;
  top: -13px;
  transform: rotate(-20deg);
}

.attent10-section-area .schedule-boxarea .images3 .elements39 {
  position: absolute;
  left: 11px;
  transition: all 0.6s;
  z-index: -2;
  top: -23px;
  transform: rotate(-36deg);
}

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

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

.preloader #cancelPreloader {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: underline;
  color: #ffffff90;
  padding: 10px 15px;
  /* color: #37373790;
    border-bottom-left-radius: 10px;
    background: var(--ztc-bg-bg-1); */
}

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

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

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

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

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

.progress-wrap.warp2::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.warp2:hover::after {
  opacity: 0;
  color: var(--ztc-text-text-1);
}

.progress-wrap.warp2::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.warp2:hover::before {
  opacity: 1;
  color: var(--ztc-text-text-1);
}

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

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

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

.pagination-area ul {
  justify-content: center;
  padding: 0 !important;
  box-shadow: none;
}

.pagination-area ul li a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px !important;
  border-radius: 8px;
  box-shadow: none;
  display: inline-block;
  border: none;
  background: #EDEDED;
  transition: all 0.4s;
  padding: 0;
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  /* 100% */
  margin: 0 8px 0 0;
}

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

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

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/
.choose-section-area {
  position: relative;
  z-index: 1;
}

.choose-section-area .choose-widget-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.choose-section-area .choose-widget-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.choose-section-area .choose-widget-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.choose-section-area .choose-widget-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  margin: 0 auto;
}

.choose-section-area .choose-widget-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  line-height: 22px;
  /* 100% */
}

.choose-section-area .choose-widget-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.choose-section-area .choose-widget-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  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-medium);
  line-height: 26px;
}

.choose-section-area .choose-widget-boxarea .content-area .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);
  display: inline-block;
  transition: all 0.4s;
  line-height: 22px;
  /* 100% */
}

.choose-section-area .choose-widget-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.choose-section-area .choose-widget-boxarea .content-area .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

/*============= CHOOSE CSS AREA ENDS ===============*/

.swiper {
  width: 240px;
  height: 320px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.swiper-slide:nth-child(1n) {
  background-color: var(--temp-1-primary);
}

.swiper-slide:nth-child(2n) {
  background-color: var(--temp-1-secondary);
}

.swiper-slide:nth-child(3n) {
  background-color: rgb(10, 184, 111);
}

.swiper-slide:nth-child(4n) {
  background-color: var(--temp-1-tertiary);
}

.swiper-slide:nth-child(5n) {
  background-color: rgb(118, 163, 12);
}

.swiper-slide:nth-child(6n) {
  background-color: rgb(180, 10, 47);
}

.swiper-slide:nth-child(7n) {
  background-color: rgb(35, 99, 19);
}

.swiper-slide:nth-child(8n) {
  background-color: var(--temp-1-quaternary);
}

.swiper-slide:nth-child(9n) {
  background-color: rgb(218, 12, 218);
}

.swiper-slide:nth-child(10n) {
  background-color: rgb(54, 94, 77);
}

.swiper-button-prev {
  background: var(--temp-1-tertiary) url(https://corvusglobalevents.com/assets-t1/img/icons/arrow2.svg) no-repeat center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: rotate(180deg);
  left: -20px;
}

.swiper-button-next {
  background: var(--temp-1-tertiary) url(https://corvusglobalevents.com/assets-t1/img/icons/arrow2.svg) no-repeat center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  right: -20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  opacity: 0;
}

/*============= KEYS CSS AREA STARTS ===============*/
.mt-100 {
  margin-top: 100px;
}

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

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

  .rmt-50 {
    margin-top: 0;
  }
}

.keys-section-area {
  position: relative;
  z-index: 1;
  background: #FBF9F4;
  background: #fff;
  /* background-image: url(/assets/img/bg/header-bg12.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center */
}

.keys-section-area .col-md-4,
.keys-section-area .col-md-6 {
  margin-bottom: 2px;
}

.keys-section-area .key-widget-boxarea {
  position: relative;
  z-index: 1;
  text-align: left;
  border-radius: 5px;
  background: transparent;
  padding: 15px 0 15px 15px;
  transition: all 0.4s;
  border: 1px solid #e5e5e5;
  /* margin-bottom: 30px; */
  height: 100%;
}

.keys-section-area .key-widget-boxarea {
  height: 260px;
}

/* .keys-section-area .key-widget-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  box-shadow: 0 19px 33px 0 rgba(0, 0, 0, .04);
  border: 1px solid var(--ztc-bg-bg-1);
} */

.theme-2 .keys-section-area .key-widget-boxarea:hover,
.theme-4 .keys-section-area .key-widget-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  box-shadow: 0 19px 33px 0 rgb(0 0 0 / 21%);
  border: 1px solid var(--ztc-bg-bg-1);
}

.keys-section-area .key-widget-boxarea:hover .img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.theme-2 .keys-section-area .key-widget-boxarea span {
  display: flex;
  justify-content: end;
}

.keys-section-area .key-widget-boxarea .img {
  text-align: center;
  line-height: 70px;
  transition: all 0.4s;
}

.keys-section-area .key-widget-boxarea .img img {
  height: auto;
  width: 30rem;
  border-radius: 10px 0 0 10px;
}

.theme-3 .keys-section-area .key-widget-boxarea .img img {
  width: 20rem;
}

.keys-section-area .key-widget-boxarea .content-area a,
.keys-section-area .key-widget-boxarea .content-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  line-height: 27px;
  /* 100% */
}

.keys-section-area .key-widget-boxarea .content-area ul>li {
  list-style: outside;
  margin-left: 15px;
}

.keys-section-area .key-widget-boxarea .content-area {
  padding: 10px 20px 10px 10px;
}

.keys-section-area .key-widget-boxarea .content-area span {
  color: var(--temp-1-tertiary);
  /* 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: 26px;
}

.keys-section-area .key-widget-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  /* text-align: center; */
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.keys-section-area .key-widget-boxarea .content-area .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);
  display: inline-block;
  transition: all 0.4s;
  line-height: 22px;
  /* 100% */
}

.keys-section-area .key-widget-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.keys-section-area .key-widget-boxarea .content-area .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

/*============= KEYS CSS AREA ENDS ===============*/

/*============= SPONSOR CSS AREA ENDS ===============*/

.sponsor-section-area1 {
  position: relative;
  z-index: 1;
  /* background: #FBF9F4; */
  background: #fcfcfc;
}

.sponsor-section-area1 .key-widget-boxarea {
  position: relative;
  z-index: 1;
  text-align: left;
  border-radius: 5px;
  /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09); */
  /* box-shadow: 0 19px 33px 0 rgba(0, 0, 0, .04); */
  padding: 28px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.sponsor-section-area1 .key-widget-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;

  /* background: var(--temp-1-secondary); */
  /* background: #ffbb000f; */
  /* color: var(--ztc-bg-bg-1); */
  .content-area p,
  .content-area a {
    /* color: var(--ztc-bg-bg-1); */
    transition: all 0.4s;
  }
}

.sponsor-section-area1 .key-widget-boxarea .img {
  img {
    height: auto;
    width: 30rem;
  }

  /* text-align: center; */
  line-height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  /* background: var(--ztc-bg-bg-3); */
  /* margin: 0 auto; */
  /* border: 1px solid var(--ztc-border-border-1); */
}

.sponsor-section-area1 .key-widget-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  line-height: 22px;
  /* 100% */
}

/* sponsor 2 start */
.sponsor-section-area2 {
  position: relative;
  z-index: 1;
  /* background: #FBF9F4; */
  background: #fcfcfc;
}

.sponsor-section-area2 .sponsor-widget-boxarea {
  position: relative;
  z-index: 1;
  text-align: left;
  border-radius: 5px;
  background: transparent;
  /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09); */
  padding: 28px;
  transition: all 0.4s;
  margin-bottom: 30px;
  border: 1px solid var(--ztc-border-border-1);
  /* height: 100%; */
}

.sponsor-section-area2 .sponsor-widget-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;

  .content-area p,
  .content-area a {
    /* color: var(--ztc-bg-bg-1); */
    transition: all 0.4s;
  }

  .brand-box {
    transition: all 0.4s;
    /* transform: translateY(-5px); */
    scale: 1.1;
  }
}

.sponsor-section-area2 .sponsor-widget-boxarea .brand-box {
  /* border-radius: 8px; */
  /* border: 1px solid rgba(26, 23, 25, 0.05); */
  background: transparent;
  text-align: center;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.sponsor-section-area2 .sponsor-widget-boxarea .brand-box img {
  /* width: 170px;
  height: 48px; */
  width: max-content;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.sponsor-section-area2 .sponsor-widget-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  line-height: 22px;
  /* 100% */
}

.sponsor-section-area2 .sponsor-widget-boxarea .content-area .brand-desc {
  max-height: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sponsor-section-area2 .sponsor-widget-boxarea .row {
  display: flex;
  align-items: center;
}

.sponsor-section-area2 .sponsor-widget-boxarea .sponsor-type {
  position: absolute;
  padding: 10px 15px;
  top: -28px;
  left: 28px;
  font-weight: 600;
  color: var(--temp-1-quaternary);
  background: #fff;
  text-transform: uppercase;
  /* border: 1px solid rgba(26, 23, 25, 0.05); */
  /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09); */
}

.sponsor-section-area3 {
  background-image: url(../img/bg/header-bg10.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background: var(--temp-1-quaternary); */
  margin: 0 2rem;
  border-radius: 1rem;

  .content-booking .content-area {
    background: var(--ztc-bg-bg-1);
    padding: 20px 30px;
    border-radius: 8px;
  }
}

/*============= Sponsor CSS AREA ENDS ===============*/

/*============= VENUE CSS AREA STARTS ===============*/
.venue-section-area {
  background-image: url(../img/bg/header-bg12.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 2rem;
  border-radius: 1rem;
}

.venue-section-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #780074e9, #2b0243e9 50%);
  border-radius: 1rem;
}

/*============= VENUE CSS AREA ENDS ===============*/

/*============= TIMER CSS AREA STARTS ===============*/
.others-timer-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg4.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.others-timer-area .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
  color: white;
  padding: 35px;
  font-weight: bold;
  margin: 0 14px 0 0;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.others-timer-area .time-box::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  z-index: -1;
}

.others-timer-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-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 32px;
  text-transform: uppercase;
  transition: all 0.4s;
  display: block !important;
  margin-top: 18px;
}

.others-timer-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-s70);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
  text-transform: uppercase;
  transition: all 0.4s;
  display: block;
}

.others4-section-area {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.others4-section-area .others-bg {
  background-image: url(../img/bg/others-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 48px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .others4-section-area .others-bg {
    padding: 30px 30px 30px 30px;
    text-align: center;
  }
}

.others4-section-area .others-bg .heading-area h4 {
  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-bold);
  line-height: 43px;
  /* 134.375% */
  text-transform: uppercase;
}

.others4-section-area .others-bg .others-times-area .timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .others4-section-area .others-bg .others-times-area .timer {
    display: block;
    margin: 0 auto !important;
    text-align: center;
  }
}

.others4-section-area .others-bg .others-times-area .timer .time-box {
  background: #4661FA;
  border: 1px solid #5871FA;
  padding: 16px 30px;
  text-align: center;
  border-radius: 8px;
  margin: 0 14px 0 0;
}

@media (max-width: 767px) {
  .others4-section-area .others-bg .others-times-area .timer .time-box {
    width: 150px;
    margin: 0 auto 30px auto !important;
    text-align: center;
  }
}

.others4-section-area .others-bg .others-times-area .timer .time-box .time-value span {
  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-regular);
  line-height: 16px;
  text-transform: uppercase;
}

.others4-section-area .others-bg .others-times-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-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
  text-transform: uppercase;
  display: block;
}

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

.others5-section-area .elements30 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.others5-section-area .cta-counter-box {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 52px 48px;
  width: 204px;
  height: 204px;
}

.others5-section-area .cta-counter-box:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.others5-section-area .cta-counter-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .others5-section-area .cta-counter-box {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

.others5-section-area .cta-counter-box .elements23 {
  position: absolute;
  left: -18px;
  top: -18px;
  width: 240px;
  height: 240px;
  max-width: 240px;
  max-height: 240px;
}

.others5-section-area .cta-counter-box h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
  text-transform: uppercase;
}

.others5-section-area .cta-counter-box p {
  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-medium);
  line-height: 18px;
  text-transform: uppercase;
}

.others5-section-area .cta-counter-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-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  text-transform: uppercase;
  transition: all 0.4s;
  display: block !important;
  margin-top: 18px;
}

.others5-section-area .btn-area1 .vl-btn5.btn2 span.demo {
  margin-left: 18px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
  .others5-section-area .btn-area1 .vl-btn5.btn2 span.demo {
    margin-left: 0;
    margin-top: 20px;
  }
}

.others1-section-area {
  position: fixed;
  z-index: 1;
  bottom: 10px;
  width: 100%;
  z-index: 999;
}

@media (max-width: 767px) {
  .others1-section-area {
    position: relative;
    z-index: 1;
    margin-top: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others1-section-area {
    position: relative;
    z-index: 1;
    margin-top: -60px;
  }
}

.others1-section-area .timer-btn-area {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-10);
  padding: 20px 32px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  position: relative;
  /* Styling for the cross icon */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others1-section-area .timer-btn-area {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .others1-section-area .timer-btn-area {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

.others1-section-area .timer-btn-area .close-icon {
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: white;
}

.others1-section-area .timer-btn-area .close-icon:hover {
  color: #ddd;
}

.others1-section-area .timer-btn-area .timer2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 10px;
}

@media (max-width: 767px) {
  .others1-section-area .timer-btn-area .timer2 {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}

.others1-section-area .timer-btn-area .timer2 .time-box {
  display: inline-block;
  text-align: center;
  color: var(--ztc-text-text-2);
  font-weight: bold;
  margin: 0 40px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others1-section-area .timer-btn-area .timer2 .time-box {
    margin: 0 20px 0 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .others1-section-area .timer-btn-area .timer2 .time-box {
    margin: 0 0 20px 0;
    display: block;
  }
}

.others1-section-area .timer-btn-area .timer2 .time-box .time-value span {
  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-medium);
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}

.others1-section-area .timer-btn-area .timer2 .time-value {
  color: var(--ztc-text-text-1);
  text-align: center;
  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: 32px;
  text-transform: uppercase;
  display: block !important;
}

.others1-section-area .timer-btn-area .btn-area1 {
  padding-left: 24px;
  border-left: 1px solid var(--ztc-bg-bg-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others1-section-area .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .others1-section-area .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

.others1-section-area .timer-btn-area .btn-area1 .vl-btn6 {
  color: var(--ztc-text-text-21);
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
}

.others1-section-area .timer-btn-area .btn-area1 .vl-btn6 img {
  filter: brightness(0);
}

.others1-section-area .timer-btn-area .btn-area1 .vl-btn6:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.others1-section-area .timer-btn-area .btn-area1 .vl-btn6:hover img {
  filter: brightness(0) invert(1);
}

.others-pricing-area {
  position: relative;
  z-index: 1;
}

.others-pricing-area .pricing-boarea.box2 {
  background: #FF3A86;
}

.others-pricing-area .pricing-boarea {
  position: relative;
  z-index: 1;
  background: #1C58CC;
  padding: 50px 32px;
  border-radius: 8px;
  height: 740px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .others-pricing-area .pricing-boarea {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-pricing-area .pricing-boarea {
    height: auto;
  }
}

.others-pricing-area .pricing-boarea 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;
}

.others-pricing-area .pricing-boarea p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.others-pricing-area .pricing-boarea h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.others-pricing-area .pricing-boarea h2 span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s12);
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  display: inline-block;
  border-radius: 4px;
  padding: 5px;
  background: #C0F037;
  margin-left: 4px;
}

.others-pricing-area .pricing-boarea h4 {
  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;
}

.others-pricing-area .pricing-boarea ul li {
  color: rgba(255, 255, 255, 0.9);
  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;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .others-pricing-area .pricing-boarea ul li {
    display: flex;
    align-items: center;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-pricing-area .pricing-boarea ul li {
    display: flex;
    align-items: center;
    line-height: 24px;
  }
}

.others-pricing-area .pricing-boarea ul li img {
  margin: 0 4px 0 0;
}

.others-pricing-area .pricing-boarea .btn-area1 a {
  width: 100%;
  text-align: center;
  display: block;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
}

.others-pricing-area .pricing-boarea .btn-area1 a img {
  filter: brightness(0);
}

.others-pricing-area .pricing-boarea .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.others-pricing-area .pricing-boarea .btn-area1 a:hover img {
  filter: brightness(0) invert(1);
}

.others7-section-area {
  position: relative;
  z-index: 1;
  top: -60px;
}

.others7-section-area .others-buy-contact {
  border-radius: var(--rounded-lg, 8px);
  background: var(--white, #FFF);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
}

.others7-section-area .others-buy-contact .input-area {
  position: relative;
  z-index: 1;
}

.others7-section-area .others-buy-contact .input-area input {
  color: #5F595B;
  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;
  border-radius: 50px;
  background: #FFF3F6;
  width: 100%;
  padding: 20px 20px 20px 38px;
}

@media (max-width: 767px) {
  .others7-section-area .others-buy-contact .input-area input {
    margin-bottom: 20px;
  }
}

.others7-section-area .others-buy-contact .input-area img {
  filter: brightness(0);
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 16px;
  top: 20px;
}

.others7-section-area .others-buy-contact .input-area button {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}

.vanue-section-area {
  position: relative;
  z-index: 1;
  background: #FFF3F6;
}

.vanue-section-area .vanue-single-item-area,
.vanue-single-item-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
}

.vanue-section-area .vanue-single-item-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vanue-section-area .vanue-single-item-area .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}

.vanue-section-area .vanue-single-item-area .img1 img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.vanue-section-area .vanue-single-item-area .content-area {
  padding: 20px 16px;
  /* border-radius: 8px;
  position: absolute; */
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: var(--ztc-bg-bg-1);
  z-index: 3;
}

.vanue-section-area .vanue-single-item-area .content-area span {
  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;
  display: inline-block;
}

.vanue-section-area .vanue-single-item-area .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}

.vanue-section-area .vanue-single-item-area .content-area p {
  color: var(--ztc-text-text-3);
  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;
}

.vanue-section-area .vanue-single-item-area .content-area .tour {
  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: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vanue-section-area .vanue-single-item-area .content-area .tour i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.vanue-section-area .vanue-single-item-area .content-area .tour:hover {
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
}

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

.others8-section-area .elements30 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.others8-section-area .cta-counter-box {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 52px 48px;
  width: 204px;
  height: 204px;
}

.others8-section-area .cta-counter-box:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.others8-section-area .cta-counter-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .others8-section-area .cta-counter-box {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

.others8-section-area .cta-counter-box .elements23 {
  position: absolute;
  left: -18px;
  top: -18px;
  width: 240px;
  height: 240px;
  max-width: 240px;
  max-height: 240px;
}

.others8-section-area .cta-counter-box h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
  text-transform: uppercase;
}

.others8-section-area .cta-counter-box p {
  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-medium);
  line-height: 18px;
  text-transform: uppercase;
}

.others8-section-area .cta-counter-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-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  text-transform: uppercase;
  transition: all 0.4s;
  display: block !important;
  margin-top: 18px;
}

.others8-section-area .btn-area1 .vl-btn5.btn2 span.demo {
  margin-left: 18px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
  .others8-section-area .btn-area1 .vl-btn5.btn2 span.demo {
    margin-left: 0;
    margin-top: 20px;
  }
}

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

.others10-section-area .elements30 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.others10-section-area .cta-counter-box {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  padding: 52px 48px;
  width: 204px;
  height: 204px;
}

.others10-section-area .cta-counter-box:hover h2 {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.others10-section-area .cta-counter-box:hover p {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.others10-section-area .cta-counter-box:hover .time-value span {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.others10-section-area .cta-counter-box:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.others10-section-area .cta-counter-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767px) {
  .others10-section-area .cta-counter-box {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

.others10-section-area .cta-counter-box .elements23 {
  position: absolute;
  left: -18px;
  top: -18px;
  width: 240px;
  height: 240px;
  max-width: 240px;
  max-height: 240px;
}

.others10-section-area .cta-counter-box h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  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;
}

.others10-section-area .cta-counter-box p {
  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-medium);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.others10-section-area .cta-counter-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-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  text-transform: uppercase;
  transition: all 0.4s;
  display: block !important;
  margin-top: 18px;
}

.others10-section-area .btn-area1 .vl-btn5.btn2 span.demo {
  margin-left: 18px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
  .others10-section-area .btn-area1 .vl-btn5.btn2 span.demo {
    margin-left: 0;
    margin-top: 20px;
  }
}

.others-pricing-area2 {
  position: relative;
  z-index: 1;
}

.others-pricing-area2 .pricing-boarea.box2 h2::after {
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
}

.others-pricing-area2 .pricing-boarea.box2 .btn-area1 .vl-btn9 {
  border-radius: var(--rounded-lg, 8px);
  border: 2px solid var(--LLL, #FF5000);
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%)) !important;
  width: 100%;
  text-align: center;
  transition: all 0.4s;
  background-clip: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #fff;
  color: var(--ztc-text-text-1) !important;
}

.others-pricing-area2 .pricing-boarea.box2 .btn-area1 .vl-btn9::after {
  display: none;
}

.others-pricing-area2 .pricing-boarea {
  position: relative;
  z-index: 1;
  background: #F7F5FB;
  padding: 32px;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
}

.others-pricing-area2 .pricing-boarea h3 {
  color: var(--ztc-text-text-18);
  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;
}

.others-pricing-area2 .pricing-boarea p {
  color: var(--ztc-text-text-19);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.others-pricing-area2 .pricing-boarea h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  padding: 24px 0;
  position: relative;
  z-index: 1;
}

.others-pricing-area2 .pricing-boarea h2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 125%;
  left: -55px;
  top: 0;
  background: var(--ztc-bg-bg-13);
  z-index: -1;
}

.others-pricing-area2 .pricing-boarea h2 span {
  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: 500;
  line-height: 12px;
  display: inline-block;
  margin-left: 4px;
}

.others-pricing-area2 .pricing-boarea ul li {
  color: var(--ztc-text-text-18);
  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: 16px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .others-pricing-area2 .pricing-boarea ul li {
    display: flex;
    align-items: center;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-pricing-area2 .pricing-boarea ul li {
    display: flex;
    align-items: center;
    line-height: 24px;
  }
}

.others-pricing-area2 .pricing-boarea ul li img {
  margin: 0 6px 0 0;
}

.others-pricing-area2 .pricing-boarea .btn-area1 .vl-btn9 {
  border-radius: var(--rounded-lg, 8px);
  border: 2px solid var(--LLL, #FF5000);
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  text-align: center;
  transition: all 0.4s;
}

.others-pricing-area2 .pricing-boarea .btn-area1 .vl-btn9:hover {
  color: var(--ztc-text-text-1);
  background-clip: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #fff;
  background: none;
  transition: all 0.4s;
}

/*============= TIMER CSS AREA ENDS ===============*/
/*============= BRANDS CSS AREA STARTS ===============*/
.brands1-section-area {
  position: relative;
  z-index: 1;
  /* background: linear-gradient(to top, rgba(120, 0, 116, 0.914), rgb(94 33 94) 40%) */
}

.bgcolor_companies {
  background: linear-gradient(to top, rgba(13, 40, 121, 0.914), rgba(13, 40, 121, 0.914)30%, rgba(13, 40, 121, 0.914) 100%);
  padding: 50px 0px;
}

.brands1-section-area .brand-box {
  border-radius: 8px;
  border: 1px solid rgb(26 23 25 / 29%);
  background: #FFF;
  text-align: center;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.brands1-section-area .media-partners .brand-box {
  border-radius: 8px;
  border: none;
  background: #FFF;
  text-align: center;
  padding: 10px;
  transition: all 0.4s;
  margin-bottom: 10px;
  /* img {
     width: auto;
      height: auto;
  } */

}

.cursor-pointer {
  cursor: pointer;
}

.brands1-section-area .logo-slider-area .brand-box {
  border-radius: 8px;
  border: none;
  background: transparent;
  text-align: center;
  padding: 12px 20px;
  transition: all 0.4s;
  margin: 0;
}

.brands1-section-area .logo-slider-area .brand-box img {
  filter: brightness(0) invert(1);
}

.brands1-section-area .brand-box:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.brands1-section-area .brand-box img {
  /* width: 170px; */
  width: 100%;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}

.sponsors .sponsor-box {
  .sponsor-type {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;

    span {
      font-size: var(--ztc-font-size-font-s16);
    }
  }

  h5 {
    /* color: var(--temp-1-primary); */
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-semibold);
  }

  a {
    color: var(--ztc-bg-bg-8);
  }
}

.brands2-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.brands2-section-area .brand-header h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: capitalize;
}

.brands2-section-area .brand-box {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.brands2-section-area .brand-box:hover {
  transition: all 0.4s;
}

.brands2-section-area .brand-box img {
  width: 170px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
  margin: 0 auto;
}

.brands3-section-area {
  position: relative;
  z-index: 1;
  background: #F5F5F5;
}

.brands3-section-area .brand-header h3 {
  color: var(--ztc-text-text-8);
  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;
}

.brands3-section-area .brand-box {
  border-radius: 8px;
  background: var(--ztc-text-text-1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.brands3-section-area .brand-box:hover {
  transition: all 0.4s;
}

.brands3-section-area .brand-box img {
  width: 170px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}


.brands5-section-area .marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: linear-gradient(90deg, #243B55, #141E30);
  padding: 20px 0;
}

.brands5-section-area .marquee-content {
  display: inline-flex;
  animation: scroll 200s linear infinite;
}

.brands5-section-area .marquee-content:hover {
  animation-play-state: paused;
  transition: all 0.6s;
}

.brands5-section-area .marquee-item {
  color: #6E7DE9;
  font-family: var(--ztc-family-font1);
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  line-height: 120px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  font-weight: bold;
  display: contents;
  transition: all 0.4s;
  display: flex;
}

.brands5-section-area .marquee-item:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.brands5-section-area .marquee-item:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.brands5-section-area .marquee-item img {
  margin: 0 28px 0 150px;
  transition: all 0.4s;
}

@keyframes scroll {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

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

.brands6-section-area .brand-header h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: capitalize;
}

.brands6-section-area .brand-box {
  border-radius: 8px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  text-align: center;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.brands6-section-area .brand-box:hover {
  transition: all 0.4s;
}

.brands6-section-area .brand-box img {
  width: 170px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
  margin: 0 auto;
}

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

.brands7-section-area .brand-box {
  border-radius: 8px;
  border: 1px solid rgba(26, 23, 25, 0.05);
  background: #FFF;
  text-align: center;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.brands7-section-area .brand-box:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid rgba(26, 23, 25, 0.05);
  background: var(--white, #FFF);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
}

.brands7-section-area .brand-box img {
  width: 170px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}

.brands7-section-area {
  position: relative;
  z-index: 1;
  background: #FFF3F6;
}

.brands7-section-area .brand-box {
  border-radius: 8px;
  border: 1px solid rgba(26, 23, 25, 0.05);
  background: #FFF;
  text-align: center;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.brands7-section-area .brand-box:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.brands7-section-area .brand-box img {
  width: 170px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.brands8-section-area .layer1 {
  position: absolute;
  top: -100px;
  width: 100%;
  z-index: 2;
  height: 160px;
}

.brands8-section-area .brand-header h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: capitalize;
}

.brands8-section-area .brand-box {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  text-align: center;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.brands8-section-area .brand-box:hover {
  transition: all 0.4s;
}

.brands8-section-area .brand-box img {
  width: 170px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
  margin: 0 auto;
}

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

.brands9-section-area .brand-slider-area9.owl-carousel .owl-stage-outer {
  overflow: inherit;
}

.brands9-section-area .brand-slider-area9 .brand-box {
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid rgba(13, 4, 0, 0.1);
  background: var(--white, #FFF);
  text-align: center;
  padding: 32px;
  transition: all 0.4s;
}

.brands9-section-area .brand-slider-area9 .brand-box:hover {
  transition: all 0.4s;
}

.brands9-section-area .brand-slider-area9 .brand-box img {
  width: 170px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

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

.brands10-section-area .layer1 {
  position: absolute;
  top: -100px;
  width: 100%;
  z-index: 2;
  height: 160px;
}

.brands10-section-area .brand-header h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: capitalize;
}

.brands10-section-area .brand-box {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  text-align: center;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.brands10-section-area .brand-box:hover {
  transition: all 0.4s;
}

.brands10-section-area .brand-box img {
  width: 170px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
  margin: 0 auto;
}

/*============= BRANDS CSS AREA ENDS ===============*/
/*============= HEADER SEARCH CSS AREA STARTS ===============*/
.header-search-container form input {
  outline: none;
  border: none;
  background: none;
  font-family: var(--ztc-family-font1);
  font-weight: 500;
}

.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 9999;
  background-color: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type=search] {
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  border: none;
  border-bottom: 1px solid #dddbdb;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: var(--ztc-text-text-2);
}

.header-search-form-wrapper .search-form input[type=search]::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]::placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]:-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-form input[type=search]::-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #9F9F9F;
  font-size: 24px;
  border: none;
  color: #2B495A;
}

.header-search-form-wrapper .tx-search-close {
  background: rgba(204, 204, 204, 0.2705882353);
  width: 54px;
  height: 54px;
  border-width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
}

.header-search-form-wrapper .tx-search-close::before,
.header-search-form-wrapper .tx-search-close::after {
  background-color: var(--color-black);
}

.header-search-container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  border: 0;
  padding: 0;
  background: 0 0;
  transform: translate3d(0, calc(100% - 100px), 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/*============= HEADER SEARCH CSS AREA ENDS ===============*/
.mapouter2 .gmap_canvas iframe {
  width: 100%;
  height: 600px;
}

/*============= POPUP 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(0, 0, 0, 0.7);
  /* Dark transparent background */
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s ease forwards;
  z-index: 9999999;
}

/* Popup Content */
.popup-content {
  background-image: url(../img/bg/popup-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 26px;
  border-radius: 10px;
  width: 400px;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
  animation: popupSlide 0.5s ease forwards;
}

.popup-content .popup-icon img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup-content .heading2 h2 {
  font-size: var(--ztc-font-size-font-s34);
  line-height: 42px;
  color: var(--ztc-text-text-1);
}

.popup-content .heading2 ul li {
  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-bold);
  line-height: 16px;
  text-transform: capitalize;
  margin-top: 16px;
}

.popup-content .heading2 ul li img {
  margin: 0 4px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  border-radius: 4px;
  font-weight: var(--ztc-weight-bold);
}

/* Call to action button */
.cta-button {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #4b8bfc;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
}

.no-thanks {
  margin-top: 16px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes popupSlide {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*============= TEAM CSS AREA ===============*/
.team1-section-area {
  position: relative;
  z-index: 1;
}

.team1-section-area .team-slider-area {
  position: relative;
  z-index: 1;
}

.team1-section-area .team-slider-area .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
}

@media (max-width: 767px) {
  .team1-section-area .team-slider-area .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team1-section-area .team-slider-area .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    text-align: center;
  }
}

.team1-section-area .team-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(26, 23, 25, 0.05);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
}

.team1-section-area .team-slider-area .owl-nav button:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.team1-section-area .team-slider-area .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.team1-section-area .team-slider-area .team-widget-boxarea {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.team1-section-area .team-slider-area .team-widget-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team1-section-area .team-slider-area .team-widget-boxarea:hover .img1 ul {
  bottom: 0;
  transition: all 0.6s;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul {
  background: var(--ztc-text-text-4);
  text-align: center;
  padding: 24px;
  position: absolute;
  bottom: -220px;
  width: 100%;
  transition: all 0.6s;
  z-index: 2;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul li {
  display: inline-block;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  background: rgba(26, 23, 25, 0.05);
  margin: 0 10px 0 0;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul li a:hover {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.team1-section-area .team-slider-area .team-widget-boxarea .text-area {
  text-align: center;
}

.team1-section-area .team-slider-area .team-widget-boxarea .text-area a {
  color: var(--ztc-text-text-2);
  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;
  display: inline-block;
  transition: all 0.4s;
}

.team1-section-area .team-slider-area .team-widget-boxarea .text-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-regular);
  line-height: 18px;
}

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

.team2-section-area .our-team-boxarea {
  text-align: center;
  margin-bottom: 30px;
}

.team2-section-area .our-team-boxarea .content-area a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.team2-section-area .our-team-boxarea .content-area p {
  color: rgba(255, 255, 255, 0.9);
  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-regular);
  line-height: 18px;
}

.team2-section-area .our-team-boxarea .team-widget-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 2px solid #1C3B45;
  border-radius: 270px;
  padding: 24px;
}

.team2-section-area .our-team-boxarea .team-widget-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid var(--ztc-text-text-6);
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0.7);
  z-index: -2;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.team2-section-area .our-team-boxarea .team-widget-area:hover::after {
  transition: all 0.4s;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.team2-section-area .our-team-boxarea .team-widget-area:hover .img1 img.team-img4 {
  transition: all 0.4s;
}

.team2-section-area .our-team-boxarea .team-widget-area:hover .img1 img.team-img8 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.team2-section-area .our-team-boxarea .team-widget-area:hover .img1 ul {
  bottom: 50px;
  transition: all 0.6s;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 img.team-img4 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 img.team-img8 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 ul {
  text-align: center;
  position: absolute;
  bottom: -200px;
  transition: all 0.6s;
  left: 15%;
  right: 15%;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 ul li {
  display: inline-block;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  margin: 0 10px 0 0;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 ul li a:hover {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}

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

.team3-section-area .team-slider-area2 {
  position: relative;
  z-index: 1;
}

.team3-section-area .team-slider-area2 .owl-nav {
  position: absolute;
  right: 0;
  top: -130px;
}

@media (max-width: 767px) {
  .team3-section-area .team-slider-area2 .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    top: 0;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team3-section-area .team-slider-area2 .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    top: 0;
    left: 0;
  }
}

.team3-section-area .team-slider-area2 .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-10);
  font-size: var(--ztc-font-size-font-s20);
  background: rgba(255, 54, 57, 0.2);
  border-radius: 50%;
}

.team3-section-area .team-slider-area2 .owl-nav button:hover {
  background: var(--ztc-text-text-10);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.team3-section-area .team-slider-area2 .our-team-boxarea {
  text-align: center;
  margin-bottom: 30px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .content-area a {
  color: var(--ztc-text-text-8);
  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;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .content-area p {
  color: var(--ztc-text-text-9);
  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-regular);
  line-height: 18px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 24px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .elements21 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .elements22 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .elements21 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .elements22 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  height: auto;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 36px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 0;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon3 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 36px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon4 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: -7px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 .team-img4 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 .share a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: linear-gradient(90deg, #FF3639 2.73%, #E12FA2 71.84%);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  margin-bottom: -20px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 .share a img {
  height: 20px;
  width: 20px;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul {
  text-align: center;
  position: absolute;
  bottom: 0;
  transition: all 0.6s;
  left: 0;
  right: 0;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li {
  display: inline-block;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
  color: var(--ztc-text-text-8);
  margin: 0 10px 0 0;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a:hover {
  background: linear-gradient(90deg, #FF3639 2.73%, #E12FA2 71.84%);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a.icon1 {
  position: absolute;
  bottom: 10px;
  left: 8px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a.icon2 {
  position: absolute;
  bottom: -20px;
  left: 52px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a.icon3 {
  position: absolute;
  bottom: 10px;
  right: -3px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a.icon4 {
  position: absolute;
  bottom: -20px;
  right: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

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

.team4-section-area .team-slider-area4 {
  position: relative;
  z-index: 1;
}

.team4-section-area .team-slider-area4 .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
}

@media (max-width: 767px) {
  .team4-section-area .team-slider-area4 .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team4-section-area .team-slider-area4 .owl-nav {
    position: relative;
    z-index: 1;
    top: 0;
    text-align: center;
  }
}

.team4-section-area .team-slider-area4 .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(46, 77, 253, 0.08);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
  color: var(--ztc-text-text-11);
}

.team4-section-area .team-slider-area4 .owl-nav button:hover {
  background: var(--ztc-text-text-13);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea:hover .img1 ul {
  bottom: 0;
  transition: all 0.6s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 ul {
  background: var(--ztc-text-text-13);
  text-align: center;
  padding: 24px;
  position: absolute;
  bottom: -220px;
  width: 100%;
  transition: all 0.6s;
  z-index: 2;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 ul li {
  display: inline-block;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s18);
  border-radius: 165px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 10px 0 0;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 ul li a:hover {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .text-area {
  text-align: center;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .text-area a {
  color: var(--ztc-text-text-11);
  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;
  display: inline-block;
  transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .text-area a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .text-area p {
  color: var(--ztc-text-text-12);
  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-regular);
  line-height: 18px;
}

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

.team-sperkers-section-area .our-team-boxarea {
  text-align: center;
  margin-bottom: 30px;
}

.team-sperkers-section-area .our-team-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.team-sperkers-section-area .our-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-medium);
  line-height: 18px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 24px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .elements21 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .elements22 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .elements21 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .elements22 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  height: auto;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 36px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 0;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon3 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 36px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon4 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: -7px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .team-img4 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .share a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #FFBA00;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  margin-bottom: -20px;
  color: var(--ztc-text-text-2);
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .share a img {
  height: 20px;
  width: 20px;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0);
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul {
  text-align: center;
  position: absolute;
  bottom: 0;
  transition: all 0.6s;
  left: 0;
  right: 0;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li {
  display: inline-block;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
  color: var(--ztc-text-text-8);
  margin: 0 10px 0 0;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a:hover {
  background: #FFBA00;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon1 {
  position: absolute;
  bottom: 10px;
  left: 8px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon2 {
  position: absolute;
  bottom: -20px;
  left: 52px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon3 {
  position: absolute;
  bottom: 10px;
  right: -3px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon4 {
  position: absolute;
  bottom: -20px;
  right: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

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

.team-details-section-area .speakers-details-box .our-team-boxarea {
  text-align: center;
  margin-bottom: 30px;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 40px;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.team-details-section-area .speakers-details-box .our-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-medium);
  line-height: 18px;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .content-area ul li {
  display: inline-block;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .content-area ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
  color: var(--ztc-text-text-8);
  margin: 0 10px 0 0;
  font-size: var(--ztc-font-size-font-s20);
}

.team-details-section-area .speakers-details-box .our-team-boxarea .content-area ul li a:hover {
  background: #FFBA00;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 24px;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .elements21 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .elements22 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  z-index: -1;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area:hover .elements21 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area:hover .elements22 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  height: auto;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .img1 {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .img2 img {
  width: 100%;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .img1 .team-img4 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.team-details-section-area .speakers-details-box .speakesr-details-content {
  border-radius: 4px;
  padding: 0 0 0 40px;
}

@media (max-width: 767px) {
  .team-details-section-area .speakers-details-box .speakesr-details-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-section-area .speakers-details-box .speakesr-details-content {
    padding: 0;
    margin-top: 30px;
  }
}

.team-details-section-area .speakers-details-box .speakesr-details-content .heading2 h3 {
  color: var(--ztc-text-text-2);
  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;
  /* 100% */
  letter-spacing: -0.56px;
}

.team-details-section-area .speakers-details-box .speakesr-details-content .heading2 p {
  line-height: 24px;
}

.team-details-section-area .speakers-details-box .speakesr-details-content .details-content {
  background: #FBF9F4;
  padding: 24px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .team-details-section-area .speakers-details-box .speakesr-details-content .details-content {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-section-area .speakers-details-box .speakesr-details-content .details-content {
    margin-bottom: 20px;
  }
}

.team-details-section-area .speakers-details-box .speakesr-details-content .details-content h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  /* 100% */
}

.team-details-section-area .speakers-details-box .speakesr-details-content .details-content a {
  color: var(--ztc-text-text-3);
  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: 22px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.event-team-area .event-widget-area .event2-boxarea {
  position: relative;
}

.event-team-area .event-widget-area .event2-boxarea::after {
  position: absolute;
  content: "";
  height: 93%;
  width: 1px;
  left: 45.7%;
  top: 0;
  transition: all 0.4s;
  background: #E6E7E8;
}

@media (max-width: 767px) {
  .event-team-area .event-widget-area .event2-boxarea::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-team-area .event-widget-area .event2-boxarea::after {
    display: none;
  }
}

.event-team-area .event-widget-area .event2-boxarea h1 {
  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;
  transition: all 0.4s;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  background: #FFBA00;
  border-radius: 50%;
  position: absolute;
  left: 43%;
  top: 88px;
  z-index: 1;
}

.event-team-area .event-widget-area .event2-boxarea h1.active {
  background: #FFBA00;
  color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
  .event-team-area .event-widget-area .event2-boxarea h1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-team-area .event-widget-area .event2-boxarea h1 {
    display: none;
  }
}

.event-team-area .event-widget-area .event2-boxarea .img1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .event-team-area .event-widget-area .event2-boxarea .img1 {
    margin-bottom: 30px;
  }
}

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

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

.event-team-area .event-widget-area .event2-boxarea .content-area ul li {
  display: inline-block;
}

.event-team-area .event-widget-area .event2-boxarea .content-area 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-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

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

.event-team-area .event-widget-area .event2-boxarea .content-area ul li a img {
  filter: brightness(0);
  margin: 0 4px 0 0;
}

.event-team-area .event-widget-area .event2-boxarea .content-area ul li a span {
  margin: 0 8px;
  display: inline-block;
}

.event-team-area .event-widget-area .event2-boxarea .content-area .head {
  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;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .event-team-area .event-widget-area .event2-boxarea .content-area .head {
    line-height: 32px;
  }
}

.event-team-area .event-widget-area .event2-boxarea .content-area .author-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .event-team-area .event-widget-area .event2-boxarea .content-area .author-area {
    display: inline-block;
  }
}

.event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
  display: flex;
  align-items: center;
  padding: 0 12px 0 0;
  border-right: 1px solid #E6E7E8;
}

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

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

.event-team-area .event-widget-area .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;
}

.event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
  padding-left: 12px;
}

.event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text 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-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

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

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

.event-team-area .event-widget-area .event2-boxarea.box3::after {
  display: none;
}

@media (max-width: 767px) {
  .event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
    padding: 0 !important;
    margin-bottom: 16px;
    border: none;
  }
}

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

.team5-section-area .elements31 {
  position: absolute;
  top: 0;
  right: 0;
}

.team5-section-area .our-team-boxarea {
  text-align: center;
  margin-bottom: 30px;
}

.team5-section-area .our-team-boxarea .content-area a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.team5-section-area .our-team-boxarea .content-area p {
  color: rgba(255, 255, 255, 0.9);
  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-regular);
  line-height: 18px;
}

.team5-section-area .our-team-boxarea .team-widget-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 270px;
  padding: 24px;
}

.team5-section-area .our-team-boxarea .team-widget-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid var(--ztc-text-text-1);
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0.7);
  z-index: -2;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.team5-section-area .our-team-boxarea .team-widget-area:hover {
  transition: all 0.4s;
}

.team5-section-area .our-team-boxarea .team-widget-area:hover .img1 img.team-img4 {
  transition: all 0.4s;
}

.team5-section-area .our-team-boxarea .team-widget-area:hover .img1 img.team-img8 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.team5-section-area .our-team-boxarea .team-widget-area:hover .img1 ul {
  bottom: 50px;
  transition: all 0.6s;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 img.team-img4 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 img.team-img8 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 ul {
  text-align: center;
  position: absolute;
  bottom: -200px;
  transition: all 0.6s;
  left: 15%;
  right: 15%;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 ul li {
  display: inline-block;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: 255, 255, 255, 0.1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--ztc-text-text-1);
  margin: 0 10px 0 0;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 ul li a:hover {
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

@media (max-width: 991px) {
  .team6-section-area .team-widget-area .img1.big {
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .team6-section-area .team-widget-area .img1.big {
    height: 78.3%;
  }
}

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .team6-section-area .team-widget-area:hover .img1 img {
    padding: 0;
  }
} */

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

.team6-section-area .team-widget-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  background: var(--ztc-text-text-1);
  /* margin-bottom: 20px; */
  margin: 0 10px 10px 0;
  height: 100%;
}

.team6-section-area .team-widget-area:hover .img1 img {
  transform: scale(1.1) rotate(-2deg);
  transition: all 0.4s;
}

.team6-section-area .team-widget-area:hover .img2 {
  visibility: visible;
  opacity: 1;
  top: 62%;
  transition: all 0.6s;
}

.team6-section-area .team-widget-area:hover .content-area {
  /* background: var(--temp-1-secondary); */
  transition: all 0.4s;
}

.team6-section-area .team-widget-area:hover .content-area a {
  color: var(--temp-1-primary);
  transition: all 0.4s;
}

.team6-section-area .team-widget-area:hover .content-area p {
  /* color: var(--ztc-text-text-1); */
  opacity: 80%;
  transition: all 0.4s;
}

.team6-section-area .team-widget-area .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px 8px 0 0;
}

.team6-section-area .team-widget-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}

.team6-section-area .team-widget-area .img2 {
  background: var(--ztc-text-text-1);
  padding: 4px 24px;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  /* position: sticky;
  text-align: center;
  top: 20%;
  left: 20%;
  right: 20%; */
  /* margin-bottom: 20rem; */
  /* visibility: hidden; */
  /* opacity: 0; */
}

.team6-section-area .team-widget-area .img2 img {
  width: 110px;
  height: 32px;
  /* padding: 10px 0; */
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.team6-section-area .team-widget-area .content-area {
  padding: 12px;
  transition: all 0.4s;
  min-height: 15vh;
  height: 100%;
  /* padding-top: 2rem; */
}

.team6-section-area .team-widget-area .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.team6-section-area .team-widget-area .content-area p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.4s;
}

.team6-section-area .team-widget-area .content-area .company {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.4s;
}

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

.team7-section-area .team-slider-area7 {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .team7-section-area .team-slider-area7 .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team7-section-area .team-slider-area7 .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

.team7-section-area .team-slider-area7 .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(26, 23, 25, 0.05);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
}

.team7-section-area .team-slider-area7 .owl-nav button:hover {
  background: var(--ztc-text-text-15);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .owl-nav button.owl-prev {
  position: absolute;
  left: -80px;
  top: 35%;
}

@media (max-width: 767px) {
  .team7-section-area .team-slider-area7 .owl-nav button.owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team7-section-area .team-slider-area7 .owl-nav button.owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 16px 0 0;
  }
}

.team7-section-area .team-slider-area7 .owl-nav button.owl-next {
  position: absolute;
  right: -80px;
  top: 35%;
}

@media (max-width: 767px) {
  .team7-section-area .team-slider-area7 .owl-nav button.owl-next {
    position: relative;
    right: 0;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team7-section-area .team-slider-area7 .owl-nav button.owl-next {
    position: relative;
    right: 0;
    top: 0;
  }
}

.team7-section-area .team-slider-area7 .team-widget-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea:hover .img1 ul {
  bottom: 70px;
  transition: all 0.6s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 ul {
  position: absolute;
  bottom: -250px;
  width: 100%;
  transition: all 0.6s;
  z-index: 2;
  left: 15%;
  right: 15%;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 ul li {
  display: inline-block;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  background: #fff;
  margin: 0 10px 0 0;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 ul li a:hover {
  background: var(--ztc-text-text-15);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .text-area {
  text-align: center;
  background: var(--ztc-text-text-1);
  padding: 24px;
  margin: -70px 16px 0 16px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .text-area a {
  color: var(--ztc-text-text-2);
  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;
  display: inline-block;
  transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .text-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-regular);
  line-height: 18px;
}

.team8-section-rea {
  position: relative;
  z-index: 1;
}

.team8-section-rea .team-slider-area8 {
  position: relative;
  z-index: 1;
}

.team8-section-rea .team-slider-area8 .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
}

@media (max-width: 767px) {
  .team8-section-rea .team-slider-area8 .owl-nav {
    text-align: center;
    margin-top: 30px;
    position: relative;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team8-section-rea .team-slider-area8 .owl-nav {
    text-align: center;
    margin-top: 30px;
    position: relative;
    left: 0;
  }
}

.team8-section-rea .team-slider-area8 .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
  color: var(--ztc-text-text-1);
}

.team8-section-rea .team-slider-area8 .owl-nav button:hover {
  background: var(--ztc-text-text-16);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea:hover .img1 ul {
  bottom: 20px;
  transition: all 0.6s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 200px 200px 4px 4px;
  overflow: hidden;
  transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 200px 200px 4px 4px;
  transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul {
  position: absolute;
  bottom: -250px;
  width: 100%;
  transition: all 0.6s;
  z-index: 2;
  left: 15%;
  right: 15%;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul li {
  display: inline-block;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  background: #fff;
  margin: 0 10px 0 0;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul li a:hover {
  background: var(--ztc-text-text-15);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .text-area {
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .text-area a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .text-area p {
  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-regular);
  line-height: 18px;
  opacity: 0.8;
}

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

.team9-section-rea .team-slider-area8 {
  position: relative;
  z-index: 1;
}

.team9-section-rea .team-slider-area8 .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
}

@media (max-width: 767px) {
  .team9-section-rea .team-slider-area8 .owl-nav {
    text-align: center;
    margin-top: 30px;
    position: relative;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team9-section-rea .team-slider-area8 .owl-nav {
    text-align: center;
    margin-top: 30px;
    position: relative;
    left: 0;
  }
}

.team9-section-rea .team-slider-area8 .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(255, 80, 0, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
  color: var(--ztc-text-text-17);
}

.team9-section-rea .team-slider-area8 .owl-nav button:hover {
  background: var(--ztc-text-text-17);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea:hover .img1 ul {
  bottom: 20px;
  transition: all 0.6s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 200px 200px 4px 4px;
  overflow: hidden;
  transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 200px 200px 4px 4px;
  transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul {
  position: absolute;
  bottom: -250px;
  width: 100%;
  transition: all 0.6s;
  z-index: 2;
  left: 15%;
  right: 15%;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul li {
  display: inline-block;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  color: var(--ztc-text-text-18);
  font-size: var(--ztc-font-size-font-s18);
  background: #fff;
  margin: 0 10px 0 0;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul li a:hover {
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .text-area {
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .text-area a {
  color: var(--ztc-text-text-18);
  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;
  display: inline-block;
  transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .text-area p {
  color: var(--ztc-text-text-19);
  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-regular);
  line-height: 18px;
  opacity: 0.8;
}

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

.team10-section-area .team10-widget-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border-radius: 8px;
}

.team10-section-area .team10-widget-boxarea:hover {
  border-radius: 8px;
}

.team10-section-area .team10-widget-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea:hover .text-area {
  background: var(--ztc-text-text-20);
  transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea .text-area {
  padding: 20px 24px;
  transition: all 0.4s;
  border-radius: 0 0 8px 8px;
}

.team10-section-area .team10-widget-boxarea .text-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea .text-area p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.team10-section-area .team10-widget-boxarea2 {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  margin-bottom: 30px;
}

.team10-section-area .team10-widget-boxarea2:hover {
  border-radius: 8px;
}

.team10-section-area .team10-widget-boxarea2:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea2:hover .text-area {
  background: var(--ztc-text-text-20);
  transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea2 .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea2 .img1 img {
  height: 398px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea2 .text-area {
  padding: 20px 24px;
  transition: all 0.4s;
  border-radius: 0 0 8px 8px;
  background: var(--ztc-text-text-1);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}

.team10-section-area .team10-widget-boxarea2 .text-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea2 .text-area p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq-inner-section-area {
  position: relative;
  z-index: 1;
}

.faq-inner-section-area .faq-widget-area ul {
  justify-content: center;
  background: #F4F4F4;
  border-radius: 16px;
  padding: 18px;
  width: 994px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .faq-inner-section-area .faq-widget-area ul {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-inner-section-area .faq-widget-area ul {
    width: 100%;
  }
}

.faq-inner-section-area .faq-widget-area ul li button {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
  display: inline-block;
  background: var(--ztc-text-text-1);
  padding: 16px 20px;
  border-radius: 4px;
  margin: 0 16px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-inner-section-area .faq-widget-area ul li button {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .faq-inner-section-area .faq-widget-area ul li button {
    margin-bottom: 10px;
  }
}

.faq-inner-section-area .faq-widget-area ul li button.active {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item {
  border: none;
  background: var(--ztc-text-text-4);
  border-radius: 8px;
  padding: 0;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
  letter-spacing: -0.36px;
  border: none;
  box-shadow: none;
  background: #F4F4F4;
  padding: 20px 18px;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button.accordion-button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button.accordion-button:not(.collapsed)::before {
  background: var(--ztc-text-text-1);
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button::before {
  height: 28px;
  width: 28px;
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 14px;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button::after {
  z-index: 1;
}

.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-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 0 18px 18px 18px;
}

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact2-section-area {
  position: relative;
  z-index: 1;
}

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

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

.contact2-section-area .mapouter .gmap_canvas iframe {
  width: 100%;
  height: 420px;
  border-radius: 8px;
}

.contact2-section-area .contact-boxs-area {
  margin: 0 0 0 50px;
}

@media (max-width: 767px) {
  .contact2-section-area .contact-boxs-area {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-section-area .contact-boxs-area {
    margin: 0;
  }
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover .icons {
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover .text h4 {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover .text a {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .icons img {
  transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .text {
  padding-left: 14px;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .text h4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .text a {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.contact3-section-area {
  position: relative;
  z-index: 1;
  background: #F5F5F5;
}

.contact-bg-section {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/contact-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-bg-section .contact-img1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .contact-bg-section .contact-img1 {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-bg-section .contact-img1 {
    width: 100%;
    height: 100%;
  }
}

.contact-bg-section .mapouter .gmap_canvas {
  margin-top: 38px;
}

.contact-bg-section .mapouter .gmap_canvas iframe {
  width: 50%;
  position: relative;
  top: 10px;
}

@media (max-width: 767px) {
  .contact-bg-section .mapouter .gmap_canvas iframe {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-bg-section .mapouter .gmap_canvas iframe {
    width: 100%;
  }
}

.contact-bg-section .contact-boxarea {
  border-radius: 8px;
  background: #FFF;
  padding: 24px;
  position: relative;
  z-index: 1;
}

.contact-bg-section .contact-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF3639 2.73%, #E12FA2 71.84%);
  position: absolute;
}

.contact-bg-section .contact-boxarea .icons img {
  height: 30px;
  width: 30px;
  display: inline-block;
  filter: brightness(0) invert(1);
}

.contact-bg-section .contact-boxarea .text {
  padding-left: 74px;
}

.contact-bg-section .contact-boxarea .text h5 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  /* 100% */
  text-transform: uppercase;
}

.contact-bg-section .contact-boxarea .text a {
  color: var(--ztc-text-text-9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  display: inline-block;
}

.contact5-bg-section {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/contact-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact5-bg-section .contact-img1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .contact5-bg-section .contact-img1 {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact5-bg-section .contact-img1 {
    width: 100%;
    height: 100%;
  }
}

.contact5-bg-section .mapouter .gmap_canvas {
  margin-top: 38px;
}

.contact5-bg-section .mapouter .gmap_canvas iframe {
  width: 50%;
  position: relative;
  top: 10px;
}

@media (max-width: 767px) {
  .contact5-bg-section .mapouter .gmap_canvas iframe {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact5-bg-section .mapouter .gmap_canvas iframe {
    width: 100%;
  }
}

.contact5-bg-section .contact-boxarea {
  border-radius: 8px;
  background: #FFF;
  padding: 24px;
  position: relative;
  z-index: 1;
}

.contact5-bg-section .contact-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  position: absolute;
}

.contact5-bg-section .contact-boxarea .icons img {
  height: 30px;
  width: 30px;
  display: inline-block;
  filter: brightness(0) invert(1);
}

.contact5-bg-section .contact-boxarea .text {
  padding-left: 74px;
}

.contact5-bg-section .contact-boxarea .text h5 {
  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;
  /* 100% */
  text-transform: uppercase;
}

.contact5-bg-section .contact-boxarea .text a {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  display: inline-block;
}

.contact8-bg-section {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
}

.contact8-bg-section .mapouter .gmap_canvas iframe {
  width: 47%;
  position: absolute;
  right: 0;
  top: 0;
  height: 322px;
}

@media (max-width: 767px) {
  .contact8-bg-section .mapouter .gmap_canvas iframe {
    width: 100%;
    position: relative;
    height: 325px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact8-bg-section .mapouter .gmap_canvas iframe {
    width: 100%;
    position: relative;
    height: 325px;
  }
}

.contact8-bg-section .contact-boxarea {
  border-radius: 8px;
  background: #FFF;
  padding: 24px;
  position: relative;
  z-index: 1;
}

.contact8-bg-section .contact-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF3639 2.73%, #E12FA2 71.84%);
  position: absolute;
}

.contact8-bg-section .contact-boxarea .icons img {
  height: 30px;
  width: 30px;
  display: inline-block;
  filter: brightness(0) invert(1);
}

.contact8-bg-section .contact-boxarea .text {
  padding-left: 74px;
}

.contact8-bg-section .contact-boxarea .text h5 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  /* 100% */
  text-transform: uppercase;
}

.contact8-bg-section .contact-boxarea .text a {
  color: var(--ztc-text-text-9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  display: inline-block;
}

.contact4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-8);
}

.contact4-section-area .contact4-boxarea {
  position: relative;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
}

.contact4-section-area .contact4-boxarea 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-bold);
  line-height: 32px;
  /* 100% */
  text-transform: uppercase;
}

.contact4-section-area .contact4-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  margin-top: 16px;
}

.contact4-section-area .contact4-boxarea .input-area 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-medium);
  line-height: 18px;
  opacity: 80%;
}

.contact4-section-area .contact4-boxarea .input-area 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-medium);
  line-height: 18px;
  opacity: 80%;
}

.contact4-section-area .contact4-boxarea .input-area textarea {
  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-medium);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  height: 140px;
  margin-top: 16px;
}

.contact4-section-area .contact4-boxarea .input-area textarea::-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-medium);
  line-height: 18px;
  opacity: 80%;
}

.contact4-section-area .contact4-boxarea .input-area textarea::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-medium);
  line-height: 18px;
  opacity: 80%;
}

.contact4-section-area .contact4-boxarea .input-area button {
  border: none;
  outline: none;
}

.contact4-section-area .contact4-header {
  padding: 0 0 0 50px;
}

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

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

.contact4-section-area .contact4-header .contact-author-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.contact4-section-area .contact4-header .contact-author-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.contact4-section-area .contact4-header .contact-author-box .icons img {
  filter: brightness(0) invert(1);
  height: 30px;
  width: 30px;
  display: inline-block;
}

.contact4-section-area .contact4-header .contact-author-box .text {
  padding-left: 14px;
}

.contact4-section-area .contact4-header .contact-author-box .text h4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: uppercase;
}

.contact4-section-area .contact4-header .contact-author-box .text a {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

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

@media (max-width: 767px) {
  .contact4-section-area .img1 {
    height: 330px;
    margin-bottom: 30px;
  }
}

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

.contact4-section-area .mapouter .gmap_canvas iframe {
  width: 100%;
  height: 333px;
  border-radius: 8px;
}

.contact2-bg-section {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/others-bg3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact2-bg-section .contact-img1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .contact2-bg-section .contact-img1 {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-bg-section .contact-img1 {
    width: 100%;
    height: 100%;
  }
}

.contact2-bg-section .mapouter .gmap_canvas {
  margin-top: 38px;
}

.contact2-bg-section .mapouter .gmap_canvas iframe {
  width: 50%;
  position: relative;
  top: 10px;
}

@media (max-width: 767px) {
  .contact2-bg-section .mapouter .gmap_canvas iframe {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-bg-section .mapouter .gmap_canvas iframe {
    width: 100%;
  }
}

.contact2-bg-section .contact-boxarea {
  border-radius: 8px;
  background: #FFF;
  padding: 24px;
  position: relative;
  z-index: 1;
}

.contact2-bg-section .contact-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background-image: url(../img/elements/elements27.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}

.contact2-bg-section .contact-boxarea .icons img {
  height: 30px;
  width: 30px;
  display: inline-block;
  filter: brightness(0) invert(1);
}

.contact2-bg-section .contact-boxarea .text {
  padding-left: 74px;
}

.contact2-bg-section .contact-boxarea .text h5 {
  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;
  /* 100% */
  text-transform: uppercase;
}

.contact2-bg-section .contact-boxarea .text a {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  display: inline-block;
}

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

.contact-inner-section .contact4-boxarea {
  position: relative;
  border-radius: 8px;
  background: #F1F1F1;
  padding: 24px;
}

.contact-inner-section .contact4-boxarea 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: 32px;
  /* 100% */
  text-transform: uppercase;
}

.contact-inner-section .contact4-boxarea .input-area input {
  width: 100%;
  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-medium);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
  margin-top: 16px;
}

.contact-inner-section .contact4-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  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;
  opacity: 80%;
}

.contact-inner-section .contact4-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  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;
  opacity: 80%;
}

.contact-inner-section .contact4-boxarea .input-area textarea {
  width: 100%;
  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-medium);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
  height: 140px;
  margin-top: 16px;
}

.contact-inner-section .contact4-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  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;
  opacity: 80%;
}

.contact-inner-section .contact4-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  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;
  opacity: 80%;
}

.contact-inner-section .contact4-boxarea .input-area button {
  border: none;
  outline: none;
}

.contact10-bg-section {
  position: relative;
  z-index: 1;
  background: #232323;
}

.contact10-bg-section .mapouter .gmap_canvas iframe {
  width: 47%;
  position: absolute;
  right: 0;
  top: 0;
  height: 322px;
}

@media (max-width: 767px) {
  .contact10-bg-section .mapouter .gmap_canvas iframe {
    width: 100%;
    position: relative;
    height: 325px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact10-bg-section .mapouter .gmap_canvas iframe {
    width: 100%;
    position: relative;
    height: 325px;
  }
}

.contact10-bg-section .contact-boxarea {
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  padding: 24px;
  position: relative;
  z-index: 1;
}

.contact10-bg-section .contact-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-14);
  position: absolute;
}

.contact10-bg-section .contact-boxarea .icons img {
  height: 30px;
  width: 30px;
  display: inline-block;
  filter: brightness(0);
}

.contact10-bg-section .contact-boxarea .text {
  padding-left: 74px;
}

.contact10-bg-section .contact-boxarea .text 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-bold);
  line-height: 18px;
  text-transform: uppercase;
}

.contact10-bg-section .contact-boxarea .text 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-medium);
  line-height: 18px;
  display: inline-block;
}

/*============= CONTACT CSS AREA ENDS===============*/

/*============= LINKS CSS AREA STARTS ===============*/
.links-section-area {
  background: #fcfcfc;
}

.links-section-area .link-boxarea {
  margin: 1rem 0.5rem;
  height: 250px;
  border-radius: 10px;
}

.links-section-area .link-boxarea h5 {
  font-family: var(--ztc-family-font2);
  margin-top: 1rem;
}

.links-section-area .link-boxarea a {
  text-transform: uppercase;
  color: var(--ztc-bg-bg-8);
  font-weight: 500;
  font-family: var(--ztc-family-font2);
}

.links-section-area .link-boxarea a:hover {
  cursor: pointer;
}

.links-section-area .link-boxarea:hover a {
  color: var(--ztc-bg-bg-2);
}


.links-section-area .link-boxarea.links-bg-1 {
  background-color: #b23b9210;
  transition: background-color 0.3s ease-in;
}

.links-section-area .link-boxarea.links-bg-1:hover {
  background-color: #b23b9220;
}

.links-section-area .link-boxarea.links-bg-2 {
  background-color: #375da410;
  transition: background-color 0.3s ease-in;
}

.links-section-area .link-boxarea.links-bg-2:hover {
  background-color: #375da420;
}

.links-section-area .link-boxarea.links-bg-3 {
  background-color: rgba(10, 184, 111, 0.1);
  transition: background-color 0.3s ease-in;
}

.links-section-area .link-boxarea.links-bg-3:hover {
  background-color: rgba(10, 184, 111, 0.2);
}

.links-section-area .link-boxarea.links-bg-4 {
  background-color: #FFBA0010;
  transition: background-color 0.3s ease-in;
}

.links-section-area .link-boxarea.links-bg-4:hover {
  background-color: #FFBA0020;
}

.links-section-area .link-boxarea.links-bg-5 {
  background-color: rgb(118, 163, 12, 0.1);
  transition: background-color 0.3s ease-in;
}

.links-section-area .link-boxarea.links-bg-5:hover {
  background-color: rgb(118, 163, 12, 0.2);
}

/*============= LINKS CSS AREA ENDS ===============*/

/*============= CTA CSS AREA ===============*/
.cta1-section-area {
  position: relative;
  z-index: 2;
  position: relative;
  margin-bottom: -130px;
}

.cta1-section-area .cta1-main-boxarea {
  background: var(--temp-secondary);
  /* border-radius: 8px; */
  padding: 20px 40px;
}

@media (min-width: 992px) {
  .cta1-section-area .cta1-main-boxarea {
    border-radius: 15vw;
  }
}

.cta1-section-area .newsletter-boxarea .br-round {
  border-radius: 2vw;
}

@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea {
    padding: 20px;
    border-radius: 5vw;
    text-align: center;
  }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer {
  display: flex;
}

@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  width: 150px;
  color: var(--ztc-text-text-2);
  padding: 16px 30px;
  font-weight: bold;
  margin: 0 14px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 20px 0 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 0 20px 0;
    display: block;
  }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: uppercase;
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
  color: var(--ztc-text-text-2);
  text-align: center;
  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: 32px;
  text-transform: uppercase;
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
  padding-left: 24px;
  border-left: 1px solid #D0981F;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1 {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-2);
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1::before {
  background: var(--ztc-bg-bg-1);
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1::after {
  background: #312E30;
}

.cta1-section-area .cta1-main-boxarea ul li {
  display: inline-block;
  margin: 0 24px 0 0;
  padding-top: 32px;
}

.cta1-section-area .cta1-main-boxarea ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(26, 23, 25, 0.05);
  padding: 12px 10px;
}

@media (max-width: 767px) {
  .cta1-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}

.cta1-section-area .cta1-main-boxarea ul li a img {
  margin: -6px 6px 0 0;
}

.cta2-section-area {
  position: relative;
  z-index: 2;
  position: relative;
  margin-bottom: -130px;
}

.cta2-section-area .cta1-main-boxarea {
  background: var(--ztc-bg-bg-5);
  border-radius: 8px;
  padding: 44px;
}

@media (max-width: 767px) {
  .cta2-section-area .cta1-main-boxarea {
    padding: 20px;
    text-align: center;
  }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cta2-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .timer {
  display: flex;
}

@media (max-width: 767px) {
  .cta2-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  width: 150px;
  color: var(--ztc-text-text-2);
  padding: 16px 30px;
  font-weight: bold;
  margin: 0 14px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 20px 0 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 0 20px 0;
    display: block;
  }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: uppercase;
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
  color: var(--ztc-text-text-2);
  text-align: center;
  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: 32px;
  text-transform: uppercase;
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
  padding-left: 24px;
  border-left: 1px solid rgba(17, 17, 17, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 20px 26px;
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  text-align: center;
  line-height: 54px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2:hover {
  transition: all 0.4s;
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.cta2-section-area .cta1-main-boxarea ul li {
  display: inline-block;
  margin: 0 24px 0 0;
  padding-top: 32px;
}

.cta2-section-area .cta1-main-boxarea ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(26, 23, 25, 0.05);
  padding: 12px 10px;
}

@media (max-width: 767px) {
  .cta2-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}

.cta2-section-area .cta1-main-boxarea ul li a img {
  margin: -6px 6px 0 0;
}

.cta3-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg4.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.cta3-section-area .elements9 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta3-section-area .elements18 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cta3-section-area .elements24 {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

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

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

.cta3-section-area .img1 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  height: 460px;
  top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .img1 {
    position: relative;
    top: 60px;
  }
}

@media (max-width: 767px) {
  .cta3-section-area .img1 {
    position: relative;
    top: 60px;
  }
}

.cta3-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cta3-section-area .date-btn {
  text-align: center;
  padding: 35px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  display: inline-block;
  width: 230px;
  height: 230px;
  position: absolute;
  right: 100px;
  bottom: 100px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .date-btn {
    right: 30px;
  }
}

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

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

.cta3-section-area .date-btn h4 {
  color: var(--ztc-text-text-8);
  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;
  text-transform: uppercase;
}

.cta3-section-area .date-btn p {
  color: var(--ztc-text-text-8);
  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: uppercase;
}

.cta3-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/elements20.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta3-section-area .cta-counter-box {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 45px 30px;
  width: 170px;
  height: 170px;
}

@media (max-width: 767px) {
  .cta3-section-area .cta-counter-box {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

.cta3-section-area .cta-counter-box .elements23 {
  position: absolute;
  max-width: 200px !important;
  max-height: 200px !important;
  left: -15px;
  top: -15px;
}

.cta3-section-area .cta-counter-box h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
  text-transform: uppercase;
}

.cta3-section-area .cta-counter-box p {
  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-medium);
  line-height: 18px;
  text-transform: uppercase;
}

.cta4-section-area {
  position: relative;
  z-index: 2;
  position: relative;
  margin-bottom: -130px;
}

.cta4-section-area .cta1-main-boxarea {
  background: var(--ztc-bg-bg-9);
  border-radius: 8px;
  padding: 44px;
}

@media (max-width: 767px) {
  .cta4-section-area .cta1-main-boxarea {
    padding: 20px;
    text-align: center;
  }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cta4-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .timer {
  display: flex;
}

@media (max-width: 767px) {
  .cta4-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  width: 150px;
  color: var(--ztc-text-text-2);
  padding: 16px 30px;
  font-weight: bold;
  margin: 0 14px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 20px 0 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 0 20px 0;
    display: block;
  }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
  color: var(--ztc-text-text-11);
  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;
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
  color: var(--ztc-text-text-11);
  text-align: center;
  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: 32px;
  text-transform: uppercase;
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
  padding-left: 24px;
  border-left: 1px solid var(--ztc-bg-bg-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn4 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn4:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.cta4-section-area .cta1-main-boxarea ul li {
  display: inline-block;
  margin: 0 24px 0 0;
  padding-top: 32px;
}

.cta4-section-area .cta1-main-boxarea ul li 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;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(26, 23, 25, 0.05);
  padding: 12px 10px;
}

@media (max-width: 767px) {
  .cta4-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}

.cta4-section-area .cta1-main-boxarea ul li a img {
  margin: -6px 6px 0 0;
  filter: brightness(0) invert(1);
}

.cta6-section-area {
  position: relative;
  z-index: 2;
  position: relative;
  margin-bottom: -130px;
}

.cta6-section-area .cta1-main-boxarea {
  background: var(--ztc-bg-bg-10);
  border-radius: 8px;
  padding: 44px;
}

@media (max-width: 767px) {
  .cta6-section-area .cta1-main-boxarea {
    padding: 20px;
    text-align: center;
  }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cta6-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .timer {
  display: flex;
}

@media (max-width: 767px) {
  .cta6-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  width: 150px;
  color: var(--ztc-text-text-2);
  padding: 16px 30px;
  font-weight: bold;
  margin: 0 14px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 20px 0 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 0 20px 0;
    display: block;
  }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: uppercase;
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
  color: var(--ztc-text-text-2);
  text-align: center;
  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: 32px;
  text-transform: uppercase;
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
  padding-left: 24px;
  border-left: 1px solid var(--ztc-bg-bg-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn6 {
  color: var(--ztc-text-text-21);
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn6 img {
  filter: brightness(0);
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn6:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn6:hover img {
  filter: brightness(0) invert(1);
}

.cta6-section-area .cta1-main-boxarea ul li {
  display: inline-block;
  margin: 0 24px 0 0;
  padding-top: 32px;
}

.cta6-section-area .cta1-main-boxarea ul li 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;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 10px;
}

@media (max-width: 767px) {
  .cta6-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}

.cta6-section-area .cta1-main-boxarea ul li a img {
  margin: -6px 6px 0 0;
  filter: brightness(0) invert(1);
}

.cta7-section-area {
  position: relative;
  z-index: 2;
  margin-bottom: -180px;
}

.cta7-section-area .cta7-bg-area {
  padding: 70px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .cta7-section-area .cta7-bg-area {
    padding: 40px;
  }
}

.cta7-section-area .cta7-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
  letter-spacing: -0.88px;
}

@media (max-width: 767px) {
  .cta7-section-area .cta7-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.cta7-section-area .cta7-bg-area .cta-heading p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.cta8-section-area {
  position: relative;
  z-index: 2;
  position: relative;
  margin-bottom: -130px;
}

.cta8-section-area .cta1-main-boxarea {
  background: var(--ztc-bg-bg-12);
  border-radius: 8px;
  padding: 44px;
}

@media (max-width: 767px) {
  .cta8-section-area .cta1-main-boxarea {
    padding: 20px;
    text-align: center;
  }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta8-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cta8-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .timer {
  display: flex;
}

@media (max-width: 767px) {
  .cta8-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  width: 150px;
  color: var(--ztc-text-text-2);
  padding: 16px 30px;
  font-weight: bold;
  margin: 0 14px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 20px 0 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 0 20px 0;
    display: block;
  }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: uppercase;
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
  color: var(--ztc-text-text-2);
  text-align: center;
  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: 32px;
  text-transform: uppercase;
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
  padding-left: 24px;
  border-left: 1px solid rgba(250, 227, 227, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 8px;
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8 span.demo {
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 70px;
  padding: 20px 26px;
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8 span.arrow {
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  text-align: center;
  color: var(--ztc-text-text-16);
  line-height: 54px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-16);
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8:hover span.arrow {
  margin-left: 6px;
  transition: all 0.4s;
  transform: rotate(0deg);
}

.cta8-section-area .cta1-main-boxarea ul li {
  display: inline-block;
  margin: 0 24px 0 0;
  padding-top: 32px;
}

.cta8-section-area .cta1-main-boxarea ul li 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;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 10px;
}

@media (max-width: 767px) {
  .cta8-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta8-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}

.cta8-section-area .cta1-main-boxarea ul li a img {
  margin: -6px 6px 0 0;
  filter: brightness(0) invert(1);
}

.cta9-section-area {
  position: relative;
  z-index: 2;
  position: relative;
  margin-top: -130px;
}

.cta9-section-area .cta1-main-boxarea {
  border-radius: var(--rounded-lg, 8px);
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  padding: 44px;
}

@media (max-width: 767px) {
  .cta9-section-area .cta1-main-boxarea {
    padding: 20px;
    text-align: center;
  }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta9-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .cta9-section-area .cta1-main-boxarea .timer-btn-area {
    display: inline-block;
  }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .timer {
  display: flex;
}

@media (max-width: 767px) {
  .cta9-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  width: 150px;
  color: var(--ztc-text-text-2);
  padding: 16px 30px;
  font-weight: bold;
  margin: 0 14px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 20px 0 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    margin: 0 0 20px 0;
    display: block;
  }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
  color: var(--ztc-text-text-18);
  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;
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
  color: var(--ztc-text-text-18);
  text-align: center;
  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: 32px;
  text-transform: uppercase;
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
  padding-left: 24px;
  border-left: 1px solid rgba(250, 227, 227, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 0;
    border: 0;
    margin-top: 20px;
  }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn9 {
  color: #FC334C;
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 4px;
  padding: 20px 26px;
  border-radius: var(--rounded-lg, 8px);
  background: #fff;
  overflow: hidden;
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn9::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--LLL, linear-gradient(135deg, #FF00B8 0%, #FF5000 100%));
  z-index: -1;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn9:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transform: translateY(-5px);
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn9:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}

.cta9-section-area .cta1-main-boxarea ul li {
  display: inline-block;
  margin: 0 24px 0 0;
  padding-top: 32px;
}

.cta9-section-area .cta1-main-boxarea ul li 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;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 10px;
}

@media (max-width: 767px) {
  .cta9-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta9-section-area .cta1-main-boxarea ul li a {
    line-height: 32px;
  }
}

.cta9-section-area .cta1-main-boxarea ul li a img {
  margin: -6px 6px 0 0;
  filter: brightness(0) invert(1);
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testimonials1-section-area {
  background: #FBF9F4;
  position: relative;
  z-index: 1;
}

.homepage4-body.theme-2 .testimonials1-section-area {
  background: rgba(78, 187, 122, 0.05);
}

@media (max-width: 767px) {
  .testimonials1-section-area .testimonial-img2 {
    display: none;
  }
}

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

.testimonials1-section-area .testimonial-img2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 48%;
  right: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  opacity: 0.09;
  z-index: -1;
}

.testimonials1-section-area .testimonial-img2 img {
  /* position: absolute; */
  /* right: 0; */
  /* top: 50px; */
  /* width: 30%; */
  -o-object-fit: contain;
  object-fit: contain;
  /* height: 100% */
}

.testimonials1-section-area .testimonial-content-slider .owl-nav {
  margin-top: 48px;
}

.testimonials1-section-area .testimonial-content-slider .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  background: rgba(26, 23, 25, 0.05);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
}

.testimonials1-section-area .testimonial-content-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.testimonials1-section-area .testimonial-content-slider .owl-nav button:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box {
  position: relative;
  z-index: 1;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .list-display {
  display: flex;
  align-self: center;
  justify-content: space-between;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .list-display ul li {
  height: 24px;
  width: 24px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  background: rgba(255, 186, 0, 0.1);
  transition: all 0.4s;
  line-height: 24px;
  color: #FFBA00;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box 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: 30px;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area {
  display: flex;
  align-items: center;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .img1 img {
  height: 50px;
  width: 50px;
  /* border-radius: 50%; */
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .img1 i {
  width: 30px;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .text {
  padding-left: 12px;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .logo svg {
  width: 122px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonials1-section-area .video-play-btn {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .testimonials1-section-area .video-play-btn {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials1-section-area .video-play-btn {
    margin-top: 30px;
  }
}

.testimonials1-section-area .video-play-btn a {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  position: absolute;
  top: 45%;
  z-index: 1;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .testimonials1-section-area .video-play-btn a {
    background: var(--ztc-bg-bg-3);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials1-section-area .video-play-btn a {
    background: var(--ztc-bg-bg-3);
  }
}

.testimonials1-section-area .video-play-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 45px;
  top: 45px;
  background: var(--ztc-bg-bg-1);
  opacity: 30%;
  transition: all 0.4s;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

@media (max-width: 767px) {
  .testimonials1-section-area .video-play-btn a::after {
    background: var(--ztc-bg-bg-3);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials1-section-area .video-play-btn a::after {
    background: var(--ztc-bg-bg-3);
  }
}

.testimonial4-section-area {
  position: relative;
  z-index: 1;
  background: #F8F7F3;
}

.testimonial4-section-area .testimonial-review-slider {
  position: relative;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial-review-slider .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial-review-slider .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}

.testimonial4-section-area .testimonial-review-slider .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(46, 77, 253, 0.08);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
  color: var(--ztc-text-text-11);
}

.testimonial4-section-area .testimonial-review-slider .owl-nav button:hover {
  background: var(--ztc-text-text-13);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -90px;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-prev {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    margin-top: 0;
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-prev {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    margin-top: 0;
    margin: 0 16px 0 0;
  }
}

.testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-next {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -90px;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-next {
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-next {
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content ul {
  text-align: center;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content ul li {
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: rgba(46, 77, 253, 0.08);
  color: var(--ztc-text-text-13);
  text-align: center;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content p.main {
  color: var(--ztc-text-text-12);
  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-medium);
  line-height: 40px;
  /* 166.667% */
  text-align: center;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area .img1 img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area .text {
  padding-left: 14px;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area .text p {
  color: #363D4A;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
  text-align: start;
}

.testimonial6-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-2);
}

.testimonial6-section-area .testimonial-heading h5 {
  color: var(--ztc-text-text-1);
}

.testimonial6-section-area .testimonial-heading h5 img {
  filter: brightness(0) invert(1);
}

.testimonial6-section-area .testimonial-heading h2 {
  color: var(--ztc-text-text-1);
}

.testimonial6-section-area .testimonial-reviews-area .slick-list {
  overflow: inherit !important;
}

.testimonial6-section-area .testimonial-reviews-area .testimonial-boxarea {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 20px 16px;
  height: 220px;
  position: relative;
  margin: 0 8px;
}

.testimonial6-section-area .testimonial-reviews-area .testimonial-boxarea p {
  color: rgba(64, 64, 64, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.testimonial6-section-area .testimonial-reviews-area .testimonial-boxarea a {
  color: rgba(64, 64, 64, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  bottom: 20px;
}

.testimonial6-section-area .testimonial-reviews-area2 .slick-list {
  overflow: inherit !important;
}

.testimonial6-section-area .testimonial-reviews-area2 .testimonial-boxarea {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 20px 16px;
  height: 220px;
  position: relative;
  margin: 0 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial6-section-area .testimonial-reviews-area2 .testimonial-boxarea {
    height: 350px;
  }
}

.testimonial6-section-area .testimonial-reviews-area2 .testimonial-boxarea p {
  color: rgba(64, 64, 64, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.testimonial6-section-area .testimonial-reviews-area2 .testimonial-boxarea a {
  color: rgba(64, 64, 64, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  bottom: 20px;
}

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

.testimonials7-section-area .testimonial-content-slider7 {
  position: relative;
}

.testimonials7-section-area .testimonial-content-slider7 .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
}

@media (max-width: 767px) {
  .testimonials7-section-area .testimonial-content-slider7 .owl-nav {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials7-section-area .testimonial-content-slider7 .owl-nav {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}

.testimonials7-section-area .testimonial-content-slider7 .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  background: rgba(252, 34, 106, 0.1);
  transition: all 0.4s;
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
}

.testimonials7-section-area .testimonial-content-slider7 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.testimonials7-section-area .testimonial-content-slider7 .owl-nav button:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box {
  position: relative;
  z-index: 1;
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid rgba(26, 23, 25, 0.05);
  padding: 32px 24px;
  transition: all 0.4s;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box:hover {
  border-radius: var(--rounded-lg, 8px);
  background: #FFF3F6;
  transition: all 0.4s;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box:hover .list-display .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box:hover .list-display ul {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display {
  display: flex;
  align-self: center;
  justify-content: space-between;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display .icons {
  height: 50px;
  width: 50px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #F5F5F5;
  text-align: center;
  line-height: 50px;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display ul {
  border-radius: 4px;
  background: #F5F5F5;
  display: inline-block;
  padding: 8px;
  height: 40px;
  transition: all 0.4s;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display ul li {
  display: inline-block;
  color: #FFA41C;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display ul li:nth-child(6) {
  color: #1A1719;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area {
  display: flex;
  align-items: center;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area .img1 img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area .text {
  padding-left: 12px;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .logo svg {
  width: 122px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonials7-section-area .video-play-btn {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .testimonials7-section-area .video-play-btn {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials7-section-area .video-play-btn {
    margin-top: 30px;
  }
}

.testimonials7-section-area .video-play-btn a {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .testimonials7-section-area .video-play-btn a {
    background: var(--ztc-bg-bg-3);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials7-section-area .video-play-btn a {
    background: var(--ztc-bg-bg-3);
  }
}

.testimonials7-section-area .video-play-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 45px;
  top: 45px;
  background: var(--ztc-bg-bg-1);
  opacity: 30%;
  transition: all 0.4s;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

@media (max-width: 767px) {
  .testimonials7-section-area .video-play-btn a::after {
    background: var(--ztc-bg-bg-3);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials7-section-area .video-play-btn a::after {
    background: var(--ztc-bg-bg-3);
  }
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
  position: relative;
  z-index: 1;
}

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

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

.about1-section-area .about-imges .about-btnarea {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 40.5%;
}

.about1-section-area .about-imges .about-btnarea svg {
  position: absolute;
  top: -45px;
  left: -40px;
}

.about1-section-area .about-imges .about-btnarea a {
  color: var(--ztc-text-text-2);
  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;
  display: inline-block;
  position: relative;
}

.about1-section-area .about-imges .about-btnarea a span {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s24);
}

.about1-section-area .about-header-area {
  padding: 0 0 0 30px;
}

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

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

.about1-section-area .about-header-area .about-auhtor-box {
  position: relative;
  z-index: 1;
  background: #FBF9F4;
  border-radius: 8px;
  padding: 20px 24px;
  transition: all 0.4s;
}

.about1-section-area .about-header-area .about-auhtor-box:hover .icons {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.about1-section-area .about-header-area .about-auhtor-box .icons {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 48px;
  background: rgba(26, 23, 25, 0.05);
  text-align: center;
  line-height: 48px;
  position: absolute;
}

.about1-section-area .about-header-area .about-auhtor-box .text {
  padding-left: 60px;
}

.about1-section-area .about-header-area .about-auhtor-box .text 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-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.about1-section-area .about-header-area .about-counter-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .about1-section-area .about-header-area .about-counter-area {
    display: flex;
    padding: 0 !important;
    border: none;
    text-align: center;
  }
}

.about1-section-area .about-header-area .about-counter-area .counter-box {
  border-right: 1px solid #E6E8E8;
  padding: 0 40px 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .about1-section-area .about-header-area .about-counter-area .counter-box {
    padding: 0 5px !important;
    border: none;
  }
}

.about1-section-area .about-header-area .about-counter-area .counter-box.box2 {
  padding: 0 48px;
}

.about1-section-area .about-header-area .about-counter-area .counter-box.box3 {
  padding: 0 0 0 48px;
}

.about2-section-area {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(13, 40, 121, 0.914), rgba(95, 168, 245, 0.914) 40%, rgba(217, 234, 253, 0.914) 100%);
}

#section-sticky {
  transition: all 0.3s;
  transform: translateY(-30px);
}

#section-sticky .about-images-area {
  width: 500px;
}


.about2-section-area .sticky {
  position: fixed;
  top: 130px;
  /* top: 25vh; */
  /* width: 42%; */
  /* margin-right: 10%; */
  /* transition: all 0.3s ease-in; */
  /* transition: all 0.3s; */
}

.about2-section-area .elements12 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

.about2-section-area .about-images-area .elements14 {
  position: absolute;
  left: -60px;
}

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

.about2-section-area .about2-header .others-boxarea {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .about2-section-area .about2-header .others-boxarea {
    display: inline-block;
  }
}

.about2-section-area .about2-header .others-boxarea .icons-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 12px;
  margin: 0 18px 0 0;
  margin-top: 28px;
}

.about2-section-area .about2-header .others-boxarea .icons-box:hover .icons {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.about2-section-area .about2-header .others-boxarea .icons-box:hover .icons img {
  filter: brightness(0);
  transition: all 0.4s;
}

.about2-section-area .about2-header .others-boxarea .icons-box .icons {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
}

.about2-section-area .about2-header .others-boxarea .icons-box .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.about2-section-area .about2-header .others-boxarea .icons-box p {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  padding-left: 10px;
}

.about2-header p {
  color: var(--ztc-text-text-21);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
}

.boxarea-2 {
  margin-bottom: 50px;
}

.boxarea-2 span {
  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);
}

.boxarea-2 p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 22px;
}

.boxarea-3 {
  text-align: left;
  color: #fff;
  height: 200px;
  background: var(--temp-1-tertiary);
  border-radius: 5px;
}

.boxarea-3 span {
  margin: 20px 0 0 20px;
}

.boxarea-3 p {
  margin: 20px 20px;
  font-weight: 500;
  font-size: var(--ztc-font-size-font-s20);
}


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

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

.about3-section-area .about3-images .about-img10 {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.about3-section-area .about3-images .img1 {
  background: #FFEBEC;
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
}

.about3-section-area .about3-images .img1:hover img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.about3-section-area .about3-images .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

.about3-section-area .about3-images .img2 {
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about3-section-area .about3-images .img2 {
    position: relative;
    margin-top: 20px;
  }
}

.about3-section-area .about3-images .img2:hover img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.about3-section-area .about3-images .img2 img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .about3-section-area .about3-images .img2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.about3-section-area .about3-images .img3 {
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about3-section-area .about3-images .img3 {
    position: relative;
    margin-top: 20px;
  }
}

.about3-section-area .about3-images .img3:hover img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.about3-section-area .about3-images .img3 img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .about3-section-area .about3-images .img3 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.about3-section-area .about-header {
  padding: 0 0 0 80px;
}

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

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

.about3-section-area .about-header .counter-area,
.about2 .counter-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about3-section-area .about-header .counter-area .counter-box:not(:last-child),
.about2 .counter-box {
  margin: 20px 20px 0 0;
  border-right: 1px solid #E6E8E8;
  padding: 0 40px 0 0;
  text-align: center;
}

@media (max-width: 767px) {

  .about3-section-area .about-header .counter-area .counter-box,
  .about2 .counter-box {
    padding: 0;
    border: none;
  }
}

.about3-section-area .about-header .counter-area .counter-box h3 {
  color: var(--temp-2-secondary);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

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

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

.about4-section-area .about-images .content-box {
  background: var(--ztc-bg-bg-8);
  padding: 32px 24px;
  border-radius: 8px;
}

.about4-section-area .about-images .content-box p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  /* 100% */
}

.about4-section-area .about-images .content-box h6 {
  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: 24px;
  /* 120% */
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ztc-text-text-1);
}

.about4-section-area .about-images .content-box ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  margin-top: 14px;
}

.about4-section-area .about-images .content-box ul li a img {
  filter: brightness(0) invert(1);
  margin: 0 4px 0 0;
}

.about4-section-area .about4-heading {
  padding: 0 0 0 50px;
}

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

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

.about4-section-area .about4-heading ul li {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .about4-section-area .about4-heading ul li {
    line-height: 26px;
    display: flex;
  }
}

.about4-section-area .about4-heading ul li img {
  margin: 0 8px 0 0;
}

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

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

.about6-section-area .about6-header {
  padding: 0 0 0 50px;
}

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

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

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

.about7-section-area .about-header-area {
  padding: 0 30px 0 0;
}

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

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

.about-header-area .about-auhtor-box {
  position: relative;
  z-index: 1;
  background: #FBF9F4;
  border-radius: 8px;
  padding: 20px 24px;
  transition: all 0.4s;
}

.about6-section-area.theme-2 .about-header-area .about-auhtor-box {
  background: rgb(179 110 199 / 12%);
}

.about-header-area .about-auhtor-box:hover .icons {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.about-header-area .about-auhtor-box .icons {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 48px;
  background: var(--ztc-bg-bg-3);
  text-align: center;
  line-height: 48px;
  position: absolute;
}

.about6-section-area.theme-2 .about-header-area .about-auhtor-box .icons,
.about6-section-area.theme-2 .about-header-area .about-auhtor-box:hover .icons {
  background: rgb(133 66 152);
}

.about-header-area .about-auhtor-box .icons img {
  filter: brightness(0) invert(1);
}

.about-header-area .about-auhtor-box .text {
  padding-left: 60px;
}

.about-header-area .about-auhtor-box .text a {
  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;
  display: inline-block;
  transition: all 0.4s;
}

.about7-section-area .about-header-area .about-counter-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .about7-section-area .about-header-area .about-counter-area {
    display: flex;
    padding: 0 !important;
    border: none;
    text-align: center;
  }
}

.about7-section-area .about-header-area .about-counter-area .counter-box {
  border-right: 1px solid #E6E8E8;
  padding: 0 40px 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .about7-section-area .about-header-area .about-counter-area .counter-box {
    padding: 0 5px !important;
    border: none;
  }
}

.about7-section-area .about-header-area .about-counter-area .counter-box.box2 {
  padding: 0 48px;
}

.about7-section-area .about-header-area .about-counter-area .counter-box.box3 {
  padding: 0 0 0 48px;
}

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

.about7-section-area .about-all-images .img1 img {
  height: 560px;
  width: 360px;
  border-radius: 8px;
}

.about7-section-area .about-all-images .img2 {
  position: absolute;
  right: 0;
  top: 80px;
}

@media (max-width: 767px) {
  .about7-section-area .about-all-images .img2 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}

.about7-section-area .about-all-images .img2 img {
  height: 400px;
  width: 340px;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .about7-section-area .about-all-images .arrow-btn,
  .arrow-btn-round {
    display: none;
  }
}

@media (max-width: 767px) {

  .about7-section-area .about-all-images .arrow-btn,
  .arrow-btn-round {
    display: none;
  }
}

.about7-section-area .about-all-images .arrow-btn a,
.arrow-btn-round a {
  background: var(--ztc-bg-bg-2);
  border-width: 1px;
  border: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border-radius: 50%;
  padding: 8px;
  height: 150px;
  width: 150px;
  position: absolute;
  top: -25px;
  left: 50%;
}

.about7-section-area .about-all-images .arrow-btn a .arrow1,
.arrow-btn-round a .arrow1 {
  position: absolute;
  left: 42%;
  top: 42%;
  height: 24px;
  width: 24px;
}

.about7-section-area .about-all-images .arrow-btn a .circle,
.arrow-btn-round 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);
}

.about7-section-area .about-all-images .arrow-btn a .circle span,
.arrow-btn-round a .circle span {
  position: absolute;
  top: -63px;
  display: inline-block;
  transform-origin: 0 63px;
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {

  .about7-section-area .about-all-images .arrow-btn a,
  .arrow-btn-round a {
    margin-top: 15px;
  }
}

.about7-section-area .about-all-images .elements37 {
  position: absolute;
  left: 50%;
  bottom: -25px;
}

.about8-section-area {
  position: relative;
}

.about8-section-area .layer1 {
  position: absolute;
  bottom: -100px;
  width: 100%;
  z-index: 2;
  height: 160px;
}

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

.about8-section-area .about8-images .about-img10 {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.about8-section-area .about8-images .img1 {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  overflow: hidden;
  border-radius: 50%;
}

.about8-section-area .about8-images .img1:hover img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.about8-section-area .about8-images .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

.about8-section-area .about8-images .img2 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about8-section-area .about8-images .img2 {
    position: relative;
    margin-top: 20px;
  }
}

.about8-section-area .about8-images .img2:hover img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.about8-section-area .about8-images .img2 img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .about8-section-area .about8-images .img2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.about8-section-area .about8-images .img3 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about8-section-area .about8-images .img3 {
    position: relative;
    margin-top: 20px;
  }
}

.about8-section-area .about8-images .img3:hover img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.about8-section-area .about8-images .img3 img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .about8-section-area .about8-images .img3 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.about8-section-area .side-img1-area {
  position: relative;
  z-index: 1;
  top: -60px;
}

@media (max-width: 767px) {
  .about8-section-area .side-img1-area {
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .side-img1-area {
    top: 0;
  }
}

.about8-section-area .side-img1-area .counter-box {
  display: inline-block;
}

.about8-section-area .side-img1-area .counter-box h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.88px;
  background: rgba(255, 255, 255, 0.2);
  background: rgb(64, 1, 103, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: inline-block;
  height: 132px;
  width: 132px;
  text-align: center;
  line-height: 132px;
  border-radius: 50%;
  transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box h3:hover {
  background: #FF2D55;
  transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box h3::after {
  height: 148px;
  width: 148px;
  display: inline-block;
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.about8-section-area .side-img1-area .counter-box p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.4px;
  margin-top: 16px;
}

.about8-section-area .side-img1-area .counter-box2 {
  display: inline-block;
  position: absolute;
  top: 42%;
  left: 42%;
}

.about8-section-area .side-img1-area .counter-box2 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: 700;
  line-height: 24px;
  letter-spacing: -0.88px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box2 h3:hover {
  background: #FF2D55;
  transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box2 h3::after {
  height: 90px;
  width: 90px;
  display: inline-block;
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.about8-section-area .side-img1-area .counter-box2 p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.4px;
  margin-top: 16px;
}

.about8-section-area .side-img1-area .counter-box3 {
  display: inline-block;
  position: absolute;
  bottom: -50px;
  right: 0;
}

.about8-section-area .side-img1-area .counter-box3 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: 700;
  line-height: 32px;
  letter-spacing: -0.88px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box3 h3:hover {
  background: #FF2D55;
  transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box3 h3::after {
  height: 110px;
  width: 110px;
  display: inline-block;
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.about8-section-area .side-img1-area .counter-box3 p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.4px;
  margin-top: 16px;
}

.about8-section-area .side-img1-area .counter-box4 {
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: -60%;
}

.about8-section-area .side-img1-area .counter-box4 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: 700;
  line-height: 32px;
  letter-spacing: -0.88px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box4 h3:hover {
  background: #FF2D55;
  transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box4 h3::after {
  height: 110px;
  width: 110px;
  display: inline-block;
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.about8-section-area .side-img1-area .counter-box4 p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.4px;
  margin-top: 16px;
}

.about8-section-area .side-img1-area .img1 {
  position: absolute;
  right: 70px;
  top: -30px;
}

.about8-section-area .side-img1-area .img1 img {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about8-section-area .side-img1-area .img2 {
  position: absolute;
  right: 0;
  top: 30%;
}

.about8-section-area .side-img1-area .img2 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about8-section-area .side-img1-area .img3 {
  position: relative;
  top: 80px;
  left: -10px;
}

.about8-section-area .side-img1-area .img3 img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.about8-section-area .side-img1-area .img4 {
  position: relative;
  top: 40px;
  left: 40%;
}

.about8-section-area .side-img1-area .img4 img {
  height: 56px;
  width: 56px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

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

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

.about10-section-area .about10-images .about-img10 {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.about10-section-area .about10-images .img1 {
  background: #484547;
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
}

.about10-section-area .about10-images .img1:hover img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.about10-section-area .about10-images .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

.about10-section-area .about10-images .img2 {
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about10-section-area .about10-images .img2 {
    position: relative;
    margin-top: 20px;
  }
}

.about10-section-area .about10-images .img2:hover img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.about10-section-area .about10-images .img2 img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .about10-section-area .about10-images .img2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.about10-section-area .about10-images .img3 {
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about10-section-area .about10-images .img3 {
    position: relative;
    margin-top: 20px;
  }
}

.about10-section-area .about10-images .img3:hover img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.about10-section-area .about10-images .img3 img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .about10-section-area .about10-images .img3 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.about10-section-area .about-header {
  padding: 0 0 0 80px;
}

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

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

.about10-section-area .about-header .counter-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about10-section-area .about-header .counter-area .counter-box {
  margin-top: 20px;
  border-right: 1px solid #979999;
  padding: 0 40px 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .about10-section-area .about-header .counter-area .counter-box {
    padding: 0;
    border: none;
  }
}

.about10-section-area .about-header .counter-area .counter-box h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= EVENT CSS AREA ===============*/
.event1-section-area {
  position: relative;
  z-index: 1;
  background: #FBF9F4;
}

.event1-section-area .heading5 h5 {
  font-size: var(--ztc-font-size-font-s16);
}

.event1-section-area .nav.nav-pills {
  justify-content: center;
}

.event1-section-area .nav.nav-pills .nav-item button {
  border-radius: 8px;
  border: 1px solid rgba(26, 23, 25, 0.05);
  background: #FFF;
  padding: 0;
  margin: 0 30px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event1-section-area .nav.nav-pills .nav-item button {
    margin: 30px 30px 0 0;
  }
}

@media (max-width: 767px) {
  .event1-section-area .nav.nav-pills .nav-item button {
    margin: 30px 0 0 0;
    width: 100%;
  }
}

.event1-section-area .nav.nav-pills .nav-item button.active {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.event1-section-area .nav.nav-pills .nav-item button.active .day {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.event1-section-area .nav.nav-pills .nav-item button .vl-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}

.event1-section-area .nav.nav-pills .nav-item button .day {
  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: block;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  background: rgba(26, 23, 25, 0.05);
  padding: 8px 0;
}

.event1-section-area .nav.nav-pills .nav-item button .cal {
  color: var(--ztc-text-text-2);
  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;
  display: inline-block;
  transition: all 0.4s;
  text-align: center;
  margin: 0 28px 0 0;
}

.event1-section-area .nav.nav-pills .nav-item button span.date {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 26px;
  /* 118.182% */
  display: inline-block;
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea {
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .event1-section-area .tab-content .tab-pane .tabs-widget-boxarea {
    padding: 16px;
  }
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .img1 img {
  height: 270px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area {
  padding: 0 30px 0 0;
}

@media (max-width: 767px) {
  .event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area {
    padding: 0;
    margin-top: 30px;
  }
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area ul li {
  display: inline-block;
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area ul li a {
  color: var(--ztc-text-text-3);
  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;
  /* 100% */
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area ul li a span {
  margin: 0 8px;
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area a.head {
  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;
  transition: all 0.4s;
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-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;
}

.event1-section-area .session-points li {
  display: list-item !important;
  list-style: initial;
  margin-left: 18px;
}


.tabs-widget-boxarea .event-header h5 {
  margin-bottom: 5px;
}


.event1-section-area .app-details li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px !important;
  border-radius: 50%;
  border: 1px solid var(--ztc-bg-bg-2);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  /* background: var(--ztc-bg-bg-2); */
  font-size: var(--ztc-font-size-font-s18) !important;
  margin: 0 6px 0 0;
}

.event1-section-area .speakers {
  display: flex;
  align-items: center;
  margin: 0 0 13px 0;
}

.event1-section-area .speakers img {
  max-width: 65px;
  border-radius: 50%;
  border: 4px solid #FBF9F4;
}

.event1-section-area .speakers .details {
  margin: 0 0 0 10px;
}

.event1-section-area .speakers .details p {
  color: var(--ztc-bg-bg-4) !important;
  font-size: 16px !important;
  line-height: normal !important;
}

.event1-section-area .speakers .details p .name {
  color: var(--temp-1-secondary);
  /* padding-bottom: 20px; */
  /* font-weight:500; */
}

.event1-section-area .speakers .details p span {
  line-height: normal !important;
}


.event2-section-area {
  position: relative;
  z-index: 2;
  background-image: url(../img/bg/header-bg3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.event2-section-area .tabs-button ul {
  justify-content: center;
}

.event2-section-area .tabs-button ul li button {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  width: 180px;
  display: flex;
  align-items: center;
  text-align: center;
  height: 56px;
  margin: 0 16px 0 0;
}

@media (max-width: 767px) {
  .event2-section-area .tabs-button ul li button {
    margin: 0 0 10px 0;
  }
}

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

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

.event2-section-area .tabs-button ul li button.active .pl-8 .day {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.event2-section-area .tabs-button ul li button.active .pl-8 .date {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.event2-section-area .tabs-button ul li button span.calender {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  height: 43px;
  width: 55px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
}

.event2-section-area .tabs-button ul li button span.calender img {
  transition: all 0.4s;
  height: 24px;
  width: 24px;
  filter: brightness(0) invert(1);
}

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

.event2-section-area .tabs-button ul li button .pl-8 .day {
  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-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  text-align: start;
}

.event2-section-area .tabs-button ul li button .pl-8 .date {
  color: var(--ztc-text-text-1);
  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;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 28px;
  position: relative;
  z-index: 1;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
  position: absolute;
  content: "";
  height: 93%;
  width: 1px;
  left: -60px;
  top: 195px;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.1);
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  left: -88px;
  top: 140px;
  z-index: 1;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1.active {
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-5);
}

@media (max-width: 767px) {
  .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    display: none;
  }
}

@media (max-width: 767px) {
  .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
    margin-bottom: 30px;
  }
}

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

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li {
  display: inline-block;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-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-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

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

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a img {
  filter: brightness(0) invert(1);
  margin: 0 4px 0 0;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a span {
  margin: 0 8px;
  display: inline-block;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
  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;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    line-height: 32px;
  }
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
  display: flex;
  align-items: center;
}

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

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
  display: flex;
  align-items: center;
  padding: 0 12px 0 0;
  border-right: 1px solid #354F57;
}

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

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

.event2-section-area .tab-content .tab-pane .event-widget-area .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;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
  padding-left: 12px;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text 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-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

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

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

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea.box3::after {
  display: none;
}

@media (max-width: 767px) {
  .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
    padding: 0 !important;
    margin-bottom: 16px;
    border: none;
  }
}

.event3-section-area {
  position: relative;
  z-index: 2;
}

.event3-section-area .tabs-button ul {
  justify-content: center;
}

.event3-section-area .tabs-button ul li button {
  border-radius: 8px;
  background: #F5F5F5;
  padding: 8px;
  width: 180px;
  display: flex;
  align-items: center;
  text-align: center;
  height: 56px;
  margin: 0 16px 0 0;
}

@media (max-width: 767px) {
  .event3-section-area .tabs-button ul li button {
    margin: 0 0 10px 0;
  }
}

.event3-section-area .tabs-button ul li button.active {
  border-radius: 8px;
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  transition: all 0.4s;
}

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

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

.event3-section-area .tabs-button ul li button.active .pl-8 .day {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.event3-section-area .tabs-button ul li button.active .pl-8 .date {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.event3-section-area .tabs-button ul li button span.calender {
  border-radius: 4px;
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  height: 43px;
  width: 55px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
}

.event3-section-area .tabs-button ul li button span.calender img {
  transition: all 0.4s;
  height: 24px;
  width: 24px;
  filter: brightness(0) invert(1);
}

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

.event3-section-area .tabs-button ul li button .pl-8 .day {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  text-align: start;
}

.event3-section-area .tabs-button ul li button .pl-8 .date {
  color: var(--ztc-text-text-8);
  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;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea {
  position: relative;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
  position: absolute;
  content: "";
  height: 93%;
  width: 1px;
  left: 45.7%;
  top: 0;
  transition: all 0.4s;
  background: #E6E7E8;
}

@media (max-width: 767px) {
  .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
    display: none;
  }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
  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;
  transition: all 0.4s;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  border-radius: 50%;
  position: absolute;
  left: 43%;
  top: 88px;
  z-index: 1;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1.active {
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    display: none;
  }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
    margin-bottom: 30px;
  }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li {
  display: inline-block;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

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

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a img {
  filter: brightness(0);
  margin: 0 4px 0 0;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a span {
  margin: 0 8px;
  display: inline-block;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    line-height: 32px;
  }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
    display: inline-block;
  }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
  display: flex;
  align-items: center;
  padding: 0 12px 0 0;
  border-right: 1px solid #E6E7E8;
}

@media (max-width: 767px) {
  .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
    margin-bottom: 0;
  }
}

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

.event3-section-area .tab-content .tab-pane .event-widget-area .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;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
  padding-left: 12px;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

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

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea.box3::after {
  display: none;
}

@media (max-width: 767px) {
  .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
    padding: 0 !important;
    margin-bottom: 16px;
    border: none;
  }
}

.event4-section-area {
  position: relative;
  z-index: 1;
  background: #F8F7F3;
}

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

.event4-section-area .event-images-area .img1 {
  position: relative;
  z-index: 1;
}

.event4-section-area .event-images-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--temp-2-primary);
  opacity: 0.7;
  border-radius: 8px;
}

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

@media (max-width: 767px) {
  .event4-section-area .event-images-area .img1 img {
    height: 400px;
  }
}

.event4-section-area .event-images-area .content-area {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 48px 90px 48px 48px;
  top: 50%;
  margin-top: -180px;
}

@media (max-width: 767px) {
  .event4-section-area .event-images-area .content-area {
    padding: 20px;
    margin-top: -135px;
  }
}

.event4-section-area .nav.nav-pills {
  justify-content: center;
}

.event4-section-area .nav.nav-pills .nav-item a {
  border-radius: 8px;
  border: 1px solid rgba(0, 36, 102, 0.1);
  background: #FFF;
  padding: 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event4-section-area .nav.nav-pills .nav-item a {
    margin: 30px 30px 0 0;
  }
}

@media (max-width: 767px) {
  .event4-section-area .nav.nav-pills .nav-item a {
    margin: 30px 0 0 0;
    width: 100%;
  }
}

.event4-section-area .nav.nav-pills .nav-item a.active {
  /* background: #400167cc; */
  border: 2px solid rgba(0, 36, 102, 0.5);
  transition: all 0.4s;
}

.event4-section-area .nav.nav-pills .nav-item a.active .day {
  /* background: var(--temp-1-quaternary);
  color: var(--ztc-text-text-1); */
  transition: all 0.4s;
}


.category-content .category-pane {
  /* max-height: 633px; */
  overflow-y: auto;
  /* overflow-y: scroll; */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */

  .accordion-item {
    margin-bottom: 24px;
    border-radius: 8px;
    padding: 28px 24px;
    border-radius: 8px;
    border: 1px solid rgba(46, 77, 253, 0.08);
    background: #FFF;
  }
}



.category-content .category-pane::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.event4-section-area .nav.nav-pills .nav-item a .vl-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;

  img {
    border-radius: 10px;
    max-height: 130px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .event4-section-area .nav.nav-pills .nav-item a .vl-flex img {
    height: 120px;
    width: auto;
  }
}

.event4-section-area .nav.nav-pills .nav-item a .day {
  color: var(--ztc-text-text-12);
  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: block;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  background: rgba(0, 36, 102, 0.1);
  padding: 8px 0;
}

.event4-section-area .nav.nav-pills .nav-item a .cal {
  color: var(--ztc-text-text-11);
  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;
  display: inline-block;
  transition: all 0.4s;
  text-align: center;
  margin: 0 28px 0 0;
}

.event4-section-area .nav.nav-pills .nav-item a span.date {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 26px;
  /* 118.182% */
  display: inline-block;
}

.event4-section-area .tab-content .tab-pane .accordion-item {
  margin-bottom: 24px;
  border-radius: 8px;
  padding: 28px 24px;
  border-radius: 8px;
  border: 1px solid rgba(46, 77, 253, 0.08);
  background: #FFF;
}

.event4-section-area .tab-content .tab-pane .accordion-item button {
  display: block;
  padding: 0;
  box-shadow: none;
  background: none;
}

.event4-section-area .tab-content .tab-pane .accordion-item button::after {
  position: absolute;
  top: 30px;
  right: 0;
  height: 2px;
  width: 14px;
  background: var(--ztc-bg-bg-8);
  border-radius: 8px;
}

.event4-section-area .tab-content .tab-pane .accordion-item button::before {
  position: absolute;
  top: 30px;
  right: 0;
  height: 2px;
  width: 14px;
  background: var(--ztc-bg-bg-8);
  border-radius: 8px;
  transform: rotate(-90deg);
  content: "";
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.event4-section-area .tab-content .tab-pane .accordion-item button.accordion-button:not(.collapsed)::before {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.event4-section-area .tab-content .tab-pane .accordion-item button span {
  color: var(--ztc-text-text-12);
  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;
  display: inline-block;
  padding-bottom: 20px;
}

.event4-section-area .tab-content .tab-pane .accordion-item button span img {
  margin: 0 4px 0 0;
}

.event4-section-area .tab-content .tab-pane .accordion-item button .accor-btn {
  color: var(--ztc-text-text-11);
  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% */
  display: block;
  padding-bottom: 0;
}

.event4-section-area .tab-content .tab-pane .accordion-item .accordion-body {
  padding: 0;
}

.event4-section-area .tab-content .tab-pane .accordion-item .accordion-body p {
  color: var(--ztc-text-text-12);
  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;
  padding-top: 16px;
}

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

.event-sidepage-section-area .event-side-images h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s36);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 36px;
  /* 100% */
}

.event-sidepage-section-area .event-side-images p {
  color: var(--ztc-text-text-3);
  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: 24px;
}

.event-sidepage-section-area .event-side-images h4 {
  color: var(--ztc-text-text-2);
  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: 36px;
  /* 100% */
}

.event-sidepage-section-area .event-side-images .our-team-boxarea {
  text-align: center;
  margin-top: 30px;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.event-sidepage-section-area .event-side-images .our-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-medium);
  line-height: 18px;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 24px;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .elements21 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .elements22 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .elements21 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .elements22 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  height: auto;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 36px;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 0;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon3 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 36px;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon4 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: -7px;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 .team-img4 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 .share a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #FFBA00;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  margin-bottom: -20px;
  color: var(--ztc-text-text-2);
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 .share a img {
  height: 20px;
  width: 20px;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0);
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul {
  text-align: center;
  position: absolute;
  bottom: 0;
  transition: all 0.6s;
  left: 0;
  right: 0;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li {
  display: inline-block;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
  color: var(--ztc-text-text-8);
  margin: 0 10px 0 0;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a:hover {
  background: #FFBA00;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a.icon1 {
  position: absolute;
  bottom: 10px;
  left: 8px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a.icon2 {
  position: absolute;
  bottom: -20px;
  left: 33px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a.icon3 {
  position: absolute;
  bottom: 10px;
  right: -3px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a.icon4 {
  position: absolute;
  bottom: -20px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

.event-sidepage-section-area .shedule-listarea {
  padding: 0 0 0 30px;
}

@media (max-width: 767px) {
  .event-sidepage-section-area .shedule-listarea {
    padding: 0;
    margin-top: 30px;
  }
}

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

.event-sidepage-section-area .shedule-listarea .content-area {
  border-radius: 8px;
  background: #F1F0F0;
  padding: 30px;
}

.event-sidepage-section-area .shedule-listarea .content-area ul li {
  display: inline-block;
}

.event-sidepage-section-area .shedule-listarea .content-area 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-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .event-sidepage-section-area .shedule-listarea .content-area ul li a {
    display: block;
    margin-bottom: 10px;
  }
}

.event-sidepage-section-area .shedule-listarea .content-area ul li a img {
  filter: brightness(0);
  margin: 0 4px 0 0;
}

.event-sidepage-section-area .shedule-listarea .content-area ul li a span {
  margin: 0 8px;
  display: inline-block;
}

.event-sidepage-section-area .shedule-listarea .content-area .head {
  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;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .event-sidepage-section-area .shedule-listarea .content-area .head {
    line-height: 32px;
  }
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .event-sidepage-section-area .shedule-listarea .content-area .author-area {
    display: inline-block;
  }
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area {
  display: flex;
  align-items: center;
  padding: 0 12px 0 0;
  border-right: 1px solid #E6E7E8;
}

@media (max-width: 767px) {
  .event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .img1 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .img1 {
    margin-bottom: 0;
  }
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .img1 img {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .text {
  padding-left: 12px;
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .text 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-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .text a {
    line-height: 18px;
  }
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.event-sidepage-section-area .shedule-listarea .mapouter .gmap_canvas iframe {
  height: 300px;
  width: 100%;
  border-radius: 8px;
}

.event-single-section-area {
  position: relative;
  z-index: 2;
}

.event-single-section-area .tabs-button ul {
  justify-content: center;
}

.event-single-section-area .tabs-button ul li button {
  border-radius: 8px;
  background: #F5F5F5;
  padding: 8px;
  width: 180px;
  display: flex;
  align-items: center;
  text-align: center;
  height: 56px;
  margin: 0 16px 0 0;
}

@media (max-width: 767px) {
  .event-single-section-area .tabs-button ul li button {
    margin: 0 0 10px 0;
  }
}

.event-single-section-area .tabs-button ul li button.active {
  border-radius: 8px;
  background: #FFBA00;
  transition: all 0.4s;
}

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

.event-single-section-area .tabs-button ul li button.active span.calender img {
  filter: brightness(0);
}

.event-single-section-area .tabs-button ul li button.active .pl-8 .day {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.event-single-section-area .tabs-button ul li button.active .pl-8 .date {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.event-single-section-area .tabs-button ul li button span.calender {
  border-radius: 4px;
  background: #FFBA00;
  height: 43px;
  width: 55px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
}

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

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

.event-single-section-area .tabs-button ul li button .pl-8 .day {
  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;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  text-align: start;
}

.event-single-section-area .tabs-button ul li button .pl-8 .date {
  color: var(--ztc-text-text-2);
  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;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea {
  position: relative;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
  position: absolute;
  content: "";
  height: 93%;
  width: 1px;
  left: 45.7%;
  top: 0;
  transition: all 0.4s;
  background: #E6E7E8;
}

@media (max-width: 767px) {
  .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
    display: none;
  }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
  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;
  transition: all 0.4s;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  background: #FFBA00;
  border-radius: 50%;
  position: absolute;
  left: 43%;
  top: 88px;
  z-index: 1;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1.active {
  background: #FFBA00;
  color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
  .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    display: none;
  }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
    margin-bottom: 30px;
  }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li {
  display: inline-block;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area 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-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

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

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a img {
  filter: brightness(0);
  margin: 0 4px 0 0;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a span {
  margin: 0 8px;
  display: inline-block;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
  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;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    line-height: 32px;
  }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
    display: inline-block;
  }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
  display: flex;
  align-items: center;
  padding: 0 12px 0 0;
  border-right: 1px solid #E6E7E8;
}

@media (max-width: 767px) {
  .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
    margin-bottom: 0;
  }
}

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

.event-single-section-area .tab-content .tab-pane .event-widget-area .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;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
  padding-left: 12px;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text 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-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

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

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea.box3::after {
  display: none;
}

@media (max-width: 767px) {
  .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
    padding: 0 !important;
    margin-bottom: 16px;
    border: none;
  }
}

.schedule-section-area .schedule {
  width: 100%;
  border-radius: 16px;
}

.schedule-section-area table {
  width: 100%;
  border-collapse: collapse;
}

.schedule-section-area th,
.schedule-section-area td {
  border: 1px solid rgba(26, 23, 25, 0.1);
  background: #FFF;
  padding: 38px;
  text-align: center;
  vertical-align: middle;
}

.schedule-section-area th {
  background-color: #f8b500;
  color: var(--ztc-text-text-2);
  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;
  letter-spacing: -0.48px;
  padding: 18px 0;
}

.schedule-section-area td {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  letter-spacing: -0.4px;
}

.schedule-section-area td span {
  color: var(--ztc-text-text-3);
  text-align: center;
  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;
  letter-spacing: -0.32px;
  display: inline-block;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {

  .schedule-section-area table,
  .schedule-section-area thead,
  .schedule-section-area tbody,
  .schedule-section-area th,
  .schedule-section-area td,
  .schedule-section-area tr {
    display: block;
    text-align: center;
  }

  .schedule-section-area th,
  .schedule-section-area td {
    width: 100%;
    text-align: center;
  }
}

.event5-section-area {
  position: relative;
  z-index: 2;
}

.event5-section-area .elements28 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.event5-section-area .elements29 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.event5-section-area .event-widget-area .event2-boxarea {
  position: relative;
}

.event5-section-area .event-widget-area .event2-boxarea::after {
  position: absolute;
  content: "";
  height: 93%;
  width: 1px;
  left: 45.7%;
  top: 0;
  transition: all 0.4s;
  background: #5D9BFA;
}

@media (max-width: 767px) {
  .event5-section-area .event-widget-area .event2-boxarea::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event5-section-area .event-widget-area .event2-boxarea::after {
    display: none;
  }
}

.event5-section-area .event-widget-area .event2-boxarea h1 {
  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;
  transition: all 0.4s;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  border-radius: 50%;
  position: absolute;
  left: 43%;
  top: 88px;
  z-index: 1;
}

.event5-section-area .event-widget-area .event2-boxarea h1.active {
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .event5-section-area .event-widget-area .event2-boxarea h1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event5-section-area .event-widget-area .event2-boxarea h1 {
    display: none;
  }
}

.event5-section-area .event-widget-area .event2-boxarea .img1 {
  position: relative;
  z-index: 1;
}

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

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

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

.event5-section-area .event-widget-area .event2-boxarea .content-area ul li {
  display: inline-block;
}

.event5-section-area .event-widget-area .event2-boxarea .content-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-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

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

.event5-section-area .event-widget-area .event2-boxarea .content-area ul li a img {
  filter: brightness(0) invert(1);
  margin: 0 4px 0 0;
}

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

.event5-section-area .event-widget-area .event2-boxarea .content-area .head {
  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;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .event5-section-area .event-widget-area .event2-boxarea .content-area .head {
    line-height: 32px;
  }
}

.event5-section-area .event-widget-area .event2-boxarea .content-area .author-area {
  display: flex;
  align-items: center;
}

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

.event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
  display: flex;
  align-items: center;
  padding: 0 12px 0 0;
  border-right: 1px solid #5D9BFA;
}

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

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

.event5-section-area .event-widget-area .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;
}

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

.event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text 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-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

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

.event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

.event5-section-area .event-widget-area .event2-boxarea.box3::after {
  display: none;
}

@media (max-width: 767px) {
  .event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
    padding: 0 !important;
    margin-bottom: 16px;
    border: none;
  }
}

.event6-section-area {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
}

.event6-section-area .event6-widget-boxarea {
  position: relative;
  z-index: 1;
  background: var(--temp-3-secondary);
  border-radius: 8px;
}

.event6-section-area .event6-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event6-section-area .event6-widget-boxarea .content-area {
  padding: 0 80px 0 30px;
}

@media (max-width: 767px) {
  .event6-section-area .event6-widget-boxarea .content-area {
    padding: 20px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event6-section-area .event6-widget-boxarea .content-area {
    padding: 20px 30px;
    margin-top: 30px;
  }
}

.event6-section-area .event6-widget-boxarea .content-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-bold);
  line-height: 42px;
  letter-spacing: -0.64px;
}

@media (max-width: 767px) {
  .event6-section-area .event6-widget-boxarea .content-area h3 {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 30px;
  }
}

.event6-section-area .event6-widget-boxarea .content-area ul li {
  display: block;
}

.event6-section-area .event6-widget-boxarea .content-area ul li a {
  display: block;
  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-bold);
  line-height: 16px;
  transition: all 0.4s;
}

.event6-section-area .event6-widget-boxarea .content-area ul li a img {
  filter: brightness(0) invert(1);
  margin: 0 4px;
}

.event6-section-area .event6-widget-boxarea .content-area .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
}

.event6-section-area .event6-widget-boxarea .content-area .btn-area1 a img {
  filter: brightness(0);
}

.event6-section-area .event6-widget-boxarea .content-area .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
}

.event6-section-area .event6-widget-boxarea .content-area .btn-area1 a:hover img {
  filter: brightness(0) invert(1);
}

.event6-section-area .event6-widget-boxarea2 {
  position: relative;
  z-index: 1;
  background: #1C58CC;
  border-radius: 8px;
}

.event6-section-area .event6-widget-boxarea2 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event6-section-area .event6-widget-boxarea2 .content-area {
  padding: 0 80px 0 30px;
}

@media (max-width: 767px) {
  .event6-section-area .event6-widget-boxarea2 .content-area {
    padding: 20px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event6-section-area .event6-widget-boxarea2 .content-area {
    padding: 20px 30px;
    margin-top: 30px;
  }
}

.event6-section-area .event6-widget-boxarea2 .content-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-bold);
  line-height: 42px;
  letter-spacing: -0.64px;
}

@media (max-width: 767px) {
  .event6-section-area .event6-widget-boxarea2 .content-area h3 {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 30px;
  }
}

.event6-section-area .event6-widget-boxarea2 .content-area ul li {
  display: block;
}

.event6-section-area .event6-widget-boxarea2 .content-area ul li a {
  display: block;
  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-bold);
  line-height: 16px;
  transition: all 0.4s;
}

.event6-section-area .event6-widget-boxarea2 .content-area ul li a img {
  filter: brightness(0) invert(1);
  margin: 0 4px;
}

.event6-section-area .event6-widget-boxarea2 .content-area .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
}

.event6-section-area .event6-widget-boxarea2 .content-area .btn-area1 a img {
  filter: brightness(0);
}

.event6-section-area .event6-widget-boxarea2 .content-area .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
}

.event6-section-area .event6-widget-boxarea2 .content-area .btn-area1 a:hover img {
  filter: brightness(0) invert(1);
}

.event6-section-area .event6-widget-boxarea3 {
  position: relative;
  z-index: 1;
  background: #FF3A86;
  border-radius: 8px;
}

.event6-section-area .event6-widget-boxarea3 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event6-section-area .event6-widget-boxarea3 .content-area {
  padding: 0 80px 0 30px;
}

@media (max-width: 767px) {
  .event6-section-area .event6-widget-boxarea3 .content-area {
    padding: 20px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event6-section-area .event6-widget-boxarea3 .content-area {
    padding: 20px 30px;
    margin-top: 30px;
  }
}

.event6-section-area .event6-widget-boxarea3 .content-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-bold);
  line-height: 42px;
  letter-spacing: -0.64px;
}

@media (max-width: 767px) {
  .event6-section-area .event6-widget-boxarea3 .content-area h3 {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 30px;
  }
}

.event6-section-area .event6-widget-boxarea3 .content-area ul li {
  display: block;
}

.event6-section-area .event6-widget-boxarea3 .content-area ul li a {
  display: block;
  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-bold);
  line-height: 16px;
  transition: all 0.4s;
}

.event6-section-area .event6-widget-boxarea3 .content-area ul li a img {
  filter: brightness(0) invert(1);
  margin: 0 4px;
}

.event6-section-area .event6-widget-boxarea3 .content-area .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
}

.event6-section-area .event6-widget-boxarea3 .content-area .btn-area1 a img {
  filter: brightness(0);
}

.event6-section-area .event6-widget-boxarea3 .content-area .btn-area1 a:hover {
  color: var(--ztc-text-text-1);
}

.event6-section-area .event6-widget-boxarea3 .content-area .btn-area1 a:hover img {
  filter: brightness(0) invert(1);
}

.event7-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-2);
}

.event7-section-area .event-header h2 {
  color: var(--ztc-text-text-1);
}

.event7-section-area .nav.nav-pills {
  justify-content: center;
}

.event7-section-area .nav.nav-pills .nav-item button {
  border-radius: 8px;
  border: 1px solid rgba(26, 23, 25, 0.05);
  background: #FFF;
  padding: 0;
  margin: 0 30px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event7-section-area .nav.nav-pills .nav-item button {
    margin: 30px 30px 0 0;
  }
}

@media (max-width: 767px) {
  .event7-section-area .nav.nav-pills .nav-item button {
    margin: 30px 0 0 0;
    width: 100%;
  }
}

.event7-section-area .nav.nav-pills .nav-item button.active {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.event7-section-area .nav.nav-pills .nav-item button.active .day {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.event7-section-area .nav.nav-pills .nav-item button.active .vl-flex .cal {
  color: var(--ztc-text-text-1);
}

.event7-section-area .nav.nav-pills .nav-item button.active .vl-flex .date {
  color: var(--ztc-text-text-1);
}

.event7-section-area .nav.nav-pills .nav-item button .vl-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}

.event7-section-area .nav.nav-pills .nav-item button .day {
  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: block;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  background: rgba(26, 23, 25, 0.05);
  padding: 8px 0;
}

.event7-section-area .nav.nav-pills .nav-item button .cal {
  color: var(--ztc-text-text-2);
  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;
  display: inline-block;
  transition: all 0.4s;
  text-align: center;
  margin: 0 28px 0 0;
}

.event7-section-area .nav.nav-pills .nav-item button span.date {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 26px;
  /* 118.182% */
  display: inline-block;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area {
  position: relative;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .img1 {
  position: absolute;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .img1 img {
  height: 120px;
  width: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area {
  padding-left: 140px;
}

@media (max-width: 767px) {
  .event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area {
    padding: 0;
    margin-top: 30px;
  }
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area ul li {
  display: inline-block;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-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;
  opacity: 80%;
  display: inline-block;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area ul li a span {
  margin: 0 8px;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area ul li a img {
  filter: brightness(0) invert(1);
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area a.head {
  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;
  transition: all 0.4s;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-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;
  opacity: 80%;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area .vl-btn7 {
  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: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 8px 8px 8px 20px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #fff;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area .vl-btn7 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #312E30;
  transform: rotate(-45deg);
  margin-left: 4px;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area .vl-btn7:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-15);
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area .vl-btn7:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  background: #FD6497;
  color: var(--ztc-text-text-1);
}

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

.event8-section-area.price-plans {
  background:linear-gradient(to top, rgba(13, 40, 121, 0.914), rgba(13, 40, 121, 0.914) 30%, #2186d0 100%) !important;
   margin: 0 1rem;
    border-radius: 1rem;
    padding: 60px 0 40px;
}

.product-progress {
  margin-bottom: 3rem;
}

.product-progress .progress-box p {
  width: max-content;
}

.product-progress .progress-box.active p {
  color: var(--temp-1-quaternary);
}

.product-progress .progress-box.active span {
  background: var(--temp-1-quaternary);
}

.products-section-area .desc {
  border-radius: 8px;
}

.products-section-area .desc .price-icon {
  color: var(--temp-1-tertiary);
}

.products-section-area .desc li {
  color: #535353;
}

.product-area {
  position: relative;
  border-radius: 8px;
  padding: 20px 24px;
  transition: all 0.4s;
  border: 1px solid #FFEBEC;
}

.product-area .price hr {
  color: #9F9F9F;
}

.product-area .price p {
  color: var(--temp-1-quaternary);
  font-size: var(--ztc-font-size-font-s34);
}

.product-area .price p .pound {
  font-size: var(--ztc-font-size-font-s14);
  font-weight: var(--ztc-weight-regular);
}

.product-area .price p .amount {
  font-size: var(--ztc-font-size-font-s34);
  font-weight: var(--ztc-weight-semibold);
}

.product-area .price p .vat {
  font-size: var(--ztc-font-size-font-s16);
}

.product-area .price p .date {
  font-size: var(--ztc-font-size-font-s14);
}

.pricing-area .pricing-box {
  position: relative;
  border-radius: 8px;
  padding: 20px 24px;
  transition: all 0.4s;
}

.pricing-area .pricing-box .price p {
  font-size: var(--ztc-font-size-font-s34);
}

.pricing-area .pricing-box .price p .pound {
  font-size: var(--ztc-font-size-font-s14);
  font-weight: var(--ztc-weight-regular);
}

.pricing-area .pricing-box .price p .amount {
  font-size: var(--ztc-font-size-font-s34);
  font-weight: var(--ztc-weight-semibold);
}

.pricing-area .pricing-box .price p .vat {
  font-size: var(--ztc-font-size-font-s16);
}

.pricing-area .pricing-box .price p .date {
  font-size: var(--ztc-font-size-font-s14);
}

.pricing-area .pricing-box .desc {
  background: #F5F5F5;
  height: 100%;
  padding: 15px;
  border-radius: 8px;
}

.pricing-area .pricing-box .desc .date {
  color: var(--temp-1-quaternary);
}

.pricing-area .pricing-box .date {
  font-size: var(--ztc-font-size-font-s16);
  color: var(--temp-1-quaternary);
}


.pricing-area .pricing-box.light {
  background: #fff;
}

.pricing-area .pricing-box.dark {
  background: transparent;
  border: 1px solid #ffffff30;
}

.pricing-area .pricing-box.dark .price h5 {
  color: var(--ztc-text-text-1);
}

.pricing-area .pricing-box.dark .price p {
  font-size: var(--ztc-font-size-font-s34);
  color: var(--ztc-text-text-1);
}

.pricing-area .pricing-box.dark .price p .pound {
  font-size: var(--ztc-font-size-font-s14);
  font-weight: var(--ztc-weight-regular);
}

.pricing-area .pricing-box.dark .price p .amount {
  font-size: var(--ztc-font-size-font-s34);
  font-weight: var(--ztc-weight-semibold);
}

.pricing-area .pricing-box.dark .price p .vat {
  font-size: var(--ztc-font-size-font-s16);
}

.pricing-area .pricing-box.dark .desc {
  background: #F5F5F530;
  height: 100%;
  padding: 15px;
  border-radius: 8px;
}

.pricing-area .pricing-box.dark .desc .date {
  color: var(--ztc-text-text-1);
}

.pricing-area .pricing-box.dark .desc p {
  color: #ffffff90;
}




.pricing-area .pricing-box.light .price-icon {
  color: var(--temp-1-tertiary) !important;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .event8-section-area {
    z-index: 3;
  }

  .event8-section-area.price-plans,
  .venue-section-area,
  .sponsor-section-area3 {
    margin: 0 1rem;
    padding: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event8-section-area {
    z-index: 3;
  }
}

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

@media (max-width: 767px) {
  .event8-section-area .event8-header {
    display: inline-block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .event8-section-area .tabs-button {
    margin-top: 20px;
  }
}

.event8-section-area .tabs-button ul {
  justify-content: center;
}

.event8-section-area .tabs-button ul li button {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  width: 180px;
  display: flex;
  align-items: center;
  text-align: center;
  height: 56px;
  margin: 0 16px 0 0;
}

@media (max-width: 767px) {
  .event8-section-area .tabs-button ul li button {
    margin: 0 0 10px 0;
  }
}

.event8-section-area .tabs-button ul li button.active {
  background: var(--temp-1-primary);
  transition: all 0.4s;
}

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

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

.event8-section-area .tabs-button ul li button.active .pl-8 .day {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.event8-section-area .tabs-button ul li button.active .pl-8 .date {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.event8-section-area .tabs-button ul li button span.calender {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  height: 43px;
  width: 55px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
}

.event8-section-area .tabs-button ul li button span.calender img {
  transition: all 0.4s;
  height: 24px;
  width: 24px;
  filter: brightness(0) invert(1);
}

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

.event8-section-area .tabs-button ul li button .pl-8 .day {
  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-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  text-align: start;
}

.event8-section-area .tabs-button ul li button .pl-8 .date {
  color: var(--ztc-text-text-1);
  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;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 32px 32px 68px 32px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
    margin-bottom: 30px;
  }
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area h5 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 6px;
  display: inline-block;
  background: rgba(255, 54, 57, 0.1);
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
  color: var(--ztc-text-text-2);
  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;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    line-height: 32px;
    font-size: var(--ztc-font-size-font-s24);
  }
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .btn-area1 {
  position: absolute;
  bottom: -36px;
  left: 37%;
  right: 37%;
}

@media (max-width: 767px) {
  .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .btn-area1 {
    left: 10%;
    right: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .btn-area1 {
    left: 30%;
    right: 30%;
  }
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area p {
  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-medium);
  line-height: 28px;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(56, 16, 112, 0.1);
}

@media (max-width: 767px) {
  .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list {
    display: inline-block;
  }
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list ul li {
  display: inline-block;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .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-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list ul li a {
    display: block;
    margin-bottom: 10px;
  }
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list ul li a img {
  filter: brightness(0);
  margin: 0 4px 0 0;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list ul li a span {
  margin: 0 8px;
  display: inline-block;
  width: 1px;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list .author-area {
  display: flex;
  align-items: center;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list .author-area 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-bold);
  line-height: 18px;
  /* 100% */
  margin: 0 10px 0 0;
}

.event9-section-area {
  position: relative;
  z-index: 2;
  background: #F7F5FB;
}

.event9-section-area .tabs-button ul {
  justify-content: center;
}

.event9-section-area .tabs-button ul li button {
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  width: 180px;
  display: flex;
  align-items: center;
  text-align: center;
  height: 56px;
  margin: 0 16px 0 0;
}

@media (max-width: 767px) {
  .event9-section-area .tabs-button ul li button {
    margin: 0 0 10px 0;
  }
}

.event9-section-area .tabs-button ul li button.active {
  border-radius: 8px;
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  transition: all 0.4s;
}

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

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

.event9-section-area .tabs-button ul li button.active .pl-8 .day {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.event9-section-area .tabs-button ul li button.active .pl-8 .date {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.event9-section-area .tabs-button ul li button span.calender {
  border-radius: 4px;
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  height: 43px;
  width: 55px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
}

.event9-section-area .tabs-button ul li button span.calender img {
  transition: all 0.4s;
  height: 24px;
  width: 24px;
  filter: brightness(0) invert(1);
}

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

.event9-section-area .tabs-button ul li button .pl-8 .day {
  color: var(--ztc-text-text-18);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
  text-align: start;
}

.event9-section-area .tabs-button ul li button .pl-8 .date {
  color: var(--ztc-text-text-18);
  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;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea {
  position: relative;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
  position: absolute;
  content: "";
  height: 93%;
  width: 1px;
  left: 45.7%;
  top: 0;
  transition: all 0.4s;
  background: #E6E7E8;
}

@media (max-width: 767px) {
  .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
    display: none;
  }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
  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;
  transition: all 0.4s;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  border-radius: 50%;
  position: absolute;
  left: 43%;
  top: 88px;
  z-index: 1;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1.active {
  background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    display: none;
  }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
    margin-bottom: 30px;
  }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li {
  display: inline-block;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a {
  color: var(--ztc-text-text-18);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

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

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a img {
  filter: brightness(0);
  margin: 0 4px 0 0;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a span {
  margin: 0 8px;
  display: inline-block;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
  color: var(--ztc-text-text-18);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    line-height: 32px;
  }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
    display: inline-block;
  }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
  display: flex;
  align-items: center;
  padding: 0 12px 0 0;
  border-right: 1px solid #E6E7E8;
}

@media (max-width: 767px) {
  .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
    margin-bottom: 0;
  }
}

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

.event9-section-area .tab-content .tab-pane .event-widget-area .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;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
  padding-left: 12px;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
  color: var(--ztc-text-text-18);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

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

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text p {
  color: var(--ztc-text-text-19);
  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;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea.box3::after {
  display: none;
}

@media (max-width: 767px) {
  .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
    padding: 0 !important;
    margin-bottom: 16px;
    border: none;
  }
}

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

.event10-section-area .event6-widget-boxarea {
  position: relative;
  z-index: 1;
  border-radius: var(--rounded-lg, 8px);
  background: #232323;
}

.event10-section-area .event6-widget-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event10-section-area .event6-widget-boxarea .content-area {
  padding: 0 80px 0 30px;
}

@media (max-width: 767px) {
  .event10-section-area .event6-widget-boxarea .content-area {
    padding: 20px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event10-section-area .event6-widget-boxarea .content-area {
    padding: 20px 30px;
    margin-top: 30px;
  }
}

.event10-section-area .event6-widget-boxarea .content-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-bold);
  line-height: 42px;
  letter-spacing: -0.64px;
}

@media (max-width: 767px) {
  .event10-section-area .event6-widget-boxarea .content-area h3 {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 30px;
  }
}

.event10-section-area .event6-widget-boxarea .content-area ul li {
  display: block;
}

.event10-section-area .event6-widget-boxarea .content-area ul li a {
  display: block;
  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-bold);
  line-height: 16px;
  transition: all 0.4s;
}

.event10-section-area .event6-widget-boxarea .content-area ul li a img {
  filter: brightness(0) invert(1);
  margin: 0 4px;
}

/*============= EVENT CSS AREA ===============*/
/*============= MEMORY CSS AREA ===============*/
.memory1-section-area {
  position: relative;
  z-index: 1;
}

.memory1-section-area .memory-slider-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .memory1-section-area .memory-slider-area .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory1-section-area .memory-slider-area .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}

.memory1-section-area .memory-slider-area .owl-nav button {
  background: rgba(26, 23, 25, 0.05);
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-2);
}

.memory1-section-area .memory-slider-area .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: -80px;
}

@media (max-width: 767px) {
  .memory1-section-area .memory-slider-area .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    margin: 0 16px 0 0;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory1-section-area .memory-slider-area .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    margin: 0 16px 0 0;
    left: 0;
  }
}

.memory1-section-area .memory-slider-area .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  right: -80px;
}

@media (max-width: 767px) {
  .memory1-section-area .memory-slider-area .owl-nav button.owl-next {
    position: relative;
    top: 0;
    margin: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory1-section-area .memory-slider-area .owl-nav button.owl-next {
    position: relative;
    top: 0;
    margin: 0;
    right: 0;
  }
}

.memory1-section-area .memory-slider-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.memory1-section-area .memory-slider-area .owl-item.active.center .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.memory1-section-area .memory-slider-area .owl-item.active.center .content-area {
  bottom: 20px;
  transition: all 0.6s;
}

.memory1-section-area .memory-slider-area .memory-boxarea {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
}

.memory1-section-area .memory-slider-area .memory-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.memory1-section-area .memory-slider-area .memory-boxarea:hover .content-area {
  bottom: 20px;
  transition: all 0.6s;
}

.memory1-section-area .memory-slider-area .memory-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}

.memory1-section-area .memory-slider-area .memory-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.memory1-section-area .memory-slider-area .memory-boxarea .content-area {
  border-radius: 8px;
  background: #FFF;
  padding: 24px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  bottom: -200px;
  transition: all 0.6s;
}

.memory1-section-area .memory-slider-area .memory-boxarea .content-area .logo1 {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.memory1-section-area .memory-slider-area .memory-boxarea .content-area .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}

.memory1-section-area .memory-slider-area .memory-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  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;
}

.memory1-section-area .memory-slider-area .memory-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

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

.memory2-section-area .memory-heaer2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .memory2-section-area .memory-heaer2 {
    display: inline-block;
  }

  .memory2-section-area .memory-heaer2 .btn-area1 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory2-section-area .memory-heaer2 {
    display: inline-block;
  }

  .memory2-section-area .memory-heaer2 .btn-area1 {
    margin-top: 20px;
  }
}

.memory2-section-area .memory-widget-slider.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.memory2-section-area .memory-widget-slider {
  position: relative;
  z-index: 1;
}

.memory2-section-area .memory-widget-slider .owl-item.active.center .img1::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}

.memory2-section-area .memory-widget-slider .owl-item.active.center .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.memory2-section-area .memory-widget-slider .owl-item.active.center .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea:hover .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(3, 37, 48, 0.5);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .img1 img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area {
  text-align: center;
  background: var(--ztc-bg-bg-1);
  padding: 42px 24px 24px;
  position: absolute;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 8px;
  z-index: 1;
  top: 0%;
  left: 30%;
  right: 30%;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

@media (max-width: 767px) {
  .memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area {
    left: 15%;
    right: 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area {
    left: 15%;
    right: 15%;
  }
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area .arrow {
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s30);
  color: var(--ztc-text-text-5);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  z-index: -1;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area .arrow i {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
  position: absolute;
  top: 20%;
  left: 40%;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area .text p {
  color: var(--ztc-text-text-7);
  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-bold);
  line-height: 16px;
  /* 100% */
  text-transform: uppercase;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area .text 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-bold);
  line-height: 20px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

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

.memory3-section-area .memory-team-slider .owl-item.active.center .content-area {
  left: 0;
  transition: all 0.6s;
}

.memory3-section-area .memory-team-slider .owl-item.active.center .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}

.memory3-section-area .memory-team-slider .owl-item.active.center .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.memory3-section-area .memory-team-slider .memory3-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px;
}

.memory3-section-area .memory-team-slider .memory3-boxarea:hover .content-area {
  left: 0;
  transition: all 0.6s;
}

.memory3-section-area .memory-team-slider .memory3-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}

.memory3-section-area .memory-team-slider .memory3-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.memory3-section-area .memory-team-slider .memory3-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.memory3-section-area .memory-team-slider .memory3-boxarea .img1::after {
  border-radius: 4px;
  background: rgba(10, 16, 25, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.memory3-section-area .memory-team-slider .memory3-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}

.memory3-section-area .memory-team-slider .memory3-boxarea .content-area {
  border-radius: 0px 100px 100px 0px;
  background: linear-gradient(90deg, #FF3639 2.73%, #E12FA2 71.84%);
  display: inline-block;
  padding: 18px 70px 18px 18px;
  position: absolute;
  bottom: 24px;
  left: -200px;
  transition: all 0.6s;
  z-index: 1;
}

.memory3-section-area .memory-team-slider .memory3-boxarea .content-area p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: uppercase;
}

.memory3-section-area .memory-team-slider .memory3-boxarea .content-area a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.memory3-section-area .memory-team-slider .memory3-boxarea .content-area .plus {
  position: absolute;
  right: -24px;
  top: 14px;
}

.memory3-section-area .memory-team-slider .memory3-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-10);
}

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

.memory4-section-area .btn-area1 {
  text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory4-section-area .btn-area1 {
    text-align: start;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .memory4-section-area .btn-area1 {
    text-align: start;
    margin-bottom: 30px;
  }
}

.memory4-section-area .memory-team-slider2 {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .memory4-section-area .memory-team-slider2 .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory4-section-area .memory-team-slider2 .owl-nav {
    margin-top: 30px;
    text-align: center;
  }
}

.memory4-section-area .memory-team-slider2 .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(46, 77, 253, 0.08);
  font-size: var(--ztc-font-size-font-s20);
  display: inline-block;
  color: var(--ztc-text-text-11);
}

.memory4-section-area .memory-team-slider2 .owl-nav button:hover {
  background: var(--ztc-text-text-13);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.memory4-section-area .memory-team-slider2 .owl-nav button.owl-prev {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -30px;
}

@media (max-width: 767px) {
  .memory4-section-area .memory-team-slider2 .owl-nav button.owl-prev {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    margin-top: 0;
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory4-section-area .memory-team-slider2 .owl-nav button.owl-prev {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    margin-top: 0;
    margin: 0 16px 0 0;
  }
}

.memory4-section-area .memory-team-slider2 .owl-nav button.owl-next {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -30px;
}

@media (max-width: 767px) {
  .memory4-section-area .memory-team-slider2 .owl-nav button.owl-next {
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory4-section-area .memory-team-slider2 .owl-nav button.owl-next {
    position: relative;
    z-index: 1;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}

.memory4-section-area .memory-team-slider2 .owl-item.active.center .content-area {
  left: 0;
  transition: all 0.6s;
}

.memory4-section-area .memory-team-slider2 .owl-item.active.center .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}

.memory4-section-area .memory-team-slider2 .owl-item.active.center .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea:hover .content-area {
  left: 0;
  transition: all 0.6s;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .img1::after {
  border-radius: 4px;
  background: rgba(10, 16, 25, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .content-area {
  border-radius: 0px 100px 100px 0px;
  background: var(--ztc-bg-bg-9);
  display: inline-block;
  padding: 18px 70px 18px 18px;
  position: absolute;
  bottom: 24px;
  left: -200px;
  transition: all 0.6s;
  z-index: 1;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .content-area p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: uppercase;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .content-area a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .content-area .plus {
  position: absolute;
  right: -24px;
  top: 14px;
}

.memory4-section-area .memory-team-slider2 .memory3-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-13);
}

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

.memory-inner-section-area .memory3-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px;
  margin-bottom: 30px;
}

.memory-inner-section-area .memory3-boxarea:hover .content-area {
  left: 0;
  transition: all 0.6s;
}

.memory-inner-section-area .memory3-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}

.memory-inner-section-area .memory3-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.memory-inner-section-area .memory3-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.memory-inner-section-area .memory3-boxarea .img1::after {
  border-radius: 4px;
  background: rgba(10, 16, 25, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.memory-inner-section-area .memory3-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}

.memory-inner-section-area .memory3-boxarea .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: -200px;
  transition: all 0.6s;
  z-index: 1;
}

.memory-inner-section-area .memory3-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: uppercase;
}

.memory-inner-section-area .memory3-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.memory-inner-section-area .memory3-boxarea .content-area .plus {
  position: absolute;
  right: -24px;
  top: 14px;
}

.memory-inner-section-area .memory3-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-2);
}

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

.memory5-section-area .memory-widget-slider5.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.memory5-section-area .memory-widget-slider5 {
  position: relative;
  z-index: 1;
}

.memory5-section-area .memory-widget-slider5 .owl-nav {
  position: absolute;
  top: -160px;
  right: 0;
}

@media (max-width: 767px) {
  .memory5-section-area .memory-widget-slider5 .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory5-section-area .memory-widget-slider5 .owl-nav {
    position: relative;
    z-index: 1;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}

.memory5-section-area .memory-widget-slider5 .owl-nav button {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: var(--ztc-font-size-font-s24);
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border-radius: 50%;
}

.memory5-section-area .memory-widget-slider5 .owl-nav button:hover {
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  transition: all 0.4s;
}

.memory5-section-area .memory-widget-slider5 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.memory5-section-area .memory-widget-slider5 .owl-item.active.center .img1::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}

.memory5-section-area .memory-widget-slider5 .owl-item.active.center .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.memory5-section-area .memory-widget-slider5 .owl-item.active.center .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea:hover .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(3, 37, 48, 0.5);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .img1 img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area {
  text-align: center;
  background: var(--ztc-bg-bg-1);
  padding: 42px 24px 24px;
  position: absolute;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 8px;
  z-index: 1;
  top: 0%;
  left: 30%;
  right: 30%;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

@media (max-width: 767px) {
  .memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area {
    left: 15%;
    right: 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area {
    left: 15%;
    right: 15%;
  }
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area .arrow {
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 120px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s30);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  z-index: -1;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area .arrow i {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
  position: absolute;
  top: 20%;
  left: 40%;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area .text p {
  color: rgba(10, 16, 25, 0.7);
  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-bold);
  line-height: 16px;
  /* 100% */
  text-transform: uppercase;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

.slick-gallery-area2 {
  direction: rtl;
}

.slick-gallery-area img,
.slick-gallery-area2 img {
  height: 17rem;
  width: 100%;
  object-fit: cover;
  /* border-radius: 10px; */
  /* padding: 0.1rem; */
}

.btn3-tertiary {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border: 1px solid var(--ztc-bg-bg-2);
  padding: 15px 20px;
  display: inline-block;
  border-radius: 8px;

}

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

.btn3-tertiary::after {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  opacity: 0.1;
  left: 8px;
  top: 8px;
}

/*============= SPONSOR CORNER CSS AREA ===============*/
.sponsor-speaker-area .speaker-boxarea {
  align-items: center;
}

.sponsor-speaker-area .speaker-boxarea .speaker-box {
  text-align: center;
}

.sponsor-speaker-area .speaker-boxarea .speaker-box img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.sponsor-speaker-area .speaker-boxarea .session-box .date-time ul li {
  display: inline-block;
}

.sponsor-speaker-area .speaker-boxarea .session-box h2 {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-19);
  font-weight: var(--ztc-weight-semibold);
  font-family: var(--ztc-family-font2);
}

.sponsor-speaker-area .speaker-boxarea .session-box p {
  color: var(--ztc-text-text-7);
}

.sponsor-speaker-area .speaker-boxarea .session-box .session-points ul li {
  color: var(--ztc-text-text-7);
  list-style: disc;
  margin-left: 15px;
}

.sponsor-video-area {
  background-image: url(../img/bg/header-bg10.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 2rem;
  border-radius: 1rem;
}

.sponsor-video-area .content-booking .content-area {
  background: var(--ztc-bg-bg-1);
  padding: 20px 30px;
  border-radius: 8px;
}

.sponsor-video-area .video-container {
  position: relative;
  width: 100%;
  /* Full width */
  padding-top: 56.25%;
  /* Aspect ratio for 16:9 videos */
  overflow: hidden;
  background: #000;
  /* Optional: Background color */
  border-radius: 8px;
  /* Optional: Rounded corners */
}

.sponsor-video-area .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  /* Removes iframe border */
}


/*============= WHO ATTEND CSS AREA STARTS ===============*/

.who-attend-boxarea ul 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-medium);
  line-height: 16px;
  text-transform: capitalize;
  margin-top: 16px;
  display: flex;
  background-color: rgba(78, 187, 122, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(78, 187, 122, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.who-attend-boxarea ul li img {
  margin: 0 8px 0 0;
}

/*============= WHO ATTEND CSS AREA ENDS ===============*/

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(64, 1, 103, 0.1);
  color: var(--temp-1-quaternary);
}

.slick-prev,
.slick-next {
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  border: none;
  background: rgba(8, 87, 93, 0.9);
  color: white;
  padding: 0px;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.theme-3 .slick-prev,
.theme-3 .slick-next {
  background: var(--temp-3-primary);
}

.slick-prev {
  right: -4.5dvw;
  top: 45%;
}

.slick-next {
  top: 54%;
  right: -4.5dvw;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  font-size: 0;
  /* Important for hiding default arrows */
}

.custom-prev-arrow,
.custom-next-arrow {
  font-size: 24px;
  /* Adjust size */
}


/*============= THEME 2 SPEAKER AREA STARTS ===============*/
.speaker-single {
  padding: 40px;
  margin: 80px 10px 10px 10px;
  text-align: center;
  border: 1px solid var(--ztc-border-border-2);
  border-radius: 20px;
  position: relative;
  height: 100%;
  z-index: 2;
}

.speaker-single .speaker-img {
  margin-bottom: 10px;
  margin-top: -120px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.speaker-single .speaker-img img {
  border-radius: 100%;
  border: 3px solid #031858;
  width: 165px;
  height: 165px;
  object-fit: cover;
}

.speaker-single .speaker-logo {
  /* margin: 30px 0; */
  /* background: var(--ztc-bg-bg-1); */
  border-radius: 8px;
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 10px 10px;
  margin-bottom: 10px;
}

.speaker-single .speaker-logo img {
  width: 110px;
  height: 32px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.speaker-single .speaker-details {
  min-height: 10vh;
  height: 100%;
}

.speaker-single .speaker-details a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.speaker-single .speaker-details p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.4s;
}

.speaker-gradient-bg::after {
  /* background: linear-gradient(45deg, var(--temp-2-primary) 0%, var(--temp-2-primary) 30.92%, var(--temp-2-secondary) 100%); */
  background: linear-gradient(135deg, rgb(14, 40, 121), rgb(33, 134, 208));
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  transition: all 0.4s;
  opacity: 0;
  z-index: -1;
  border-radius: 20px;
}

.speaker-single:hover.speaker-gradient-bg::after {
  opacity: 1;
  transform: rotate(2deg);
}

.speaker-single:hover .speaker-details a,
.speaker-single:hover .speaker-details p {
  color: var(--ztc-text-text-1);
}

.speaker-single:hover .speaker-logo {
  filter: brightness(0) invert(1);
}

/* chairperson  */
.chairperson-single {
  /* margin: 10px 10px 10px 10px; */
  text-align: center;
  border: 1px solid var(--ztc-border-border-2);
  border-radius: 20px;
  position: relative;
  height: 93%;
}

.chairperson-single .chairperson-img {
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 72%;
  transition: all 0.4s;
}

.chairperson-single .chairperson-img img {
  /* border-radius: 50%; */
  border: 4px solid var(--temp-2-primary);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px;
}

.chairperson-single .chairperson-logo {
  /* margin: 30px 0; */
  /* background: var(--ztc-bg-bg-1); */
  border-radius: 8px;
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 10px 10px;
  margin-bottom: 10px;
}

.chairperson-single .chairperson-logo img {
  width: 110px;
  height: 32px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.chairperson-single .chairperson-details {
  min-height: 10vh;
  height: 100%;
  padding: 0 40px 40px 40px;
}

.chairperson-single .chairperson-details a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.chairperson-single .chairperson-details p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.4s;
}

.chairperson-gradient-bg::after {
  background: linear-gradient(45deg, var(--temp-2-primary) 0%, var(--temp-2-primary) 30.92%, var(--temp-2-secondary) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  transition: all 0.4s;
  opacity: 1;
  z-index: -1;
  border-radius: 20px;
}

.chairperson-single:hover.chairperson-gradient-bg::after {
  opacity: 1;
  /* transform: rotate(-1deg); */
}

.chairperson-single:hover .chairperson-img {
  transform: rotate(2deg);
}

/* .chairperson-single:hover .chairperson-img img {
    border: 4px solid var(--ztc-bg-bg-1);
} */
.chairperson-single:hover .chairperson-details a,
.chairperson-single:hover .chairperson-details p {
  color: var(--ztc-text-text-1);
}

.chairperson-single .chairperson-logo {
  filter: brightness(0) invert(1);
  /* background: var(--ztc-bg-bg-1); */
}

/* @media only screen and (min-width: 768px) and (max-width: 991px) { */
@media (max-width: 991px) {
  .chairperson-single .chairperson-details {
    min-height: 11vh;
  }

  .chairperson-single .chairperson-img {
    height: 60%;
  }
}


/*============= MAIN THEME AREA STARTS ===============*/
/* rgb(241, 85, 67);
    rgb(68, 46, 52); */
.theme .inner-page-header::before {
  background: linear-gradient(to top, rgba(68, 46, 52, 0.8), rgba(68, 46, 52, 0.95) 40%);
}

/*============= MAIN THEME AREA ENDS ===============*/

/*============= THEME 1 AREA STARTS ===============*/
.homepage4-body .modal-header.theme-bg,
.homepage1-body .modal-header.theme-bg {
  background: var(--temp-1-quaternary);
}

.theme-1 .inner-page-header::before,
.theme-4 .inner-page-header::before {
  background: linear-gradient(to top, rgba(120, 0, 116, 0.85), rgba(43, 2, 67, 0.95) 40%);
}

.preloader.theme-1,
.theme-1 .mobile-header {
  background-color: var(--temp-1-quaternary);
}

.theme-1 .header-area.homepage1.sticky,
.theme-4 .header-area.homepage1.sticky,
.theme-4 .mobile-header.mobile-haeder1,
.theme-1 .modal-header.bg-quaternary,
.theme-1 .product-progress .progress-box.active span,
.theme-1 .event8-section-area.price-plans,
.theme-1 .cta1-section-area .cta1-main-boxarea,
.theme-4 .cta1-section-area .cta1-main-boxarea {
  background: var(--temp-1-quaternary);
}

.theme-1 .pricing-area .pricing-box .date {
  color: var(--temp-1-quaternary);
}

/* theme 1 overview  */
.theme-1 .event4-section-area .event-images-area .img1::after,
.theme-4 .event4-section-area .event-images-area .img1::after,
.theme-1 .hero1-section-area::before {
  background: linear-gradient(to top, #780074e9, #2b0243e9 40%);
}

.theme-1 .about7-section-area .about-header-area .about-auhtor-box,
.theme-1 .about7-section-area .about-header-area .about-auhtor-box {
  background: #FBF9F4;
}

.theme-1 .about7-section-area .about-header-area .about-auhtor-box .icons {
  background: var(--temp-1-tertiary);
}

.vl-btn1.theme-2 {
  background: var(--temp-1-quaternary) !important;
  color: var(--ztc-text-text-1);
}

.theme-1 .pricing-lan-section-area .pricing-boxarea {
  background: #FBF9F4;
}

.theme-1 .keys-section-area .key-widget-boxarea .content-area span {
  color: var(--temp-1-tertiary);
}

.theme-1 .product-area .price p,
.theme-1 .mobile-header.mobile-haeder1,
.theme-1 .product-progress .progress-box.active p {
  color: var(--temp-1-quaternary);
}

.theme-1 .about3-section-area .about-header .counter-area .counter-box h3,
.theme-4 .about3-section-area .about-header .counter-area .counter-box h3,
.theme-1 .team6-section-area .team-widget-area:hover .content-area a {
  color: var(--temp-1-primary);
}

.theme-1 .venue-section-area::before {
  background: linear-gradient(to top, #780074e9, #2b0243e9 40%);
}

/* theme 1 sponsors page  */
.theme-1 .vl-btn11 {
  background: var(--temp-1-quaternary);
  color: var(--ztc-text-text-1);
}

.theme-1 .vl-btn11-outline {
  border: 1px solid var(--temp-1-quaternary);
  color: 1px solid var(--temp-1-quaternary);
}

.theme-1 .vl-btn11-outline:hover {
  color: var(--ztc-text-text-1);
  border: 1px solid var(--temp-1-quaternary);
}

.theme-1 .vl-btn11-outline:hover::after {
  background: var(--ztc-bg-bg-1);
}

.theme-1 .vl-btn11-outline::before {
  background: var(--temp-1-quaternary);
  border: 1px solid var(--temp-1-quaternary);
}

.theme-1 .sponsor-video-area,
.theme-1 .sponsor-section-area3 {
  background-image: url(../img/bg/header-bg9.png);
}

.theme-1 .accordion-button:not(.collapsed) {
  background-color: rgba(43, 2, 67, 0.1);
  color: var(--temp-1-quaternary);
}



/*============= THEME 1 AREA ENDS ===============*/

/*============= THEME 2 AREA STARTS ===============*/
/* Theme 2  */
.homepage1-body.theme-2 .inner-page-header::before {
  background: linear-gradient(to top, rgba(78, 187, 122, 0.8), rgba(8, 87, 93, 0.95) 40%);
}

.preloader.theme-2,
.theme-2 .mobile-header {
  background-color: var(--temp-2-primary);
  background: linear-gradient(to top, #585858e9, #505050e9 40%);
}

.homepage1-body.theme-2 .header-area.homepage1.sticky,
.homepage4-body.theme-2 .modal-header.bg-quaternary,
.homepage1-body.theme-2 .modal-header.bg-quaternary,
.homepage4-body.theme-2 .event8-section-area.price-plans {
  background: linear-gradient(to top, rgba(120, 0, 116, 0.914), rgb(60 4 92 / 86%) 40%);
}

.homepage4-body.theme-2 .pricing-area .pricing-box .date {
  color: var(--temp-2-primary);
}

/* theme 2 overview  */
.hero1-section-area.theme-2::before {
  /* background: linear-gradient(to top, rgba(120, 0, 116, 0.914), rgba(43, 2, 67, 0.914) 40%); */
  background: linear-gradient(    to top,    rgba(13, 40, 121, 0.914),    rgba(95, 168, 245, 0.914) 40%,    rgba(217, 234, 253, 0.914) 100%)
}

.homepage1-body.theme-2 .about7-section-area .about-header-area .about-auhtor-box,
.homepage4-body.theme-2 .about7-section-area .about-header-area .about-auhtor-box {
  background: #4ebb7a0f;
}

.homepage4-body.theme-2 .mobile-header.mobile-haeder1,
.homepage1-body.theme-2 .product-progress .progress-box.active span,
.homepage1-body.theme-2 .cta1-section-area .cta1-main-boxarea,
.homepage4-body.theme-2 .cta1-section-area .cta1-main-boxarea,
.homepage1-body.theme-2 .about7-section-area .about-header-area .about-auhtor-box .icons {
  background: linear-gradient(to top, rgba(120, 0, 116, 0.914), rgba(43, 2, 67, 0.914) 40%);
}

.vl-btn1.theme-2 {
  background: #854298;
  color: var(--ztc-text-text-1);
}

.homepage1-body.theme-2 .pricing-lan-section-area .pricing-boxarea,
.homepage4-body.theme-2 .pricing-lan-section-area .pricing-boxarea {
  background: #4ebb7a0f;
}

/* .homepage1-body.theme-2 .products-section-area .desc .price-icon , */
.homepage1-body.theme-2 .keys-section-area .key-widget-boxarea .content-area span,
.homepage4-body.theme-2 .keys-section-area .key-widget-boxarea .content-area span {
  color: var(--temp-2-secondary);
}

.homepage1-body.theme-2 .product-area .price p,
.homepage1-body.theme-2 .product-progress .progress-box.active p,
.homepage1-body.theme-2 .team6-section-area .team-widget-area:hover .content-area a,
.homepage4-body.theme-2 .team6-section-area .team-widget-area:hover .content-area a {
  color: var(--temp-2-primary);
}

.venue-section-area.theme-2::before {
  /* background: linear-gradient(to top, rgb(172 83 197 / 77%), rgb(151 66 175 / 77%) 50%); */
  background: linear-gradient(to top, rgba(120, 0, 116, 0.914), rgb(60 4 92 / 86%) 40%);
}

/* theme 2 sponsors page  */
.theme-2 .vl-btn11 {
  background: var(--temp-2-primary);
  color: var(--ztc-text-text-1);
}

.theme-2 .vl-btn11-outline {
  border: 1px solid var(--temp-2-primary);
  color: 1px solid var(--temp-2-primary);
}

.theme-2 .vl-btn11-outline:hover {
  color: var(--ztc-text-text-1);
  border: 1px solid var(--temp-2-primary);
}

.theme-2 .vl-btn11-outline:hover::after {
  background: var(--ztc-bg-bg-1);
}

.theme-2 .vl-btn11-outline::before {
  background: var(--temp-2-primary);
  border: 1px solid var(--temp-2-primary);
}

.homepage1-body.theme-2 .sponsor-video-area,
.homepage1-body.theme-2 .sponsor-section-area3 {
  background-image: url(../img/bg/header-bg9.png);
}

.theme-2 .accordion-button:not(.collapsed) {
  background-color: rgba(8, 87, 93, 0.1);
  color: var(--temp-2-primary);
}

/*============= THEME 2 AREA ENDS ===============*/


/*============= THEME 3 AREA STARTS ===============*/
/* THEME 3 SPEAKER AREA START */
.theme-3 .speaker-single {
  padding: 25px 18px 18px 18px;
  margin: 10px;
  text-align: center;
  /* border: 1px solid var(--ztc-border-border-2); */
  border: none;
  background: rgba(240, 240, 240, 0.4);
  border-radius: 20px;
  position: relative;
  height: 100%;
  /* z-index: 2; */
}

.theme-3 .speaker-single:hover {
  background: transparent;
}

.theme-3 .speaker-single .speaker-img {
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.theme-3 .speaker-single .speaker-img img {
  border-radius: 100%;
  border: 4px solid var(--temp-3-primary);
  width: 165px;
  height: 165px;
  object-fit: cover;
}

.theme-3 .speaker-single .speaker-logo {
  /* margin: 30px 0; */
  /* background: var(--ztc-bg-bg-1); */
  border-radius: 8px;
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 10px 10px;
  margin: 10px 0 0 0;
}

.theme-3 .speaker-single .speaker-logo img {
  width: 110px;
  height: 32px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.theme-3 .speaker-single .speaker-details {
  margin-top: 16px;
  min-height: 10vh;
  height: 100%;
}

.theme-3 .speaker-single .speaker-details a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.theme-3 .speaker-single .speaker-details p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.4s;
}

.theme-3 .speaker-gradient-bg::after {
  background: linear-gradient(45deg, var(--temp-3-primary) 0%, var(--temp-3-primary) 30.92%, var(--temp-3-secondary) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  transition: all 0.4s;
  opacity: 0;
  z-index: -1;
  border-radius: 20px;
}

.theme-3 .speaker-single:hover.speaker-gradient-bg::after {
  opacity: 1;
  border-radius: 20px;
  transform: rotate(0deg);
}

.theme-3 .speaker-single:hover .speaker-details a,
.theme-3 .speaker-single:hover .speaker-details p {
  color: var(--ztc-text-text-1);
}

.theme-3 .speaker-single:hover .speaker-logo {
  filter: brightness(0) invert(1);
}

.theme-3 .speaker-single:hover .speaker-img img {
  border: 4px solid var(--temp-3-secondary);
}

.homepage1-body.theme-3 .inner-page-header::before {
  /* background: linear-gradient(to top, rgba(105, 16, 50, 0.8), rgba(246, 145, 53, 0.9) 40%); */
  background: linear-gradient(to top, rgba(246, 145, 53, 0.85), rgba(105, 16, 50, 0.95) 40%);
}

.preloader.theme-3,
.theme-3 .mobile-header {
  background-color: var(--temp-3-primary);
}

.homepage1-body.theme-3 .header-area.homepage1.sticky,
.homepage4-body.theme-3 .modal-header.bg-quaternary,
.homepage1-body.theme-3 .modal-header.bg-quaternary,
.homepage4-body.theme-3 .about2-section-area,
.homepage4-body.theme-3 .brands1-section-area,
.homepage4-body.theme-3 .event8-section-area.price-plans {
  background: var(--temp-3-primary);
}

.homepage4-body.theme-3 .pricing-area .pricing-box .date {
  color: var(--temp-3-primary);
}

/* theme 3 overview  */
.hero1-section-area.theme-3::before {
  background: linear-gradient(to top, #f69135e9, #691032e9 40%);
}

.homepage1-body.theme-3 .about7-section-area .about-header-area .about-auhtor-box,
.homepage4-body.theme-3 .about7-section-area .about-header-area .about-auhtor-box {
  background: #4ebb7a0f;
}

.homepage4-body.theme-3 .mobile-header.mobile-haeder1,
.homepage1-body.theme-3 .product-progress .progress-box.active span,
.homepage1-body.theme-3 .cta1-section-area .cta1-main-boxarea,
.homepage4-body.theme-3 .cta1-section-area .cta1-main-boxarea,
.homepage1-body.theme-3 .about7-section-area .about-header-area .about-auhtor-box .icons {
  background: var(--temp-3-primary);
}

.vl-btn1.theme-3 {
  background: var(--temp-3-primary);
  color: var(--ztc-text-text-1);
}

.homepage1-body.theme-3 .pricing-lan-section-area .pricing-boxarea,
.homepage4-body.theme-3 .pricing-lan-section-area .pricing-boxarea {
  background: #4ebb7a0f;
}

/* .homepage1-body.theme-3 .products-section-area .desc .price-icon , */
.homepage1-body.theme-3 .keys-section-area .key-widget-boxarea .content-area h4,
.homepage4-body.theme-3 .keys-section-area .key-widget-boxarea .content-area h4 {
  color: var(--temp-3-primary);
}

.homepage1-body.theme-3 .product-area .price p,
.homepage1-body.theme-3 .product-progress .progress-box.active p,
.homepage1-body.theme-3 .team6-section-area .team-widget-area:hover .content-area a,
.homepage4-body.theme-3 .team6-section-area .team-widget-area:hover .content-area a {
  color: var(--temp-3-primary);
}

.homepage4-body.theme-3 .venue-section-area::before {
  background: linear-gradient(to top, #691032, #691032e9 50%);
}

/* theme 3 sponsors page  */
.theme-3 .vl-btn11 {
  background: var(--temp-3-primary);
  color: var(--ztc-text-text-1);
}

.theme-3 .vl-btn11-outline {
  border: 1px solid var(--temp-3-primary);
  color: 1px solid var(--temp-3-primary);
}

.theme-3 .vl-btn11-outline:hover {
  color: var(--ztc-text-text-1);
  border: 1px solid var(--temp-3-primary);
}

.theme-3 .vl-btn11-outline:hover::after {
  background: var(--ztc-bg-bg-1);
}

.theme-3 .vl-btn11-outline::before {
  background: var(--temp-3-primary);
  border: 1px solid var(--temp-3-primary);
}

.theme-3 .event4-section-area .event-images-area .img1::after {
  background: var(--temp-3-primary);
  opacity: 0.3;
}

.theme-3 .event4-section-area .about-header.heading2 h2 span {
  color: var(--temp-3-secondary);
}

.theme-3 .chairperson-gradient-bg::after {
  background: linear-gradient(45deg, var(--temp-3-secondary) 0%, var(--temp-3-primary) 30.92%, var(--temp-3-primary) 100%);
}

.theme-3 .chairperson-single .chairperson-img img {
  /* border-radius: 50%; */
  border: 4px solid var(--temp-3-primary);
}

.homepage1-body.theme-3 .sponsor-video-area,
.homepage1-body.theme-3 .sponsor-section-area3 {
  background-image: url(../img/bg/header-bg9.png);
}

.theme-3 .who-attend-boxarea ul li {
  background-color: rgba(246, 145, 53, 0.06);
  box-shadow: 0px 0px 10px 0px rgba(246, 145, 53, 0.1);
}

.theme-3 .accordion-button:not(.collapsed) {
  background-color: rgba(105, 16, 50, 0.1);
  color: var(--temp-3-primary);
}

.overview-overlay {
  height: 10vh;
}

.overview-overlay img {
  position: absolute;
  /* right: 0; */
  right: -120px;
  bottom: 50px;
  z-index: -1;
  width: 70%;
  height: auto;
  opacity: 0.18;
  /* transform: rotate(-20deg); */
}

/* Theme 4 START */
.theme-4 .modal-header.bg-quaternary {
  background: var(--temp-1-quaternary);
}

/* Theme 4 END */
/*============= MEMORY CSS AREA ===============*/
/*# sourceMappingURL=main.css.map */
/* ===== CGE TOAST NOTIFICATIONS ===== */
.cge-toast-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.cge-toast {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 340px;
  max-width: 440px;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.06);
  transform: translateX(120%) scale(0.9);
  opacity: 0;
  animation: cge-toast-in 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  position: relative;
  overflow: hidden;
}

.cge-toast.removing {
  animation: cge-toast-out 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes cge-toast-in {
  from {
    transform: translateX(120%) scale(0.9);
    opacity: 0;
  }

  to {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}

@keyframes cge-toast-out {
  from {
    transform: translateX(0) scale(1);
    opacity: 1;
  }

  to {
    transform: translateX(120%) scale(0.8);
    opacity: 0;
  }
}

/* Progress bar at bottom */
.cge-toast::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 0 0 16px 16px;
  animation: cge-toast-progress 5s linear forwards;
}

.cge-toast.cge-toast-success::after {
  background: linear-gradient(90deg, #10b981, #34d399);
}

.cge-toast.cge-toast-error::after {
  background: linear-gradient(90deg, #ef4444, #f87171);
}

.cge-toast.cge-toast-info::after {
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
}

@keyframes cge-toast-progress {
  from {
    width: 100%;
  }

  to {
    width: 0%;
  }
}

/* Icon */
.cge-toast-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.cge-toast-success .cge-toast-icon {
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
}

.cge-toast-error .cge-toast-icon {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.cge-toast-info .cge-toast-icon {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
}

/* Text */
.cge-toast-body {
  flex: 1;
}

.cge-toast-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 3px;
  font-family: var(--ztc-family-font2, 'Montserrat', sans-serif);
}

.cge-toast-msg {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}

/* Close */
.cge-toast-close {
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  font-size: 14px;
  padding: 4px;
  border-radius: 8px;
  transition: all 0.2s;
  line-height: 1;
}

.cge-toast-close:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #374151;
}

/* Newsletter button enhancements */
.cge-newsletter-btn {
  position: relative;
  transition: all 0.3s;
}

.cge-newsletter-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.cge-newsletter-btn .cge-btn-spinner i {
  animation: fa-spin 1s linear infinite;
}

/* Dark mode toasts */
@media (prefers-color-scheme: dark) {
  .cge-toast {
    background: rgba(30, 30, 46, 0.92);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  }

  .cge-toast-title {
    color: #f1f5f9;
  }

  .cge-toast-msg {
    color: #94a3b8;
  }

  .cge-toast-close {
    color: #64748b;
  }

  .cge-toast-close:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #e2e8f0;
  }
}

@media (max-width: 576px) {
  .cge-toast-container {
    top: 12px;
    right: 12px;
    left: 12px;
  }

  .cge-toast {
    min-width: auto;
    max-width: 100%;
  }
}

.meet_title h3 {
  font-size: 18px;
  font-weight: 700;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px -1px 3px;
}

.who-attend-boxarea {
  margin-bottom: 40px;
}

.footer-logo-area img {
  width: 170px;
  margin-left: -30px;
}

.brand-header.heading4 {
  margin-bottom: 50px;
  text-align: center;
}

/* =====Registration & Agenda form CSS Start======= */

.banner-countdown {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 16px;
  gap: clamp(10px, 2vw, 10px);
  max-width: 620px;
}

.banner-countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 78px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: var(--rounded-lg, 8px);
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 25px;
}

.banner-countdown__value {
  color: #fff;
  font-size: 64px;
  font-size: clamp(44px, 6vw, 50px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.banner-countdown__sep {
  color: #ddd;
  font-size: 64px;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 600;
  line-height: 1;
  transform: translateY(-0.06em);
  user-select: none;
}

.banner-countdown__label {
  font-size: 12px;
  font-size: clamp(10px, 1.1vw, 12px);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.2;
  margin-top: 10px;
  opacity: 0.75;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ddd;
  font-family: 'Lato';
  text-align: center;
}

@media (max-width: 420px) {
  .banner-countdown {
    justify-content: center;
  }

  .banner-countdown__item {
    min-width: 66px;
  }

  .banner-countdown__label {
    letter-spacing: 0.12em;
  }
}

.reg-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.reg-modal.is-visible {
  display: block;
}

.reg-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  opacity: 0;
  transition: opacity 200ms ease;
}

.reg-modal.is-open .reg-modal__backdrop {
  opacity: 1;
}

.reg-modal__dialog {
  position: relative;
  margin: min(32px, 4vh) auto;
  width: min(980px, calc(100% - 32px));
  max-height: calc(100vh - 64px);
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(2, 8, 23, 0.35);
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  transition: transform 220ms ease, opacity 220ms ease;
  display: flex;
  flex-direction: column;
}

.reg-modal.is-open .reg-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.reg-modal__header {
  position: relative;
  padding: 26px 28px 22px;
  color: #ffffff;
  background: linear-gradient(90deg, #1bb7d4 0%, #1a88e6 60%, #2f6df3 100%);
}

.reg-modal__header::before,
.reg-modal__header::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
}

.reg-modal__header::before {
  width: 420px;
  height: 420px;
  right: -210px;
  top: -250px;
  background: rgba(255, 255, 255, 0.16);
}

.reg-modal__header::after {
  width: 260px;
  height: 260px;
  right: -110px;
  top: -140px;
  background: rgba(255, 255, 255, 0.12);
}

.reg-modal__header-inner {
  position: relative;
  z-index: 1;
}

.reg-modal__header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.reg-modal__brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.reg-modal__brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 20px;
}

.reg-modal__title {
  margin: 0;
  font-size: 44px;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.reg-modal__subtitle {
  margin: 6px 0 0;
  opacity: 0.92;
  font-size: 14px;
  font-weight: 600;
}

.reg-modal__close {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
}

.reg-modal__close:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.22);
}

.reg-modal__meta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reg-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  background: rgb(133 66 152);
  color: #FFF;
}

.reg-modal__progress {
  padding: 14px 28px;
  background: #ffffff;
  border-bottom: 1px solid #eef2f7;
  overflow-x: auto;
}

.reg-modal__progress::-webkit-scrollbar {
  height: 0;
}

.reg-steps {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 720px;
}

.reg-step {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
}

.reg-step__dot {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
  color: #64748b;
  font-weight: 800;
  font-size: 13px;
  flex: 0 0 auto;
}

.reg-step__dot .reg-step__check {
  display: none;
  font-size: 12px;
}

.reg-step__name {
  font-size: 13px;
  font-weight: 700;
  color: #94a3b8;
  white-space: nowrap;
}

.reg-step__bar {
  height: 3px;
  flex: 1 1 auto;
  background: #e2e8f0;
  border-radius: 9999px;
  overflow: hidden;
}

.reg-step__bar-fill {
  height: 100%;
  width: 0%;
  background: #06b6d4;
  border-radius: 9999px;
  transition: width 240ms ease;
}

.reg-step.is-active .reg-step__dot,
.reg-step.is-complete .reg-step__dot {
  background: #06b6d4;
  color: #ffffff;
}

.reg-step.is-active .reg-step__name {
  color: #0f172a;
}

.reg-step.is-active .reg-step__bar-fill {
  width: 55%;
}

.reg-step.is-complete .reg-step__name {
  color: #0f172a;
}

.reg-step.is-complete .reg-step__bar-fill {
  width: 100%;
}

.reg-step.is-complete .reg-step__dot .reg-step__num {
  display: none;
}

.reg-step.is-complete .reg-step__dot .reg-step__check {
  display: inline-block;
}

.reg-modal__content {
  padding: 22px 28px 24px;
  overflow: auto;
}

.reg-section-title {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
}

.reg-panel {
  display: none;
}

.reg-panel.is-active {
  display: block;
  animation: regFadeIn 180ms ease;
}

@keyframes regFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reg-choice {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 16px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.reg-choice:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.reg-choice__icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: #0f172a;
  flex: 0 0 auto;
  font-size: 18px;
}

.reg-choice__text {
  min-width: 0;
}

.reg-choice__title {
  font-size: 15px;
  font-weight: 800;
  margin: 0;
  color: #0f172a;
}

.reg-choice__desc {
  margin: 2px 0 0;
  font-size: 13px;
  color: #64748b;
  font-weight: 600;
}

.reg-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.reg-choice.is-selected {
  border-color: rgba(6, 182, 212, 0.7);
  box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.16);
}

.reg-box {
  background: #eafaff;
  border-radius: 16px;
  padding: 18px 18px;
  border: 1px solid rgba(6, 182, 212, 0.18);
}

.reg-box__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.reg-badge-num {
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  background: #06b6d4;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
  flex: 0 0 auto;
}

.reg-box__header-title {
  font-weight: 900;
  color: #0f172a;
  margin: 0;
  font-size: 16px;
}

.reg-input {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  background: #ffffff;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.reg-input:focus {
  border-color: rgba(6, 182, 212, 0.8);
  box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.14);
}

.reg-input.is-invalid {
  border-color: rgba(239, 68, 68, 0.9);
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.reg-field-error {
  min-height: 18px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #ef4444;
}

.reg-actions {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: 18px;
}

.reg-btn {
  height: 50px;
  border-radius: 14px;
  border: 1px solid transparent;
  padding: 0 18px;
  font-weight: 800;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 160px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.reg-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.reg-btn--ghost {
  background: #ffffff;
  border-color: #e2e8f0;
  color: #0f172a;
}

.reg-btn--primary {
  background: linear-gradient(90deg, #0ea5b7 0%, #2f6df3 100%);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(14, 165, 183, 0.22);
}

.reg-btn:hover:not(:disabled) {
  transform: translateY(-1px);
}

.reg-split-line {
  height: 1px;
  background: #eef2f7;
  margin: 14px 0;
}

.reg-check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.reg-check-row input {
  width: 16px;
  height: 16px;
}

.reg-privacy {
  border-radius: 14px;
  border: 1px solid rgba(6, 182, 212, 0.2);
  background: #eafaff;
  padding: 14px 14px;
}

.reg-privacy label {
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
}

.reg-success {
  display: none;
  padding: 26px 22px;
  border-radius: 16px;
  background: #ecfeff;
  border: 1px solid rgba(6, 182, 212, 0.26);
}

.reg-success.is-visible {
  display: block;
}

.reg-success__title {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
}

.reg-success__text {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}

@media (max-width: 640px) {
  .reg-modal__header {
    padding: 22px 18px 18px;
  }

  .reg-modal__progress {
    padding: 12px 18px;
  }

  .reg-modal__content {
    padding: 18px 18px 20px;
  }

  .reg-actions {
    flex-direction: column;
  }

  .reg-btn {
    width: 100%;
    min-width: 0;
  }
}

.agenda-modal__dialog {
  position: relative;
  margin: min(32px, 4vh) auto;
  width: min(640px, calc(100% - 32px));
  max-height: calc(100vh - 64px);
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(2, 8, 23, 0.35);
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  transition: transform 220ms ease, opacity 220ms ease;
  display: flex;
  flex-direction: column;
}

.reg-modal.is-open .agenda-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.agenda-modal__header {
  position: relative;
  padding: 22px 22px 18px;
  color: #ffffff;
  background: linear-gradient(90deg, #1bb7d4 0%, #1a88e6 60%, #2f6df3 100%);
}

.agenda-modal__header::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -160px;
  width: 320px;
  height: 320px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.agenda-modal__header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.agenda-modal__header-left {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.agenda-modal__icon {
  width: 32px;
  height: 32px;
  border-radius: 0;
  background: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 22px;
}

.agenda-modal__title {
  margin: 0;
  font-size: 34px;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.agenda-modal__subtitle {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.92;
}

.agenda-modal__close {
  width: 44px;
  height: 44px;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
}

.agenda-modal__close:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.22);
}

.agenda-modal__body {
  padding: 18px 22px 22px;
  overflow: auto;
}

.agenda-modal .reg-input {
  height: 46px;
  font-weight: 700;
}

.agenda-modal textarea.reg-input {
  height: 96px;
  padding-top: 12px;
  resize: none;
}

.agenda-modal__info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 14px;
  background: #eafaff;
  border: 1px solid rgba(6, 182, 212, 0.26);
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.agenda-modal__info i {
  margin-top: 2px;
  color: #0891b2;
  flex: 0 0 auto;
}

.agenda-modal__submit {
  margin-top: 14px;
  width: 100%;
  height: 52px;
  border-radius: 14px;
  border: 0;
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
  background: linear-gradient(90deg, #0ea5b7 0%, #2f6df3 100%);
  box-shadow: 0 16px 34px rgba(14, 165, 183, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 160ms ease;
}

.agenda-modal__submit:hover {
  transform: translateY(-1px);
}

.agenda-modal__success {
  display: none;
  padding: 18px 18px;
  border-radius: 16px;
  background: #ecfeff;
  border: 1px solid rgba(6, 182, 212, 0.26);
}

.agenda-modal__success.is-visible {
  display: block;
}

@media (max-width: 640px) {
  .agenda-modal__header {
    padding: 20px 16px 16px;
  }

  .agenda-modal__body {
    padding: 16px 16px 18px;
  }

  .mobile-header {
    padding: 5px 0;
  }

  .mobile-header.mobile-haeder1 .mobile-logo {
    width: 150px;
    height: 80px;
  }

  .hero1-section-area .header-images .img1 img {
    max-width: 430px;
  }

  .hero1-section-area.theme-2,
  .hero1-section-area.theme-3 {
    padding: 125px 0 70px;
  }
}

.subheading_banner {
  padding: 5px 14px;
  display: inline;
  color: #fff !important;
  border-radius: 12px;
  font-size: 16px !important;
  font-weight: 800 !important;    background: linear-gradient(135deg, #1f5099 0%, #287fff 50%, #0d6efd 100%);
}

/* ========= Registration & Agenda Form CSS End ========== */


/*=====Speaker Popup Form CSS=====*/

.cge-speaker-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.cge-speaker-popup.is-open {
  display: block;
}

.cge-speaker-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.cge-speaker-popup__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  max-width: calc(100vw - 36px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ededed;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.cge-speaker-popup__close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: #555;
  cursor: pointer;
  line-height: 1;
  z-index: 10;
}

.cge-speaker-popup__close:hover {
  color: #000;
}

.cge-speaker-popup__content {
  padding: 20px 20px 18px;
}

.cge-speaker-popup__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1b1b1b;
}

.cge-speaker-popup__subtitle {
  margin: 10px 0 14px;
  font-size: 12px;
  line-height: 1.4;
  color: #6b6b6b;
}

.cge-speaker-form__group {
  margin-bottom: 14px;
}

.cge-speaker-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cge-speaker-form__grid--files {
  margin-top: 2px;
}

.cge-speaker-label {
  display: block;
  margin: 0 0 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #6c6c6c;
}

.cge-required {
  color: #e63b2e;
}

.cge-max {
  font-size: 10px;
  font-weight: 600;
  color: #6c6c6c;
  text-transform: none;
  letter-spacing: 0;
}

.cge-speaker-input,
.cge-speaker-textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  padding: 9px 12px;
  font-size: 13px;
  color: #1d1d1d;
  background: #ffffff;
  outline: none;
}

.cge-speaker-input {
  height: 38px;
}

.cge-speaker-textarea {
  resize: none;
  min-height: 72px;
}

.cge-speaker-input::placeholder,
.cge-speaker-textarea::placeholder {
  color: #a2a2a2;
}

.cge-speaker-file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cge-file-drop {
  border: 1px dashed #d7d7d7;
  border-radius: 8px;
  background: #ffffff;
  min-height: 86px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}

.cge-file-drop.is-dragover {
  border-color: #ff5a4e;
  background: rgba(255, 90, 78, 0.05);
}

.cge-file-drop__text {
  font-size: 12px;
  color: #5e5e5e;
}

.cge-file-drop__browse {
  border: 0;
  padding: 0;
  background: transparent;
  color: #e63b2e;
  font-weight: 700;
  cursor: pointer;
}

.cge-file-drop__filename {
  font-size: 12px;
  color: #3d3d3d;
  font-weight: 600;
  word-break: break-word;
}

.cge-speaker-form__confirm {
  margin-top: 6px;
  margin-bottom: 14px;
}

.cge-speaker-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.35;
  color: #6b6b6b;
  cursor: pointer;
  user-select: none;
}

.cge-speaker-checkbox input {
  margin-top: 2px;
}

.cge-speaker-submit {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  border: 0;
  background: linear-gradient(90deg, #ff4f3f 0%, #ff6f63 100%);
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cge-speaker-submit__icon i {
  font-size: 14px;
}

@media (max-width: 640px) {
  .cge-speaker-popup__content {
    padding: 18px 16px 16px;
  }

  .cge-speaker-form__grid {
    grid-template-columns: 1fr;
  }
}
.btn-area.user-menu #openRegistrationWizard{
        margin-left: .5rem !important;
        background: #031858;
        color: #fff;
        border: 0;
}

.topic-card{
       position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 10px 18px;
    height: 100%;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
    border: 1px solid rgba(33, 134, 208, .15);
}

.topic-top{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#0e2879,#2186d0);
}

.topic-number{
    position:absolute;
    right:20px;
    top:18px;
    font-size:40px;
    font-weight:800;
    color:rgba(33,134,208,.08);
    line-height:1;
}

.topic-icon{
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0e2879, #2186d0);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
}

.topic-card h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.topic-card p{
    color:#666;
    line-height:28px;
    margin:0;
}

.topic-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(14,40,121,.18);
}

.topic-card:hover .topic-icon{
    transform:rotate(8deg) scale(1.08);
    transition:.4s;
}


.audience-section{
    background:#f7fbff;
}

.audience-card{
    background:#fff;
    border-radius:18px;
    padding:10px 20px;
    display:flex;
    align-items:center;
    gap:18px;
    height:100%;
    border:1px solid rgba(33,134,208,.15);
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.audience-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:linear-gradient(#0e2879,#2186d0);
    transition:.4s;
}

.audience-card i{
    width:45px;
    height:45px;
    border-radius:50%;
    background:linear-gradient(135deg,#0e2879,#2186d0);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    flex-shrink:0;
}

.audience-card h5{
    margin:0;
    color:#0e2879;
    font-size:16px;
    font-weight:600;
    line-height:1.5;
}
.pricing-lan-section-area .row>* {
    padding-top: 0px !important;
    margin-top: 12px;
}

.audience-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(14,40,121,.18);
}

.audience-card:hover::before{
    width:100%;
    opacity:.06;
}

.audience-card:hover i{
    transform:rotate(10deg) scale(1.08);
    transition:.4s;
}

.featured-card{
    background:linear-gradient(135deg,#0e2879,#2186d0);
}

.featured-card h5{
    color:#fff;
}

.featured-card i{
    background:#fff;
    color:#0e2879;
}

.footer1-sertion-area{

    background:#dceefb;
    padding:50px 0 0px;
}

.footer-logo-area img{

    max-width:220px;
}

.footer-logo-area p{

    color:#222;
    line-height:32px;
    margin-top:25px;
}

.footer-links h4,
.footer-contact h4{

    font-size:28px;
    color:#000;
    font-weight:700;
    margin-bottom:25px;
}

.footer-links ul,
.footer-contact ul{

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

.footer-links li{

    margin-bottom:15px;
}

.footer-links a{

    color:#000;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{

    color:#2186d0;
    padding-left:6px;
}

.footer-contact li{

    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:18px;
    color:#000;
    line-height:28px;
}

.footer-contact li i{

    color:#2186d0;
    margin-top:6px;
    width:20px;
}

.footer-contact li a{

    color:#000;
    text-decoration:none;
}

.footer-social{

    display:flex;
    gap:12px;
    margin-top:25px;
}

.footer-social a{
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0e2879, #2186d0);
    color: #fff;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    transition:.4s;
}

.footer-social a:hover{

    background:#0e2879;
    transform:translateY(-5px);
}

.footer1-sertion-area hr{

    margin:45px 0 30px;
    opacity:.2;
}

.copyright p{

    color:#7a7a7a;
    margin:0;
    font-size:17px;
}
.copyright {
      text-align: center !important;
    background: #031858;
    padding: 10px;
    color: #fff;
    border-top-right-radius: 34px;
    border-top-left-radius: 34px;
}


/* new css */
.why-card-modern{
       display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(33, 134, 208, .15);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transition: .4s;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.why-card-modern::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:linear-gradient(to bottom,#0e2879,#2186d0);
    transition:.4s;
}

.why-card-modern:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(14,40,121,.18);
}

.why-card-modern:hover::before{
    width:100%;
    opacity:.06;
}

.icon-box{
     min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0e2879, #2186d0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.icon-box img {
    width: 24px;
    filter: brightness(0) invert(1);
}

.why-card-modern:hover .icon-box{
    transform:rotate(8deg) scale(1.08);
}

.why-card-modern h5{
       font-size: 20px;
    font-weight: 700;
    color: #0e2879;
    margin-bottom: 4px;
    padding: 0px;
    line-height: 1.4;
    text-transform: capitalize;
}

.why-card-modern p{
margin: 0;
    color: #666;
    line-height: 1.6;
    font-size: 15px
}

.venue-section{
    background:#fff;
}

.venue-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 22px;
    border-radius:50px;
    background:#EAF5FF;
    color:#0e2879;
    font-weight:700;
}

.venue-badge i{
    color:#2186d0;
}

.venue-section h2{
    font-size:46px;
    color:#0e2879;
    font-weight:700;
    margin:25px 0;
}

.venue-map{
    color:#2186d0;
    font-weight:600;
    text-decoration:none;
}

.venue-map i{
    margin-left:8px;
}

.venue-text{
    margin:30px 0;
    line-height:34px;
    color:#666;
    font-size:18px;
}

.venue-highlights{
    margin-top:40px;
}

.highlight{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;
    font-size:20px;
    font-weight:600;
}

.highlight i{
    width:55px;
    height:55px;
    border-radius:50%;
    background:linear-gradient(135deg,#0e2879,#2186d0);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.venue-gallery{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:14px;

    align-items:start;
}

.venue-gallery img{

    width:100%;
    border-radius:22px;
    object-fit:cover;

    transition:.4s;

    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.img-large{

    height:260px;
}

.img-small{

    height:200px;
}

.venue-gallery img:hover{

    transform:translateY(-8px) scale(1.03);
}


.venue-location{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 22px;

    background:#EAF5FF;

    color:#0e2879;

    border-radius:40px;

    font-weight:600;
}

.venue-location i{

    color:#2186d0;
}

.venue-content h2{

    margin:25px 0 18px;
}



.venue-content p{

    margin:30px 0;

    color:#555;

    line-height:34px;

    font-size:18px;
}

.venue-list{

    margin:0;

    padding:0;

    list-style:none;
}

.venue-list li{

    display:flex;

    align-items:center;

    gap:15px;

    margin-bottom:25px;

    font-size:22px;

    font-weight:600;

    color:#0e2879;
}

.venue-list li i{

    width:48px;

    height:48px;

    border-radius:50%;

    background:#EAF5FF;

    color:#2186d0;

    display:flex;

    align-items:center;

    justify-content:center;
}

/* ---------- Gallery ---------- */

.venue-gallery{

    display:flex;

    gap:18px;
}

.gallery-left{

    width:52%;

    display:flex;

    flex-direction:column;

    gap:14px;
}

.gallery-right{

    width:48%;

    display:flex;

    flex-direction:column;

    gap:14px;

    margin-top:35px;
}

.gallery-left img:first-child{

    height:210px;
}

.gallery-left img:last-child{

    height:190px;
}

.gallery-right img:first-child{

    height:210px;
}

.gallery-right img:last-child{

    height:190px;
}

.venue-gallery img{

    width:100%;

    object-fit:cover;

    border-radius:20px;

    transition:.4s;

    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.venue-gallery img:hover{

    transform:translateY(-8px);
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-4 {
    border-width: 4px;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.map-section{
  margin-bottom:60px
}
.reveal {
    opacity: 0;
 
}
.reg-pill{
     background:linear-gradient(135deg,#0e2879,#2186d0);
}
@media (max-width: 767px) {
  #registrationWizard .container.mx-auto.px-4{
      padding: 0px !important;
  }
  .mobile-nav-icon.dots-menu{
    color:#000 !important
  }
  .mobile-header.mobile-haeder1{
    background:rgba(255, 255, 255, 0.9) !important;

  }
  .mobile-header.mobile-haeder1 .mobile-logo{
            width: 150px;
          height: auto;
          padding: 10px;
  }
  .hero1-section-area .header-images .img1{
    height:auto
  }
  .pricing-area .pricing-box{
        padding: 4px 8px;
  }
}