/*design by rajnish*/

@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&amp;display=swap");

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

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

h2,
p {
  margin-bottom: 0;
}

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

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

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

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

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

.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-9 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-1000deg);
  }
}

.keyframe6 {
  position: relative;
  animation-name: animation-9;
  animation-duration: 30s;
  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(0) translateY(0) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
    opacity: 1;
  }
}

.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes pulse-border1 {
  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-border1 {
  position: relative;
  animation-name: pulse-border1;
  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);
  }
}

:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #090B0E;
  --ztc-text-text-3: #3D4C5E;
  --ztc-text-text-4: #4E2FDA;
  --ztc-text-text-5: #FB3189;
  --ztc-text-text-6: #FF0A54;
  --ztc-text-text-7: #FFE7EE;
  --ztc-text-text-8: #F6F8F9;
  --ztc-text-text-9: #FEE0ED;
  --ztc-text-text-10: #F6F8F9;
  --ztc-text-text-11: #ADFF1C;
  --ztc-text-text-12: #0A2828;
  --ztc-text-text-13: #2E00FF;
  --ztc-text-text-14: #FF6610;
  --ztc-text-text-15: #0D47A1;
  --ztc-text-text-16: #1B6CFC;
  --ztc-text-text-17: #6455E1;
  --ztc-text-text-18: #081120;
  --ztc-bg-bg-1: #4E2FDA;
  --ztc-bg-bg-2: #EDE9F8;
  --ztc-bg-bg-3: #C8BFF4;
  --ztc-bg-bg-4: #EDEAFB;
  --ztc-bg-bg-5: #FEBFDA;
  --ztc-bg-bg-6: #CAC6FD;
  --ztc-bg-bg-7: #FFE8A4;
  --ztc-bg-bg-8: #D4FFD6;
  --ztc-bg-bg-9: #E2E0F2;
  --ztc-bg-bg-10: #FB3189;
  --ztc-bg-bg-11: #3A3658;
  --ztc-bg-bg-12: #4E3A7A;
  --ztc-bg-bg-13: #FFEAF3;
  --ztc-bg-bg-14: #FFF5F9;
  --ztc-bg-bg-15: #F6F8F9;
  --ztc-bg-bg-16: #FFF6F9;
  --ztc-bg-bg-17: #ADFF1C;
  --ztc-bg-bg-18: #104041;
  --ztc-bg-bg-19: rgba(173, 255, 28, 0.1);
  --ztc-bg-bg-20: rgba(10, 40, 40, 0.1);
  --ztc-bg-bg-21: #FFE8A4;
  --ztc-bg-bg-22: #CAC6FD;
  --ztc-bg-bg-23: #D4FFD6;
  --ztc-bg-bg-24: #0D47A1;
  --ztc-bg-bg-25: #FF6610;
  --ztc-bg-bg-26: #1B6CFC;
  --ztc-bg-bg-27: #FCCC8A;
  --ztc-bg-bg-28: #6455E1;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Figtree', sans-serif;
}

/*
============================
Name:  SEOC - Digital Marketing Agency Templete
Version: 3.0.0
Description: SEO - Digital Marketing Agency Templete
Author: Vikiglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*============= HEDAER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= WORK CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CASE CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}

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

.heading1 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  opacity: 10%;
  border-radius: 8px;
}

.heading1 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

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

.heading1 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading2 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}

.heading2 h5 img {
  margin: 0 6px 0 0;
}

.heading2 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
}

.heading2 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

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

.heading2 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading3 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}

.heading3 h5 img {
  margin: 0 6px 0 0;
}

.heading3 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}

.heading3 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}

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

.heading3 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80% !important;
}

.heading4 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}

.heading4 h5 img {
  margin: 0 6px 0 0;
}

.heading4 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}

.heading4 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}

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

.heading4 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80% !important;
}

.heading4 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  margin-top: 32px;
  margin-bottom: 8px;
}

.heading5 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}

.heading5 h5 img {
  margin: 0 6px 0 0;
}

.heading5 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}

.heading5 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

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

.heading5 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading6 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-5);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}

.heading6 h5 img {
  margin: 0 6px 0 0;
}

.heading6 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}

.heading6 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

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

.heading6 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading6 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-top: 32px;
  margin-bottom: 8px;
}

.heading7 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-6);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  padding: 6px 10px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}

.heading7 h5 img {
  margin: 0 6px 0 0;
}

.heading7 h5::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  opacity: 8%;
  border-radius: 8px;
}

.heading7 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s74);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

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

.heading7 h1 span {
  color: #000;
  display: inline-block;
  position: relative;
}

.heading7 h1 span img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.heading7 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading8 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-6);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}

.heading8 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  opacity: 8%;
  border-radius: 8px;
}

.heading8 h5 img {
  margin: 0 6px 0 0;
}

.heading8 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s60);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

.heading8 h2 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}

.heading8 h2 span img {
  position: absolute;
  left: 0;
  bottom: -10px;
}

@media (max-width: 767px) {
  .heading8 h2 span img {
    display: none;
  }
}

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

.heading8 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading9 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-bg-bg-17);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  padding: 6px 10px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  background: var(--ztc-bg-bg-19);
}

.heading9 h5 img {
  margin: 0 6px 0 0;
}

.heading9 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s68);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-10);
  margin-bottom: 16px;
}

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

.heading9 h1 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}

.heading9 h1 span img {
  position: absolute;
  left: 0;
  bottom: -25px;
}

.heading9 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-10);
  opacity: 80%;
}

.heading10 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-12);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}

.heading10 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-20);
  border-radius: 8px;
}

.heading10 h5 img {
  margin: 0 6px 0 0;
}

.heading10 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

.heading10 h2 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}

.heading10 h2 span img {
  position: absolute;
  left: 0;
  bottom: -10px;
}

@media (max-width: 767px) {
  .heading10 h2 span img {
    display: none;
  }
}

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

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

.heading10 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 24px;
}

.heading11 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}

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

.heading11 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.heading12 h5 {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.heading12 h5::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--ztc-text-text-15);
  left: -39px;
  top: 8px;
}

.heading12 h5::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--ztc-text-text-15);
  right: -39px;
  top: 8px;
}

.heading12 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

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

.heading12 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading13 h5 {
  color: var(--ztc-text-text-16);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.heading13 h5::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--ztc-text-text-16);
  left: -39px;
  top: 8px;
}

.heading13 h5::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--ztc-text-text-16);
  right: -39px;
  top: 8px;
}

.heading13 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

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

.heading13 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}

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

.heading13 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading14 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-17);
  border-radius: 32px;
  transition: all 0.4s;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  background: #EFEEFC;
}

.heading14 h5 img {
  margin: 0 6px 0 0;
}

.heading14 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

.heading14 h2 span {
  color: var(--ztc-text-text-6);
  display: inline-block;
  position: relative;
}

.heading14 h2 span img {
  position: absolute;
  left: 0;
  bottom: -10px;
}

@media (max-width: 767px) {
  .heading14 h2 span img {
    display: none;
  }
}

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

.heading14 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading14 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 24px;
}

.heading15 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-14);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}

.heading15 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: 72px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

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

.heading15 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

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

.heading15 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading16 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}

.heading16 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: rgba(64, 139, 255, 0.1);
}

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

.heading16 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-18);
}

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

.heading16 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.heading17 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #055346;
  border-radius: 8px;
  border-radius: 5px;
  background: rgba(5, 83, 70, 0.1);
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}

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

.heading17 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: #055346;
}

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

.heading17 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s28);
  font-weight: var(--ztc-weight-regular);
  color: #5D6261;
}

.heading18 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #055346;
  border-radius: 8px;
  border-radius: 5px;
  background: rgba(5, 83, 70, 0.1);
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}

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

.heading18 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-semibold);
  color: #055346;
}

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

.heading18 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #5D6261;
}

.heading19 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}

.heading19 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: rgba(255, 15, 81, 0.05);
}

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

.heading19 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  line-height: var(--ztc-font-size-font-s66);
  font-weight: var(--ztc-weight-bold);
  color: #09171B;
}

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

.heading19 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s28);
  font-weight: var(--ztc-weight-medium);
  color: #5C6365;
}

.heading20 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}

.heading20 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: rgba(255, 15, 81, 0.05);
}

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

.heading20 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: #09171B;
}

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

.heading20 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: #5C6365;
}

.heading21 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}

.heading21 h5 img {
  margin: 0 6px 0 0;
}

.heading21 h5::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: #fff;
}

.heading21 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s66);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}

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

.heading21 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}

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

.heading21 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.heading22 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #4D44C5;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}

.heading22 h5 img {
  margin: 0 6px 0 0;
}

.heading22 h5::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: #4D44C5;
}

.heading22 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: #040306;
  margin-bottom: 16px;
}

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

.heading22 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #565659;
}

.heading23 h5 {
  color: var(--gray-700, #374151);
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 30px;
  background: var(--primary-100, #E1EFFE);
  padding: var(--1, 4px) var(--2, 8px);
}

.heading23 h5 i {
  margin-left: 8px;
}

.heading23 h2 {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.36px;
}

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

.heading23 p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.header-btn1 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-1);
  padding: 8px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

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

.header-btn1:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}

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

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

.header-btn1 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn2 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-1);
  padding: 8px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  background: transparent;
  z-index: 1;
  transition: all 0.4s;
}

.header-btn2:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-13);
  background: var(--ztc-text-text-13);
}

.header-btn2:hover span {
  background: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  color: var(--ztc-text-text-4) !important;
  transform: rotate(0deg);
}

.header-btn2 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn3 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-1);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.header-btn3:hover {
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-5);
}

.header-btn4 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-5);
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-5);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.header-btn4:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-1);
  background: var(--ztc-text-text-1);
}

.header-btn5 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-2);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.header-btn5:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--ztc-text-text-5);
  background: var(--ztc-text-text-5);
}

.header-btn6 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var();
  color: var(--ztc-text-text-6);
  border-top: 1px solid var(--ztc-text-text-6);
  border-bottom: 1px solid var(--ztc-text-text-6);
  padding: 15px 0;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
}

.header-btn6:hover {
  letter-spacing: 1px;
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}

.header-btn7 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var();
  color: var(--ztc-text-text-2);
  border-top: 1px solid var(--ztc-text-text-2);
  border-bottom: 1px solid var(--ztc-text-text-2);
  padding: 15px 0;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
}

.header-btn7:hover {
  letter-spacing: 1px;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.header-btn8 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-6);
  padding: 16px 24px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-6);
  border-radius: 30px;
}

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

.header-btn9 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var(--ztc-family-font1);
  color: var(--ztc-text-text-2);
  padding: 16px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
  background: var(--ztc-bg-bg-17);
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

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

.header-btn9 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

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

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

.header-btn10 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var();
  color: var(--ztc-bg-bg-17);
  padding: 15px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
  border: 1px solid var(--ztc-bg-bg-17);
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

.header-btn10::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  width: 1px;
  transition: all 0.4s;
  z-index: -1;
  background-color: #A3FF00;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}

.header-btn10 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn10:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}

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

.header-btn11 {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  font-family: var();
  color: var(--ztc-text-text-2);
  padding: 16px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
  background: var(--ztc-bg-bg-17);
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

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

.header-btn11 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

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

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

.header-btn12 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-text-text-6);
  color: var(--ztc-text-text-1);
  padding: 16px 24px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.header-btn12 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.header-btn12:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-2);
}

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

.header-btn13 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-24);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  transition: all 0.4s;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.header-btn13 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.header-btn13:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-bg-bg-25);
}

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

.header-btn14 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-25);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  transition: all 0.4s;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.header-btn14 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.header-btn14:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-bg-bg-24);
}

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

.header-btn15 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-26);
  color: var(--ztc-text-text-1);
  padding: 8px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.header-btn15:hover {
  background: var(--ztc-bg-bg-27);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.header-btn15:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}

.header-btn15:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.header-btn15 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn16 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-28);
  color: var(--ztc-text-text-1);
  padding: 8px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

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

.header-btn16:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}

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

.header-btn16 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn17 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-25);
  color: var(--ztc-text-text-1);
  padding: 8px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

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

.header-btn17:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}

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

.header-btn17 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn18 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #0F25A3;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  background: var(--ztc-text-text-1);
  z-index: 1;
}

.header-btn18::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: var(--Linner-Color, linear-gradient(268deg, #0A18A1 0.24%, #408BFF 98.24%));
  transition: all 0.4s;
  z-index: -1;
  border-radius: 8px;
}

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

.header-btn18:hover::after {
  width: 100%;
  transition: all 0.4s;
}

.header-btn18 i {
  margin-left: 4px;
  display: inline-block;
  transform: rotate(-45deg);
}

.header-btn19 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  z-index: 1;
}

.header-btn19::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: var(--Linner-Color, linear-gradient(268deg, #0A18A1 0.24%, #408BFF 98.24%));
  transition: all 0.4s;
  z-index: -1;
  border-radius: 8px;
}

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

.header-btn19:hover::after {
  width: 100%;
  transition: all 0.4s;
}

.header-btn19 i {
  margin-left: 4px;
  display: inline-block;
  transform: rotate(-45deg);
}

.header-btn20 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #000000;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  background: #DDFA63;
  z-index: 1;
}

.header-btn20::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #000000;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

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

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

.header-btn20 i {
  margin-left: 4px;
}

.header-btn21 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  z-index: 1;
}

.header-btn21::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #09171B;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

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

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

.header-btn21 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.header-btn22 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: #4D44C5;
  z-index: 1;
}

.header-btn22::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #040306;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

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

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

.header-btn22 i {
  margin-left: 4px;
}

.header-btn23 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  line-height: var(--ztc-font-size-font-s18) 18px;
  font-weight: var(--ztc-weight-bold);
  color: #000000;
  padding: 12px 23px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 85px;
  z-index: 1;
  background: linear-gradient(90deg, #7862fc, #ff0385);
  color: white;
}

.header-btn23::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  border-radius: 85px;
  background: linear-gradient(90deg, #ff0385, #7862fc);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

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

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

.header-btn23 i {
  margin-left: 4px;
}

.header-btn24 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: #090B0E;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: var(--rounded-full, 9999px);
  position: relative;
  background: #fff;
  z-index: 1;
}

.header-btn24::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #090B0E;
  border-radius: var(--rounded-full, 9999px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

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

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

.header-btn24 i {
  margin-left: 4px;
}

.header-btn25 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: var(--rounded-full, 9999px);
  position: relative;
  background: #1C64F2;
  z-index: 1;
}

.header-btn25::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #040306;
  border-radius: var(--rounded-full, 9999px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

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

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

.header-btn25 i {
  margin-left: 4px;
}

.header-btn4.btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
}

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

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

.bg3 {
  background: #F6F8FA !important;
}

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

.sp4 {
  padding: 80px 0 80px;
}

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

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

.sp5 {
  padding: 60px 0 60px;
}

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

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

.sp6 {
  padding: 120px 0 120px;
}

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

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

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

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

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

.sp8 {
  padding: 100px 0 0;
}

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

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

.sp9 {
  padding: 120px 0 0;
}

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

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

.sp10 {
  padding: 0 0 100px;
}

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

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

.space-margin60 {
  margin-bottom: 60px;
}

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

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

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

.about1-section-area .about-images {
  position: relative;
}

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

.about1-section-area .about-images .star1 {
  height: 78px;
  width: 78px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.about1-section-area .about-content-area {
  position: relative;
  padding: 0 50px;
}

.about1-section-area .about-content-area .arrow-circle {
  background: #E4E0F9;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
  position: relative;
  margin-bottom: 32px;
}

.about1-section-area .about-content-area .arrow-circle .arrow {
  position: absolute;
  left: 40%;
  right: 50%;
  top: 40%;
  bottom: 50%;
}

.about1-section-area .about-content-area .btn-area {
  margin-top: 32px;
}

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

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

.about1-section-area .about-auhtor-images {
  position: relative;
  z-index: 1;
  top: 160px;
}

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

@media (max-width: 767px) {
  .about1-section-area .about-auhtor-images {
    top: 0;
  }
}

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

.about1-section-area .about-auhtor-images .elements5 {
  width: 205px;
  height: 141px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
  position: absolute;
  top: -100px;
  right: -50px;
  z-index: -1;
}

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

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

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

.about2-section-area .about-header-area {
  padding: 0 0 0 60px;
}

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

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

.about2-section-area .about-header-area .list-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .about2-section-area .about-header-area .list-area {
    display: inline-block;
  }
}

.about2-section-area .about-header-area .list-area ul {
  margin: 0 18px 0 0;
}

.about2-section-area .about-header-area .list-area ul li {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  margin-top: 16px;
}

.about2-section-area .about-header-area .list-area ul li img {
  margin: 0 8px 0 0;
}

.about2-section-area .about-header-area .images-area {
  display: flex;
  align-items: center;
  margin-top: 32px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.about2-section-area .about-header-area .images-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-5);
}

.about2-section-area .about-header-area .images-area .content-area {
  margin-left: 20px;
}

.about2-section-area .about-header-area .images-area .content-area 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-1);
  transition: all 0.4s;
}

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

.about3-section-area .about-bg1 {
  position: absolute;
  top: 0;
  left: 0;
}

.about3-section-area .about-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.about3-section-area .about-header-area {
  padding: 0 0 0 60px;
}

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

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

.about3-section-area .about-header-area .list-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .about3-section-area .about-header-area .list-area {
    display: inline-block;
  }
}

.about3-section-area .about-header-area .list-area ul {
  margin: 0 18px 0 0;
}

.about3-section-area .about-header-area .list-area ul li {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-top: 16px;
}

.about3-section-area .about-header-area .list-area ul li img {
  margin: 0 8px 0 0;
}

.about3-section-area .about-header-area .images-area {
  display: flex;
  align-items: center;
  margin-top: 32px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.about3-section-area .about-header-area .images-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-5);
}

.about3-section-area .about-header-area .images-area .content-area {
  margin-left: 20px;
}

.about3-section-area .about-header-area .images-area .content-area 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;
}

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

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

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

.about4-section-area .about-images .star1 {
  height: 78px;
  width: 78px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.about4-section-area .about-content-area {
  position: relative;
  padding: 0 50px;
}

.about4-section-area .about-content-area .arrow-circle {
  background: #FFE7EE;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
  position: relative;
  margin-bottom: 32px;
}

.about4-section-area .about-content-area .arrow-circle .arrow {
  position: absolute;
  left: 40%;
  right: 50%;
  top: 40%;
  bottom: 50%;
}

.about4-section-area .about-content-area .btn-area {
  margin-top: 32px;
}

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

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4-section-area .about-auhtor-images {
    top: 0;
  }
}

@media (max-width: 767px) {
  .about4-section-area .about-auhtor-images {
    top: 0;
  }
}

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

.about4-section-area .about-auhtor-images .elements5 {
  width: 205px;
  height: 141px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
  position: absolute;
  top: -100px;
  right: -50px;
  z-index: -1;
}

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

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

.about5-section-area .about5-header {
  margin-bottom: 60px;
}

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

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

.about5-section-area .about-all-images-area {
  position: relative;
}

.about5-section-area .about-all-images-area .elements12 {
  position: absolute;
  top: 50px;
  left: 50%;
  right: 50%;
}

.about5-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 40%;
  bottom: 50px;
  right: 40%;
}

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

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

.about5-section-area .about5-content-area {
  padding: 0 0 0 70px;
}

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

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

.about5-section-area .about5-content-area .about5-boxarea {
  position: relative;
  z-index: 1;
}

.about5-section-area .about5-content-area .about5-boxarea .about5-boxes h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  margin-bottom: 16px;
}

.about5-section-area .about5-content-area .about5-boxarea .about5-boxes .about5-bar {
  height: 8px;
  width: 100%;
  border-radius: 30px;
  background: var(--ztc-border-border-1);
}

.about5-section-area .about5-content-area .about5-boxarea .about5-boxes .about5-bar .about5-per {
  position: relative;
  display: block;
  height: 100%;
  width: 85%;
  background: var(--ztc-text-text-2);
  border-radius: 30px;
  animation: progress 0.8s ease-in-out forwards;
  opacity: 0;
}

@keyframes progress {
  0% {
    width: 0;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.about5-section-area .about5-content-area .about5-boxarea .about5-boxes .about5-bar .about5-per .per {
  position: absolute;
  right: -20px;
  top: -30px;
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2) !important;
}

.about5-section-area .about5-content-area .about5-boxarea .about5-boxes .about5-bar2 {
  height: 8px;
  width: 100%;
  border-radius: 30px;
  background: #E7E9E9;
}

.about5-section-area .about5-content-area .about5-boxarea .about5-boxes .about5-bar2 .about5-per2 {
  position: relative;
  display: block;
  height: 100%;
  width: 95%;
  background: var(--ztc-text-text-2);
  border-radius: 30px;
  animation: progress 0.8s ease-in-out forwards;
  opacity: 0;
}

@keyframes progress {
  0% {
    width: 0;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.about5-section-area .about5-content-area .about5-boxarea .about5-boxes .about5-bar2 .about5-per2 .per {
  position: absolute;
  right: 0;
  top: -30px;
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2) !important;
}

.about-header-area {
  position: relative;
  z-index: 1;
  padding: 160px 0 80px;
}

.about-header-area .elements1 {
  position: absolute;
  z-index: -1;
}

.about-header-area .star2 {
  position: absolute;
}

.about-header-area .about-inner-header h1 {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.about-header-area .about-inner-header a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s24);
}

.about-header-area .about-inner-header a i {
  margin: 0 8px;
}

.about-header-area .about-inner-header a span {
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
}

.about7-section-area {
  position: relative;
  background: #F6F8FA;
  z-index: 1;
}

.about7-section-area .about-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .about7-section-area .about-header {
    margin-bottom: 30px;
  }
}

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

@media (max-width: 767px) {
  .about7-section-area .about-pera-list {
    margin-bottom: 30px;
  }
}

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

.about7-section-area .about-pera-list 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-regular);
  line-height: 16px;
  margin-top: 16px;
}

.about7-section-area .about-pera-list ul li img {
  margin: 0 8px 0 0;
}

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

.about7-section-area .about-images .counter-area {
  background: var(--ztc-text-text-15);
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 20px 0 0 0;
  z-index: 1;
  top: 38%;
  position: absolute;
  left: 42%;
}

.about7-section-area .about-images .counter-area h2 {
  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;
  margin-bottom: 4px;
}

.about7-section-area .about-images .counter-area p {
  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: 20px;
}

.about7-section-area .about-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about7-section-area .about-images .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about7-section-area .counter-boxarea .counter-box {
  padding: 24px 0;
  border-bottom: 1px solid #DFE6F1;
  text-align: center;
}

.about7-section-area .counter-boxarea .counter-box h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  margin-bottom: 16px;
}

.about7-section-area .counter-boxarea .counter-box 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: 16px;
}

.about8-section-area {
  position: relative;
  padding: 180px 0;
}

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

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

.about8-section-area::after {
  position: absolute;
  content: "";
  height: 600px;
  width: 40%;
  left: 0;
  transition: all 0.4s;
  background: #F7F8FA;
  top: 120px;
  z-index: -1;
  bottom: 120px;
}

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

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

.about8-section-area .counter-area .counter-box {
  text-align: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--ztc-border-border-1);
}

.about8-section-area .counter-area .counter-box h3 {
  margin-bottom: 10px;
}

.about8-section-area .counter-area .counter-box.after {
  padding: 24px 0 0 0;
  border-bottom: none;
}

@media (max-width: 767px) {
  .about8-section-area .counter-area .counter-box.after {
    border-bottom: 1px solid var(--ztc-border-border-1);
    padding: 24px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .counter-area .counter-box.after {
    border-bottom: 1px solid var(--ztc-border-border-1);
    padding: 24px 0;
  }
}

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

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

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

.about8-section-area .about8-header {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .about8-section-area .about8-header {
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .about8-header {
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
}

.about8-section-area .about8-header h5 {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .about8-section-area .about8-header h5 {
    margin-left: 0;
  }
}

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

.about10-section-area .about-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .about10-section-area .about-header {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about10-section-area .about-header {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .about10-section-area .about-pera-list {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about10-section-area .about-pera-list {
    margin-bottom: 30px;
    text-align: center;
  }
}

.about10-section-area .about-pera-list 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-regular);
  line-height: 16px;
  margin-top: 16px;
}

.about10-section-area .about-pera-list ul li img {
  margin: 0 8px 0 0;
}

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

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

.about10-section-area .counter-boxarea {
  padding: 0 70px;
}

@media (max-width: 767px) {
  .about10-section-area .counter-boxarea {
    padding: 0;
  }
}

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

.about10-section-area .counter-boxarea .counter-box {
  padding: 24px 0;
  border-bottom: 1px solid #FFF0E7;
  text-align: center;
}

.about10-section-area .counter-boxarea .counter-box h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  margin-bottom: 16px;
}

.about10-section-area .counter-boxarea .counter-box 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: 16px;
}

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

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

.about11-section-area .about11-header {
  padding: 0 50px;
}

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

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

.about11-section-area .about11-header ul li {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-top: 16px;
}

.about11-section-area .about11-header ul li img {
  margin: 0 8px 0 0;
}

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

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

.abut12-section-area .about-images-area .video {
  position: absolute;
  right: 111px;
  z-index: 2;
  top: 70px;
}

.abut12-section-area .about-images-area .video a {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #DDFA63;
  color: #055346;
  font-size: 20px;
  position: relative;
}

.abut12-section-area .about-images-area .video a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  transition: all 0.4s;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: rgba(221, 250, 99, 0.3);
  opacity: 30%;
  z-index: -1;
}

.abut12-section-area .about-images-area .img1 {
  overflow: hidden;
}

.abut12-section-area .about-images-area .img1 img {
  height: 470px;
  width: 470px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.abut12-section-area .about-images-area .img2 {
  margin-top: -200px;
  text-align: right;
  overflow: hidden;
}

.abut12-section-area .about-images-area .img2 img {
  width: 310px;
  width: 310px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.abut12-section-area .about12-header {
  padding: 0 0 0 30px;
}

@media (max-width: 767px) {
  .abut12-section-area .about12-header {
    padding: 0;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .abut12-section-area .about12-header {
    padding: 0;
    margin-top: 50px;
  }
}

.abut12-section-area .about12-header .about-boxarea .box1 {
  border: 1px solid rgba(5, 83, 70, 0.1);
  padding: 24px;
  border-radius: 4px;
  margin-top: 30px;
  transition: all 0.4s;
}

.abut12-section-area .about12-header .about-boxarea .box1:hover {
  background: #055346;
  transition: all 0.4s;
}

.abut12-section-area .about12-header .about-boxarea .box1:hover .icons {
  background: #DDFA63;
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.abut12-section-area .about12-header .about-boxarea .box1:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.abut12-section-area .about12-header .about-boxarea .box1 .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  border-radius: 60px;
  background: rgba(5, 83, 70, 0.1);
}

.abut12-section-area .about12-header .about-boxarea .box1 a {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

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

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

@media (max-width: 767px) {
  .about13-section-area .images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
  }
}

.about13-section-area .images-area .img2 {
  position: absolute;
  top: -40px;
  left: -15px;
  z-index: 1;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.about13-section-area .images-area .img2 #imagewave .stop-color2 {
  stop-color: #FF6F00;
}

.about13-section-area .images-area .img2 #imagewave stop.stop-color1 {
  stop-color: #FF0A54;
}

.about13-section-area .about13-header {
  padding: 0 50px 0 0;
}

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

.about13-section-area .about13-header .about-icons {
  background: #F8F6FC;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.about13-section-area .about13-header .about-icons .icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(255, 15, 81, 0.05);
  position: absolute;
}

.about13-section-area .about13-header .about-icons a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 60px;
}

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

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

.about14-section-area .about14-images-area .elements30 {
  position: absolute;
  bottom: 10px;
  z-index: -1;
  left: 130px;
}

.about14-section-area .about14-images-area .elements31 {
  position: absolute;
  right: 80px;
  top: 0;
}

.about14-section-area .about14-images-area .img1 img {
  height: 460px;
  width: 470px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.about14-section-area .about14-images-area .img2 {
  text-align: end;
  margin-top: -200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about14-section-area .about14-images-area .img2 img {
  height: 330px;
  width: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.about14-section-area .about-header-area {
  padding: 0 0 0 10px;
}

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

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

.about14-section-area .about-header-area h3 {
  color: #040306;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 100% */
}

.about14-section-area .about-header-area .list-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .about14-section-area .about-header-area .list-area {
    display: inline-block;
  }
}

.about14-section-area .about-header-area .list-area ul {
  margin: 0 18px 0 0;
}

.about14-section-area .about-header-area .list-area ul li {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #565659;
  margin-top: 16px;
}

.about14-section-area .about-header-area .list-area ul li img {
  margin: 0 8px 0 0;
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

.about14-section-area .about-header-area .images-area {
  display: flex;
  align-items: center;
  margin-top: 32px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.about14-section-area .about-header-area .images-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: 0;
  top: 0;
  background: #4D44C5;
}

.about14-section-area .about-header-area .images-area .content-area {
  margin-left: 20px;
}

.about14-section-area .about-header-area .images-area .content-area 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: #040306;
  transition: all 0.4s;
}

.about15-section-area {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
}

.about15-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  padding: 8px;
}

.about15-section-area .about15-header-area {
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

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

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

.about15-section-area .about15-header-area .list-area {
  display: flex;
  align-items: center;
}

.about15-section-area .about15-header-area .list-area ul {
  margin: 0 32px 0 0;
}

.about15-section-area .about15-header-area .list-area li {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}

.about15-section-area .about15-header-area .list-area li img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  margin: 0 10px 0 0;
}

.about15-section-area .about15-header-area .header-btn24.btn2 {
  border-radius: var(--rounded-full, 9999px);
  border: 1px solid var(--gray-200, #E5E7EB);
  margin-left: 20px;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1-section-area .service-header-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .service1-section-area .service-header-area {
    margin-bottom: 30px;
  }
}

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

.service1-section-area .service-all-boxes-area {
  display: flex;
}

@media (max-width: 767px) {
  .service1-section-area .service-all-boxes-area {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-all-boxes-area {
    display: inline-block;
  }
}

.service1-section-area .service-all-boxes-area .service-boxarea {
  text-align: center;
  background: var(--ztc-bg-bg-5);
  position: relative;
  padding: 50px 20px;
  border-radius: 8px 0 0 8px;
}

.service1-section-area .service-all-boxes-area .service-boxarea:hover img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service1-section-area .service-all-boxes-area .service-boxarea img {
  transition: all 0.4s;
}

.service1-section-area .service-all-boxes-area .service-boxarea a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
}

.service1-section-area .service-all-boxes-area .service-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.service1-section-area .service-all-boxes-area .service-boxarea.box2 {
  background: var(--ztc-bg-bg-6);
  border-radius: 0;
}

.service1-section-area .service-all-boxes-area .service-boxarea.box3 {
  background: var(--ztc-bg-bg-7);
  border-radius: 0;
}

.service1-section-area .service-all-boxes-area .service-boxarea.box4 {
  background: var(--ztc-bg-bg-8);
  border-radius: 0 8px 8px 0;
}

.service1-section-area .service-all-boxes-area1 {
  display: flex;
}

@media (max-width: 767px) {
  .service1-section-area .service-all-boxes-area1 {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-all-boxes-area1 {
    display: inline-block;
  }
}

.service1-section-area .service-all-boxes-area1 .service-boxarea {
  text-align: center;
  background: #DDD2F3;
  position: relative;
  padding: 50px 20px;
  border-radius: 8px;
  max-height: 440px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .service1-section-area .service-all-boxes-area1 .service-boxarea {
    width: 100%;
    height: 100%;
  }
}

.service1-section-area .service-all-boxes-area1 .service-boxarea:hover img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service1-section-area .service-all-boxes-area1 .service-boxarea img {
  transition: all 0.4s;
}

.service1-section-area .service-all-boxes-area1 .service-boxarea a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
}

.service1-section-area .service-all-boxes-area1 .service-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.service1-section-area .service-all-boxes-area1 .service-boxarea.box2 {
  background: var(--ztc-bg-bg-6);
  border-radius: 0;
}

.service1-section-area .service-all-boxes-area1 .service-boxarea.box3 {
  background: var(--ztc-bg-bg-7);
  border-radius: 0;
}

.service1-section-area .service-all-boxes-area1 .service-boxarea.box4 {
  background: var(--ztc-bg-bg-8);
  border-radius: 0 8px 8px 0;
}

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

.service2-section-area .service2-header {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

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

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

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

.service2-section-area .images-content-area:hover .img1 img {
  transform: scale(1.2) rotate(-4deg);
  transition: all 0.8s;
}

.service2-section-area .images-content-area:hover .arrow-area {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service2-section-area .images-content-area .img1 {
  border-radius: 8px;
  transition: all 0.4s;
  overflow: hidden;
}

.service2-section-area .images-content-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.8s;
}

.service2-section-area .images-content-area .content-area {
  padding: 24px;
  padding: 24px;
  margin-top: -300px;
  position: relative;
  z-index: 1;
}

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

.service2-section-area .images-content-area .content-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .service2-section-area .images-content-area .content-area h5 {
    color: var(--ztc-text-text-2);
  }
}

.service2-section-area .images-content-area .content-area a.text {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .service2-section-area .images-content-area .content-area a.text {
    color: var(--ztc-text-text-2);
  }
}

.service2-section-area .images-content-area .content-area p {
  color: #B2BBC6;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .service2-section-area .images-content-area .content-area p {
    color: var(--ztc-text-text-3);
  }
}

.service2-section-area .images-content-area .content-area .btn-area {
  margin-top: 20px;
}

.service2-section-area .images-content-area .arrow-area {
  position: absolute;
  top: 24px;
  transition: all 0.4s;
  right: 24px;
}

.service2-section-area .images-content-area .arrow-area a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  background: var(--ztc-text-text-4);
  border-radius: 50%;
  transition: all 0.4s;
  font-size: 32px;
  transform: rotate(-45deg);
  color: var(--ztc-text-text-1);
}

.service2-section-area .service-all-boxes {
  padding: 0 0 0 50px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service-all-boxes {
    padding: 0;
  }
}

.service2-section-area .service-all-boxes .service2-auhtor-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-3);
  border-radius: 8px;
  padding: 24px;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service-all-boxes .service2-auhtor-boxarea {
    margin-top: 20px;
  }
}

.service2-section-area .service-all-boxes .service2-auhtor-boxarea:hover {
  transform: translateY(-5px);
}

.service2-section-area .service-all-boxes .service2-auhtor-boxarea:hover .arrow a {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service2-section-area .service-all-boxes .service2-auhtor-boxarea .arrow {
  text-align: right;
  margin-bottom: 8px;
}

.service2-section-area .service-all-boxes .service2-auhtor-boxarea .arrow a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
  transform: rotate(-45deg);
}

.service2-section-area .service-all-boxes .service2-auhtor-boxarea .content-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.service2-section-area .service-all-boxes .service2-auhtor-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}

.service2-section-area .service-all-boxes .service2-auhtor-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-top: 16px;
}

.service2-section-area .service-all-boxes .service2-auhtor2-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-5);
  border-radius: 8px;
  padding: 24px;
  transition: all 0.4s;
  margin-top: 20px;
}

.service2-section-area .service-all-boxes .service2-auhtor2-boxarea:hover {
  transform: translateY(-5px);
}

.service2-section-area .service-all-boxes .service2-auhtor2-boxarea:hover .arrow a {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .arrow {
  text-align: end;
  margin-bottom: 8px;
  transition: all 0.4s;
}

.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .arrow a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-5);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
  transform: rotate(-45deg);
}

.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .content-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}

.service2-section-area .service-all-boxes .service2-auhtor2-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-top: 16px;
}

.service1-section-area .service-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .service1-section-area .service-header-area {
    margin-bottom: 30px;
  }
}

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

.service1-section-area .service2-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 24px;
  transition: all 0.4s;
  margin-bottom: 30px;
  border: 1px solid #7F64A9;
}

.service1-section-area .service2-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-bg-10);
  background: var(--ztc-text-text-5);
}

.service1-section-area .service2-boxarea:hover::after {
  visibility: hidden;
  opacity: 0;
}

.service1-section-area .service2-boxarea:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(180deg);
}

.service1-section-area .service2-boxarea:hover .icons img {
  transition: all 0.4s;
  filter: none;
}

.service1-section-area .service2-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  opacity: 15%;
  border-radius: 8px;
  z-index: 1;
  visibility: visible;
}

.service1-section-area .service2-boxarea .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  transition: all 0.4s;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.service1-section-area .service2-boxarea .icons::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #F6F8F9;
  opacity: 10%;
  transition: all 0.4s;
  border-radius: 50%;
}

.service1-section-area .service2-boxarea .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.service1-section-area .service2-boxarea .content {
  position: relative;
  z-index: 2;
}

.service1-section-area .service2-boxarea .content a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .service1-section-area .service2-boxarea .content a {
    font-size: var(--ztc-font-size-font-s20);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service2-boxarea .content a {
    font-size: var(--ztc-font-size-font-s20);
  }
}

.service1-section-area .service2-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.service1-section-area .service2-boxarea .content .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0;
}

.service1-section-area .service2-boxarea .content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service1-section-area .service2-boxarea .content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.service3-section-area {
  background: var(--ztc-bg-bg-13);
  position: relative;
}

.service3-section-area .service-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .service3-section-area .service-header-area {
    margin-bottom: 30px;
  }
}

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

.service3-section-area .service2-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 24px;
  transition: all 0.4s;
  margin-bottom: 30px;
  border: 1px solid #E1E3E8;
  background: var(--ztc-text-text-1);
}

.service3-section-area .service2-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-bg-10);
  background: var(--ztc-text-text-5);
}

.service3-section-area .service2-boxarea:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(180deg);
}

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

.service3-section-area .service2-boxarea:hover .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

.service3-section-area .service2-boxarea .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  transition: all 0.4s;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: var(--ztc-bg-bg-13);
}

.service3-section-area .service2-boxarea .content {
  position: relative;
  z-index: 2;
}

.service3-section-area .service2-boxarea .content a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .service3-section-area .service2-boxarea .content a {
    font-size: var(--ztc-font-size-font-s20);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3-section-area .service2-boxarea .content a {
    font-size: var(--ztc-font-size-font-s20);
  }
}

.service3-section-area .service2-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.service3-section-area .service2-boxarea .content .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0;
}

.service3-section-area .service2-boxarea .content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service3-section-area .service2-boxarea .content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.service4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}

.service4-section-area .service4-header {
  margin-bottom: 60px;
}

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

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

.service4-section-area .service-auhtor-boxes-area {
  position: relative;
}

.service4-section-area .service-auhtor-boxes-area .bg-images .img1 {
  position: absolute;
  top: 15%;
  left: 28%;
  right: 28%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service-auhtor-boxes-area .bg-images .img1 {
    top: 30%;
  }
}

@media (max-width: 767px) {
  .service4-section-area .service-auhtor-boxes-area .bg-images .img1 {
    top: 43%;
  }
}

.service4-section-area .service-auhtor-boxes-area .bg-images .icons {
  position: absolute;
  top: 40%;
  z-index: 1;
  left: 46%;
  right: 46%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service-auhtor-boxes-area .bg-images .icons {
    top: 42%;
  }
}

@media (max-width: 767px) {
  .service4-section-area .service-auhtor-boxes-area .bg-images .icons {
    top: 47%;
  }
}

.service4-section-area .service-auhtor-boxes-area .service-box-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  padding: 24px;
  border-radius: 8px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .service4-section-area .service-auhtor-boxes-area .service-box-area {
    margin-bottom: 30px;
  }
}

.service4-section-area .service-auhtor-boxes-area .service-box-area:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.service4-section-area .service-auhtor-boxes-area .service-box-area:hover::after {
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .icons-area .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .content-area a {
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
}

.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .content-area a i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service4-section-area .service-auhtor-boxes-area .service-box-area:hover .content-area p {
  color: var(--ztc-text-text-8);
  opacity: 90%;
  transition: all 0.4s;
}

.service4-section-area .service-auhtor-boxes-area .service-box-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  left: 50%;
  border-radius: 8px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.service4-section-area .service-auhtor-boxes-area .service-box-area .icons-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.service4-section-area .service-auhtor-boxes-area .service-box-area .icons-area .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  display: inline-block;
}

.service4-section-area .service-auhtor-boxes-area .service-box-area .icons-area .number h4 {
  font-size: var(--ztc-font-size-font-s60);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-7);
  line-height: var(--ztc-font-size-font-s60);
  transition: all 0.4s;
  font-family: var(--ztc-family-font1);
}

.service4-section-area .service-auhtor-boxes-area .service-box-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}

.service4-section-area .service-auhtor-boxes-area .service-box-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  opacity: 80%;
  transition: all 0.4s;
}

.service4-section-area .service-auhtor-boxes-area .service-box-area .content-area .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0;
}

.service4-section-area .service-auhtor-boxes-area .service-box-area .content-area .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

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

.service5-section-area .service-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .service5-section-area .service-header {
    margin-bottom: 30px;
  }
}

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

.service5-section-area .service-author-boxarea.box2 {
  background: var(--ztc-bg-bg-22);
}

.service5-section-area .service-author-boxarea.box3 {
  background: var(--ztc-bg-bg-23);
}

.service5-section-area .service-author-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-21);
  border-radius: 5px;
  padding: 24px;
  margin-bottom: 30px;
}

.service5-section-area .service-author-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

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

.service5-section-area .service-author-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.service5-section-area .service-author-boxarea .img1 {
  overflow: hidden;
  border-radius: 180px 180px 20px 20px;
  transition: all 0.4s;
}

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

.service5-section-area .service-author-boxarea .content-area a {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 16px;
}

.service5-section-area .service-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-ss6);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .service-inner-header .service-images {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-header .service-images {
    margin-bottom: 30px;
  }
}

.service-inner-header .service-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .service-inner-header .service-textarea {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-header .service-textarea {
    margin-bottom: 50px;
  }
}

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

.service-inner2-section-area .instagram1 {
  position: absolute;
  right: 70px;
}

.service-inner2-section-area .linkedin1 {
  position: absolute;
  right: 50px;
  top: 50%;
}

.service-inner2-section-area .facebook1 {
  position: absolute;
  left: 50px;
  top: 20%;
}

.service-inner2-section-area .twitter1 {
  position: absolute;
  left: -50px;
  top: 70%;
}

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

@media (max-width: 767px) {
  .service-inner2-section-area .service-images {
    left: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner2-section-area .service-images {
    left: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service-inner2-section-area .service-images {
    left: 0;
  }
}

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

.service-inner2-section-area .service-images .inner-bg1 {
  position: absolute;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
  bottom: 0;
}

@media (max-width: 767px) {
  .service-inner2-section-area .service-content {
    margin-bottom: 50px;
  }
}

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

.service7-section-area {
  position: relative;
}

.service7-section-area .service-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .service7-section-area .service-header {
    margin-bottom: 30px;
  }
}

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

.service7-section-area .all-service-box {
  position: relative;
  border-top: 1px solid #E7EDF6;
  border-bottom: 1px solid #E7EDF6;
  transition: all 0.4s;
}

.service7-section-area .all-service-box:hover {
  background: var(--ztc-bg-bg-24);
  transition: all 0.4s;
}

.service7-section-area .all-service-box:hover .service-main-boxarea {
  padding: 24px;
}

.service7-section-area .all-service-box:hover .service-main-boxarea .service-images .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service7-section-area .all-service-box:hover .service-main-boxarea .pera p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service7-section-area .all-service-box:hover .service-main-boxarea .arrow a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-bg-bg-24);
  transition: all 0.4s;
}

.service7-section-area .all-service-box .service-main-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea {
    display: inline-block;
  }
}

.service7-section-area .all-service-box .service-main-boxarea .service-images {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .service-images {
    display: inline-block;
  }
}

.service7-section-area .all-service-box .service-main-boxarea .service-images .img1 {
  width: 220px;
  height: 80px;
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .service-images .img1 {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .service-images .img1 img {
    width: 100%;
    height: 100%;
  }
}

.service7-section-area .all-service-box .service-main-boxarea .service-images .text {
  padding-left: 24px;
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .service-images .text {
    padding-left: 0;
    padding-top: 20px;
  }
}

.service7-section-area .all-service-box .service-main-boxarea .service-images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .service-images .text a {
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s24);
  }
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .service-images .text a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s20);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera {
    padding-top: 20px;
  }
}

.service7-section-area .all-service-box .service-main-boxarea .pera 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;
  transition: all 0.4s;
}

.service7-section-area .all-service-box .service-main-boxarea .pera.box2 {
  padding-left: 158px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box2 {
    padding-left: 0;
  }
}

.service7-section-area .all-service-box .service-main-boxarea .pera.box3 {
  padding-left: 66px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box3 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box3 {
    padding-left: 0;
  }
}

.service7-section-area .all-service-box .service-main-boxarea .pera.box4 {
  padding-left: 124px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box4 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box4 {
    padding-left: 0;
  }
}

.service7-section-area .all-service-box .service-main-boxarea .pera.box5 {
  padding-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box5 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box5 {
    padding-left: 0;
  }
}

.service7-section-area .all-service-box .service-main-boxarea .pera.box6 {
  padding-left: 170px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box6 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .pera.box6 {
    padding-left: 0;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .all-service-box .service-main-boxarea .arrow {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .service7-section-area .all-service-box .service-main-boxarea .arrow {
    padding-top: 20px;
  }
}

.service7-section-area .all-service-box .service-main-boxarea .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  line-height: 48px;
  transform: rotate(-45deg);
}

.service8-section-area {
  background: #F7F8FA;
}

.service8-section-area .service-header-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .service8-section-area .service-header-area {
    margin-bottom: 30px;
  }
}

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

.service8-section-area .service-all-boxes-area {
  display: flex;
}

@media (max-width: 767px) {
  .service8-section-area .service-all-boxes-area {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service8-section-area .service-all-boxes-area {
    display: inline-block;
  }
}

.service8-section-area .service-all-boxes-area .service-boxarea {
  text-align: center;
  background: var(--ztc-bg-bg-5);
  position: relative;
  padding: 50px 20px;
  border-radius: 8px 0 0 8px;
}

.service8-section-area .service-all-boxes-area .service-boxarea:hover img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service8-section-area .service-all-boxes-area .service-boxarea img {
  transition: all 0.4s;
}

.service8-section-area .service-all-boxes-area .service-boxarea a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
}

.service8-section-area .service-all-boxes-area .service-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.service8-section-area .service-all-boxes-area .service-boxarea.box2 {
  background: var(--ztc-bg-bg-6);
  border-radius: 0;
}

.service8-section-area .service-all-boxes-area .service-boxarea.box3 {
  background: var(--ztc-bg-bg-7);
  border-radius: 0;
}

.service8-section-area .service-all-boxes-area .service-boxarea.box4 {
  background: var(--ztc-bg-bg-8);
  border-radius: 0 8px 8px 0;
}

.service8-section-area .service-all-boxes-area1 {
  display: flex;
}

@media (max-width: 767px) {
  .service8-section-area .service-all-boxes-area1 {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service8-section-area .service-all-boxes-area1 {
    display: inline-block;
  }
}

.service8-section-area .service-all-boxes-area1 .service-boxarea {
  text-align: center;
  background: #DDD2F3;
  position: relative;
  padding: 50px 20px;
  border-radius: 8px;
  max-height: 440px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .service8-section-area .service-all-boxes-area1 .service-boxarea {
    width: 100%;
    height: 100%;
  }
}

.service8-section-area .service-all-boxes-area1 .service-boxarea:hover img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service8-section-area .service-all-boxes-area1 .service-boxarea img {
  transition: all 0.4s;
}

.service8-section-area .service-all-boxes-area1 .service-boxarea a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
}

.service8-section-area .service-all-boxes-area1 .service-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.service8-section-area .service-all-boxes-area1 .service-boxarea.box2 {
  background: var(--ztc-bg-bg-6);
  border-radius: 0;
}

.service8-section-area .service-all-boxes-area1 .service-boxarea.box3 {
  background: var(--ztc-bg-bg-7);
  border-radius: 0;
}

.service8-section-area .service-all-boxes-area1 .service-boxarea.box4 {
  background: var(--ztc-bg-bg-8);
  border-radius: 0 8px 8px 0;
}

.service10-section-area {
  position: relative;
  background: #F6F8FA;
}

.service10-section-area .service-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .service10-section-area .service-header {
    margin-bottom: 30px;
  }
}

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

.service10-section-area .all-service-box {
  position: relative;
  border-top: 1px solid #F7E9E3;
  border-bottom: 1px solid #F7E9E3;
  transition: all 0.4s;
}

.service10-section-area .all-service-box:hover {
  background: var(--ztc-bg-bg-25);
  transition: all 0.4s;
}

.service10-section-area .all-service-box:hover .service-main-boxarea {
  padding: 24px;
}

.service10-section-area .all-service-box:hover .service-main-boxarea .service-images .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service10-section-area .all-service-box:hover .service-main-boxarea .pera p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service10-section-area .all-service-box:hover .service-main-boxarea .arrow a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-bg-bg-25);
  transition: all 0.4s;
}

.service10-section-area .all-service-box .service-main-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea {
    display: inline-block;
  }
}

.service10-section-area .all-service-box .service-main-boxarea .service-images {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .service-images {
    display: inline-block;
  }
}

.service10-section-area .all-service-box .service-main-boxarea .service-images .img1 {
  width: 220px;
  height: 80px;
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .service-images .img1 {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .service-images .img1 img {
    width: 100%;
    height: 100%;
  }
}

.service10-section-area .all-service-box .service-main-boxarea .service-images .text {
  padding-left: 24px;
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .service-images .text {
    padding-left: 0;
    padding-top: 20px;
  }
}

.service10-section-area .all-service-box .service-main-boxarea .service-images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .service-images .text a {
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s24);
  }
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .service-images .text a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s20);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera {
    padding-top: 20px;
  }
}

.service10-section-area .all-service-box .service-main-boxarea .pera 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;
  transition: all 0.4s;
}

.service10-section-area .all-service-box .service-main-boxarea .pera.box2 {
  padding-left: 158px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box2 {
    padding-left: 0;
  }
}

.service10-section-area .all-service-box .service-main-boxarea .pera.box3 {
  padding-left: 66px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box3 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box3 {
    padding-left: 0;
  }
}

.service10-section-area .all-service-box .service-main-boxarea .pera.box4 {
  padding-left: 124px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box4 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box4 {
    padding-left: 0;
  }
}

.service10-section-area .all-service-box .service-main-boxarea .pera.box5 {
  padding-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box5 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box5 {
    padding-left: 0;
  }
}

.service10-section-area .all-service-box .service-main-boxarea .pera.box6 {
  padding-left: 170px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box6 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .pera.box6 {
    padding-left: 0;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10-section-area .all-service-box .service-main-boxarea .arrow {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .service10-section-area .all-service-box .service-main-boxarea .arrow {
    padding-top: 20px;
  }
}

.service10-section-area .all-service-box .service-main-boxarea .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  line-height: 48px;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}

.service11-section-area {
  position: relative;
  z-index: 1;
  background: #F8F9FB;
}

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

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

.service11-section-area .service11-boxarea:hover .content-area::after {
  height: 100%;
  transition: all 0.4s;
  border-radius: 8px;
}

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

.service11-section-area .service11-boxarea:hover .content-area .icons {
  transform: rotateY(180deg);
  transition: all 0.4s;
}

.service11-section-area .service11-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
}

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

.service11-section-area .service11-boxarea .content-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 56px 24px 32px 24px;
  margin: 0 30px;
  margin-top: -60px;
}

.service11-section-area .service11-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0px 0px 8px 8px;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  transition: all 0.4s;
  z-index: -1;
}

.service11-section-area .service11-boxarea .content-area .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: #F8F9FB;
  position: absolute;
  top: -40px;
}

.service11-section-area .service11-boxarea .content-area a {
  color: var(--Text-Color, #081120);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}

.service11-section-area .service-btn1 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  border-radius: 8px;
  padding: 18px 24px;
  z-index: 0;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
}

.service11-section-area .service-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.service11-section-area .service-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
}

.service11-section-area .service-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--Linner-Color, linear-gradient(268deg, #0A18A1 0.24%, #408BFF 98.24%));
  border-radius: 8px;
  z-index: -1;
}

.service12-section-area {
  position: relative;
  z-index: 1;
  background: #055346;
}

.service12-section-area .service-header h5 {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
}

.service12-section-area .service-header h2 {
  color: var(--ztc-text-text-1);
}

.service12-section-area .service-slider {
  position: relative;
}

.service12-section-area .service-slider .owl-stage-outer {
  position: absolute;
}

@media (max-width: 767px) {
  .service12-section-area .service-slider .owl-stage-outer {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service12-section-area .service-slider .owl-stage-outer {
    position: relative;
  }
}

.service12-section-area .service-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -110px;
}

@media (max-width: 767px) {
  .service12-section-area .service-slider .owl-nav {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service12-section-area .service-slider .owl-nav {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: 30px;
  }
}

.service12-section-area .service-slider .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  font-size: 20px;
}

.service12-section-area .service-slider .owl-nav button:hover {
  background: #DDFA63;
  color: #055346;
  transition: all 0.4s;
}

.service12-section-area .service-slider .owl-nav .owl-prev {
  margin: 0 16px 0 0;
}

.service12-section-area .service-slider .service12-boxarea {
  background: #fff;
  border-radius: 4px;
  padding: 28px 24px;
  position: relative;
  z-index: 1;
  border: 1px solid #F2F2F2;
}

.service12-section-area .service-slider .service12-boxarea:hover .icons {
  background: #DDFA63;
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.service12-section-area .service-slider .service12-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  transition: all 0.4s;
  background: #E6EEEC;
  transition: all 0.4s;
}

.service12-section-area .service-slider .service12-boxarea .icons img {
  width: 26px;
  height: 32px;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
  display: inline-block;
}

.service12-section-area .service-slider .service12-boxarea .content a {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.service12-section-area .service-slider .service12-boxarea .content p {
  color: #5D6261;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.service12-section-area .service-slider .service12-boxarea .content .readmore {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  transition: all 0.4s;
}

.service12-section-area .service-slider .service12-boxarea .content .readmore i {
  margin-left: 4px;
}

.service13-section-area {
  position: relative;
  z-index: 1;
  background: #F8F6FC;
}

.service13-section-area .header-area-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

@media (max-width: 767px) {
  .service13-section-area .header-area-service .btn-area1 {
    margin-top: 32px;
  }
}

.service13-section-area .service13-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
  background: #fff;
  padding: 24px;
  margin-bottom: 30px;
}

.service13-section-area .service13-boxarea:hover::after {
  height: 100%;
  transition: all 0.4s;
  width: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.service13-section-area .service13-boxarea:hover .icons {
  background: #FFF;
}

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

.service13-section-area .service13-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}

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

.service13-section-area .service13-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  border-radius: 5px;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  z-index: -1;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.service13-section-area .service13-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background: rgba(255, 15, 81, 0.05);
  display: inline-block;
  transition: all 0.4s;
}

.service13-section-area .service13-boxarea .content-area .head {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .service13-section-area .service13-boxarea .content-area .head {
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service13-section-area .service13-boxarea .content-area .head {
    line-height: 30px;
  }
}

.service13-section-area .service13-boxarea .content-area p {
  color: #5C6365;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.4s;
}

.service13-section-area .service13-boxarea .content-area a.readmore {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  transition: all 0.4s;
}

.service13-section-area .service13-boxarea .content-area a.readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.service13-section-area .service13-boxarea .content-area h2 {
  color: #FFF;
  text-align: right;
  font-family: var(--ztc-family-font1);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 24px;
}

.service14-section-area {
  position: relative;
  z-index: 1;
  background: #F8F8FD;
}

.service14-section-area .service14-widget-area {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}

.service14-section-area .service14-widget-area:hover .content-widget-area {
  top: 0;
  transition: all 0.6s;
}

.service14-section-area .service14-widget-area:hover .content-area {
  bottom: -200px;
  transition: all 0.4s;
}

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

.service14-section-area .service14-widget-area .content-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 60px 28px 28px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .service14-section-area .service14-widget-area .content-area {
    padding: 60px 24px 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service14-section-area .service14-widget-area .content-area {
    padding: 60px 18px 24px;
  }
}

.service14-section-area .service14-widget-area .content-area .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  line-height: 70px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: -35px;
}

.service14-section-area .service14-widget-area .content-area a {
  color: #FFF;
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}

.service14-section-area .service14-widget-area .content-widget-area {
  border-radius: 5px;
  background: #4D44C5;
  text-align: center;
  padding: 60px 30px;
  position: absolute;
  top: -400px;
  height: 100%;
  transition: all 0.6s;
}

@media (max-width: 767px) {
  .service14-section-area .service14-widget-area .content-widget-area {
    padding: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service14-section-area .service14-widget-area .content-widget-area {
    padding: 14px;
  }
}

.service14-section-area .service14-widget-area .content-widget-area .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  line-height: 70px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
}

.service14-section-area .service14-widget-area .content-widget-area a {
  color: #FFF;
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}

.service14-section-area .service14-widget-area .content-widget-area .readmore {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.service14-section-area .service14-widget-area .content-widget-area .readmore i {
  margin-left: 4px;
}

.service14-section-area .service14-widget-area .content-widget-area p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

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

.service15-section-area .service15-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--gray-50, #F9FAFB);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 24px 34px 24px 24px;
  margin-bottom: 30px;
}

.service15-section-area .service15-boxarea:hover::after {
  left: 0;
  transition: all 0.4s;
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.service15-section-area .service15-boxarea:hover .icons {
  background: #fff;
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.service15-section-area .service15-boxarea:hover a {
  color: #fff;
  transition: all 0.4s;
}

.service15-section-area .service15-boxarea:hover p {
  color: #fff;
  transition: all 0.4s;
  opacity: 80%;
}

.service15-section-area .service15-boxarea::after {
  position: absolute;
  z-index: -1;
  transition: all 0.4s;
  content: "";
  height: 100%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  top: 0;
  border-radius: 8px;
  background: #1A56DB;
  width: 10px;
}

.service15-section-area .service15-boxarea .icons {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  display: inline-block;
  background: #E1EFFE;
  border-radius: 8px;
}

.service15-section-area .service15-boxarea .icons img {
  transition: all 0.4s;
}

.service15-section-area .service15-boxarea a {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}

.service15-section-area .service15-boxarea p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.4s;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 0;
}

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

@media (max-width: 767px) {
  .hero1-section-area .header-main-content {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-main-content {
    margin-bottom: 60px;
  }
}

.hero1-section-area .header-main-content .btn-area {
  display: inline-block;
}

.hero1-section-area .header-main-content .btn-area .header-btn1 {
  margin-top: 32px;
}

.hero1-section-area .header-main-content .btn-area .header-btn2 {
  margin-top: 20px;
  margin-left: 16px;
  color: var(--ztc-text-text-4);
  border: 1px solid var(--ztc-text-text-4);
}

@media (max-width: 767px) {
  .hero1-section-area .header-main-content .btn-area .header-btn2 {
    margin-left: 0;
  }
}

.hero1-section-area .header-main-content .btn-area .header-btn2 span {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}

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

.hero1-section-area .header-images-area .main-images-area {
  position: relative;
  left: 100px;
}

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

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

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-section-area .header-images-area .main-images-area {
    left: -20px;
  }
}

.hero1-section-area .header-images-area .main-images-area .img1 {
  position: relative;
  left: 60px;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .img1 {
    left: 0;
  }
}

.hero1-section-area .header-images-area .main-images-area .img1 img {
  height: 672.01px;
  width: 486.95px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.hero1-section-area .header-images-area .main-images-area .img2 {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}

@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .img2 {
    top: 100px;
  }
}

.hero1-section-area .header-images-area .main-images-area .img2 img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.hero1-section-area .header-images-area .main-images-area .icons-area .sound-icons1 {
  position: absolute;
  top: 0;
}

@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .icons-area .sound-icons1 {
    left: -20px;
  }
}

.hero1-section-area .header-images-area .main-images-area .icons-area .lite-icons1 {
  position: absolute;
  top: 40%;
  right: -70px;
}

@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .icons-area .lite-icons1 {
    top: 0;
    right: -20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area .icons-area .lite-icons1 {
    right: 0;
  }
}

@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-icons {
    display: none;
  }
}

.hero1-section-area .header-images-area .main-images-area .auhtor-icons .elements2 {
  position: absolute;
  top: 0;
  right: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-icons .elements2 {
    right: 170px;
  }
}

.hero1-section-area .header-images-area .main-images-area .auhtor-icons .elements3 {
  position: absolute;
  bottom: 140px;
  left: -44px;
}

@media (max-width: 767px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-images {
    display: none;
  }
}

.hero1-section-area .header-images-area .main-images-area .auhtor-images .header-author-img1 {
  position: absolute;
  bottom: 0;
  left: -180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-images .header-author-img1 {
    left: -140px;
  }
}

.hero1-section-area .header-images-area .main-images-area .auhtor-images .header-author-img2 {
  position: absolute;
  top: -40px;
  right: -60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .header-images-area .main-images-area .auhtor-images .header-author-img2 {
    right: 50px;
  }
}

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

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

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

.hero2-section-area .star3 {
  position: absolute;
  left: 0;
  top: 0;
}

.hero2-section-area .star4 {
  position: absolute;
  right: 36px;
  bottom: 100px;
}

.hero2-section-area .header-main-area {
  padding: 0 90px 0 0;
}

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

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

.hero2-section-area .header-main-area .btn-area {
  display: inline-block;
}

.hero2-section-area .header-main-area .btn-area .header-btn4 {
  margin-top: 32px;
}

.hero2-section-area .header-main-area .btn-area .header-btn3 {
  margin-top: 32px;
  margin-left: 24px;
}

@media (max-width: 767px) {
  .hero2-section-area .header-main-area .btn-area .header-btn3 {
    margin-left: 0;
  }
}

.hero2-section-area .header-images-area {
  position: relative;
}

.hero2-section-area .header-images-area .elements6 {
  position: absolute;
  left: -190px;
  top: 70px;
}

.hero2-section-area .header-images-area .star5 {
  position: absolute;
  bottom: 0;
  left: -220px;
}

.hero2-section-area .header-images-area .img1 {
  position: relative;
}

.hero2-section-area .header-images-area .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  transition: all 0.4s;
}

.hero2-section-area .header-images-area .img1 .header-imgbg2 {
  position: absolute;
  top: -20px;
  right: -100px;
  height: 336px;
  width: 336px;
}

@media (max-width: 767px) {
  .hero2-section-area .header-images-area .img1 .header-imgbg2 {
    left: 0;
    right: inherit;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area .header-images-area .img1 .header-imgbg2 {
    left: 0;
    right: inherit;
    height: 100%;
    width: 100%;
    top: 0;
  }
}

.homepage3-body {
  overflow-x: hidden;
}

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

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

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

.hero3-section-area .star3 {
  position: absolute;
  left: 0;
  top: 0;
}

.hero3-section-area .star4 {
  position: absolute;
  right: 36px;
  bottom: 100px;
}

.hero3-section-area .header-bg2 {
  position: absolute;
  top: 0;
  left: 0;
}

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

.hero3-section-area .header-main-area {
  padding: 0 90px 0 0;
}

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

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

.hero3-section-area .header-main-area .btn-area {
  display: inline-block;
}

.hero3-section-area .header-main-area .btn-area .header-btn4 {
  margin-top: 32px;
}

.hero3-section-area .header-main-area .btn-area .header-btn5 {
  margin-top: 32px;
  margin-left: 24px;
}

@media (max-width: 767px) {
  .hero3-section-area .header-main-area .btn-area .header-btn5 {
    margin-left: 0;
  }
}

.hero3-section-area .header-images-area {
  position: relative;
}

.hero3-section-area .header-images-area .elements6 {
  position: absolute;
  left: -190px;
  top: 70px;
}

.hero3-section-area .header-images-area .star5 {
  position: absolute;
  bottom: 0;
  left: -220px;
}

.hero3-section-area .header-images-area .img1 {
  position: relative;
}

.hero3-section-area .header-images-area .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  transition: all 0.4s;
}

.hero3-section-area .header-images-area .img1 .header-imgbg2 {
  position: absolute;
  top: -20px;
  right: -100px;
  height: 336px;
  width: 336px;
}

@media (max-width: 767px) {
  .hero3-section-area .header-images-area .img1 .header-imgbg2 {
    left: 0;
    right: inherit;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section-area .header-images-area .img1 .header-imgbg2 {
    left: 0;
    right: inherit;
    height: 100%;
    width: 100%;
    top: 0;
  }
}

.hero4-section-area {
  position: relative;
  padding: 70px 0 0;
  /* background: var(--ztc-bg-bg-16); */
  overflow: hidden;
}

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

.hero4-section-area .hero4-header .plus {
  position: absolute;
  right: -200px;
  top: 50px;
}

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

.hero4-section-area .hero4-header .btn-area1 .header-btn6 {
  margin-top: 32px;
}

.hero4-section-area .hero4-header .btn-area1 .header-btn7 {
  margin-top: 32px;
  margin-left: 32px;
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-header .btn-area1 .header-btn7 {
    margin-left: 0;
  }
}

.hero4-section-area .header-images-area {
  position: relative;
}

.hero4-section-area .header-images-area .bg1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero4-section-area .header-images-area .img1 {
  position: absolute;
  bottom: 0px;
  right: 27%;
  z-index: 1;
  left: 25%;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .header-images-area .img2 {
    display: none;
  }
}

.hero4-section-area .header-images-area .img2 .header-img6 {
  position: absolute;
  bottom: 50px;
  left: -100px;
}

.hero4-section-area .header-images-area .img2 .elements10 {
  position: absolute;
  left: 0;
  bottom: 240px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .header-images-area .img3 {
    display: none;
  }
}

.hero4-section-area .header-images-area .img3 .header-img6 {
  position: absolute;
  left: -100px;
  top: -200px;
}

.hero4-section-area .header-images-area .img3 .elements10 {
  position: absolute;
  left: 75px;
  top: -30px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .header-images-area .img4 {
    display: none;
  }
}

.hero4-section-area .header-images-area .img4 .header-img6 {
  position: absolute;
  right: -100px;
  top: 0;
}

.hero4-section-area .header-images-area .img4 .elements10 {
  position: absolute;
  right: 75px;
  top: 100px;
}

.hero4-section-area .header-images-area .content {
  position: absolute;
  right: -200px;
  bottom: 80px;
}

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

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

.hero4-section-area .header-images-area .content ul li {
  display: inline-block;
  color: var(--ztc-text-text-6);
}

.hero4-section-area .header-images-area .content p {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s26);
  font-size: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero4-section-area .header-images-area .content span {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
}

.hero4-section-area .header-images-area .content span img {
  margin: 0 6px 0 0;
}

.hero4-section-area .header-images-area .img4.others .header-img6 {
  top: -50px;
}

.hero4-section-area .header-images-area .img4.others .elements10 {
  top: 0;
}

.hero4-section-area .header-images-area .bg-2 {
  text-align: center;
  margin-top: -150px;
  height: 360px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .header-images-area .bg-2 {
    display: none;
  }
}

.hero4-section-area .header-images-area .bg-2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero4-section-area .header-images-area .form-area form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
  padding: 24px 32px;
  border-radius: 90px;
  position: absolute;
  width: 830px;
  z-index: 1;
  top: 142px;
  left: 18%;
}

@media (max-width: 767px) {
  .hero4-section-area .header-images-area .form-area form {
    width: 100%;
    left: 0;
    display: inline-block;
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    margin-bottom: 50px;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .header-images-area .form-area form {
    left: 0;
    width: 100%;
    top: 0;
    margin-bottom: 50px;
    position: relative;
  }
}

.hero4-section-area .header-images-area .form-area form .input-area {
  display: flex;
  align-items: center;
}

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

.hero4-section-area .header-images-area .form-area form .input-area input {
  width: 100%;
  margin-left: 6px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}

.hero4-section-area .header-images-area .form-area form .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}

.hero4-section-area .header-images-area .form-area form .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}

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

.hero5-section-area .header-content-area {
  padding: 0 80px 0 0;
  margin-top: -40px;
}

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

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

.hero5-section-area .header-content-area .btn-area1 .header-btn9 {
  margin-top: 32px;
}

.hero5-section-area .header-content-area .btn-area1 .header-btn10 {
  margin-top: 32px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .hero5-section-area .header-content-area .btn-area1 .header-btn10 {
    margin-left: 0;
  }
}

.hero5-section-area .hero-images-area {
  position: relative;
}

@media (max-width: 767px) {
  .hero5-section-area .hero-images-area {
    left: 0;
  }
}

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

.hero5-section-area .hero-images-area .imges {
  position: relative;
  z-index: 1;
  left: 10%;
}

.hero5-section-area .hero-images-area .imges1 {
  position: absolute;
  bottom: 0;
}

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

.hero5-section-area .hero-images-area .auhtor-images .img1 .author-img1 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -130px;
}

@media (max-width: 767px) {
  .hero5-section-area .hero-images-area .auhtor-images .img1 .author-img1 {
    display: none;
  }
}

.hero5-section-area .hero-images-area .auhtor-images .img1 .sound-icons3 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50px;
}

@media (max-width: 767px) {
  .hero5-section-area .hero-images-area .auhtor-images .img1 .sound-icons3 {
    left: -20px;
    top: 0;
  }
}

.hero5-section-area .hero-images-area .auhtor-images .img1 .lite-icons2 {
  position: absolute;
  z-index: 2;
  right: -50px;
  top: 35%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section-area .hero-images-area .auhtor-images .img1 .lite-icons2 {
    right: 0;
  }
}

@media (max-width: 767px) {
  .hero5-section-area .hero-images-area .auhtor-images .img1 .lite-icons2 {
    right: -20px;
    top: 0;
  }
}

.hero5-section-area .hero-images-area .auhtor-images .img1 .elements11 {
  position: absolute;
  bottom: 190px;
}

.hero7-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg7.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 0 180px;
  overflow: hidden;
}

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

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

.hero7-section-area .hero7-header {
  position: relative;
}

.hero7-section-area .hero7-header form {
  position: relative;
  background: var(--ztc-text-text-1);
  width: 385px;
}

@media (max-width: 767px) {
  .hero7-section-area .hero7-header form {
    width: 100%;
  }
}

.hero7-section-area .hero7-header form input {
  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: 16px;
  padding: 16px 16px 16px 44px;
  width: 100%;
}

.hero7-section-area .hero7-header form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.hero7-section-area .hero7-header form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.hero7-section-area .hero7-header form span {
  color: var(--ztc-text-text-3);
  position: absolute;
  top: 16px;
  left: 16px;
}

.hero7-section-area .hero7-header form button {
  border: none;
  outline: none;
  position: absolute;
  right: -163px;
}

@media (max-width: 767px) {
  .hero7-section-area .hero7-header form button {
    right: 0;
  }
}

.hero7-section-area .hero7-header .author-images {
  display: flex;
  align-items: center;
}

.hero7-section-area .hero7-header .author-images .stars {
  margin-left: 24px;
}

.hero7-section-area .hero7-header .author-images .stars ul li {
  display: inline-block;
  color: #FF6610;
}

.hero7-section-area .hero7-header .author-images .stars p {
  margin-top: 4px;
}

.hero7-section-area .header7-images .img1 {
  position: absolute;
  top: -35px;
  width: 100%;
  left: 50%;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero7-section-area .header7-images .img1 {
    left: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7-section-area .header7-images .img1 {
    position: relative;
    left: 0;
    top: 30px;
  }
}

@media (max-width: 767px) {
  .hero7-section-area .header7-images .img1 {
    position: relative;
    left: 0;
    top: 30px;
  }
}

.hero7-section-area .header7-images .img2 {
  position: absolute;
  right: 0;
  bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7-section-area .header7-images .img2 {
    position: relative;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero7-section-area .header7-images .img2 {
    position: relative;
    right: 0;
    bottom: 0;
  }
}

.hero7-section-area .header7-images .img2 img {
  height: 334px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7-section-area .header7-images .img2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .hero7-section-area .header7-images .img2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.hero8-section-area {
  position: relative;
  background-image: url(../img/bg/header-bg8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 240px 0 0 0;
}

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

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

.hero8-section-area .elements16 {
  position: absolute;
  right: 50px;
  top: 35%;
  height: 140px;
  width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

.hero8-section-area .elements17 {
  position: absolute;
  left: 17%;
  top: 33%;
}

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

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

.hero8-section-area .star8 {
  position: absolute;
}

.hero8-section-area .star9 {
  position: absolute;
  right: 0;
  top: 50%;
}

.hero8-section-area .bottom-img img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero8-section-area .hero8-header {
  position: relative;
}

.hero8-section-area .hero8-header form {
  position: relative;
  background: var(--ztc-text-text-1);
  border-radius: 100px;
  padding: 16px 16px 16px 24px;
  height: 80px;
  width: 670px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hero8-section-area .hero8-header form {
    width: 100%;
  }
}

.hero8-section-area .hero8-header form input {
  width: 100%;
  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: 16px;
  height: 45px;
  padding-left: 22px;
}

.hero8-section-area .hero8-header form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.hero8-section-area .hero8-header form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.hero8-section-area .hero8-header form button {
  border: none;
  outline: none;
  position: absolute;
  right: 16px;
  top: 15px;
}

@media (max-width: 767px) {
  .hero8-section-area .hero8-header form button {
    top: 102px;
  }
}

.hero8-section-area .hero8-header form span.global {
  color: var(--ztc-text-text-3);
  position: absolute;
  top: 28px;
}

.hero9-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-img9.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 200px 0 360px;
}

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

.homepage-bottom-area {
  margin-top: -280px;
  position: relative;
  z-index: 1;
}

.homepage-bottom-area .header-author-area {
  background: var(--ztc-text-text-17);
  border-radius: 8px;
  padding: 50px 32px;
}

.homepage-bottom-area .header-author-area .header-area {
  padding: 0 40px 0 0;
}

@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-area {
    margin-bottom: 30px;
    padding: 0;
  }
}

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

.homepage-bottom-area .header-author-area .header-area h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 10px;
}

.homepage-bottom-area .header-author-area .header-area h5 img {
  filter: brightness(0) invert(1);
  margin: 0 6px 0 0;
}

.homepage-bottom-area .header-author-area .header-area h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
}

@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-area h2 {
    font-size: var(--ztc-font-size-font-s28);
    line-height: 36px;
  }
}

.homepage-bottom-area .header-author-area .header-area .counter-boxarea {
  padding-top: 32px;
  border-top: 1px solid #7567E1;
}

.homepage-bottom-area .header-author-area .header-area .counter-boxarea .counter-box p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 80%;
}

.homepage-bottom-area .header-author-area .header-area .btn-area1 a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-17);
}

.homepage-bottom-area .header-author-area .header-area .btn-area1 a span {
  background: var(--ztc-text-text-17);
  color: var(--ztc-text-text-1);
}

.homepage-bottom-area .header-author-area .header-area .btn-area1 a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}

.homepage-bottom-area .header-author-area .header-area .btn-area1 a:hover span {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
}

.homepage-bottom-area .header-author-area .header-bottom-img {
  position: relative;
}

.homepage-bottom-area .header-author-area .header-bottom-img .owl-nav {
  position: absolute;
  top: 47%;
  z-index: 1;
}

@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}

.homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-prev {
  left: -14px;
  position: absolute;
}

@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-prev {
    position: relative;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-prev {
    position: relative;
    left: 0;
  }
}

.homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-next {
  position: absolute;
  left: inherit;
  right: -512px;
}

@media (max-width: 767px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-next {
    position: relative;
    left: 0;
    right: inherit;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-bottom-area .header-author-area .header-bottom-img .owl-nav .owl-next {
    position: relative;
    left: 0;
    right: inherit;
    margin-left: 10px;
  }
}

.homepage-bottom-area .header-author-area .header-bottom-img .owl-nav button {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-17);
  font-size: var(--ztc-font-size-font-s16);
}

.hero10-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg11.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 200px 0 250px;
  overflow: hidden;
}

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

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

.hero10-section-area .elements18 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero10-section-area .bg1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero10-section-area .bg2-elements {
  position: absolute;
  top: 0;
  left: 0;
}

.hero10-section-area .hero-header-area .btn-area1 .video-btn {
  color: var(--ztc-bg-bg-25);
  margin-left: 24px;
}

@media (max-width: 767px) {
  .hero10-section-area .hero-header-area .btn-area1 .video-btn {
    margin-left: 24px;
    margin-top: 20px;
  }
}

.hero10-section-area .hero-header-area .btn-area1 .video-btn .play {
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-25);
  color: var(--ztc-text-text-1);
  position: relative;
}

.hero10-section-area .hero-header-area .btn-area1 .video-btn .play::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 19px;
  top: 19px;
  background: var(--ztc-bg-bg-25);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 50%;
  animation: pulse-border1 1500ms ease-out infinite;
  opacity: 40%;
  display: inline-block;
}

.hero10-section-area .hero-header-area .btn-area1 .video-btn .text {
  color: var(--ztc-bg-bg-25);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  margin-left: 8px;
}

.hero10-section-area .hero-header-area .auhtor-area {
  display: flex;
  align-items: center;
}

.hero10-section-area .hero-header-area .auhtor-area .text {
  margin-left: 24px;
}

.hero10-section-area .hero-header-area .auhtor-area ul li {
  color: var(--ztc-bg-bg-25);
  display: inline-block;
}

.hero10-section-area .imges {
  position: relative;
  z-index: 1;
  top: -40px;
}

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

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

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero10-section-area .imges {
    left: 0;
    top: -40px;
  }
}

.hero10-section-area .imges img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header10-bottom-area {
  position: relative;
  z-index: 1;
  margin-top: -120px;
}

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

@media (max-width: 767px) {
  .header10-bottom-area {
    margin-top: -180px;
  }
}

.header10-bottom-area .header-auhtor-area {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px 90px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .header10-bottom-area .header-auhtor-area {
    padding: 20px;
  }
}

.header10-bottom-area .header-auhtor-area .header-form-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header10-bottom-area .header-auhtor-area .header-form-area {
    display: block;
  }
}

@media (max-width: 767px) {
  .header10-bottom-area .header-auhtor-area .header-form-area {
    display: block;
  }
}

.header10-bottom-area .header-auhtor-area .header-form-area form {
  background: #F6F8FA;
  position: relative;
  padding: 18px;
  height: 52px;
  border-radius: 110px;
  width: 350px;
}

@media (max-width: 767px) {
  .header10-bottom-area .header-auhtor-area .header-form-area form {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header10-bottom-area .header-auhtor-area .header-form-area form {
    width: 100%;
    margin-top: 20px;
  }
}

.header10-bottom-area .header-auhtor-area .header-form-area form span {
  position: absolute;
  left: 20px;
  top: 16px;
}

.header10-bottom-area .header-auhtor-area .header-form-area form input {
  width: 100%;
  height: 100%;
  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: 16px;
  padding-left: 30px;
  position: relative;
  top: -3px;
}

@media (max-width: 767px) {
  .header10-bottom-area .header-auhtor-area .header-form-area .btn-area1 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header10-bottom-area .header-auhtor-area .header-form-area .btn-area1 {
    margin-top: 20px;
  }
}

.header10-bottom-area .header-auhtor-area .header-form-area .btn-area1 button {
  border: none;
  outline: none;
}

.hero11-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/header-bg12.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0 200px;
  overflow: hidden;
}

.hero11-section-area .elements22 {
  right: 0;
  position: absolute;
  height: 100%;
  top: 0;
}

.hero11-section-area .hero-header h5 {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  padding: 8px 14px;
}

@media (max-width: 767px) {
  .hero11-section-area .hero-header h5 {
    line-height: 24px;
  }
}

.hero11-section-area .hero-header h5 img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}

.hero11-section-area .hero-header h1 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}

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

.hero11-section-area .hero-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.hero11-section-area .images {
  position: relative;
}

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

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

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

.hero11-section-area .images .elements21 {
  width: 156px;
  height: 142px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 50px;
  left: -140px;
}

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

.hero12-section-area .bg1 img {
  position: absolute;
  top: 130px;
  right: 0;
  width: 52%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero12-section-area .bg1 img {
    top: inherit;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-section-area .bg1 img {
    bottom: 0;
    top: inherit;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero12-section-area .bg1 img {
    bottom: 0;
    top: inherit;
    width: 100%;
  }
}

.hero12-section-area .hero-bg2 {
  position: absolute;
  left: 0;
  top: 0;
}

.hero12-section-area .elements26 {
  position: absolute;
  bottom: 0;
  left: 0;
}

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

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

.hero12-section-area .hero-images-area .icons .icons1 {
  position: absolute;
  left: -100px;
  top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-section-area .hero-images-area .icons .icons1 {
    left: 0;
  }
}

@media (max-width: 767px) {
  .hero12-section-area .hero-images-area .icons .icons1 {
    left: 0;
  }
}

.hero12-section-area .hero-images-area .icons .icons2 {
  position: absolute;
  right: -200px;
  top: 100px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero12-section-area .hero-images-area .icons .icons2 {
    right: -100px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero12-section-area .hero-images-area .icons .icons2 {
    right: -100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-section-area .hero-images-area .icons .icons2 {
    right: -50px;
  }
}

@media (max-width: 767px) {
  .hero12-section-area .hero-images-area .icons .icons2 {
    right: -40px;
    top: -50px;
  }
}

.hero12-section-area .hero-images-area .icons .elements25 {
  position: absolute;
  bottom: 200px;
  left: -200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-section-area .hero-images-area .icons .elements25 {
    left: -50px;
  }
}

.hero12-section-area .hero-images-area .img1 {
  position: relative;
  left: 100px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero12-section-area .hero-images-area .img1 {
    left: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero12-section-area .hero-images-area .img1 {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-section-area .hero-images-area .img1 {
    left: 200px;
  }
}

@media (max-width: 767px) {
  .hero12-section-area .hero-images-area .img1 {
    left: 0;
  }
}

.hero12-section-area .hero-images-area .author-img {
  position: absolute;
  right: -200px;
  z-index: 1;
  bottom: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero12-section-area .hero-images-area .author-img {
    right: -100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-section-area .hero-images-area .author-img {
    right: -50px;
  }
}

@media (max-width: 767px) {
  .hero12-section-area .hero-images-area .author-img {
    right: inherit;
    left: 0;
  }
}

.hero13-section-area {
  position: relative;
  z-index: 1;
  background: #F8F6FC;
  padding: 100px 0 0;
  overflow: hidden;
}

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

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

.hero13-section-area .img2 {
  position: absolute;
  right: 0;
  bottom: -1600px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero13-section-area .img2 {
    position: absolute;
    right: 0;
    bottom: -1311px;
    width: 1327px;
  }
}

@media (max-width: 767px) {
  .hero13-section-area .img2 {
    position: absolute;
    right: 0;
    bottom: -500px;
    width: 580px;
  }
}

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

.hero13-section-area .hero13-header .header-btn21.btn2 {
  background: #fff;
  color: #FD3B32;
  border: 1px solid #FD3B32;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .hero13-section-area .hero13-header .header-btn21.btn2 {
    margin-top: 20px;
    margin-left: 0;
  }
}

.hero13-section-area .hero13-header .header-btn21.btn2:hover {
  color: #fff;
  transition: all 0.4s;
  border: 1px solid #090B0E;
}

.hero13-section-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
  left: 182px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero13-section-area .img1 img {
    left: 50px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero13-section-area .img1 img {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero13-section-area .img1 img {
    left: 0;
  }
}

@media (max-width: 767px) {
  .hero13-section-area .img1 img {
    left: 0;
  }
}

@media screen and (min-width: 2000px) {
  .hero13-section-area .img1 img {
    left: 440px;
  }
}

.hero14-section-area {
  position: relative;
  z-index: 1;
  background: transparent linear-gradient(120deg, #000 0, #2d7cde 100%) 0 0 no-repeat padding-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0;
}

.hero14-section-area .elements27 {
  position: absolute;
  right: 150px;
  top: 150px;
  height: 560px;
}

@media (max-width: 767px) {
  .hero14-section-area .elements27 {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero14-section-area .elements27 {
    height: 100%;
  }
}

.hero14-section-area .hero-header14 .header-btn23.btn2 {
  margin-left: 16px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.hero14-section-area .hero-header14 .header-btn23.btn2::after {
  border: 1px solid #090B0E !important;
}

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

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

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

  .sec-3-head h4 {
    font-size: 30px !important;

  }

  .sec-3-head h4 span {
    font-size: 30px !important;
  }

  .fdf p {
    font-size: 12px !important;
  }

  .sec-3 {
    padding: 20px 0px 70px !important;
  }

  .fghh {
    background: white;
    padding: 30px 15px 40px !important;
    border-radius: 21px !important;
  }

  .testimonials {
    display: none;
  }

  .arimg {
    margin-bottom: 18px;
  }

  .dffbv {
    padding: 30px 15px 30px !important;
    border-radius: 21px !important;
  }

  .xcff {
    padding: 30px 15px 20px !important;
    border-radius: 21px !important;
  }

  .industryLeftTitle {
    padding-top: 14px;
  }

  .industryLeftTitle {
    font-size: 30px !important;
  }

  .acc-title {
    font-size: 15px !important;
  }

  .protext {
    color: #99a2b8;
    padding-bottom: 40px;
  }

  .contbg2 {
    background-color: #fff;
    border-radius: 21px !important;
    padding: 18px 15px !important;
  }


  .bg11 {
    border-radius: 21px !important;
  }

  .ourproject {
    background: linear-gradient(to top, #d1e8fe, #040446);
    padding: 36px 0px 60px !important;
  }

  .prohad {
    font-weight: 700;
    font-size: 30px !important;
    text-align: left;
    margin-bottom: 0px !important;
    color: #fff;
  }


  .bg22 {
    border-radius: 21px !important;
    padding: 30px 15px !important;
  }

  .faq-sec {
    padding: 78px 0px 0px !important;
  }

  h3.text_centr,
  h4.text_center {
    font-size: 34px !important;
  }

  .partners ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }


  .footer-widgets-1 {
    padding: 50px 30px 30px;
    border-radius: 21px !important;
    background: linear-gradient(to bottom, #1d1f42, #23235a);
  }




  #vanta-bg {
    position: relative;
    width: 100%;
    height: 49vh !important;
    overflow: hidden;
  }

  .int-banner h1 {
    color: #fff;
    font-size: 25px !important;
    font-weight: 800;
    margin: 0;
    padding: 0;
  }


  .about-bgg {

    padding: 33px 15px 31px !important;
    border-radius: 14px !important;
  }

  .company iframe {
    border-radius: 14px !important;
  }

  .aboutpage-text h2 {
    padding-top: 12px;
    font-size: 23px !important;
    font-weight: 800;
    padding-bottom: 8px;
  }

  .aboutpage-text {
    margin-top: 15px;
  }



  .main-bold {
    font-size: 48px !important;
    color: #9bbcf7;
    font-weight: 600;
  }

  .sub-heading {
    font-size: 39px !important;
    color: #ffff;
    font-weight: 700;
  }

  .shadow-container {
    padding: 40px 0px 12px !important;
  }


  .hghg {
    height: auto !important;
    margin-top: 40px;
  }

  .about-teamwork h2,
  .main-heading,
  .sec-3-head h2,
  .sec-3-head h1 {
    font-size: 33px !important;
    margin-bottom: 17px;
  }


  .founder-haddingtext h2 {
    font-size: 47px !important;
    font-weight: 800;
    background: linear-gradient(90deg, #7862fc, #ff0385);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }


  #strength p span,
  .text p span,
  .unique-sec h3 span {
    font-size: 57px !important;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    text-decoration: underline solid #fff 2px;
    width: auto;
  }

  .text p {
    font-size: 47px !important;
  }

  .about-teamwork {
    padding: 0rem 0 6rem !important;
  }

  .wip-marquee {
    padding: 40px 0 0px !important;
  }

  .urlbread {
    font-size: 17px !important;
  }



  .search h1,
  .search h2 {
    font-size: 28px !important;
    color: #fff;
    font-weight: 700;
  }


  h2.services_seo {
    font-size: 28px !important;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 36px !important;
  }


  .sec-3-head h2 span,
  .sec-3-head h1 span {
    font-size: 36px !important;
  }

  #seo_service {
    padding-top: 70px !important;
  }

  .contact-us-wrapper {
    margin-bottom: 50px !important;
  }

  .sec-3-head h3,
  .wordpress-page .sec-3-head h3 {
    font-size: 20px !important;
  }

  .sec-3-head h3 {
    padding-bottom: 0px !important;
  }


  .wordpress-page {
    padding: 0px 0px 0px !important;
  }

  .int-banner {
    background: #0e003c1f;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(1px);
  }


  .process-right .process-item {
    padding: 0 21px 30px !important;
  }

  .section-padding {
    padding: 0px 0 0px !important;
  }


  .contbg5 {
    border-radius: 20px !important;
    padding: 20px 13px !important;
  }


  .contbg6 {
    border-radius: 18px !important;
  }


  .contact-3-right-wrapper {
    padding: 22px 0px 0px !important;
  }



  .g-recaptcha iframe {
    width: 200px !important;
    height: 78px;
  }


  .mapdiv {
    display: block !important;

  }

  .mapdiv {
    padding: 0rem 0rem 4rem 0rem !important;
  }

  .mapindex {

    border-radius: 20px !important;

  }

  .mapdiv .bg1 {
    border-radius: 20px !important;
  }


  .ddsd {
    text-align: center;
    padding-bottom: 34px;
  }


  .indexgallery h2 {
    font-size: 32px !important;
  }


  .indexgallery p {
    font-size: 15px !important;
    padding-bottom: 10px !important;
  }


  .aboutbgp_back {
    padding: 20px 15px !important;
    border-radius: 20px !important;
  }

  .careerpage h1 {
    font-size: 30px !important;
  }

  .careerpcall {
    margin-top: 14px !important;
  }

  .careerjbox ul {
    padding-bottom: 17px;
    padding-top: 14px;
  }


  .careerjbox {
    padding: 20px 20px 90px !important;
  }


  .jobgetin {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 18px !important;
  }

  .careerjbox h5 {
    padding-top: 20px !important;
  }

  .contbgpop2 {
    border-radius: 20px !important;
  }

  .contbgpop {
    border-radius: 20px !important;
  }

  .getin {
    font-size: 13px !important;
  }


  .contbgpop2 {
    padding: 1.6rem !important;
  }


  .position {
    font-size: 11px !important;

  }


  .slidingVertical span {
    font-size: 26px !important;
}

.slidingVertical {
    margin-left: 0px !important;
}


}













.g-recaptcha iframe {
  width: 304px;
  height: 78px;
}








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

.hero14-section-area .header-images-area .img1 {
  position: relative;
}

.hero14-section-area .header-images-area .img1 img.header-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero14-section-area .header-images-area .img1 .elements28 {
  position: absolute;
  left: -170px;
  top: 100px;
  font-size: 22px;
  padding: 13px 26px;
  color: white;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 5px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .hero14-section-area .header-images-area .img1 .elements28 {
    display: none;
  }
}

.hero14-section-area .header-images-area .img1 .elements29 {
  position: absolute;
  left: -70px;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .hero14-section-area .header-images-area .img1 .elements29 {
    display: none;
  }
}

.hero14-section-area .header-images-area .img1 .others-box {
  background: #fff;
  display: flex;
  border-radius: 4px;
  padding: 14px 16px;
  align-items: center;
  width: 320px;
  position: absolute;
  bottom: 50px;
}

.hero14-section-area .header-images-area .img1 .others-box p {
  color: #272937;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-left: 8px;
}

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

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

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

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

.hero15-section-area .hero15-header h5 {
  color: var(--gray-700, #374151);
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 30px;
  background: var(--gray-50, #F9FAFB);
  padding: var(--1, 4px) var(--2, 8px) var(--1, 4px) var(--1, 4px);
}

.hero15-section-area .hero15-header h5 span {
  color: var(--white, var(--white, #FFF));
  font-family: var(--ztc-family-font1);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 10px;
  background: var(--primary-700, #1A56DB);
  padding: var(--05, 2px) var(--3, 12px);
  margin: 0 10px 0 0;
}

.hero15-section-area .hero15-header h5 i {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
}

.hero15-section-area .hero15-header h1 {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.hero15-section-area .hero15-header h1 img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

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

.hero15-section-area .hero15-header p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
}

.hero15-section-area .hero15-header .btn-area1 .header-btn25.btn2 {
  background: none;
  color: #090B0E;
  margin-left: 16px;
  border-radius: var(--rounded-full, 9999px);
  border: 1px solid var(--gray-300, #D1D5DB);
}

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

.hero15-section-area .hero15-header .btn-area1 .header-btn25.btn2 i {
  margin: 0 4px 0 0;
}

.hero15-section-area .hero15-header .btn-area1 .header-btn25.btn2:hover {
  color: #fff;
}

.hero15-section-area .hero15-header .author-area {
  display: flex;
  align-items: center;
}

.hero15-section-area .hero15-header .author-area img {
  margin: 0 16px 0 0;
}

.hero15-section-area .hero15-header .author-area .list-area {
  padding-left: 16px;
  border-left: 1px solid #d1d1d1;
}

.hero15-section-area .hero15-header .author-area .list-area ul li {
  display: inline-block;
  color: #FACA15;
}

.hero15-section-area .hero15-header .author-area .list-area ul li:nth-last-child(1) {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.hero15-section-area .hero15-header .author-area .list-area p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.hero15-section-area .hero15-header .author-area .list-area p span {
  font-weight: 700 !important;
  display: inline-block;
}

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

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

@media (max-width: 767px) {
  .hero15-section-area .images15-area {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero15-section-area .images15-area {
    left: 0;
  }
}

.hero15-section-area .images15-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero15-section-area .images15-area .elements32 {
  position: absolute;
  bottom: 30%;
  left: -80px;
}

.hero15-section-area .images15-area .elements34 {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.hero15-section-area .images15-area .elements35 {
  position: absolute;
  top: 18%;
  left: 0;
}

@media (max-width: 767px) {
  .hero15-section-area .images15-area .elements35 {
    display: none;
  }
}

.hero15-section-area .images15-area .elements36 {
  position: absolute;
  top: 40%;
  right: -65px;
}

.hero15-section-area .hero-bg3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
}

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

.mobile-sidebar.mobile-sidebar1 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .header-btn1 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 h3 {
  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);
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

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

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-4);
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: var(--ztc-text-text-4);
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-4);
}

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

.mobile-header.mobile-haeder2 .mobile-nav-icon {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar2 {
  background: var(--ztc-text-text-5);
  overflow-y: scroll;
}

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

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

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

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1) !important;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .header-btn3 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 h3 {
  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-1);
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single i {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

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

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

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-text-text-2);
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-2);
}

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

.mobile-header.mobile-haeder4 .mobile-nav-icon {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar4 {
  background: var(--ztc-text-text-6);
  overflow-y: scroll;
}

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

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

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

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1) !important;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .header-btn6 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  border-top: 1px solid var(--ztc-text-text-1);
  border-bottom: 1px solid var(--ztc-text-text-1);
  color: var(--ztc-text-text-1);
  text-transform: uppercase;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .header-btn6:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .header-btn12 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-1);
  text-transform: uppercase;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .header-btn12:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 h3 {
  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-1);
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single i {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

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

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

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-text-text-1);
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-6);
  border: 1px solid var(--ztc-text-text-1);
}

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

.mobile-header.mobile-haeder5 .mobile-nav-icon {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar5 {
  background: var(--ztc-text-text-12);
  overflow-y: scroll;
}

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

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

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

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1) !important;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 .header-btn9 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 h3 {
  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-1);
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single i {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

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

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-12);
  border: 1px solid var(--ztc-text-text-1);
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-12);
  border: 1px solid var(--ztc-bg-bg-17);
}

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

.mobile-header.mobile-haeder7 .mobile-nav-icon {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar7 {
  background: var(--ztc-text-text-15);
  overflow-y: scroll;
}

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

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

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

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1) !important;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 .header-btn13 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-15);
  background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 .header-btn13:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 .header-btn12 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  color: var(--ztc-text-text-1);
  text-transform: uppercase;
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 .header-btn12:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 h3 {
  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-1);
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .contact-info-single i {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

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

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

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-text-text-1);
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-6);
  border: 1px solid var(--ztc-text-text-1);
}

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

.mobile-header.mobile-haeder8 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar8 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar8 .logos img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 .header-btn15 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 h3 {
  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);
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

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

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-16);
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: var(--ztc-text-text-16);
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-text-text-16);
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-16);
}

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

.mobile-header.mobile-haeder9 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar9 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar9 .logos img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 .header-btn16 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 h3 {
  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);
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

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

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-17);
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: var(--ztc-text-text-17);
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-text-text-17);
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-17);
}

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

.mobile-header.mobile-haeder10 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar10 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar10 .logos img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 .header-btn17 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 h3 {
  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);
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

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

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-14);
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: var(--ztc-text-text-14);
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: var(--ztc-text-text-14);
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-14);
}

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

.mobile-header.mobile-haeder11 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar11 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar11 .logos img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar11 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar11 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar11 .mobile-nav.mobile-nav1 .header-btn18 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  background: #081120;
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar11 .mobile-nav.mobile-nav1 h3 {
  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);
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar11 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar11 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar11 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar11 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}

.mobile-sidebar.mobile-sidebar11 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid #0F25A3;
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: #0F25A3;
}

.mobile-sidebar.mobile-sidebar11 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: #0F25A3;
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
}

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

.mobile-header.mobile-haeder12 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar12 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar12 .logos img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar12 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
  color: #055346;
}

.mobile-sidebar.mobile-sidebar12 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: #055346;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar12 .mobile-nav.mobile-nav1 .header-btn20 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  color: #055346;
}

.mobile-sidebar.mobile-sidebar12 .mobile-nav.mobile-nav1 h3 {
  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: #055346;
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .contact-info-single i {
  color: #055346;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #055346;
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .contact-info-single .contact-info-text a i {
  color: #055346;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid #055346;
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: #055346;
}

.mobile-sidebar.mobile-sidebar12 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: #055346;
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid #055346;
}

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

.mobile-header.mobile-haeder13 .mobile-logo img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar13 {
  background: var(--ztc-text-text-1);
  overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar13 .logos img {
  width: 140px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 .header-btn21 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.mobile-sidebar.mobile-sidebar13 .mobile-nav.mobile-nav1 h3 {
  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);
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}

.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: var(--ztc-text-text-1);
  border: 1px solid #FD2F39;
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: #FD2F39;
}

.mobile-sidebar.mobile-sidebar13 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: #FD2F39;
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-1);
  border: 1px solid #FD2F39;
}

.mobile-header.mobile-haeder14 {
  background: #00265552;
  position: fixed;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(6px);
}

.mobile-header.mobile-haeder14 .mobile-nav-icon {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar14 {

  /* overflow-y: scroll; */
  background-color: #010125 !important;
}

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

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

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

.mobile-sidebar.mobile-sidebar14 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {

  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar14 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1) !important;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar14 .mobile-nav.mobile-nav1 .header-btn22 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #040306;
}

.mobile-sidebar.mobile-sidebar14 .mobile-nav.mobile-nav1 h3 {
  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-1);
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .contact-info-single i {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}

.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: #4D44C5;
  border: 1px solid var(--ztc-text-text-1);
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar14 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: #040306;
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-11);
  border: 1px solid #040306;
}

.mobile-header.mobile-haeder15 {
  background: #1C64F2;
  position: fixed;
}

.mobile-header.mobile-haeder15 .mobile-nav-icon {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar15 {
  background: #1C64F2;
  overflow-y: scroll;
}

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

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

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

.mobile-sidebar.mobile-sidebar15 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar15 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium) !important;
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1) !important;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar15 .mobile-nav.mobile-nav1 .header-btn25 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #040306;
}

.mobile-sidebar.mobile-sidebar15 .mobile-nav.mobile-nav1 h3 {
  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-1);
  margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar15 .footer1-contact-info .contact-info-single {
  display: flex;
  margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar15 .footer1-contact-info .contact-info-single i {
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar15 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
  margin-left: 6px;
  display: inline-block;
}

.mobile-sidebar.mobile-sidebar15 .footer1-contact-info .social-links-mobile-menu {
  margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar15 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
  line-height: 30px;
}

.mobile-sidebar.mobile-sidebar15 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: #1C64F2;
  border: 1px solid var(--ztc-text-text-1);
  border-radius: 50%;
  padding: 0;
  line-height: 42px;
  transition: all 0.4s ease-in-out;
  color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar15 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  background: #040306;
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px);
  color: var(--ztc-text-text-11);
  border: 1px solid #040306;
}

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

.blog1-scetion-area .blog-hedaer-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .blog1-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog1-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}

.blog1-scetion-area .blog-author-boxarea {
  background: var(--ztc-text-text-1);
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.blog1-scetion-area .blog-author-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

.blog1-scetion-area .blog-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.blog1-scetion-area .blog-author-boxarea .img1 {
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.blog1-scetion-area .blog-author-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
  border-radius: 5px 5px 0 0;
  opacity: 0.7;
}

.blog1-scetion-area .blog-author-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
  transition: all 0.4s;
}

.blog1-scetion-area .blog-author-boxarea .content-area {
  padding: 24px;
}

.blog1-scetion-area .blog-author-boxarea .content-area .tags-area ul {
  margin-bottom: 16px;
}

.blog1-scetion-area .blog-author-boxarea .content-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

.blog1-scetion-area .blog-author-boxarea .content-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}

.blog1-scetion-area .blog-author-boxarea .content-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}

.blog1-scetion-area .blog-author-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}

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

.blog1-scetion-area .blog-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-bottom: 16px;
}

.blog1-scetion-area .blog-author-boxarea .content-area a.readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 0;
}

.blog1-scetion-area .blog-author-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.blog1-scetion-area .blog-author-boxarea .content-area a.readmore i {
  transform: rotate(-45deg);
}

.blog2-section-area .blog-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .blog2-section-area .blog-header-area {
    margin-bottom: 30px;
  }
}

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

.blog2-section-area .blog2-author-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog2-section-area .blog2-author-boxarea:hover .img1 {
  border-radius: 8px;
  transition: all 0.4s;
}

.blog2-section-area .blog2-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 8px;
}

.blog2-section-area .blog2-author-boxarea .img1 {
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}

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

.blog2-section-area .blog-content {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  border-radius: 8px;
  padding: 24px 20px;
  position: relative;
  margin: -110px 30px 0;
  z-index: 2;
}

.blog2-section-area .blog-content .date {
  display: block;
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  transition: all 0.4s;
  margin-bottom: 18px;
}

.blog2-section-area .blog-content .date img {
  margin: -3px 6px 0 0;
}

.blog2-section-area .blog-content .head {
  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);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}

.blog2-section-area .blog-content .head:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.blog2-section-area .blog-content p {
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.blog2-section-area .blog-content .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  margin-top: 24px;
}

.blog2-section-area .blog-content .readmore:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.blog2-section-area .blog-content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.blog2-section-area .blog-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.blog3-section-area {
  position: relative;
}

.blog3-section-area .about-bg1 {
  position: absolute;
  top: 0;
  left: 0;
}

.blog3-section-area .about-bg2 {
  position: absolute;
  bottom: -220px;
  right: 0;
}

.blog3-section-area .blog-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .blog3-section-area .blog-header-area {
    margin-bottom: 30px;
  }
}

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

.blog3-section-area .blog2-author-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog3-section-area .blog2-author-boxarea:hover .img1 {
  border-radius: 8px;
  transition: all 0.4s;
}

.blog3-section-area .blog2-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 8px;
}

.blog3-section-area .blog2-author-boxarea .img1 {
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}

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

.blog3-section-area .blog-content {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  border-radius: 8px;
  padding: 24px 20px;
  position: relative;
  margin: -110px 30px 0;
  z-index: 2;
  border: 1px solid #E1E3E8;
}

.blog3-section-area .blog-content .date {
  display: block;
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  transition: all 0.4s;
  margin-bottom: 18px;
}

.blog3-section-area .blog-content .date img {
  margin: -3px 6px 0 0;
}

.blog3-section-area .blog-content .head {
  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);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}

.blog3-section-area .blog-content .head:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.blog3-section-area .blog-content p {
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.blog3-section-area .blog-content .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  margin-top: 24px;
}

.blog3-section-area .blog-content .readmore:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.blog3-section-area .blog-content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.blog3-section-area .blog-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.blog4-section-area .blog4-header {
  margin-bottom: 60px;
}

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

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

.blog4-section-area .blog-auhtor-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-text-text-8);
  padding: 24px;
  margin-bottom: 30px;
}

.blog4-section-area .blog-auhtor-boxarea:hover .img1 {
  border-radius: 8px;
}

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

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

.blog4-section-area .blog-auhtor-boxarea .blog-content-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
}

.blog4-section-area .blog-auhtor-boxarea .blog-content-area ul li a i {
  margin: 0 4px 0 0;
}

.blog4-section-area .blog-auhtor-boxarea .blog-content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
}

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

.blog4-section-area .blog-auhtor-boxarea .blog-content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.blog4-section-area .blog-auhtor-boxarea .blog-content-area .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}

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

.blog4-section-area .blog-auhtor-boxarea .blog-content-area .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

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

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

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

.blog5-section-area .blog-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .blog5-section-area .blog-header-area {
    margin-bottom: 30px;
  }
}

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

.blog5-section-area .blog-all-section .imges1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.blog5-section-area .blog-all-section .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog5-section-area .blog-all-section .content-area {
    margin-top: 30px;
  }
}

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

.blog5-section-area .blog-all-section .content-area .main-content h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-12);
  display: inline-block;
  background: var(--ztc-bg-bg-20);
  border-radius: 4px;
  padding: 6px 10px;
  transition: all 0.4s;
  margin-bottom: 20px;
}

.blog5-section-area .blog-all-section .content-area .main-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  transition: all 0.4s;
  display: block;
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 24px;
}

.blog5-section-area .blog-all-section .content-area .main-content a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}

.blog5-section-area .blog-all-section .content-area .main-content a.text {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
}

.blog5-section-area .blog-all-section .content-area .main-content a.text img {
  margin: 0 8px 0 0;
}

.blog5-section-area .blog-all-section .content-area .arrow a {
  height: 56px;
  width: 56px;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  transition: all 0.4s;
  border-radius: 50%;
  border: 2px solid var(--ztc-text-text-12);
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-12);
}

.blog5-section-area .blog-all-section .content-area .arrow a:hover {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-12);
  border: 2px solid var(--ztc-text-text-11);
}

.blog-top-area .blog-top-boxarea {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  position: relative;
  padding: 40px;
}

.blog-top-area .blog-top-boxarea .content-area .tags-area ul {
  margin-bottom: 16px;
}

.blog-top-area .blog-top-boxarea .content-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

.blog-top-area .blog-top-boxarea .content-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}

.blog-top-area .blog-top-boxarea .content-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}

.blog-top-area .blog-top-boxarea .images {
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-top-area .blog-top-boxarea .images {
    margin-top: 30px;
  }
}

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

.blog-top-area .blog-top-boxarea .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.blog-auhtor-section-area .blog-sidebar-area {
  position: sticky;
  top: 100px;
}

@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-sidebar-area {
    margin-bottom: 30px;
  }
}

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

.blog-auhtor-section-area .blog-sidebar-area .search-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}

.blog-auhtor-section-area .blog-sidebar-area .search-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-semibold);
  line-height: 24px;
}

.blog-auhtor-section-area .blog-sidebar-area .search-area form {
  border-radius: 54px;
  background: var(--Colors-White-Dark, #F6F8F9);
  position: relative;
  height: 54px;
  padding: 16px;
  margin-top: 24px;
}

.blog-auhtor-section-area .blog-sidebar-area .search-area form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.blog-auhtor-section-area .blog-sidebar-area .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.blog-auhtor-section-area .blog-sidebar-area .search-area form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.blog-auhtor-section-area .blog-sidebar-area .search-area form button {
  border: none;
  outline: none;
  background: none;
  position: absolute;
  right: 16px;
}

.blog-auhtor-section-area .blog-sidebar-area .categories-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}

.blog-auhtor-section-area .blog-sidebar-area .categories-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-semibold);
  line-height: 24px;
  margin-bottom: 8px;
}

.blog-auhtor-section-area .blog-sidebar-area .categories-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  width: 100%;
  border-radius: 54px;
  background: var(--Colors-White-Dark, #F6F8F9);
  padding: 19px 16px;
  transition: all 0.4s;
  margin-top: 16px;
}

.blog-auhtor-section-area .blog-sidebar-area .categories-area ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.blog-auhtor-section-area .blog-sidebar-area .posts-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}

.blog-auhtor-section-area .blog-sidebar-area .posts-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-semibold);
  line-height: 24px;
  margin-bottom: 8px;
}

.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area {
    justify-content: inherit;
  }
}

.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .img1 img {
  height: 82px;
  width: 160px;
  border-radius: 4px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content {
  margin-left: 20px;
}

.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content .date {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: block;
  margin-bottom: 12px;
}

.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content .date img {
  margin: 0 6px 0 0;
}

.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content .head {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area .content .head:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area.box2 {
  position: relative;
  left: -10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-sidebar-area .posts-area .post-auhtor-area.box2 {
    left: 0;
  }
}

.blog-auhtor-section-area .blog-sidebar-area .tags-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}

.blog-auhtor-section-area .blog-sidebar-area .tags-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-semibold);
  line-height: 24px;
  margin-bottom: 8px;
}

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

.blog-auhtor-section-area .blog-sidebar-area .tags-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  border-radius: 40px;
  background: var(--Colors-White-Dark, #F6F8F9);
  padding: 12px 16px;
  transition: all 0.4s;
  margin: 16px 16px 0 0;
}

.blog-auhtor-section-area .blog-sidebar-area .tags-area ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transform: translateY(-3px);
}

.blog-auhtor-section-area .blog-sidebar-area .others-area {
  background: var(--ztc-bg-bg-4);
  border-radius: 7px;
  padding: 20px 24px;
  position: relative;
}

.blog-auhtor-section-area .blog-sidebar-area .others-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-semibold);
  line-height: 30px;
  margin-bottom: 8px;
}

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

.blog-auhtor-section-area .blog-auhtor-sidebar-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .pera1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #A3ADBB;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 50px 0;
  border-bottom: 1px solid #A3ADBB;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags {
    display: inline-block;
  }
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags {
    margin-bottom: 20px;
  }
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .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-semibold);
  line-height: 24px;
  margin: 0 20px 0 0;
}

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

.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags ul li a {
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  transition: all 0.4s;
  border-radius: 20px;
  background: rgba(78, 47, 218, 0.1);
  padding: 12px 16px;
  margin: 0 10px 0 0;
}

@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags ul li a {
    margin: 10px 0 0 0 !important;
  }
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .tags ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-3px);
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social {
  display: flex;
  align-items: center;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .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-semibold);
  line-height: 24px;
  margin: 0 20px 0 0;
}

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

.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #DBE2F0;
  margin: 0 10px 0 0;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  transform: translateY(-3px);
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .social-tags .social ul li a img {
  transition: all 0.4s;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .tags-area ul {
  margin-bottom: 16px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .right-area {
  position: relative;
  margin-top: 24px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .right-area .check1 {
  position: absolute;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .right-area .content {
  padding-left: 30px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .right-area .content p 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-semibold);
  line-height: 26px;
  display: inline-block;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .pera-box {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  padding: 40px 92px;
  text-align: center;
}

@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .pera-box {
    padding: 20px;
  }
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .pera-box p {
  text-align: center;
  color: var(--Neutral-700, rgba(18, 37, 48, 0.7));
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 32px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .pera-box a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #D8D6F1;
  text-align: center;
  margin: 0 auto;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  position: relative;
  padding: 24px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box {
    display: inline-block;
  }
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box .content {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box .content {
    margin-left: 0;
    margin-top: 20px;
  }
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 10px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .comments-auhtor-box .content .date {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: block;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .reply {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea .comments-boxes .reply:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea.box2 {
  margin-left: 70px;
}

@media (max-width: 767px) {
  .blog-auhtor-section-area .blog-auhtor-sidebar-area .comments-boxarea.box2 {
    margin-left: 0;
  }
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  padding: 32px;
  position: relative;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area 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-semibold);
  line-height: 24px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area input {
  width: 100%;
  border-radius: 4px;
  background: rgba(78, 47, 218, 0.1);
  padding: 20px 16px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 20px;
  height: 56px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area textarea {
  background: rgba(78, 47, 218, 0.1);
  padding: 20px 16px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 20px;
  width: 100%;
  height: 140px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.blog-auhtor-section-area .blog-auhtor-sidebar-area .contact-form-area .input-area button {
  border: none;
  outline: none;
}

.blog7-section-area {
  background: #F6F8F9;
}

.blog7-section-area .blog4-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .blog7-section-area .blog4-header {
    margin-bottom: 30px;
  }
}

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

.blog7-section-area .blog-auhtor-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  padding: 24px;
  margin-bottom: 30px;
}

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

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

.blog7-section-area .blog-auhtor-boxarea .blog-content-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
}

.blog7-section-area .blog-auhtor-boxarea .blog-content-area ul li a i {
  margin: 0 4px 0 0;
}

.blog7-section-area .blog-auhtor-boxarea .blog-content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
}

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

.blog7-section-area .blog-auhtor-boxarea .blog-content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.blog7-section-area .blog-auhtor-boxarea .blog-content-area .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}

.blog7-section-area .blog-auhtor-boxarea .blog-content-area .readmore:hover {
  color: var(--ztc-text-text-15);
  transition: all 0.4s;
}

.blog7-section-area .blog-auhtor-boxarea .blog-content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

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

.blog7-section-area .blog-auhtor-boxarea .img1 {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog7-section-area .blog-auhtor-boxarea .img1 img {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}

.blog8-scetion-area {
  position: relative;
  z-index: 1;
}

.blog8-scetion-area .blog-hedaer-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .blog8-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog8-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}

.blog8-scetion-area .blog-author-boxarea {
  background: #F7F8FA;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  margin-bottom: 30px;
}

.blog8-scetion-area .blog-author-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

.blog8-scetion-area .blog-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.blog8-scetion-area .blog-author-boxarea .img1 {
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.blog8-scetion-area .blog-author-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-16);
  border-radius: 5px 5px 0 0;
  opacity: 0.7;
}

.blog8-scetion-area .blog-author-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
  transition: all 0.4s;
}

.blog8-scetion-area .blog-author-boxarea .content-area {
  padding: 24px;
}

.blog8-scetion-area .blog-author-boxarea .content-area .date {
  position: absolute;
  top: 20px;
  left: 26px;
  z-index: 1;
}

.blog8-scetion-area .blog-author-boxarea .content-area .date 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: 12px;
  border-radius: 30px;
  background: var(--ztc-text-text-1);
}

.blog8-scetion-area .blog-author-boxarea .content-area .tags-area ul {
  margin-bottom: 16px;
}

.blog8-scetion-area .blog-author-boxarea .content-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

.blog8-scetion-area .blog-author-boxarea .content-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}

.blog8-scetion-area .blog-author-boxarea .content-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}

.blog8-scetion-area .blog-author-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}

.blog8-scetion-area .blog-author-boxarea .content-area a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.blog8-scetion-area .blog-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-bottom: 16px;
}

.blog8-scetion-area .blog-author-boxarea .content-area .header-btn15 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-26);
  color: var(--ztc-text-text-1);
  padding: 12px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.blog8-scetion-area .blog-author-boxarea .content-area .header-btn15:hover {
  background: var(--ztc-bg-bg-27);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.blog8-scetion-area .blog-author-boxarea .content-area .header-btn15:hover i {
  transition: all 0.4s;
  transform: rotate(0deg);
}

.blog8-scetion-area .blog-author-boxarea .content-area .header-btn15:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.blog8-scetion-area .blog-author-boxarea .content-area .header-btn15 i {
  transition: all 0.4s;
  transform: rotate(-45deg);
}

.blog9-scetion-area {
  position: relative;
  z-index: 1;
}

.blog9-scetion-area .blog-hedaer-area {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .blog9-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog9-scetion-area .blog-hedaer-area {
    margin-bottom: 30px;
  }
}

.blog9-scetion-area .blog-author-boxarea {
  background: #F6F8FA;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  transition: all 0.4s;
}

.blog9-scetion-area .blog-author-boxarea:hover {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}

.blog9-scetion-area .blog-author-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

.blog9-scetion-area .blog-author-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.blog9-scetion-area .blog-author-boxarea .img1 {
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.blog9-scetion-area .blog-author-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-17);
  border-radius: 5px 5px 0 0;
  opacity: 0.7;
}

.blog9-scetion-area .blog-author-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
  transition: all 0.4s;
}

.blog9-scetion-area .blog-author-boxarea .content-area {
  padding: 24px;
}

.blog9-scetion-area .blog-author-boxarea .content-area .tags-area ul {
  margin-bottom: 16px;
}

.blog9-scetion-area .blog-author-boxarea .content-area .tags-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

.blog9-scetion-area .blog-author-boxarea .content-area .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-3);
  margin-bottom: 0;
}

.blog9-scetion-area .blog-author-boxarea .content-area .tags-area ul li a img {
  margin: -2px 6px 0 0;
}

.blog9-scetion-area .blog-author-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}

.blog9-scetion-area .blog-author-boxarea .content-area a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}

.blog9-scetion-area .blog-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  margin-bottom: 16px;
}

.blog9-scetion-area .blog-author-boxarea .content-area a.readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 0;
}

.blog9-scetion-area .blog-author-boxarea .content-area a.readmore:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}

.blog9-scetion-area .blog-author-boxarea .content-area a.readmore i {
  transform: rotate(-45deg);
}

.blog10-section-area .blog4-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .blog10-section-area .blog4-header {
    margin-bottom: 30px;
  }
}

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

.blog10-section-area .blog-auhtor-boxarea {
  position: relative;
  z-index: 1;
  background: #F6F8FA;
  padding: 24px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.blog10-section-area .blog-auhtor-boxarea:hover .img1 {
  border-radius: 8px;
  transition: all 0.4s;
  overflow: hidden;
}

.blog10-section-area .blog-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 8px;
}

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

.blog10-section-area .blog-auhtor-boxarea .blog-content-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  display: inline-block;
}

.blog10-section-area .blog-auhtor-boxarea .blog-content-area ul li a i {
  margin: 0 4px 0 0;
}

.blog10-section-area .blog-auhtor-boxarea .blog-content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s32);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
}

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

.blog10-section-area .blog-auhtor-boxarea .blog-content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.blog10-section-area .blog-auhtor-boxarea .blog-content-area .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}

.blog10-section-area .blog-auhtor-boxarea .blog-content-area .readmore:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}

.blog10-section-area .blog-auhtor-boxarea .blog-content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

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

.blog10-section-area .blog-auhtor-boxarea .img1 {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.blog10-section-area .blog-auhtor-boxarea .img1 img {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  border-radius: 8px;
}

.blog11-section-area {
  position: relative;
  z-index: 1;
  background: #F8F9FB;
}

.blog11-section-area .blog11-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  margin-bottom: 30px;
}

.blog11-section-area .blog11-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.6s;
}

.blog11-section-area .blog11-boxarea .img1 {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
}

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

.blog11-section-area .blog11-boxarea .content-area {
  padding: 28px;
}

.blog11-section-area .blog11-boxarea .content-area ul li a {
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.blog11-section-area .blog11-boxarea .content-area ul li a i {
  margin: 0 8px 0 0;
}

.blog11-section-area .blog11-boxarea .content-area .head {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.blog11-section-area .blog11-boxarea .content-area .head:hover {
  color: #1223A5;
  transition: all 0.4s;
}

.blog11-section-area .blog11-boxarea .content-area .readmore {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.blog11-section-area .blog11-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog11-section-area .blog11-boxarea .content-area .readmore:hover {
  color: #1223A5;
  transition: all 0.4s;
}

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

.blog12-section-area .blog12-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog12-section-area .blog12-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.6s;
}

.blog12-section-area .blog12-boxarea:hover .content-area::after {
  height: 100%;
  transition: all 0.4s;
}

.blog12-section-area .blog12-boxarea:hover .content-area ul li a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.blog12-section-area .blog12-boxarea:hover .content-area .head {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.blog12-section-area .blog12-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}

.blog12-section-area .blog12-boxarea:hover .content-area .readmore {
  color: #DDFA6B;
  transition: all 0.4s;
}

.blog12-section-area .blog12-boxarea .img1 {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
}

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

.blog12-section-area .blog12-boxarea .content-area {
  padding: 24px 20px;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  background: var(--ztc-text-text-1);
  left: 20px;
  right: 20px;
  border-radius: 4px;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog12-section-area .blog12-boxarea .content-area {
    padding: 14px 10px;
  }
}

@media (max-width: 767px) {
  .blog12-section-area .blog12-boxarea .content-area {
    padding: 14px 10px;
  }
}

.blog12-section-area .blog12-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  background: #055346;
  z-index: -1;
  border-radius: 4px;
}

.blog12-section-area .blog12-boxarea .content-area ul li {
  display: inline-block;
  color: #055346;
}

.blog12-section-area .blog12-boxarea .content-area ul li a {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.blog12-section-area .blog12-boxarea .content-area ul li a i {
  margin: 0 4px 0 0;
}

.blog12-section-area .blog12-boxarea .content-area .head {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.blog12-section-area .blog12-boxarea .content-area p {
  color: #5D6261;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.4s;
}

.blog12-section-area .blog12-boxarea .content-area .readmore {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}

.blog12-section-area .blog12-boxarea .content-area .readmore i {
  margin-left: 4px;
}

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

.blog13-section-area .blog-auhtor-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  background: #F8F6FC;
  padding: 24px;
  margin-bottom: 30px;
}

.blog13-section-area .blog-auhtor-boxarea:hover .img1 {
  border-radius: 4px;
  position: relative;
}

.blog13-section-area .blog-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  border-radius: 4px;
}

.blog13-section-area .blog-auhtor-boxarea ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

.blog13-section-area .blog-auhtor-boxarea ul li a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.blog13-section-area .blog-auhtor-boxarea ul li a i {
  margin: 0 4px 0 0;
}

.blog13-section-area .blog-auhtor-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 4px;
}

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

.blog13-section-area .blog-auhtor-boxarea .blog-content-area a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.blog13-section-area .blog-auhtor-boxarea .blog-content-area a:hover {
  color: #FF5417;
  transition: all 0.4s;
}

.blog13-section-area .blog-auhtor-boxarea .blog-content-area p {
  color: #5C6365;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.blog13-section-area .blog-auhtor-boxarea .blog-content-area .readmore {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.blog13-section-area .blog-auhtor-boxarea .blog-content-area .readmore:hover {
  color: #FF5417;
  transition: all 0.4s;
}

.blog13-section-area .blog-auhtor-boxarea .blog-content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

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

.blog14-section-area .blog14-widget-area {
  position: relative;
  z-index: 1;
  background: #F8F8FD;
  padding: 32px 24px;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.blog14-section-area .blog14-widget-area .content-area ul li {
  margin: 0 16px 0 0;
  display: inline-block;
}

.blog14-section-area .blog14-widget-area .content-area ul li a {
  color: #565659;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.blog14-section-area .blog14-widget-area .content-area ul li a i {
  margin: 0 6px 0 0;
}

.blog14-section-area .blog14-widget-area .content-area a {
  color: #040306;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
}

.blog14-section-area .blog14-widget-area .content-area a:hover {
  color: #4D44C5;
  transition: all 0.4s;
}

.blog14-section-area .blog14-widget-area .content-area a.readmore {
  color: #040306;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.blog14-section-area .blog14-widget-area .content-area a.readmore i {
  margin-left: 4px;
}

.blog14-section-area .blog14-widget-area .content-area a.readmore:hover {
  color: #4D44C5;
  transition: all 0.4s;
}

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

.blog14-section-area .blog14-widget-area .img2 img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .blog14-section-area .blog14-widget-area .img2 {
    margin-bottom: 20px;
  }
}

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

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

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

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

.blog15-section-area .blog15-boxarea ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}

.blog15-section-area .blog15-boxarea ul li a {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
}

.blog15-section-area .blog15-boxarea ul li a i {
  margin: 0 4px 0 0;
}

.blog15-section-area .blog15-boxarea .head {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}

.blog15-section-area .blog15-boxarea .head:hover {
  color: #1C64F2;
  transition: all 0.4s;
}

.blog15-section-area .blog15-boxarea p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.4s;
}

.blog15-section-area .blog15-boxarea .readmore {
  color: var(--primary-600, var(--primary-600, #090B0E));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  transition: all 0.4s;
}

.blog15-section-area .blog15-boxarea .readmore i {
  margin-left: 4px;
}

.blog15-section-area .blog15-boxarea .readmore:hover {
  color: #1C64F2;
  transition: all 0.4s;
}

.blog15-section-area .blog-author-boxarea {
  padding: 0 0 0 30px;
  border-left: 1px solid #E5E7EB;
}

@media (max-width: 767px) {
  .blog15-section-area .blog-author-boxarea {
    padding: 0;
    border: none;
  }
}

.blog15-section-area .blog-author-boxarea .blog-box .head {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}

.blog15-section-area .blog-author-boxarea .blog-box .head:hover {
  color: #1C64F2;
  transition: all 0.4s;
}

.blog15-section-area .blog-author-boxarea .blog-box p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.4s;
}

.blog15-section-area .blog-author-boxarea .blog-box .readmore {
  color: var(--primary-600, var(--primary-600, #090B0E));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  transition: all 0.4s;
}

.blog15-section-area .blog-author-boxarea .blog-box .readmore i {
  margin-left: 4px;
}

.blog15-section-area .blog-author-boxarea .blog-box .readmore:hover {
  color: #1C64F2;
  transition: all 0.4s;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.footer1-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
}

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

.footer1-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}

.footer1-section-area .footer-logo-area img {
  margin-bottom: 16px;
}

.footer1-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.footer1-section-area .footer-logo-area ul {
  margin-top: 24px;
}

.footer1-section-area .footer-logo-area ul li {
  display: inline-block;
}

.footer1-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #E2E0F2;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
}

.footer1-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.footer1-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.footer1-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}

.footer1-section-area .footer-logo-area1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer1-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer1-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer1-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}

.footer1-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-4);
  padding-left: 5px;
  transition: all 0.4s;
}

.footer1-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}

.footer1-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer1-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer1-section-area .footer-logo-area2 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer1-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer1-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer1-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.footer1-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.footer1-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}

.footer1-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .footer1-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer1-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer1-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}

.footer1-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}

.footer1-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer1-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}

.footer1-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}

.footer1-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer1-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
}

@media (max-width: 767px) {
  .footer1-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.footer1-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

@media (max-width: 767px) {
  .footer1-section-area .copyright-area ul {
    margin-top: 20px;
  }
}

.footer1-section-area .copyright-area ul li {
  display: inline-block;
}

.footer1-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

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

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

.footer2-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}

.footer2-section-area .footer-logo-area img {
  margin-bottom: 16px;
}

.footer2-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.footer2-section-area .footer-logo-area ul {
  margin-top: 24px;
}

.footer2-section-area .footer-logo-area ul li {
  display: inline-block;
}

.footer2-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #282B45;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
}

.footer2-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.footer2-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.footer2-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.footer2-section-area .footer-logo-area1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer2-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer2-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}

.footer2-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 20px;
  opacity: 80%;
  transition: all 0.4s;
}

.footer2-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-5);
  padding-left: 5px;
  transition: all 0.4s;
}

.footer2-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer2-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer2-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer2-section-area .footer-logo-area2 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer2-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer2-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}

.footer2-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.footer2-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.footer2-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}

.footer2-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .footer2-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer2-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer2-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}

.footer2-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}

.footer2-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #1A1E37;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer2-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-medium);
}

.footer2-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.footer2-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.footer2-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer2-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}

@media (max-width: 767px) {
  .footer2-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.footer2-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .footer2-section-area .copyright-area ul {
    margin-top: 20px;
  }
}

.footer2-section-area .copyright-area ul li {
  display: inline-block;
}

.footer2-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

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

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

.footer3-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}

.footer3-section-area .footer-logo-area img {
  margin-bottom: 16px;
}

.footer3-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.footer3-section-area .footer-logo-area ul {
  margin-top: 24px;
}

.footer3-section-area .footer-logo-area ul li {
  display: inline-block;
}

.footer3-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ztc-bg-bg-13);
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}

.footer3-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.footer3-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.footer3-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}

.footer3-section-area .footer-logo-area1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer3-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer3-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer3-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}

.footer3-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-5);
  padding-left: 5px;
  transition: all 0.4s;
}

.footer3-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer3-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer3-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer3-section-area .footer-logo-area2 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer3-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer3-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer3-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.footer3-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.footer3-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}

.footer3-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .footer3-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer3-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer3-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}

.footer3-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer3-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer3-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}

.footer3-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}

.footer3-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer3-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}

@media (max-width: 767px) {
  .footer3-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.footer3-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  opacity: 70%;
}

@media (max-width: 767px) {
  .footer3-section-area .copyright-area ul {
    margin-top: 20px;
  }
}

.footer3-section-area .copyright-area ul li {
  display: inline-block;
}

.footer3-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  opacity: 70%;
  margin: 0 32px 0 0;
}

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

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

.footer4-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}

.footer4-section-area .footer-logo-area img {
  margin-bottom: 16px;
}

.footer4-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.footer4-section-area .footer-logo-area ul {
  margin-top: 24px;
}

.footer4-section-area .footer-logo-area ul li {
  display: inline-block;
}

.footer4-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #FFE7EE;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}

.footer4-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.footer4-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.footer4-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}

.footer4-section-area .footer-logo-area1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer4-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer4-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer4-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}

.footer4-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-6);
  padding-left: 5px;
  transition: all 0.4s;
}

.footer4-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer4-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer4-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer4-section-area .footer-logo-area2 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer4-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer4-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer4-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.footer4-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
}

.footer4-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}

.footer4-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .footer4-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer4-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer4-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}

.footer4-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer4-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer4-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}

.footer4-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}

.footer4-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer4-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}

@media (max-width: 767px) {
  .footer4-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.footer4-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  opacity: 70%;
}

@media (max-width: 767px) {
  .footer4-section-area .copyright-area ul {
    margin-top: 20px;
  }
}

.footer4-section-area .copyright-area ul li {
  display: inline-block;
}

.footer4-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  opacity: 70%;
  margin: 0 32px 0 0;
}

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

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

.footer5-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}

.footer5-section-area .footer-logo-area img {
  margin-bottom: 16px;
}

.footer5-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.footer5-section-area .footer-logo-area ul {
  margin-top: 24px;
}

.footer5-section-area .footer-logo-area ul li {
  display: inline-block;
}

.footer5-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #F8F9FA;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}

.footer5-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.footer5-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}

.footer5-section-area .footer-logo-area1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer5-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer5-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer5-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}

.footer5-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-11);
  padding-left: 5px;
  transition: all 0.4s;
}

.footer5-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer5-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer5-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer5-section-area .footer-logo-area2 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer5-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer5-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer5-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.footer5-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}

.footer5-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}

.footer5-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .footer5-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer5-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer5-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}

.footer5-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #F2F4F4;
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}

.footer5-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer5-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}

.footer5-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}

.footer5-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer5-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}

@media (max-width: 767px) {
  .footer5-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.footer5-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  opacity: 70%;
}

@media (max-width: 767px) {
  .footer5-section-area .copyright-area ul {
    margin-top: 20px;
  }
}

.footer5-section-area .copyright-area ul li {
  display: inline-block;
}

.footer5-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  opacity: 70%;
  margin: 0 32px 0 0;
}

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

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

.footer7-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}

.footer7-section-area .footer-logo-area img {
  margin-bottom: 16px;
  width: 147.84px;
  height: 48px;
}

.footer7-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.footer7-section-area .footer-logo-area ul {
  margin-top: 24px;
}

.footer7-section-area .footer-logo-area ul li {
  display: inline-block;
}

.footer7-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #E7EDF6;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
}

.footer7-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-15);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.footer7-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.footer7-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
  height: 20px !important;
  width: 20px !important;
}

.footer7-section-area .footer-logo-area1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer7-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer7-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer7-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}

.footer7-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-14);
  padding-left: 5px;
  transition: all 0.4s;
}

.footer7-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer7-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer7-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer7-section-area .footer-logo-area2 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer7-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer7-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer7-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.footer7-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}

.footer7-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}

.footer7-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .footer7-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer7-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer7-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer7-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}

.footer7-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #E7EDF6;
  display: inline-block;
  padding: 18px;
  position: relative;
  width: 340px;
  height: 51px;
  line-height: 16px;
}

.footer7-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer7-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}

.footer7-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}

.footer7-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer7-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}

@media (max-width: 767px) {
  .footer7-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.footer7-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  opacity: 70%;
}

@media (max-width: 767px) {
  .footer7-section-area .copyright-area ul {
    margin-top: 20px;
  }
}

.footer7-section-area .copyright-area ul li {
  display: inline-block;
}

.footer7-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  opacity: 70%;
  margin: 0 32px 0 0;
}

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

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

.footer8-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}

.footer8-section-area .footer-logo-area .logo {
  height: 48px;
  width: 147px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer8-section-area .footer-logo-area img {
  margin-bottom: 16px;
}

.footer8-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.footer8-section-area .footer-logo-area ul {
  margin-top: 24px;
}

.footer8-section-area .footer-logo-area ul li {
  display: inline-block;
}

.footer8-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #E8F0FF;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
}

.footer8-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-16);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.footer8-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.footer8-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}

.footer8-section-area .footer-logo-area1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer8-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer8-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer8-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}

.footer8-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-16);
  padding-left: 5px;
  transition: all 0.4s;
}

.footer8-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer8-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer8-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer8-section-area .footer-logo-area2 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer8-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer8-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer8-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.footer8-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.footer8-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}

.footer8-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .footer8-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer8-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer8-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  line-height: var(--ztc-font-size-font-s24);
}

.footer8-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  display: inline-block;
  margin-top: 20px;
}

.footer8-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #F7F8FA;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}

.footer8-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer8-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}

.footer8-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}

.footer8-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer8-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
}

@media (max-width: 767px) {
  .footer8-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.footer8-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

@media (max-width: 767px) {
  .footer8-section-area .copyright-area ul {
    margin-top: 20px;
  }
}

.footer8-section-area .copyright-area ul li {
  display: inline-block;
}

.footer8-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

.footer9-section-area {
  position: relative;
  z-index: 1;
  padding: 220px 0 0 0;
  background-image: url(../img/bg/footer-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.footer9-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}

.footer9-section-area .footer-logo-area img {
  margin-bottom: 16px;
}

.footer9-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 0.8;
}

.footer9-section-area .footer-logo-area ul {
  margin-top: 24px;
}

.footer9-section-area .footer-logo-area ul li {
  display: inline-block;
}

.footer9-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #222326;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
}

.footer9-section-area .footer-logo-area ul li a img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.footer9-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.footer9-section-area .footer-logo-area ul li a:hover img {
  filter: none;
}

.footer9-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}

.footer9-section-area .footer-logo-area1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer9-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer9-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}

.footer9-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}

.footer9-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-17);
  padding-left: 5px;
  transition: all 0.4s;
}

.footer9-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer9-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer9-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer9-section-area .footer-logo-area2 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer9-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer9-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}

.footer9-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.footer9-section-area .footer-logo-area2 ul li a img {
  filter: brightness(0) invert(1);
}

.footer9-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}

.footer9-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}

.footer9-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .footer9-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer9-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer9-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}

.footer9-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 20px;
}

.footer9-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}

.footer9-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer9-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}

.footer9-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}

.footer9-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer9-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #222326;
}

@media (max-width: 767px) {
  .footer9-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.footer9-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

@media (max-width: 767px) {
  .footer9-section-area .copyright-area ul {
    margin-top: 20px;
  }
}

.footer9-section-area .copyright-area ul li {
  display: inline-block;
}

.footer9-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

.footer10-section-area {
  position: relative;
  z-index: 1;
  padding: 220px 0 0 0;
  background-image: url(../img/bg/footer-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.footer10-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}

.footer10-section-area .footer-logo-area img {
  margin-bottom: 16px;
}

.footer10-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 0.8;
}

.footer10-section-area .footer-logo-area ul {
  margin-top: 24px;
}

.footer10-section-area .footer-logo-area ul li {
  display: inline-block;
}

.footer10-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #222326;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
}

.footer10-section-area .footer-logo-area ul li a img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.footer10-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-14);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.footer10-section-area .footer-logo-area ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.footer10-section-area .footer-logo-area ul li a img {
  margin-bottom: 0;
  transition: all 0.4s;
}

.footer10-section-area .footer-logo-area1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer10-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer10-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}

.footer10-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}

.footer10-section-area .footer-logo-area1 ul li a:hover {
  color: var(--ztc-text-text-14);
  padding-left: 5px;
  transition: all 0.4s;
}

.footer10-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer10-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer10-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer10-section-area .footer-logo-area2 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer10-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer10-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}

.footer10-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.footer10-section-area .footer-logo-area2 ul li a img {
  filter: brightness(0) invert(1);
}

.footer10-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}

.footer10-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}

.footer10-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .footer10-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer10-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer10-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  line-height: var(--ztc-font-size-font-s24);
}

.footer10-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 20px;
}

.footer10-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 52px;
  line-height: 16px;
}

.footer10-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer10-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}

.footer10-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}

.footer10-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer10-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #222326;
}

@media (max-width: 767px) {
  .footer10-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.footer10-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

@media (max-width: 767px) {
  .footer10-section-area .copyright-area ul {
    margin-top: 20px;
  }
}

.footer10-section-area .copyright-area ul li {
  display: inline-block;
}

.footer10-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

.footer11-section-area {
  position: relative;
  z-index: 1;
  padding: 100px 0 32px;
}

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

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

.footer11-section-area .footer-log-area p {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.footer11-section-area .footer-log-area ul li {
  display: inline-block;
}

.footer11-section-area .footer-log-area ul li a {
  height: 32px;
  width: 32px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 165px;
  background: #F3F5F2;
  line-height: 32px;
  text-align: center;
  color: #081120;
  margin: 0 6px 0 0;
}

.footer11-section-area .footer-log-area ul li a:hover {
  background: #081120;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.footer11-section-area .copyright-area {
  text-align: center;
}

.footer11-section-area .copyright-area p {
  color: var(--Text-Color, #081120);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-top: 24px;
  border-top: 1px solid #E5E7EB;
}

.footer11-section-area .footer-content-area.footer1 {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .footer11-section-area .footer-content-area.footer1 {
    padding-left: 0;
  }
}

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

.footer11-section-area .footer-content-area h3 {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.footer11-section-area .footer-content-area ul li a {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer11-section-area .footer-content-area ul li a:hover {
  padding-left: 5px;
  transition: all 0.4s;
}

.footer11-section-area .footer-contact-area h3 {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.footer11-section-area .footer-contact-area .icons-area {
  display: flex;
  align-items: center;
  padding-top: 24px;
}

.footer11-section-area .footer-contact-area .icons-area i {
  color: #081120;
  margin: 0 8px 0 0;
}

.footer11-section-area .footer-contact-area .icons-area a {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.footer12-section-area {
  position: relative;
  z-index: 1;
  padding: 100px 0 32px;
}

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

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

.footer12-section-area .footer-log-area img {
  width: 125px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer12-section-area .footer-log-area p {
  color: #5D6261;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.footer12-section-area .footer-log-area ul li {
  display: inline-block;
}

.footer12-section-area .footer-log-area ul li a {
  height: 32px;
  width: 32px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 165px;
  background: rgba(5, 83, 70, 0.1);
  line-height: 32px;
  text-align: center;
  color: #055346;
  margin: 0 6px 0 0;
}

.footer12-section-area .footer-log-area ul li a:hover {
  background: #055346;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.footer12-section-area .copyright-area {
  text-align: center;
}

.footer12-section-area .copyright-area p {
  color: #5D6261;
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-top: 24px;
  border-top: 1px solid #E5E7EB;
}

.footer12-section-area .footer-content-area.footer1 {
  padding-left: 70px;
}

@media (max-width: 767px) {
  .footer12-section-area .footer-content-area.footer1 {
    padding-left: 0;
  }
}

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

.footer12-section-area .footer-content-area h3 {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.footer12-section-area .footer-content-area ul li a {
  color: #5D6261;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  padding-top: 24px;
}

.footer12-section-area .footer-content-area ul li a:hover {
  padding-left: 5px;
  transition: all 0.4s;
  color: #055346;
}

.footer12-section-area .footer-contact-area h3 {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.footer12-section-area .footer-contact-area .icons-area {
  display: flex;
  align-items: center;
  padding-top: 24px;
}

.footer12-section-area .footer-contact-area .icons-area i {
  color: #5D6261;
  margin: 0 8px 0 0;
}

.footer12-section-area .footer-contact-area .icons-area a {
  color: #5D6261;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.footer12-section-area .footer-contact-area .icons-area a:hover {
  color: #055346;
  transition: all 0.4s;
}

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

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

.footer13-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}

.footer13-section-area .footer-logo-area img {
  margin-bottom: 16px;
  width: 147px;
  height: 48px;
}

.footer13-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #5C6365;
}

.footer13-section-area .footer-logo-area ul {
  margin-top: 24px;
}

.footer13-section-area .footer-logo-area ul li {
  display: inline-block;
}

.footer13-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 15, 81, 0.05);
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: #FD2F39;
}

.footer13-section-area .footer-logo-area ul li a:hover {
  background: #FD2F39;
  transition: all 0.4s;
  transform: translateY(-5px);
  color: #fff;
}

.footer13-section-area .footer-logo-area1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer13-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer13-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer13-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: #09171B;
  line-height: var(--ztc-font-size-font-s24);
}

.footer13-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: #5C6365;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}

.footer13-section-area .footer-logo-area1 ul li a:hover {
  color: #FD2F39;
  padding-left: 5px;
  transition: all 0.4s;
}

.footer13-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer13-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer13-section-area .footer-logo-area1 form button {
  right: 0;
  top: 0;
  width: 100%;
  border: none;
  outline: none;
}

.footer13-section-area .footer-logo-area2 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer13-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer13-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer13-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #09171B;
  line-height: var(--ztc-font-size-font-s24);
}

.footer13-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #5C6365;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.footer13-section-area .footer-logo-area2 ul li a img {
  filter: brightness(0);
}

.footer13-section-area .footer-logo-area2 ul li a:hover span {
  color: #FD2F39;
  transition: all 0.4s;
}

.footer13-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}

.footer13-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .footer13-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer13-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer13-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #09171B;
  line-height: var(--ztc-font-size-font-s24);
}

.footer13-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: #5C6365;
  display: inline-block;
  margin-top: 20px;
}

.footer13-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
  margin-top: 32px;
  background: #F3F3F4;
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 52px;
  line-height: 16px;
}

.footer13-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}

.footer13-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
}

.footer13-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: relative;
  width: 100%;
  text-align: center;
}

.footer13-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
}

@media (max-width: 767px) {
  .footer13-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.footer13-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: #5C6365;
}

@media (max-width: 767px) {
  .footer13-section-area .copyright-area ul {
    margin-top: 20px;
  }
}

.footer13-section-area .copyright-area ul li {
  display: inline-block;
}

.footer13-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #5C6365;
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

.footer14-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
  background: #F8F8FD;
}

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

.footer14-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}

.footer14-section-area .footer-logo-area img {
  margin-bottom: 16px;
  width: 147px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer14-section-area .footer-logo-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: #565659;
}

.footer14-section-area .footer-logo-area ul {
  margin-top: 24px;
}

.footer14-section-area .footer-logo-area ul li {
  display: inline-block;
}

.footer14-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 165px;
  background: rgba(77, 68, 197, 0.1);
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: #4D44C5;
}

.footer14-section-area .footer-logo-area ul li a:hover {
  background: #4D44C5;
  transition: all 0.4s;
  transform: translateY(-5px);
  color: #fff;
}

.footer14-section-area .footer-logo-area1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer14-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer14-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer14-section-area .footer-logo-area1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #040306;
  line-height: var(--ztc-font-size-font-s24);
}

.footer14-section-area .footer-logo-area1 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: #565659;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}

.footer14-section-area .footer-logo-area1 ul li a:hover {
  color: #4D44C5;
  padding-left: 5px;
  transition: all 0.4s;
}

.footer14-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}

.footer14-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer14-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer14-section-area .footer-logo-area2 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .footer14-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer14-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer14-section-area .footer-logo-area2 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #040306;
  line-height: var(--ztc-font-size-font-s24);
}

.footer14-section-area .footer-logo-area2 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #565659;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.footer14-section-area .footer-logo-area2 ul li a:hover span {
  color: #4D44C5;
  transition: all 0.4s;
}

.footer14-section-area .footer-logo-area2 ul li a img {
  margin: 0 8px 0 0;
}

.footer14-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .footer14-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer14-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}

.footer14-section-area .footer-logo-area3 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: #040306;
  line-height: var(--ztc-font-size-font-s24);
}

.footer14-section-area .footer-logo-area3 ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: #565659;
  display: inline-block;
  margin-top: 20px;
}

.footer14-section-area .footer-logo-area3 form {
  margin-top: 32px;
  background: #EFEFFA;
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  width: 340px;
  height: 56px;
  line-height: 16px;
}

.footer14-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-medium);
}

.footer14-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}

.footer14-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--ztc-weight-regular);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
}

.footer14-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.footer14-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}

@media (max-width: 767px) {
  .footer14-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}

.footer14-section-area .copyright-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: #565656;
  opacity: 70%;
}

@media (max-width: 767px) {
  .footer14-section-area .copyright-area ul {
    margin-top: 20px;
  }
}

.footer14-section-area .copyright-area ul li {
  display: inline-block;
}

.footer14-section-area .copyright-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: #565656;
  transition: all 0.4s;
  opacity: 70%;
  margin: 0 32px 0 0;
}

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

@media (max-width: 767px) {
  .footer15-section-area .footer-link-area {
    margin-top: 30px;
  }
}

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

.footer15-section-area .footer-link-area h2 {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

.footer15-section-area .footer-link-area ul li a {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.4s;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}

.footer15-section-area .footer-link-area ul li a:hover {
  color: #2466EF;
  transition: all 0.4s;
}

.footer15-section-area .footer-logo-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 32px;
  border-top: 1px solid #E5E7EB;
}

@media (max-width: 767px) {
  .footer15-section-area .footer-logo-area {
    display: block;
    text-align: center;
  }
}

.footer15-section-area .footer-logo-area img {
  width: 110px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer15-section-area .footer-logo-area p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 767px) {
  .footer15-section-area .footer-logo-area p {
    padding: 20px 0 20px;
  }
}

.footer15-section-area .footer-logo-area ul li {
  display: inline-block;
}

.footer15-section-area .footer-logo-area ul li a {
  color: var(--gray-500, var(--gray-500, #6B7280));
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  transition: all 0.4s;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
}

.footer15-section-area .footer-logo-area ul li a:hover {
  color: #2466EF;
  transition: all 0.4s;
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
.homepage1-body,
html {
  overflow-x: hidden !important;
}

.commingsoon {
  -o-object-fit: cover;
  object-fit: cover;
  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 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage1-body .header-area.homepage1 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-4);
}

.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 .all-images-menu {
  display: flex;
  align-items: center;
}

.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;
  margin: 0 20px 0 0;
  overflow: hidden;
}

.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: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.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: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}

.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-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.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-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.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;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}

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

.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: -255px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}

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

.btn-area {
  display: flex;
  align-items: center;
}

.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-bg-bg-1);
}

.homepage2-body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .homepage2-body {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body {
    overflow-x: hidden;
  }
}

.homepage2-body .header-area.homepage2 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage2-body .header-area.homepage2 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-5);
}

.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 .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage2-body .header-area.homepage2 .header-elements .site-logo img {
  width: 147px;
  height: 47.676px;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu {
  position: relative;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}

.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 .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}

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

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.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: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 16px;
  width: 140px;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4:hover {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1) !important;
  line-height: 16px !important;
  font-weight: var(--ztc-weight-semibold) !important;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.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: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .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-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-5) !important;
}

.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: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -400px;
  width: 1300px;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 600px;
  transform-origin: top;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
}

.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: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.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: 25px;
  color: var(--ztc-text-text-5);
}

.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-5);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-5);
}

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

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-5);
}

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

.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;
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage3-body .header-area.homepage3 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-5);
}

.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 .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu {
  position: relative;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}

.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 .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}

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

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.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-2);
  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: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 16px;
  width: 140px;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn4:hover {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1) !important;
  line-height: 16px !important;
  font-weight: var(--ztc-weight-semibold) !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.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;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}

.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: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .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;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-5) !important;
}

.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);
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -400px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}

.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: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.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: 25px;
  color: var(--ztc-text-text-5);
}

.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-5);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-5);
}

.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;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

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

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-5);
}

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

.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;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.homepage4-body {
  overflow-x: hidden;
}

.homepage4-body .header-area.homepage4 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}

.homepage4-body .header-area.homepage4 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage4-body .header-area.homepage4 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-6);
}

.homepage4-body .header-area.homepage4 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu {
  position: relative;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}

.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.auhtor-tabpane {
  left: -315px !important;
}

.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;
  overflow: hidden;
}

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

.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.comming-soon::after {
  display: none !important;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.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-2);
  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: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn6 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 16px 0;
  line-height: var(--ztc-font-size-font-s16);
  border-top: 1px solid var(--ztc-text-text-1);
  border-bottom: 1px solid var(--ztc-text-text-1);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn6:hover {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1) !important;
  line-height: 16px !important;
  font-weight: var(--ztc-weight-semibold) !important;
  letter-spacing: 2;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn12 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-text-text-6);
  color: var(--ztc-text-text-1);
  padding: 16px 24px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  width: 140px;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn12:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-1);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.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;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}

.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: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage4-body .header-area.homepage4 .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;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-6) !important;
}

.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);
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -290px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}

.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: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.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: 25px;
  color: var(--ztc-text-text-6);
}

.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-6);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-6);
}

.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;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

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

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-6);
}

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

.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;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.homepage5-body {
  overflow-x: hidden;
}

.homepage5-body .header-area.homepage5 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage5-body .header-area.homepage5 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-11);
}

.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 .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu {
  position: relative;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}

.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 .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}

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

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.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: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn9 {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding: 16px;
  width: 150px;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn9:hover {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1) !important;
  line-height: 16px !important;
  font-weight: var(--ztc-weight-semibold) !important;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.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;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}

.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: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 .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-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-11) !important;
}

.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);
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -285px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}

.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: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.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: 25px;
  color: var(--ztc-text-text-11);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-11);
}

.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;
  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: var(--ztc-text-text-11);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-11);
}

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

.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;
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.header-area.homepage5.sticky .header-elements .main-menu ul li a {
  color: var(--ztc-text-text-1);
}

.homepage7-body {
  overflow-x: hidden;
}

.homepage7-body .header-area.homepage7 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}

.homepage7-body .header-area.homepage7 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage7-body .header-area.homepage7 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-14);
}

.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 .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage7-body .header-area.homepage7 .header-elements .site-logo img {
  width: 147px;
  height: 47.676px;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu {
  position: relative;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}

.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 .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}

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

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.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: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 16%;
  right: 25%;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn13 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-24);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  width: 160px;
  transition: all 0.4s;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn13 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn13:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-bg-bg-25);
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn13:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.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: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage7-body .header-area.homepage7 .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;
}

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

.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: 100px;
  z-index: 1;
  transition: all 0.4s;
  padding: 15px;
  left: -290px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  transform-origin: top;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
}

.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: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.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: 25px;
  color: var(--ztc-text-text-14);
}

.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-14);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-14);
}

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

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-14);
}

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

.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;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.homepage8-body,
html {
  overflow-x: hidden !important;
}

.commingsoon {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.homepage8-body {
  overflow-x: hidden;
}

.homepage8-body .header-area.homepage8 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage8-body .header-area.homepage8 .site-logo img {
  width: 147px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage8-body .header-area.homepage8 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage8-body .header-area.homepage8 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-16);
}

.homepage8-body .header-area.homepage8 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  border-radius: 100px;
  padding: 20px 24px;
}

.homepage8-body .header-area.homepage8 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}

.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 .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}

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

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.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: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn15 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-26);
  color: var(--ztc-text-text-1);
  padding: 6px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn15:hover {
  background: var(--ztc-bg-bg-27);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn15:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn15:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn15 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.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;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}

.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: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage8-body .header-area.homepage8 .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;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-16) !important;
}

.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: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -255px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}

.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: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.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: 25px;
  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-4);
  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;
  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: 25px;
  color: var(--ztc-text-text-16);
}

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

.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;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.header-area.homepage8.sticky .header-elements {
  padding: 0;
}

.btn-area {
  display: flex;
  align-items: center;
}

.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-bg-bg-1);
}

.homepage9-body,
html {
  overflow-x: hidden !important;
}

.commingsoon {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.homepage9-body {
  overflow-x: hidden;
}

.homepage9-body .header-area.homepage9 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage9-body .header-area.homepage9 .site-logo img {
  width: 147px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage9-body .header-area.homepage9 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage9-body .header-area.homepage9 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-17);
}

.homepage9-body .header-area.homepage9 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  border-radius: 100px;
  padding: 20px 24px;
}

.homepage9-body .header-area.homepage9 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}

.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 .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}

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

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.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: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn16 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-28);
  color: var(--ztc-text-text-1);
  padding: 6px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn16:hover {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn16:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn16:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn16 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.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;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}

.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: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage9-body .header-area.homepage9 .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;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-17) !important;
}

.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: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -255px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}

.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: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.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: 25px;
  color: var(--ztc-text-text-17);
}

.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-4);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-17);
}

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

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-17);
}

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

.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;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.header-area.homepage9.sticky .header-elements {
  padding: 0;
}

.btn-area {
  display: flex;
  align-items: center;
}

.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-bg-bg-1);
}

.homepage10-body,
html {
  overflow-x: hidden !important;
}

.commingsoon {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.homepage10-body {
  overflow-x: hidden;
}

.homepage10-body .header-area.homepage10 {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage10-body .header-area.homepage10 .site-logo img {
  width: 147px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage10-body .header-area.homepage10 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage10-body .header-area.homepage10 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-14);
}

.homepage10-body .header-area.homepage10 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  border-radius: 100px;
  padding: 20px 24px;
}

.homepage10-body .header-area.homepage10 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}

.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 .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}

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

.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.comming-soon::after {
  display: none !important;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.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: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn17 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-25);
  color: var(--ztc-text-text-1);
  padding: 6px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn17:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn17:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn17:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn17 span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.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;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}

.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: 50px;
  position: absolute;
  transition: all 0.4s;
}

.homepage10-body .header-area.homepage10 .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;
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: var(--ztc-text-text-14) !important;
}

.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: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -255px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}

.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: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}

.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: 25px;
  color: var(--ztc-text-text-14);
}

.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-4);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-14);
}

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

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: var(--ztc-text-text-14);
}

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

.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;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.header-area.homepage10.sticky .header-elements {
  padding: 0;
}

.btn-area {
  display: flex;
  align-items: center;
}

.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-bg-bg-1);
}

.homepage11-body,
html {
  overflow-x: hidden !important;
}

.commingsoon {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.homepage11-body {
  overflow-x: hidden;
}

.homepage11-body .header-area.homepage11 {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage11-body .header-area.homepage11 .site-logo img {
  width: 147px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage11-body .header-area.homepage11 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage11-body .header-area.homepage11 nav#navbar-example2 ul li a.nav-link.active {
  color: var(--ztc-text-text-1);
  opacity: 60%;
}

.homepage11-body .header-area.homepage11 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 16px 20px;
}

.homepage11-body .header-area.homepage11 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu {
  position: relative;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}

.homepage11-body .header-area.homepage11 .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;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.homepage11-body .header-area.homepage11 .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;
}

.homepage11-body .header-area.homepage11 .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;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn18 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #0F25A3;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  background: var(--ztc-text-text-1) !important;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn18::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  transition: all 0.4s;
  z-index: -1;
  border-radius: 8px;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn18:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn18:hover::after {
  width: 100%;
  transition: all 0.4s;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn18 i {
  margin-left: 4px;
  display: inline-block;
  transform: rotate(-45deg);
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}

.homepage11-body .header-area.homepage11 .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;
}

.homepage11-body .header-area.homepage11 .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-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: #fff !important;
  opacity: 80%;
}

.homepage11-body .header-area.homepage11 .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: -295px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}

.homepage11-body .header-area.homepage11 .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;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 25px;
  color: #0F25A3 !important;
  opacity: 1 !important;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: #0F25A3;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: #0F25A3;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage11-body .header-area.homepage11 .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: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage11-body .header-area.homepage11 .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: #0F25A3;
}

.homepage11-body .header-area.homepage11 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: #0F25A3 !important;
}

.homepage11-body .header-area.homepage11 .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;
}

.homepage11-body .btn-area {
  display: inline-block !important;
}

.header-area.homepage11.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-image: url(../img/bg/header-bg12.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s;
}

.header-area.homepage11.sticky .header-elements {
  padding: 0;
  background: none;
}

.homepage12-body,
html {
  overflow-x: hidden !important;
}

.commingsoon {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.homepage12-body {
  overflow-x: hidden;
}

.homepage12-body .header-area.homepage12 {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage12-body .header-area.homepage12 .site-logo img {
  width: 147px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage12-body .header-area.homepage12 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage12-body .header-area.homepage12 nav#navbar-example2 ul li a.nav-link.active {
  color: #055346;
  opacity: 60%;
}

.homepage12-body .header-area.homepage12 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage12-body .header-area.homepage12 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu {
  position: relative;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}

.homepage12-body .header-area.homepage12 .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;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.homepage12-body .header-area.homepage12 .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;
}

.homepage12-body .header-area.homepage12 .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;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn20 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #000000;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  background: #DDFA63;
  z-index: 1;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn20::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #000000;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn20:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn20:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn20 i {
  margin-left: 4px;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}

.homepage12-body .header-area.homepage12 .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;
}

.homepage12-body .header-area.homepage12 .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: #055346;
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: #055346;
}

.homepage12-body .header-area.homepage12 .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: -295px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}

.homepage12-body .header-area.homepage12 .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;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 25px;
  color: #055346 !important;
  opacity: 1 !important;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: #055346;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: #055346;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage12-body .header-area.homepage12 .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: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: #055346;
}

.homepage12-body .header-area.homepage12 .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: #055346;
}

.homepage12-body .header-area.homepage12 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: #055346 !important;
}

.homepage12-body .header-area.homepage12 .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;
}

.homepage12-body .btn-area {
  display: inline-block !important;
}

.header-area.homepage12.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);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  transition: all 0.4s;
}

.header-area.homepage12.sticky .header-elements {
  padding: 0;
  background: none;
}

.homepage13-body,
html {
  overflow-x: hidden !important;
}

.commingsoon {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.homepage13-body {
  overflow-x: hidden;
}

.homepage13-body .header-area.homepage13 {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  transition: all 0.4s;
}

.homepage13-body .header-area.homepage13 .site-logo img {
  width: 147px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage13-body .header-area.homepage13 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage13-body .header-area.homepage13 nav#navbar-example2 ul li a.nav-link.active {
  color: #FD2F39;
}

.homepage13-body .header-area.homepage13 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage13-body .header-area.homepage13 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu {
  position: relative;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}

.homepage13-body .header-area.homepage13 .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;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.homepage13-body .header-area.homepage13 .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;
}

.homepage13-body .header-area.homepage13 .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;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  z-index: 1;
  width: 160px;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #09171B;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn21 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}

.homepage13-body .header-area.homepage13 .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;
}

.homepage13-body .header-area.homepage13 .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;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: #FD2F39 !important;
}

.homepage13-body .header-area.homepage13 .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: -275px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}

.homepage13-body .header-area.homepage13 .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;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 25px;
  color: #FD2F39;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: #FD2F39;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: #FD2F39;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage13-body .header-area.homepage13 .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: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage13-body .header-area.homepage13 .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: #FD2F39;
}

.homepage13-body .header-area.homepage13 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: #FD2F39;
}

.homepage13-body .header-area.homepage13 .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.homepage13.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-area.homepage13.sticky .header-elements {
  padding: 0;
}

.btn-area {
  display: flex;
  align-items: center;
}

.btn-area .search-icon a {
  right: 19px;
  position: relative;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-bg-bg-1);
}


.video_banner {
  position: relative;
}

.video_banner video {
  height: calc(100vh - 0px);
  object-fit: cover;
  width: 100%;
  border: none;
  display: block;
  object-position: bottom;
}


#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.homepage14-body {
  overflow-x: clip;
}

.hero14-section-area::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
  background: url(../img/banner/grid-white.svg) 0% 0% / 3rem round fixed;
  inset: 0px;
}

.slidingVertical {
  display: inline;
  text-indent: 8px;
  margin-left: 20px;
}




.slidingVertical span {
  font-weight: 800;
  -webkit-animation: bottomToTop 9s cubic-bezier(0.6, 0.05, 0.4, 1) infinite 0s;
  animation: bottomToTop 6.1s cubic-bezier(0.6, 0.05, 0.4, 1) infinite 0s;
  background: linear-gradient(45deg, #FFD700, #ff4e0e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: italic;
}

.slidingVertical span:nth-child(2) {
  animation-delay: 2s;

}

.slidingVertical span:nth-child(3) {
  animation-delay: 4s;
}

/*topToBottom Animation*/

@-webkit-keyframes bottomToTop {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.homepage14-body .header-area.homepage14 {
  width: 100%;
  z-index: 1080;
  transition: all 0.4s;
  position: absolute;
  padding: 5px 0px;
}

.site-logo img {
  height: 70px;
}

.homepage14-body .header-area.homepage14 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage14-body .header-area.homepage14 nav#navbar-example2 ul li a.nav-link.active {
  color: #fff;
  opacity: 80%;
}

.homepage14-body .header-area.homepage14 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage14-body .header-area.homepage14 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu {
  position: relative;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}

.homepage14-body .header-area.homepage14 .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;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.homepage14-body .header-area.homepage14 .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;
}

.homepage14-body .header-area.homepage14 .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;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn22 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: #4D44C5;
  z-index: 1;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn22::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #040306;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn22:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn22:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn22 i {
  margin-left: 4px;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}

.homepage14-body .header-area.homepage14 .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;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1);
  font-size: 17px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 12px;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: #fff !important;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li .tp-submenu {

  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 25px;
  padding: 25px;
  left: -280px;
  width: 789px;
  border: 1px solid #ffffff66;
  max-height: 600px;
  overflow: hidden;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;

}


.megamenu::before {
  backdrop-filter: blur(50px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: rgb(0 23 64 / 42%);
  z-index: -1;
  border-radius: 15px;
}

.megamenu {
  border: 1px solid #ffffff1c;
  border-radius: 0px;
}



.homepage14-body .header-area.homepage14 .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;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 25px;
  color: #4D44C5 !important;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: #4D44C5 !important;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: #4D44C5 !important;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage14-body .header-area.homepage14 .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: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage14-body .header-area.homepage14 .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: #4D44C5 !important;
}

.homepage14-body .header-area.homepage14 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: #4D44C5 !important;
}

.homepage14-body .header-area.homepage14 .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.homepage14.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: #2c2c2c70;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(6px);
}

.header-area.homepage14.sticky .header-elements .main-menu ul li a {
  color: var(--ztc-text-text-1);
}

.homepage15-body {
  overflow-x: hidden;
}

.homepage15-body .header-area.homepage15 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 16px 0;
  transition: all 0.4s;
  background: #1C64F2;
}

.homepage15-body .header-area.homepage15 nav#navbar-example2 {
  display: block;
  padding: 0;
}

.homepage15-body .header-area.homepage15 nav#navbar-example2 ul li a.nav-link.active {
  color: #fff;
  opacity: 80%;
}

.homepage15-body .header-area.homepage15 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}

.homepage15-body .header-area.homepage15 .header-elements .all-images-menu {
  display: flex;
  align-items: center;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu {
  position: relative;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu .header-btn3 {
  margin: 0 0 0 12px;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}

.homepage15-body .header-area.homepage15 .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;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
  display: none !important;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}

.homepage15-body .header-area.homepage15 .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;
}

.homepage15-body .header-area.homepage15 .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;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn25 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: #fff;
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: var(--rounded-full, 9999px);
  position: relative;
  background: #1C64F2;
  z-index: 1;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn25::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: #040306;
  border-radius: var(--rounded-full, 9999px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn25:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn25:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn25 i {
  margin-left: 4px;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 0 !important;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}

.homepage15-body .header-area.homepage15 .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;
}

.homepage15-body .header-area.homepage15 .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-1);
  display: inline-block;
  transition: all 0.4s;
  padding: 0 20px;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li:hover>a {
  transition: all 0.4s;
  color: #fff !important;
}

.homepage15-body .header-area.homepage15 .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);
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -285px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}

.homepage15-body .header-area.homepage15 .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;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
  transition: all 0.4s;
  padding-left: 25px;
  color: #1C64F2 !important;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
  background: #1C64F2 !important;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: #1C64F2 !important;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}

.homepage15-body .header-area.homepage15 .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: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.homepage15-body .header-area.homepage15 .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: #1C64F2 !important;
}

.homepage15-body .header-area.homepage15 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 25px;
  color: #1C64F2 !important;
}

.homepage15-body .header-area.homepage15 .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;
}

.homepage15-body .header-area.homepage15 .btn-area {
  align-items: center;
}

.homepage15-body .header-area.homepage15 .btn-area .login {
  color: var(--white, #FFF);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-right: 16px;
}

.header-area.homepage15.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: #1C64F2;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.header-area.homepage15.sticky .header-elements .main-menu ul li a {
  color: var(--ztc-text-text-1);
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= FEATURES CSS AREA STARTS ===============*/
.features15-section-area {
  background: #F9FAFB;
  position: relative;
  z-index: 1;
}

.features15-section-area .features15-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--white, #FFF);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}

.features15-section-area .features15-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  border-radius: 8px;
  background: var(--white, #FFF);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.features15-section-area .features15-boxarea a {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  transition: all 0.4s;
  display: inline-block;
}

.features15-section-area .features15-boxarea a:hover {
  color: #1A56DB;
  transition: all 0.4s;
}

.features15-section-area .features15-boxarea p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/*============= FEATURES CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
.work1-section-area {
  position: relative;
  z-index: 1;
}

.work1-section-area .work-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .work1-section-area .work-header-area {
    margin-bottom: 30px;
  }
}

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

.work1-section-area .choose-section-area.choose2 {
  position: sticky;
  top: 150px;
}

.work1-section-area .choose-section-area.choose3 {
  position: sticky;
  top: 200px;
}

.work1-section-area .choose-section-area {
  position: sticky;
  top: 100px;
  border-radius: 8px;
  padding: 0 50px;
  transition: all 0.4s;
  background: #7659AE;
}

@media (max-width: 767px) {
  .work1-section-area .choose-section-area {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .choose-section-area {
    padding: 24px;
  }
}

.work1-section-area .choose-section-area .choose-list-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin-bottom: 16px;
}

.work1-section-area .choose-section-area .choose-list-area p {
  font-size: var(--ztc-font-size-font-s16);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s26);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
  margin-top: 24px;
}

.work1-section-area .choose-section-area .choose-list-area .btn-area {
  margin-top: 24px;
}

.work1-section-area .choose-section-area .choose-list-area .choose-auhtor li {
  display: inline-block;
}

.work1-section-area .choose-section-area .choose-list-area .choose-auhtor li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #909DAD;
  display: inline-block;
  margin: 16px 8px 0 0;
}

.work1-section-area .choose-section-area .choose-list-area .choose-auhtor li a:hover {
  background: var(--ztc-bg-bg-10);
  border: 1px solid var(--ztc-bg-bg-10);
}

.work1-section-area .choose-section-area .images {
  text-align: end;
  position: relative;
  z-index: 1;
}

.work1-section-area .choose-section-area .images .elements6 {
  position: absolute;
  top: 80px;
  left: -80px;
}

.work1-section-area .choose-section-area .images .star4 {
  position: absolute;
  bottom: 20px;
  left: -80px;
}

.work1-section-area .choose-section-area .images .img1 img {
  height: 470px;
  width: 470px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.4s;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .choose-section-area .images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

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

.work2-section-area .work2-header {
  margin-bottom: 60px;
}

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

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

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

.work2-section-area .all-boxes-area {
  padding: 0 0 0 55px;
}

@media (max-width: 767px) {
  .work2-section-area .all-boxes-area {
    padding: 0;
    margin-top: 30px;
  }
}

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

.work2-section-area .all-boxes-area .work-process-area {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  padding: 16px 24px 16px 46px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .work2-section-area .all-boxes-area .work-process-area {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2-section-area .all-boxes-area .work-process-area {
    padding: 20px;
  }
}

.work2-section-area .all-boxes-area .work-process-area:hover {
  transition: all 0.4s;
}

.work2-section-area .all-boxes-area .work-process-area:hover::after {
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
}

.work2-section-area .all-boxes-area .work-process-area:hover::before {
  transition: all 0.4s;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.work2-section-area .all-boxes-area .work-process-area:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(180deg);
}

.work2-section-area .all-boxes-area .work-process-area:hover .icons img {
  filter: none;
  transition: all 0.4s;
}

.work2-section-area .all-boxes-area .work-process-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-1);
  opacity: 15%;
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: visible;
}

.work2-section-area .all-boxes-area .work-process-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.work2-section-area .all-boxes-area .work-process-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background-color: #3E3980;
  position: absolute;
  left: -35px;
  top: 23%;
  bottom: -23%;
}

@media (max-width: 767px) {
  .work2-section-area .all-boxes-area .work-process-area .icons {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2-section-area .all-boxes-area .work-process-area .icons {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
}

.work2-section-area .all-boxes-area .work-process-area .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.work2-section-area .all-boxes-area .work-process-area .content-area a {
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s20);
  display: inline-block;
  margin-bottom: 16px;
}

.work2-section-area .all-boxes-area .work-process-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.work2-section-area .all-boxes-area .work-process-area.work2 {
  margin-left: -40px;
}

@media (max-width: 767px) {
  .work2-section-area .all-boxes-area .work-process-area.work2 {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2-section-area .all-boxes-area .work-process-area.work2 {
    margin: 0;
  }
}

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

.work3-section-area .work-bg1 {
  position: absolute;
  top: 0;
  left: 0;
}

.work3-section-area .work-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.work3-section-area .work-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .work3-section-area .work-header-area {
    margin-bottom: 30px;
  }
}

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

.work3-section-area .choose-section-area.choose2 {
  position: sticky;
  top: 150px;
}

.work3-section-area .choose-section-area.choose3 {
  position: sticky;
  top: 200px;
}

.work3-section-area .choose-section-area {
  position: sticky;
  top: 100px;
  border-radius: 8px;
  padding: 0 50px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-14);
}

@media (max-width: 767px) {
  .work3-section-area .choose-section-area {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work3-section-area .choose-section-area {
    padding: 24px;
  }
}

.work3-section-area .choose-section-area .choose-list-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  line-height: var(--ztc-font-size-font-s40);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 16px;
}

.work3-section-area .choose-section-area .choose-list-area p {
  font-size: var(--ztc-font-size-font-s16);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s26);
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
  margin-top: 24px;
}

.work3-section-area .choose-section-area .choose-list-area .btn-area {
  margin-top: 24px;
}

.work3-section-area .choose-section-area .choose-list-area .choose-auhtor li {
  display: inline-block;
}

.work3-section-area .choose-section-area .choose-list-area .choose-auhtor li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #909DAD;
  display: inline-block;
  margin: 16px 8px 0 0;
}

.work3-section-area .choose-section-area .choose-list-area .choose-auhtor li a:hover {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-bg-bg-10);
}

.work3-section-area .choose-section-area .images {
  text-align: end;
  position: relative;
  z-index: 1;
}

.work3-section-area .choose-section-area .images .elements6 {
  position: absolute;
  top: 80px;
  left: -80px;
}

.work3-section-area .choose-section-area .images .star4 {
  position: absolute;
  bottom: 20px;
  left: -80px;
}

.work3-section-area .choose-section-area .images .img1 img {
  height: 470px;
  width: 470px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work3-section-area .choose-section-area .images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.work4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-14);
}

.work4-section-area .work2-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .work4-section-area .work2-header {
    margin-bottom: 30px;
  }
}

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

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

.work4-section-area .all-boxes-area {
  padding: 0 0 0 55px;
}

@media (max-width: 767px) {
  .work4-section-area .all-boxes-area {
    padding: 0;
    margin-top: 30px;
  }
}

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

.work4-section-area .all-boxes-area .work-process-area {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  padding: 16px 24px 16px 46px;
  border-radius: 8px;
  background: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .work4-section-area .all-boxes-area .work-process-area {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4-section-area .all-boxes-area .work-process-area {
    padding: 20px;
  }
}

.work4-section-area .all-boxes-area .work-process-area:hover {
  transition: all 0.4s;
}

.work4-section-area .all-boxes-area .work-process-area:hover::before {
  transition: all 0.4s;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.work4-section-area .all-boxes-area .work-process-area:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(180deg);
}

.work4-section-area .all-boxes-area .work-process-area:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.work4-section-area .all-boxes-area .work-process-area:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.work4-section-area .all-boxes-area .work-process-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.work4-section-area .all-boxes-area .work-process-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-13);
  position: absolute;
  left: -35px;
  top: 23%;
  bottom: -23%;
}

@media (max-width: 767px) {
  .work4-section-area .all-boxes-area .work-process-area .icons {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4-section-area .all-boxes-area .work-process-area .icons {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
}

.work4-section-area .all-boxes-area .work-process-area .content-area a {
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s20);
  display: inline-block;
  margin-bottom: 16px;
}

.work4-section-area .all-boxes-area .work-process-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.work4-section-area .all-boxes-area .work-process-area.work2 {
  margin-left: -40px;
}

@media (max-width: 767px) {
  .work4-section-area .all-boxes-area .work-process-area.work2 {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work4-section-area .all-boxes-area .work-process-area.work2 {
    margin: 0;
  }
}

.works4-section-area {
  position: relative;
  background: var(--ztc-bg-bg-15);
}

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

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

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

.works4-section-area .works-author-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 8px;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  padding: 32px;
  margin-bottom: 30px;
}

.works4-section-area .works-author-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.works4-section-area .works-author-boxarea:hover::after {
  width: 100%;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
}

.works4-section-area .works-author-boxarea:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.works4-section-area .works-author-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.works4-section-area .works-author-boxarea:hover .content-area a i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.works4-section-area .works-author-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}

.works4-section-area .works-author-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  z-index: -1;
  background: var(--ztc-text-text-6);
  border-radius: 8px;
  visibility: hidden;
  opacity: 1;
}

.works4-section-area .works-author-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-9);
  margin: 0 auto;
}

.works4-section-area .works-author-boxarea .icons img {
  transition: all 0.4s;
}

.works4-section-area .works-author-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 13px;
}

.works4-section-area .works-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 26px;
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  opacity: 80%;
}

.works4-section-area .works-author-boxarea .content-area .readmore {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 0;
  margin-top: 24px;
}

.works4-section-area .works-author-boxarea .content-area .readmore i {
  transition: all 0.4s;
}

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

.works-inner-section-area .works-header-area.specing2 {
  padding: 0 0 0 30px;
}

@media (max-width: 767px) {
  .works-inner-section-area .works-header-area.specing2 {
    padding: 0;
    margin-bottom: 30px;
  }
}

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

.works-inner-section-area .works-header-area {
  padding: 0 30px 0 0;
}

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

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

.works-inner-section-area .works-header-area .works-content-box {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  border: 1px solid #E1E3E8;
  border-radius: 8px;
  transition: all 0.4s;
  padding: 16px;
}

.works-inner-section-area .works-header-area .works-content-box:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-4);
  transform: translateY(-5px);
}

.works-inner-section-area .works-header-area .works-content-box:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.works-inner-section-area .works-header-area .works-content-box:hover .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.works-inner-section-area .works-header-area .works-content-box:hover .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

.works-inner-section-area .works-header-area .works-content-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  position: absolute;
}

.works-inner-section-area .works-header-area .works-content-box .content {
  padding-left: 80px;
}

.works-inner-section-area .works-header-area .works-content-box .content a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  font-family: var(--ztc-family-font1);
  margin-bottom: 10px;
  transition: all 0.4s;
}

.works-inner-section-area .works-header-area .works-content-box .content p {
  transition: all 0.4s;
}

.works-inner-section-area .about-all-images-area {
  position: relative;
}

.works-inner-section-area .about-all-images-area .elements12 {
  position: absolute;
  top: 50px;
  left: 40%;
  right: 50%;
}

.works-inner-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  right: 40%;
}

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

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

.works7-section-area {
  position: relative;
  background: var(--ztc-bg-bg-15);
}

.works7-section-area .works7-header {
  margin-bottom: 60px;
}

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

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

.works7-section-area .works-author-boxarea {
  position: relative;
  z-index: 1;
  background: #EBEEF2;
  padding: 32px 24px;
  transition: all 0.4s;
  margin-bottom: 30px;
  height: 515px;
}

@media (max-width: 767px) {
  .works7-section-area .works-author-boxarea {
    height: auto;
  }
}

.works7-section-area .works-author-boxarea:hover {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.works7-section-area .works-author-boxarea a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
  margin-bottom: 20px;
}

.works7-section-area .works-author-boxarea 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;
}

.works7-section-area .works-author-boxarea .img2 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.work8-section-area {
  position: relative;
  background: #F7F8FA;
}

.work8-section-area .work-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .work8-section-area .work-header {
    margin-bottom: 30px;
  }
}

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

.work8-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .work8-section-area .head {
    margin-top: 30px;
  }
}

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

.work8-section-area .head 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-semibold);
  line-height: 24px;
}

.work8-section-area .works-boxarea.auhtor {
  margin-left: -40px;
}

@media (max-width: 767px) {
  .work8-section-area .works-boxarea.auhtor {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work8-section-area .works-boxarea.auhtor {
    margin-left: 0;
  }
}

.work8-section-area .works-boxarea {
  position: relative;
  padding: 16px 24px 16px 46px;
  border-radius: 10px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  margin-top: 30px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .work8-section-area .works-boxarea {
    padding: 16px;
  }
}

.work8-section-area .works-boxarea:hover {
  border-radius: 10px;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.work8-section-area .works-boxarea:hover .list {
  transform: rotateY(-360deg);
  transition: all 0.4s;
}

.work8-section-area .works-boxarea:hover .list h3 {
  background: var(--ztc-bg-bg-26);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.work8-section-area .works-boxarea .list {
  position: absolute;
  top: 20%;
  left: -30px;
}

@media (max-width: 767px) {
  .work8-section-area .works-boxarea .list {
    position: relative;
    left: 0;
    margin-bottom: 20px;
    display: inline-block;
  }
}

.work8-section-area .works-boxarea .list h3 {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s;
  background: #E0EBFB;
  border-radius: 50%;
  color: var(--ztc-bg-bg-26);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
}

.work8-section-area .works-boxarea .content {
  display: inline-block;
}

.work8-section-area .works-boxarea .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}

.work8-section-area .works-boxarea .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

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

.work11-section-area .work11-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.work11-section-area .work11-boxarea:hover .icons {
  transform: rotateY(180deg);
  transition: all 0.4s;
}

.work11-section-area .work11-boxarea .elements23 {
  position: absolute;
  right: -100px;
  top: 35px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work11-section-area .work11-boxarea .elements23 {
    display: block;
  }
}

.work11-section-area .work11-boxarea .elements24 {
  position: absolute;
  right: -100px;
  top: 0px;
}

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

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

.work11-section-area .work11-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(64, 139, 255, 0.1);
}

.work11-section-area .work11-boxarea .textarea a {
  color: var(--Text-Color, #081120);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.work11-section-area .work11-boxarea .textarea p {
  color: var(--Paragraph-Color, #464D58);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

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

.project12-section-area .project12-slider-area .owl-item.active.center .project12-boxarea .img1::after {
  height: 100%;
  transition: all 0.4s;
}

.project12-section-area .project12-slider-area .owl-item.active.center .project12-boxarea .content-area {
  bottom: 0;
  transition: all 0.6s;
}

.project12-section-area .project12-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}

.project12-section-area .project12-slider-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #CDDDDA;
  margin: 0 10px;
  position: relative;
}

.project12-section-area .project12-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #CDDDDA;
  top: -7px;
  left: -7px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.project12-section-area .project12-slider-area .owl-dots button.active {
  background: #055346;
}

.project12-section-area .project12-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.project12-section-area .project12-slider-area .project12-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project12-section-area .project12-slider-area .project12-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.project12-section-area .project12-slider-area .project12-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #055346;
  opacity: 90%;
  border-radius: 4px;
}

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

.project12-section-area .project12-slider-area .project12-boxarea .content-area {
  position: absolute;
  bottom: -400px;
  padding: 28px;
  display: inline-block;
  z-index: 1;
  transition: all 0.6s;
}

.project12-section-area .project12-slider-area .project12-boxarea .content-area p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.project12-section-area .project12-slider-area .project12-boxarea .content-area .head {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.project12-section-area .project12-slider-area .project12-boxarea .content-area .head:hover {
  color: #DDFA63;
  transition: all 0.4s;
}

.project12-section-area .project12-slider-area .project12-boxarea .content-area .readmore {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.project12-section-area .project12-slider-area .project12-boxarea .content-area .readmore i {
  margin-left: 4px;
}

.project12-section-area .project12-slider-area .project12-boxarea .content-area .readmore:hover {
  color: #DDFA63;
  transition: all 0.4s;
}

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

.work13-section-area .project13-boxrea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}

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

.work13-section-area .project13-boxrea:hover .content-area {
  bottom: 20px;
  transition: all 0.6s;
}

.work13-section-area .project13-boxrea .img1 {
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
}

.work13-section-area .project13-boxrea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work13-section-area .project13-boxrea .img1 img {
    height: 400px;
  }
}

.work13-section-area .project13-boxrea .content-area {
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  position: absolute;
  bottom: -300px;
  left: 20px;
  right: 20px;
  transition: all 0.6s;
  z-index: 1;
}

.work13-section-area .project13-boxrea .content-area span {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}

.work13-section-area .project13-boxrea .content-area span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: rgba(255, 15, 81, 0.05);
}

.work13-section-area .project13-boxrea .content-area span img {
  margin: 0 4px 0 0;
}

.work13-section-area .project13-boxrea .content-area a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.projects15-section-area {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
}

.projects15-section-area .project15-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.projects15-section-area .project15-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.4s;
}

.projects15-section-area .project15-boxarea:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
  top: 50%;
}

.projects15-section-area .project15-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--white, #FFF);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
}

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

.projects15-section-area .project15-boxarea .btn-area1 {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -60px;
  margin-left: -65px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.8);
  z-index: 1;
}

.projects15-section-area .project15-boxarea .text-area a {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
  letter-spacing: -0.24px;
}

.projects15-section-area .project15-boxarea .text-area p {
  color: var(--gray-500, #6B7280);
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

.preloader2 {
  background: var(--ztc-bg-bg-11) !important;
}

.preloader3 {
  background: var(--ztc-text-text-1) !important;
}

.preloader4 {
  background: var(--ztc-text-text-12) !important;
}

.preloader5 {
  background: var(--ztc-text-text-1) !important;
}

.preloader7 {
  background: var(--ztc-text-text-1) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.preloader12 .loading {
  border-color: transparent #055346 transparent #055346 !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader13 .loading {
  border-color: transparent #FD2F39 transparent #FD2F39 !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader15 .loading {
  border-color: transparent #2466EF transparent #2466EF !important;
  border: 1px solid transparent;
  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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 60px;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* END: Preloader */
.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;
}

.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(255, 255, 255, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap:hover {
  background: #000;
  transform: translateY(-5px);
  box-shadow: 0 0 15px 0 #fff;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.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: #b0ccff;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

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

.progress-wrap:hover::before {
  opacity: 1;
}

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

.progress-wrap svg.progress-circle path {
  stroke: #b0ccff;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

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

.star2 {
  position: absolute;
  right: 0;
  z-index: -1;
}

.star3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA STARTS ===============*/
.pricing-section-area .pricing-header {
  margin-bottom: 60px;
}

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

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

.pricing-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-6);
}

.pricing-section-area .pricing-boxarea.active .btn-area1 {
  text-align: center;
}

.pricing-section-area .pricing-boxarea.active .btn-area1 a.header-btn12 {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}

.pricing-section-area .pricing-boxarea.active .btn-area1 a.header-btn6 {
  color: var(--ztc-text-text-1);
  border-top: 1px solid var(--ztc-text-text-1);
  border-bottom: 1px solid var(--ztc-text-text-1);
}

.pricing-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea.active h1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea.active h1 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea.active .list-area {
  background: #FD2C6F;
  transition: all 0.6s;
}

.pricing-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea.active .list-area ul li .check2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  display: none;
}

.pricing-section-area .pricing-boxarea.active .list-area ul li .check3 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

.pricing-section-area .pricing-boxarea {
  background: var(--ztc-bg-bg-15);
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.pricing-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

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

.pricing-section-area .pricing-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 14px;
}

.pricing-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE0E2;
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}

.pricing-section-area .pricing-boxarea h1 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  position: relative;
  left: -5px;
}

.pricing-section-area .pricing-boxarea .btn-area1 {
  text-align: center;
}

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

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

.pricing-section-area .pricing-boxarea .list-area {
  background: var(--ztc-text-text-1);
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.pricing-section-area .pricing-boxarea .list-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing-section-area .pricing-boxarea .list-area ul li .check2 {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  visibility: visible;
  opacity: 1;
}

.pricing-section-area .pricing-boxarea .list-area ul li .check3 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  display: none;
}

.pricing-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}

.pricing-inner-section-area .pricing-header {
  margin-bottom: 60px;
}

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

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

.pricing-inner-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-4);
}

.pricing-inner-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-inner-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-inner-section-area .pricing-boxarea.active h1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-inner-section-area .pricing-boxarea.active h1 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-inner-section-area .pricing-boxarea.active .list-area {
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.6s;
}

.pricing-inner-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-inner-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing-inner-section-area .pricing-boxarea.active .list-area ul li .check2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  display: none;
}

.pricing-inner-section-area .pricing-boxarea.active .list-area ul li .check3 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

.pricing-inner-section-area .pricing-boxarea {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.pricing-inner-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.pricing-inner-section-area .pricing-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 1px;
  border-radius: 8px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.pricing-inner-section-area .pricing-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 14px;
}

.pricing-inner-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE0E2;
  transition: all 0.4s;
}

.pricing-inner-section-area .pricing-boxarea h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}

.pricing-inner-section-area .pricing-boxarea h1 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  position: relative;
  left: -5px;
}

.pricing-inner-section-area .pricing-boxarea .list-area {
  background: rgba(78, 47, 218, 0.05);
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.pricing-inner-section-area .pricing-boxarea .list-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing-inner-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing-inner-section-area .pricing-boxarea .list-area ul li .check2 {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  visibility: visible;
  opacity: 1;
}

.pricing-inner-section-area .pricing-boxarea .list-area ul li .check3 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  display: none;
}

.pricing-inner-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}

.compare-table-area .comparison {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .compare-table-area .comparison {
    overflow-x: scroll !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table-area .comparison {
    overflow-x: scroll !important;
  }
}

.compare-table-area thead .table-header {
  background: #E0E4E8;
}

.compare-table-area .comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  border: 1px solid #6C7887;
}

@media (max-width: 767px) {
  .compare-table-area .comparison table {
    width: 610px;
    overflow-x: scroll !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table-area .comparison table {
    width: 1000px;
    overflow-x: scroll !important;
  }
}

.compare-table-area .another-list {
  background: #F0F1F4;
}

.compare-table-area .another-list td.list-head {
  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;
}

.compare-table-area .another-list .standard {
  border-left: 2px solid var(--ztc-text-text-4);
  border-right: 2px solid var(--ztc-text-text-4);
}

.compare-table-area .comparison td,
.compare-table-area .comparison th {
  empty-cells: show;
  padding: 10px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s16);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  padding: 30px 24px;
}

.compare-table-area .comparison tbody tr:nth-child(odd) {
  display: none;
}

.compare-table-area .comparison .compare-row {
  background: var(--ztc-text-text-1);
}

.compare-table-area .comparison .compare-row td.standard {
  border-left: 2px solid var(--ztc-text-text-4);
  border-right: 2px solid var(--ztc-text-text-4);
}

.compare-table-area .comparison .compare-row .none-border {
  border-bottom: none;
}

.compare-table-area .compare-footer td {
  border-top: 1px solid #B2BBC6;
}

.compare-table-area .compare-footer .standard {
  background: var(--ztc-text-text-4);
}

.compare-table-area .compare-footer .standard .header-btn1 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
}

.compare-table-area .compare-footer .standard .header-btn1:hover {
  color: var(--ztc-text-text-1);
}

.compare-table-area .compare-footer .standard .header-btn1 span {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}

.compare-table-area .comparison th {
  font-weight: normal;
  padding: 0;
}

.compare-table-area .comparison tr td:first-child {
  text-align: left;
  border-right: 1px solid #B2BBC6;
  border-bottom: 1px solid #F0F1F4;
}

.compare-table-area .comparison .product,
.compare-table-area .comparison .tl {
  color: var(--ztc-text-text-1);
  padding: 10px;
  font-size: var(--ztc-font-size-font-s14);
}

.compare-table-area .comparison .price-info {
  padding: 28px 24px !important;
}

.compare-table-area .comparison .price-info .price-now span.text-start {
  text-align: start !important;
  display: inline-block;
}

.compare-table-area .comparison .price-info.standard {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  border-left: 1px solid var(--ztc-text-text-4);
  border-right: 1px solid var(--ztc-text-text-4);
}

.compare-table-area .comparison .price-info.standard span {
  color: var(--ztc-text-text-1);
}

.compare-table-area .comparison .price-info.features {
  text-align: start !important;
}

.compare-table-area .comparison .price-now,
.compare-table-area .comparison .price-now span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  display: inline-block;
  text-align: start;
}

@media screen and (min-width: 721px) and (max-width: 1000px) {
  .compare-table-area .table_ul li {
    letter-spacing: 0px;
  }

  .compare-table-area .comparison .price-now span {
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s20);
  }

  .compare-table-area .comparison .price-now p {
    display: block;
  }
}

@media screen and (max-width: 720px) {
  .compare-table-area .table_ul {
    padding: 0px;
  }

  .compare-table-area .table_ul li {
    font-size: var(--ztc-font-size-font-s10);
    line-height: 16px;
    padding: 3px 0;
  }

  .compare-table-area .comparison {
    max-width: 100%;
  }

  .compare-table-area .comparison td:first-child,
  .compare-table-area .comparison th:first-child {
    display: none;
  }

  .compare-table-area .comparison tbody tr:nth-child(odd) {
    display: table-row;
    background: #E0E4E8;
  }

  .compare-table-area .comparison .row {
    background: var(--ztc-text-text-1);
  }

  .compare-table-area .comparison td,
  .compare-table-area .comparison th {
    border-top: none;
    padding: 10px;
  }

  .compare-table-area .price-info {
    border-top: 0 !important;
    padding: 10px 0 !important;
  }

  .compare-table-area .price-info p {
    line-height: 8px;
    font-size: 8px !important;
  }

  .compare-table-area .comparison .compare-row {
    background: var(--ztc-text-text-1);
  }

  .compare-table-area .comparison .price-now p {
    display: block;
  }

  .compare-table-area .comparison .price-now span {
    font-size: var(--ztc-font-size-font-s24);
  }

  .compare-table-area .comparison td {
    font-size: var(--ztc-font-size-font-s14);
  }

  .compare-table-area .comparison th {
    font-size: var(--ztc-font-size-font-s14);
  }
}

.pricing7-section-area .pricing-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .pricing7-section-area .pricing-header {
    margin-bottom: 30px;
  }
}

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

.pricing7-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-bg-bg-24);
}

.pricing7-section-area .pricing-boxarea.active .btn-area1 {
  text-align: center;
}

.pricing7-section-area .pricing-boxarea.active .btn-area1 a.header-btn13 {
  background: var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}

.pricing7-section-area .pricing-boxarea.active .btn-area1 a.header-btn6 {
  color: var(--ztc-text-text-1);
  border-top: 1px solid var(--ztc-text-text-1);
  border-bottom: 1px solid var(--ztc-text-text-1);
}

.pricing7-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing7-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing7-section-area .pricing-boxarea.active h1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing7-section-area .pricing-boxarea.active h1 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing7-section-area .pricing-boxarea.active .list-area {
  background: #3464AD;
  transition: all 0.6s;
}

.pricing7-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing7-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing7-section-area .pricing-boxarea.active .list-area ul li .check9 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
  margin: 0 8px 0 0;
}

.pricing7-section-area .pricing-boxarea {
  background: var(--ztc-bg-bg-15);
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.pricing7-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.pricing7-section-area .pricing-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 1px;
  border-radius: 8px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.pricing7-section-area .pricing-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 14px;
}

.pricing7-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE0E2;
  transition: all 0.4s;
}

.pricing7-section-area .pricing-boxarea h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}

.pricing7-section-area .pricing-boxarea h1 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  position: relative;
  left: -5px;
}

.pricing7-section-area .pricing-boxarea .btn-area1 {
  text-align: center;
}

.pricing7-section-area .pricing-boxarea .btn-area1 .header-btn13 {
  width: 100%;
  text-align: center;
}

.pricing7-section-area .pricing-boxarea .list-area {
  background: var(--ztc-text-text-1);
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.pricing7-section-area .pricing-boxarea .list-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing7-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing7-section-area .pricing-boxarea .list-area ul li .check9 {
  visibility: visible;
  transition: all 0.4s;
  margin: 0 8px 0 0;
}

.pricing7-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}

.pricing9-section-area .pricing-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .pricing9-section-area .pricing-header {
    margin-bottom: 30px;
  }
}

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

.pricing9-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-17);
}

.pricing9-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing9-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing9-section-area .pricing-boxarea.active h1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing9-section-area .pricing-boxarea.active h1 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing9-section-area .pricing-boxarea.active .btn-area1 a {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}

.pricing9-section-area .pricing-boxarea.active .list-area {
  background: #7C6FE4;
  transition: all 0.6s;
}

.pricing9-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing9-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing9-section-area .pricing-boxarea.active .list-area ul li .check2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  display: none;
}

.pricing9-section-area .pricing-boxarea.active .list-area ul li .check3 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

.pricing9-section-area .pricing-boxarea {
  background: #F6F8FA;
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.pricing9-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.pricing9-section-area .pricing-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 1px;
  border-radius: 8px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.pricing9-section-area .pricing-boxarea .btn-area1 {
  margin-top: 32px;
}

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

.pricing9-section-area .pricing-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 14px;
}

.pricing9-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE0E2;
  transition: all 0.4s;
}

.pricing9-section-area .pricing-boxarea h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}

.pricing9-section-area .pricing-boxarea h1 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  position: relative;
  left: -5px;
}

.pricing9-section-area .pricing-boxarea .list-area {
  background: #fff;
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.pricing9-section-area .pricing-boxarea .list-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing9-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing9-section-area .pricing-boxarea .list-area ul li .check2 {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  visibility: visible;
  opacity: 1;
}

.pricing9-section-area .pricing-boxarea .list-area ul li .check3 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  display: none;
}

.pricing9-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}

.pricing10-section-area {
  position: relative;
  background: #F6F8FA;
}

.pricing10-section-area .pricing-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .pricing10-section-area .pricing-header {
    margin-bottom: 30px;
  }
}

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

.pricing10-section-area .pricing-boxarea.active {
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-14);
}

.pricing10-section-area .pricing-boxarea.active h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing10-section-area .pricing-boxarea.active p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing10-section-area .pricing-boxarea.active h1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing10-section-area .pricing-boxarea.active h1 span {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing10-section-area .pricing-boxarea.active .btn-area1 a {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}

.pricing10-section-area .pricing-boxarea.active .list-area {
  background: #FD7C3D;
  transition: all 0.6s;
}

.pricing10-section-area .pricing-boxarea.active .list-area h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing10-section-area .pricing-boxarea.active .list-area ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pricing10-section-area .pricing-boxarea.active .list-area ul li .check2 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  display: none;
}

.pricing10-section-area .pricing-boxarea.active .list-area ul li .check3 {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

.pricing10-section-area .pricing-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  position: relative;
  padding: 24px;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.pricing10-section-area .pricing-boxarea:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.pricing10-section-area .pricing-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 1px;
  border-radius: 8px;
  left: 50%;
  transition: all 0.4s;
  background: var(--ztc-text-text-6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.pricing10-section-area .pricing-boxarea .btn-area1 {
  margin-top: 32px;
}

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

.pricing10-section-area .pricing-boxarea h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 14px;
}

.pricing10-section-area .pricing-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-3);
  padding-bottom: 24px;
  border-bottom: 1px solid #DEE0E2;
  transition: all 0.4s;
}

.pricing10-section-area .pricing-boxarea h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: var(--ztc-font-size-font-s56);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  padding-top: 24px;
}

.pricing10-section-area .pricing-boxarea h1 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
  position: relative;
  left: -5px;
}

.pricing10-section-area .pricing-boxarea .list-area {
  background: #F6F8FA;
  transition: all 0.6s;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.pricing10-section-area .pricing-boxarea .list-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing10-section-area .pricing-boxarea .list-area ul li {
  margin-top: 20px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.pricing10-section-area .pricing-boxarea .list-area ul li .check2 {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  visibility: visible;
  opacity: 1;
}

.pricing10-section-area .pricing-boxarea .list-area ul li .check3 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin: 0 8px 0 0;
  display: none;
}

.pricing10-section-area .pricing-boxarea .pera {
  padding: 0 !important;
  border: none;
}

/*============= PRICING CSS AREA ENDS ===============*/
/*============= HISTORY CSS AREA ENDS ===============*/
.history-inner-section-area {
  position: relative;
  z-index: 1;
  padding: 100px 0 70px 0;
}

@media (max-width: 767px) {
  .history-inner-section-area {
    padding: 50px 0 20px 0;
  }
}

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

.history-inner-section-area .history-header-area {
  position: relative;
  margin-bottom: 60px;
}

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

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

.history-inner-section-area .about-all-images-area {
  position: relative;
}

.history-inner-section-area .about-all-images-area .elements12 {
  position: absolute;
  top: 50px;
  left: 40%;
  right: 50%;
}

.history-inner-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  right: 40%;
}

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

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

.history-inner-section-area .history-content-area {
  padding: 0 0 0 50px;
}

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

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

.history-inner-section-area .history-content-area .history-box-content {
  position: relative;
  padding-bottom: 32px;
  border-bottom: 1px dashed #A3ADBB;
  margin-bottom: 30px;
}

.history-inner-section-area .history-content-area .history-box-content h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  margin-bottom: 16px;
}

.history-inner-section-area .history-content-area .history-box-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-weight-semibold);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 16px;
}

.history-inner-section-area .history-content-area .history-box-content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.history-inner-section-area .history-content-area .history-box-content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.history-inner-section-area .history-content-area .history-box-content .readmore {
  margin-bottom: 0;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
}

.history-inner-section-area .history-content-area .history-box-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.history-inner-section-area .history-content-area .history-box-content .readmore i {
  transform: rotate(-45deg);
  margin-left: 4px;
}

.history-inner-section-area.history3 {
  padding: 100px 0 70px;
}

@media (max-width: 767px) {
  .history-inner-section-area.history3 {
    padding: 50px 0 20px;
  }
}

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

/*============= HISTORY CSS AREA ENDS ===============*/
/*============= SKILLS CSS AREA  ===============*/
.skills-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-2);
}

.skills-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}

.skills-section-area .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.skills-section-area .skills-header {
  margin-bottom: 60px;
}

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

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

.skills-section-area .skills-header h5 {
  color: var(--ztc-bg-bg-15);
}

.skills-section-area .skills-header h5::after {
  background: var(--ztc-bg-bg-15);
}

.skills-section-area .skills-header h2 {
  color: var(--ztc-bg-bg-15);
}

.skills-section-area .progresbar {
  margin-bottom: 30px;
}

.skills-section-area .progresbar p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  transition: all 0.4s;
  text-align: center;
  margin-top: 30px;
}

.skills-section-area .progressbar {
  width: 180px;
  height: 180px;
  text-align: center;
  margin: 0 auto;
}

.skills-section-area .circle {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  position: relative;
  z-index: 1;
}

.skills-section-area .circle canvas {
  vertical-align: middle;
  border-radius: 50%;
}

.skills-section-area .circle div {
  position: absolute;
  top: 33%;
  left: 0;
  width: 100%;
  color: var(--ztc-text-text-1);
  text-align: center;
  font-size: var(--ztc-font-size-font-s44);
  font-weight: bold;
  font-family: var(--ztc-family-font1);
}

.skills-section-area .circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.skills-section-area .circle span {
  display: block;
  color: black;
  margin-top: 12px;
}

.skills-section-area .circle:before {
  position: absolute;
  top: 65%;
  right: 17%;
  font-size: 15px;
  font-weight: bold;
  color: var(--ztc-text-text-1);
}

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

.skills15-section-area .skills-header {
  padding: 0 50px 0 0;
}

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

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

.skills15-section-area .skills-header .progress-bar {
  margin-bottom: 20px;
}

.skills15-section-area .skills-header label {
  font-size: 16px;
  font-weight: var(--ztc-weight-medium);
  margin-bottom: 5px;
  display: flex;
  font-family: var(--ztc-family-font1);
  justify-content: space-between;
  color: #6B7280;
}

.skills15-section-area .skills-header .progress {
  background-color: #E5E7EB;
  border-radius: 20px;
  height: 10px;
  position: relative;
}

.skills15-section-area .skills-header .progress-inner {
  background-color: #1C64F2;
  height: 100%;
  border-radius: 20px;
  transition: width 0.4s ease;
}

.skills15-section-area .img1 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid var(--gray-200, #E5E7EB);
  background: var(--primary-50, #EBF5FF);
  padding: 8px;
}

/*============= SKILLS CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/
.choose-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-2);
}

.choose-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}

.choose-section-area .cta-bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.choose-section-area .choose-header-area {
  margin-bottom: 60px;
}

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

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

.choose-section-area .choose-header-area h5 {
  color: #F6F8F9;
}

.choose-section-area .choose-header-area h5::after {
  background: #F6F8F9;
}

.choose-section-area .choose-header-area h2 {
  color: #F6F8F9;
}

.choose-section-area .about-all-images-area {
  position: relative;
}

.choose-section-area .about-all-images-area .elements12 {
  position: absolute;
  top: 50px;
  left: 40%;
  right: 50%;
}

.choose-section-area .about-all-images-area .elements13 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  right: 40%;
}

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

.choose-section-area .about-all-images-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}

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

.choose-section-area .accordian-tabs-area {
  padding: 0 100px 0 0;
}

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

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

.choose-section-area .accordian-tabs-area .accordion .accordion-item {
  background: var(--ztc-text-text-4);
  border-radius: 7px;
  border: 1px solid #E0E4E8;
}

.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button {
  box-shadow: none;
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  border-radius: 7px;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button::after {
  content: "\f061";
  font-family: FontAwesome;
  background-image: none;
  transform: none;
  height: 18px;
  width: 18px;
  font-size: 18px;
}

.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button:not(.collapsed)::after {
  transform: rotate(-45deg);
}

.choose-section-area .accordian-tabs-area .accordion .accordion-item .accordion-body {
  padding: 0 30px 0 24px;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
  opacity: 0.8;
}

.choose-section-area .accordian-tabs-area .accordion .accordion-item .accordion-body.body2 {
  padding: 0 30px 24px 24px !important;
}

/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA ENDS ===============*/
.error-section-area .heading2 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

/*============= ERROR CSS AREA ENDS ===============*/
/*============= BOOST CSS AREA ENDS ===============*/
.boost-section-area {
  background: #F6F8F9;
  position: relative;
  overflow: hidden;
}

.boost-section-area .boost-header h5 {
  margin-left: 40px;
}

.boost-section-area .images {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .boost-section-area .images {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
}

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

/*============= BOOST CSS AREA ENDS ===============*/
.solution9-section-area {
  position: relative;
  z-index: 1;
  background: #F6F8FA;
}

.solution9-section-area .solution-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .solution9-section-area .solution-header {
    margin-bottom: 30px;
  }
}

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

.solution9-section-area .solution-boxarea {
  position: sticky;
  z-index: 1;
  background: #F5EBCE;
  border-radius: 8px;
  padding: 32px 50px;
  top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-boxarea {
    position: relative;
    top: 0;
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .solution9-section-area .solution-boxarea {
    position: relative;
    top: 0;
    padding: 32px;
  }
}

.solution9-section-area .solution-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-boxarea .step-header {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .solution9-section-area .solution-boxarea .step-header {
    margin-top: 30px;
  }
}

.solution9-section-area .solution-boxarea .step-header h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  border-radius: 32px;
  background: #EFD27D;
  padding: 6px 10px;
}

.solution9-section-area .solution-boxarea .step-header h5 img {
  filter: brightness(0);
  margin: 0 4px 0 0;
}

.solution9-section-area .solution-boxarea .step-header h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}

.solution9-section-area .solution-boxarea .step-header 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;
}

.solution9-section-area .solution-boxarea .step-header a {
  background: #EFD27D;
  color: var(--ztc-text-text-2);
}

.solution9-section-area .solution-boxarea .step-header a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}

.solution9-section-area .solution-boxarea2 {
  position: sticky;
  z-index: 1;
  background: #D9D6F7;
  border-radius: 8px;
  padding: 32px 50px;
  top: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-boxarea2 {
    position: relative;
    top: 0;
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .solution9-section-area .solution-boxarea2 {
    position: relative;
    top: 0;
    padding: 32px;
  }
}

.solution9-section-area .solution-boxarea2 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-boxarea2 .step-header {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .solution9-section-area .solution-boxarea2 .step-header {
    margin-top: 30px;
  }
}

.solution9-section-area .solution-boxarea2 .step-header h5 {
  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;
  border-radius: 32px;
  background: var(--ztc-text-text-17);
  padding: 6px 10px;
}

.solution9-section-area .solution-boxarea2 .step-header h5 img {
  filter: brightness(0) invert(1);
  margin: 0 4px 0 0;
}

.solution9-section-area .solution-boxarea2 .step-header h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}

.solution9-section-area .solution-boxarea2 .step-header 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;
}

.solution9-section-area .solution-boxarea3 {
  position: sticky;
  top: 180px;
  z-index: 1;
  background: #E2FCE3;
  border-radius: 8px;
  padding: 32px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-boxarea3 {
    position: relative;
    top: 0;
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .solution9-section-area .solution-boxarea3 {
    position: relative;
    top: 0;
    padding: 32px;
  }
}

.solution9-section-area .solution-boxarea3 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution9-section-area .solution-boxarea3 .step-header {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .solution9-section-area .solution-boxarea3 .step-header {
    margin-top: 30px;
  }
}

.solution9-section-area .solution-boxarea3 .step-header h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  border-radius: 32px;
  background: #A9FAAC;
  padding: 6px 10px;
}

.solution9-section-area .solution-boxarea3 .step-header h5 img {
  filter: brightness(0);
  margin: 0 4px 0 0;
}

.solution9-section-area .solution-boxarea3 .step-header h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}

.solution9-section-area .solution-boxarea3 .step-header 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;
}

.solution9-section-area .solution-boxarea3 .step-header a {
  background: #A9FAAC;
  color: var(--ztc-text-text-2);
}

.solution9-section-area .solution-boxarea3 .step-header a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}

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

.solution-section-slider-area .soluion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .solution-section-slider-area .soluion-header {
    margin-bottom: 30px;
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-section-slider-area .soluion-header {
    margin-bottom: 30px;
    display: inline-block;
  }
}

.solution-section-slider-area .soluion-header .auhtor-area {
  display: flex;
  align-items: center;
}

.solution-section-slider-area .soluion-header .auhtor-area .content {
  padding: 0 0 0 50px;
  position: relative;
  z-index: 1;
  width: 81px;
}

.solution-section-slider-area .soluion-header .auhtor-area .content::after {
  position: absolute;
  content: "";
  height: 64px;
  width: 3px;
  background: #FFF0E7;
  transition: all 0.4s;
  left: 20px;
  top: 12px;
}

.solution-section-slider-area .soluion-header .auhtor-area .content p {
  line-height: 16px;
}

.solution-section-slider-area .solution-slider-area.owl-carousel .owl-item.active.center .images-content-area .content-area {
  top: 43%;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .solution-section-slider-area .solution-slider-area.owl-carousel .owl-item.active.center .images-content-area .content-area {
    top: 27%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-section-slider-area .solution-slider-area.owl-carousel .owl-item.active.center .images-content-area .content-area {
    top: 27%;
  }
}

.solution-section-slider-area .solution-slider-area.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.solution-section-slider-area .solution-slider-area.owl-carousel .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: var(--ztc-bg-bg-25);
  border-radius: 50%;
  margin: 0 20px 0 0;
  position: relative;
}

.solution-section-slider-area .solution-slider-area.owl-carousel .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  background: #F7DBCC;
  left: -7px;
  top: -7px;
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.solution-section-slider-area .solution-slider-area.owl-carousel .owl-dots button.active {
  background: var(--ztc-text-text-14);
  transition: all 0.4s;
}

.solution-section-slider-area .solution-slider-area.owl-carousel .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.solution-section-slider-area .solution-slider-area .images-content-area {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.solution-section-slider-area .solution-slider-area .images-content-area:hover .img1 {
  transition: all 0.4s;
  border-radius: 8px;
}

.solution-section-slider-area .solution-slider-area .images-content-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 8px;
}

.solution-section-slider-area .solution-slider-area .images-content-area:hover .content-area {
  top: 43%;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .solution-section-slider-area .solution-slider-area .images-content-area:hover .content-area {
    top: 27%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-section-slider-area .solution-slider-area .images-content-area:hover .content-area {
    top: 27%;
  }
}

.solution-section-slider-area .solution-slider-area .images-content-area .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
  height: 450px;
  width: 100%;
}

@media (max-width: 767px) {
  .solution-section-slider-area .solution-slider-area .images-content-area .img1 {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-section-slider-area .solution-slider-area .images-content-area .img1 {
    height: 100%;
  }
}

.solution-section-slider-area .solution-slider-area .images-content-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  transition: all 0.4s;
}

.solution-section-slider-area .solution-slider-area .images-content-area .content-area {
  padding: 60px 24px;
  position: absolute;
  top: 100%;
  z-index: 2;
  height: 100%;
  background: #F6F8FA;
  transition: all 0.4s;
}

.solution-section-slider-area .solution-slider-area .images-content-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-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.solution-section-slider-area .solution-slider-area .images-content-area .content-area a:hover {
  color: var(--ztc-bg-bg-25);
  transition: all 0.4s;
}

.solution-section-slider-area .solution-slider-area .images-content-area .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

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

.solution-section-slider-area .solution-slider-area .images-content-area .content-area .readmore:hover {
  color: var(--ztc-bg-bg-25);
  transition: all 0.4s;
}

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

.others11-section-area .others-boxarea {
  position: relative;
  border-radius: 8px;
  background: rgba(64, 139, 255, 0.1);
  padding: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.others11-section-area .others-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  transition: all 0.4s;
  left: 0;
  top: 0;
  border-radius: 8px;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  z-index: -1;
}

.others11-section-area .others-boxarea:hover::after {
  width: 100%;
  transition: all 0.4s;
}

.others11-section-area .others-boxarea:hover h3 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.others11-section-area .others-boxarea:hover a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.others11-section-area .others-boxarea:hover a img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.others11-section-area .others-boxarea h3 {
  color: var(--Text-Color, #081120);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  transition: all 0.4s;
}

.others11-section-area .others-boxarea a {
  color: var(--Paragraph-Color, #464D58);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.others11-section-area .others-boxarea a img {
  margin: 0 4px 0 0;
  transition: all 0.4s;
}

.others13-section-area {
  position: relative;
  z-index: 1;
  background: #09171B;
}

.others13-section-area .others-header {
  padding: 0 85px 0 0;
}

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

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

.others13-section-area .others-header h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.others13-section-area .others-header p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 0.8;
}

.others13-section-area .others-header .btn-area1 a {
  border: 1px solid #FF5417;
}

.others13-section-area .others-header .btn-area1 a:hover {
  border: 1px solid #fff;
}

.others13-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

.others15-scetion-area {
  position: relative;
  z-index: 1;
}

.others15-scetion-area span.border {
  border: 1px solid #E5E7EB;
  height: 80px;
  text-align: center;
  display: block;
  width: 1px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .others15-scetion-area span.border {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others15-scetion-area span.border {
    display: none;
  }
}

.others15-scetion-area .logo-content {
  position: relative;
}

.others15-scetion-area .logo-content p {
  color: var(--gray-500, #6B7280);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.4s;
  padding-left: 80px;
}

.others15-scetion-area .logo-content img {
  position: absolute;
}

.others15-scetion-area .others-counter-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .others15-scetion-area .others-counter-boxes {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others15-scetion-area .others-counter-boxes {
    margin-top: 50px;
  }
}

.others15-scetion-area .others-counter-boxes .counter-box {
  position: relative;
  z-index: 1;
}

.others15-scetion-area .others-counter-boxes .counter-box img {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
}

.others15-scetion-area .others-counter-boxes .counter-box h2 {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.others15-scetion-area .others-counter-boxes .counter-box p {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.others15-author-section {
  position: relative;
  z-index: 1;
}

.others15-author-section .others-boxarea {
  position: relative;
  z-index: 1;
  background: #F3F4F6;
  border-radius: 8px;
  transition: all 0.4s;
  border: 1px solid #fff;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.others15-author-section .others-boxarea img {
  height: 40px;
}

.others15-author-section .others-boxarea:hover {
  border-radius: 4px;
  border: 1px solid var(--gray-300, #D1D5DB);
  background: var(--white, #FFF);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  transform: translateY(-5px);
}

/*============= TEAM CSS AREA ===============*/
.team2-section-area {
  position: relative;
  z-index: 1;
}

.team2-section-area .team2-header-area {
  margin-bottom: 60px;
}

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

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

.team2-section-area .team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.team2-section-area .team-boxarea:hover ul {
  transition: all 0.6s;
  top: -20px;
  right: 0;
  left: auto;
  visibility: visible;
  opacity: 1;
}

.team2-section-area .team-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

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

.team2-section-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
}

.team2-section-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}

.team2-section-area .team-boxarea ul {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px;
  margin: -64px 20px 0 20px;
  position: relative;
  z-index: 1;
  top: -120px;
  border-radius: 8px;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}

.team2-section-area .team-boxarea ul li {
  display: inline-block;
}

.team2-section-area .team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-text-text-1);
  font-size: 20px;
  margin: 0 16px 0 0;
}

.team2-section-area .team-boxarea ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.team2-section-area .team-boxarea ul li a:hover img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.team2-section-area .team-boxarea ul li a img {
  height: 20px;
  width: 20px;
  transition: all 0.4s;
}

.team2-section-area .team-boxarea .content {
  text-align: center;
  margin-top: 20px;
}

.team2-section-area .team-boxarea .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);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-1);
  margin-bottom: 12px;
}

.team2-section-area .team-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}

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

.team3-section-area .about-bg1 {
  position: absolute;
  top: 0;
  left: 0;
}

.team3-section-area .about-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.team3-section-area .team2-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .team3-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}

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

.team3-section-area .team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.team3-section-area .team-boxarea:hover ul {
  transition: all 0.6s;
  top: -20px;
  right: 0;
  left: auto;
  visibility: visible;
  opacity: 1;
}

.team3-section-area .team-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

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

.team3-section-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
}

.team3-section-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}

.team3-section-area .team-boxarea ul {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px;
  margin: -64px 20px 0 20px;
  position: relative;
  z-index: 1;
  top: -120px;
  border-radius: 8px;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}

.team3-section-area .team-boxarea ul li {
  display: inline-block;
}

.team3-section-area .team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-text-text-1);
  font-size: 20px;
  margin: 0 16px 0 0;
}

.team3-section-area .team-boxarea ul li a:hover {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.team3-section-area .team-boxarea ul li a:hover img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.team3-section-area .team-boxarea ul li a img {
  height: 20px;
  width: 20px;
  transition: all 0.4s;
}

.team3-section-area .team-boxarea .content {
  text-align: center;
  margin-top: 20px;
}

.team3-section-area .team-boxarea .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);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-2);
  margin-bottom: 12px;
}

.team3-section-area .team-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.team5-section-area .team-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .team5-section-area .team-header {
    margin-bottom: 30px;
  }
}

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

.team5-section-area .team5-author-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.team5-section-area .team5-author-boxarea:hover {
  transition: all 0.4s;
}

.team5-section-area .team5-author-boxarea:hover .imges {
  border-radius: 4px;
  transition: all 0.4s;
}

.team5-section-area .team5-author-boxarea:hover .imges img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
  border-radius: 4px;
}

.team5-section-area .team5-author-boxarea:hover .team-sociala-area .icons .plus {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team5-section-area .team5-author-boxarea:hover .team-sociala-area .icons .minus {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.team5-section-area .team5-author-boxarea:hover .team-sociala-area .social-icons {
  right: 50px;
  transition: all 0.8s;
}

.team5-section-area .team5-author-boxarea .imges {
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}

.team5-section-area .team5-author-boxarea .imges img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.5s;
}

.team5-section-area .team5-author-boxarea .team-sociala-area {
  position: absolute;
  bottom: 90px;
  right: 15px;
}

.team5-section-area .team5-author-boxarea .team-sociala-area .icons {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.4s;
  background: var(--ztc-text-text-11);
  color: var(--ztc-text-text-1);
  position: absolute;
  right: 0;
  cursor: pointer;
}

.team5-section-area .team5-author-boxarea .team-sociala-area .icons .plus {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: var(--ztc-font-size-font-s24);
  display: inline-block;
  border-radius: 50%;
  color: var(--ztc-text-text-11);
  transition: all 0.5s;
  background: var(--ztc-text-text-2);
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

.team5-section-area .team5-author-boxarea .team-sociala-area .icons .minus {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: var(--ztc-font-size-font-s24);
  display: inline-block;
  border-radius: 50%;
  color: var(--ztc-text-text-11);
  transition: all 0.5s;
  background: var(--ztc-text-text-2);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 8px;
  top: 8px;
  cursor: pointer;
}

.team5-section-area .team5-author-boxarea .team-sociala-area .social-icons {
  position: relative;
  bottom: 0;
  right: -140px;
  transition: all 0.8s;
}

.team5-section-area .team5-author-boxarea .team-sociala-area .social-icons ul {
  background: var(--ztc-text-text-11);
  padding: 8px;
  border-radius: 4px;
}

.team5-section-area .team5-author-boxarea .team-sociala-area .social-icons ul li {
  display: inline-block;
  margin: 0 4px 0 0;
}

.team5-section-area .team5-author-boxarea .content-area {
  margin-top: 20px;
}

.team5-section-area .team5-author-boxarea .content-area 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;
  display: inline-block;
  margin-bottom: 12px;
}

.team5-section-area .team5-author-boxarea .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

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

.team-inner-section-area .team2-header-area {
  margin-bottom: 60px;
}

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

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

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

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

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

.team-inner-section-area .team-boxarea:hover ul {
  transform: rotate(0deg);
  transition: all 0.6s;
  top: -20px;
  right: 0;
  left: auto;
  visibility: visible;
  opacity: 1;
}

.team-inner-section-area .team-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

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

.team-inner-section-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
}

.team-inner-section-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}

.team-inner-section-area .team-boxarea ul {
  text-align: center;
  padding: 12px;
  margin: -64px 20px 0 20px;
  position: relative;
  z-index: 1;
  top: -120px;
  border-radius: 8px;
  transition: all 0.6s;
  background: var(--ztc-text-text-4);
  visibility: hidden;
  opacity: 0;
}

.team-inner-section-area .team-boxarea ul li {
  display: inline-block;
}

.team-inner-section-area .team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: #6044DE;
  font-size: 20px;
  margin: 0 16px 0 0;
}

.team-inner-section-area .team-boxarea ul li a:hover {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team-inner-section-area .team-boxarea ul li a:hover img {
  transition: all 0.4s;
  filter: none;
}

.team-inner-section-area .team-boxarea ul li a img {
  height: 20px;
  width: 20px;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.team-inner-section-area .team-boxarea .content {
  text-align: center;
  margin-top: 20px;
}

.team-inner-section-area .team-boxarea .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);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-2);
  margin-bottom: 12px;
}

.team-inner-section-area .team-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.team-inner-section-area .team-header {
  padding: 0 30px 0 0;
}

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

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

.step-by-step {
  position: relative;
  z-index: 1;
}

.step-by-step::after {
  position: absolute;
  content: "";
  border-top: 1px dashed #B2BBC6;
  top: 0;
  z-index: -1;
  height: 1px;
  width: 90%;
}

.step-by-step .pera {
  position: relative;
  z-index: 1;
}

.step-by-step .pera::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--ztc-text-text-4);
  top: -22px;
}

.step-by-step .pera p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  margin-top: 16px;
}

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

.team10-section-area .team2-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .team10-section-area .team2-header-area {
    margin-bottom: 30px;
  }
}

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

.team10-section-area .team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.team10-section-area .team-boxarea:hover ul {
  transition: all 0.6s;
  top: -20px;
  right: 0;
  left: auto;
  visibility: visible;
  opacity: 1;
}

.team10-section-area .team-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
}

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

.team10-section-area .team-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
}

.team10-section-area .team-boxarea .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
}

.team10-section-area .team-boxarea ul {
  text-align: center;
  background: var(--ztc-text-text-14);
  padding: 12px;
  margin: -64px 20px 0 20px;
  position: relative;
  z-index: 1;
  top: -120px;
  border-radius: 8px;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}

.team10-section-area .team-boxarea ul li {
  display: inline-block;
}

.team10-section-area .team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: #FD8447;
  font-size: 20px;
  margin: 0 16px 0 0;
}

.team10-section-area .team-boxarea ul li a:hover {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.team10-section-area .team-boxarea ul li a:hover img {
  transition: all 0.4s;
  filter: brightness(0);
}

.team10-section-area .team-boxarea ul li a img {
  height: 20px;
  width: 20px;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.team10-section-area .team-boxarea .content {
  text-align: center;
  margin-top: 20px;
}

.team10-section-area .team-boxarea .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);
  transition: all 0.4s;
  display: inline-block;
  color: var(--ztc-text-text-2);
  margin-bottom: 12px;
}

.team10-section-area .team-boxarea .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

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

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

.team11-section-area .team11-boxarea:hover ul {
  right: 30px;
  transition: all 0.6s;
}

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

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

.team11-section-area .team11-boxarea .content-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px 24px;
  margin: 0 30px;
  margin-top: -60px;
  border: 1px solid #E5E7EB;
}

.team11-section-area .team11-boxarea .content-area .text a {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.team11-section-area .team11-boxarea .content-area .text p {
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.team11-section-area .team11-boxarea .content-area .icons a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  display: inline-block;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  font-size: 24px;
}

.team11-section-area .team11-boxarea ul {
  position: absolute;
  top: 70px;
  right: -110px;
  transition: all 0.4s;
  z-index: 1;
}

@media (max-width: 767px) {
  .team11-section-area .team11-boxarea ul {
    top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team11-section-area .team11-boxarea ul {
    top: 10px;
  }
}

.team11-section-area .team11-boxarea ul li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  background: var(--ztc-text-text-1);
  border-radius: 50%;
  color: var(--ztc-text-text-18);
  font-size: 20px;
  text-align: center;
  margin-top: 12px;
}

.team11-section-area .team11-boxarea ul li a:hover {
  background: #081120;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

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

.team12-section-area .team12-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  background: #F9FAFB;
}

.team12-section-area .team12-boxarea:hover ul {
  right: 30px;
  transition: all 0.6s;
}

.team12-section-area .team12-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
  right: 0;
}

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

.team12-section-area .team12-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.team12-section-area .team12-boxarea .img1::after {
  background: linear-gradient(268deg, #055346 0.79%, rgba(255, 255, 255, 0) 97.97%);
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  transition: all 0.4s;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
}

.team12-section-area .team12-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px 4px 0 0 !important;
  transition: all 0.4s;
}

.team12-section-area .team12-boxarea .content-area {
  position: relative;
  text-align: center;
  justify-content: space-between;
  padding: 28px 24px;
}

.team12-section-area .team12-boxarea .content-area .text a {
  color: var(--colors-dark-dark-active, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.team12-section-area .team12-boxarea .content-area .text p {
  color: var(--Paragraph-Color, #5D6261);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.team12-section-area .team12-boxarea .content-area .icons a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: #055346;
  display: inline-block;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  font-size: 24px;
}

.team12-section-area .team12-boxarea ul {
  position: absolute;
  top: 50px;
  right: -110px;
  transition: all 0.4s;
  z-index: 1;
}

@media (max-width: 767px) {
  .team12-section-area .team12-boxarea ul {
    top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team12-section-area .team12-boxarea ul {
    top: 10px;
  }
}

.team12-section-area .team12-boxarea ul li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  background: var(--ztc-text-text-1);
  border-radius: 50%;
  color: var(--ztc-text-text-18);
  font-size: 20px;
  text-align: center;
  margin-top: 12px;
}

.team12-section-area .team12-boxarea ul li a:hover {
  background: #DDFA63;
  color: #000000;
  transition: all 0.4s;
}

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

.team13-section-area .team13-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #F8F6FC;
  padding: 24px;
  margin-bottom: 30px;
}

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

.team13-section-area .team13-boxarea:hover ul {
  right: 24px;
  transition: all 0.6s;
}

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

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

.team13-section-area .team13-boxarea .content-area a {
  color: #09171B;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.team13-section-area .team13-boxarea .content-area p {
  color: #5C6365;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.team13-section-area .team13-boxarea ul {
  border-radius: 5px;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
  padding: 16px 20px 0 16px;
  display: inline-block;
  position: absolute;
  right: -200px;
  top: 85px;
  transition: all 0.6s;
  z-index: 1;
}

.team13-section-area .team13-boxarea ul li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  border-radius: 165px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  transition: all 0.4s;
  color: #fff;
  margin-bottom: 16px;
  font-size: var(--ztc-font-size-font-s20);
}

.team13-section-area .team13-boxarea ul li a:hover {
  background: #fff;
  color: #FF5417;
  transition: all 0.4s;
}

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

.team14-section-area .our-team-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  background: #F8F8FD;
  border-radius: 4px;
  margin-bottom: 30px;
}

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

.team14-section-area .our-team-boxarea:hover .content {
  background: #4D44C5;
  transition: all 0.4s;
}

.team14-section-area .our-team-boxarea:hover .content a {
  color: #fff;
  transition: all 0.4s;
}

.team14-section-area .our-team-boxarea:hover .content p {
  color: #fff;
  transition: all 0.4s;
  opacity: 80%;
}

.team14-section-area .our-team-boxarea:hover ul {
  top: 70px;
  transition: all 0.6s;
  z-index: 1;
}

.team14-section-area .our-team-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  border-radius: 4px 4px 0 0;
}

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

.team14-section-area .our-team-boxarea .content {
  padding: 24px;
  transition: all 0.4s;
}

.team14-section-area .our-team-boxarea .content a {
  color: #040306;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.team14-section-area .our-team-boxarea .content p {
  color: #565659;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  transition: all 0.4s;
}

.team14-section-area .our-team-boxarea .share a {
  height: 52px;
  width: 52px;
  border-radius: 0 0 4px 4px;
  transition: all 0.4s;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  background: #4D44C5;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
}

.team14-section-area .our-team-boxarea ul {
  position: absolute;
  top: -200px;
  right: 25px;
  transition: all 0.6s;
  z-index: -1;
}

.team14-section-area .our-team-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #fff;
  color: #4D44C5;
  font-size: 20px;
  margin: 0 0 8px 0;
}

.team14-section-area .our-team-boxarea ul li a:hover {
  background: #4D44C5;
  color: #fff;
  transition: all 0.4s;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1-section-area {
  position: relative;
  z-index: 1;
}

.contact1-section-area .contact-header-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contact1-section-area .contact-header-area {
    margin-bottom: 30px;
  }
}

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

.contact1-section-area .contact-info-area {
  background: var(--ztc-text-text-2);
  border-radius: 8px;
  padding: 40px 40px;
  position: relative;
}

.contact1-section-area .contact-info-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 20px;
}

.contact1-section-area .contact-info-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding-bottom: 32px;
  border-bottom: 1px solid #222326;
}

.contact1-section-area .contact-auhtor-box {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .contact1-section-area .contact-auhtor-box {
    display: inline-block;
  }
}

.contact1-section-area .contact-auhtor-box:hover .icons {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.contact1-section-area .contact-auhtor-box .icons {
  height: 80px;
  width: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #222326;
  line-height: 80px;
  margin: 0 24px 0 0;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .contact1-section-area .contact-auhtor-box .icons {
    margin: 0 0 24px 0;
  }
}

.contact1-section-area .contact-auhtor-box .content h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin-bottom: 16px;
}

.contact1-section-area .contact-auhtor-box .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  display: inline-block;
  transition: all 0.4s;
}

.contact1-section-area .contact-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px;
  margin: 0 0 0 50px;
}

@media (max-width: 767px) {
  .contact1-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}

.contact1-section-area .contact-boxarea h3 {
  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);
  margin-bottom: 16px;
}

.contact1-section-area .contact-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.contact1-section-area .contact-boxarea .input-area input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
}

.contact1-section-area .contact-boxarea .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}

.contact1-section-area .contact-boxarea .input-area input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}

.contact1-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 54px;
  line-height: 52px;
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}

.contact1-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}

.contact1-section-area .contact-boxarea .input-area .nice-select::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}

.contact1-section-area .contact-boxarea .input-area .nice-select .list {
  width: 100%;
}

.contact1-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 120px;
}

.contact1-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}

.contact1-section-area .contact-boxarea .input-area textarea::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}

.contact1-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  margin-top: 24px;
}

.contact5-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}

.contact5-section-area .contact-header-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contact5-section-area .contact-header-area {
    margin-bottom: 30px;
  }
}

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

.contact5-section-area .contact-info-area {
  background: var(--ztc-bg-bg-18);
  border-radius: 8px;
  padding: 40px 40px;
  position: relative;
}

.contact5-section-area .contact-info-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 20px;
}

.contact5-section-area .contact-info-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding-bottom: 32px;
  border-bottom: 1px solid #285354;
}

.contact5-section-area .contact-auhtor-box {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .contact5-section-area .contact-auhtor-box {
    display: inline-block;
  }
}

.contact5-section-area .contact-auhtor-box:hover .icons {
  background: var(--ztc-text-text-11);
  transition: all 0.4s;
}

.contact5-section-area .contact-auhtor-box:hover .icons img {
  filter: brightness(0);
  transition: all 0.4s;
}

.contact5-section-area .contact-auhtor-box .icons {
  height: 80px;
  width: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #285354;
  line-height: 80px;
  margin: 0 24px 0 0;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .contact5-section-area .contact-auhtor-box .icons {
    margin: 0 0 24px 0;
  }
}

.contact5-section-area .contact-auhtor-box .icons img {
  transition: all 0.4s;
}

.contact5-section-area .contact-auhtor-box .content h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin-bottom: 16px;
}

.contact5-section-area .contact-auhtor-box .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  display: inline-block;
  transition: all 0.4s;
}

.contact5-section-area .contact-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px;
  margin: 0 0 0 50px;
}

@media (max-width: 767px) {
  .contact5-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact5-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}

.contact5-section-area .contact-boxarea h3 {
  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);
  margin-bottom: 16px;
}

.contact5-section-area .contact-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
}

.contact5-section-area .contact-boxarea .input-area input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
}

.contact5-section-area .contact-boxarea .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}

.contact5-section-area .contact-boxarea .input-area input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}

.contact5-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 54px;
  line-height: 52px;
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}

.contact5-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}

.contact5-section-area .contact-boxarea .input-area .nice-select::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}

.contact5-section-area .contact-boxarea .input-area .nice-select .list {
  width: 100%;
}

.contact5-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 120px;
}

.contact5-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}

.contact5-section-area .contact-boxarea .input-area textarea::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #4F5C6A;
  font-weight: var(--ztc-weight-regular);
}

.contact5-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  margin-top: 24px;
}

.contact-inner-section-area .contact-form-area {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  padding: 32px;
  position: relative;
}

.contact-inner-section-area .contact-form-area 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-semibold);
  line-height: 24px;
}

.contact-inner-section-area .contact-form-area .input-area input {
  width: 100%;
  border-radius: 4px;
  background: rgba(78, 47, 218, 0.1);
  padding: 20px 16px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 20px;
  height: 56px;
}

.contact-inner-section-area .contact-form-area .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.contact-inner-section-area .contact-form-area .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.contact-inner-section-area .contact-form-area .input-area textarea {
  background: rgba(78, 47, 218, 0.1);
  padding: 20px 16px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-semibold);
  margin-top: 20px;
  width: 100%;
  height: 140px;
}

.contact-inner-section-area .contact-form-area .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.contact-inner-section-area .contact-form-area .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.contact-inner-section-area .contact-form-area .input-area button {
  border: none;
  outline: none;
}

.contact-main-inner-area .contact-header .number-address-area {
  display: flex;
  align-items: center;
  border-radius: 7px;
  background: var(--ztc-text-text-1);
  position: relative;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area {
    display: block;
  }
}

.contact-main-inner-area .contact-header .number-address-area .phone-number {
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
}

@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area .phone-number {
    margin: 0 0 20px 0;
  }
}

.contact-main-inner-area .contact-header .number-address-area .phone-number .img1 {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EFE9F8;
}

@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area .phone-number .img1 {
    width: 60px;
  }
}

.contact-main-inner-area .contact-header .number-address-area .phone-number .content {
  margin-left: 16px;
}

.contact-main-inner-area .contact-header .number-address-area .phone-number .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-bottom: 8px;
  display: inline-block;
}

.contact-main-inner-area .contact-header .number-address-area .phone-number .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}

.contact-main-inner-area .contact-header .number-address-area .phone-number .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.contact-main-inner-area .contact-header .number-address-area2 {
  display: flex;
  align-items: center;
  border-radius: 7px;
  position: relative;
  transition: all 0.4s;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 {
    display: block;
    background: var(--ztc-text-text-1);
  }
}

.contact-main-inner-area .contact-header .number-address-area2 .phone-number {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 .phone-number {
    display: inline-block;
    margin-bottom: 20px;
  }
}

.contact-main-inner-area .contact-header .number-address-area2 .phone-number .img1 {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EFE9F8;
}

@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 .phone-number .img1 {
    margin-bottom: 20px;
  }
}

.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .contact-main-inner-area .contact-header .number-address-area2 .phone-number .content {
    margin-left: 0;
  }
}

.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-bottom: 8px;
  display: inline-block;
}

.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: block;
  transition: all 0.4s;
}

.contact-main-inner-area .contact-header .number-address-area2 .phone-number .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.contact-main-inner-area .contact-header .number-address-area2 .phone-number .map {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  text-decoration-line: underline;
}

.contact-main-inner-area .contact-form-area {
  border-radius: 7px;
  background: var(--ztc-text-text-1);
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 32px;
}

@media (max-width: 767px) {
  .contact-main-inner-area .contact-form-area {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-main-inner-area .contact-form-area {
    margin-top: 30px;
  }
}

.contact-main-inner-area .contact-form-area 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-semibold);
  line-height: 24px;
  display: inline-block;
}

.contact-main-inner-area .contact-form-area .input-area input {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: var(--Neutral-White, #FFF);
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  height: 48px;
  margin-top: 24px;
}

.contact-main-inner-area .contact-form-area .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.contact-main-inner-area .contact-form-area .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.contact-main-inner-area .contact-form-area .input-area textarea {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: var(--Neutral-White, #FFF);
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  padding: 16px;
  height: 120px;
  margin-top: 24px;
}

.contact-main-inner-area .contact-form-area .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.contact-main-inner-area .contact-form-area .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.contact-main-inner-area .contact-form-area .input-area button {
  border: none;
  outline: none;
  margin-top: 24px;
}

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

.location-section-area .location-boxes {
  background: var(--ztc-text-text-1);
  position: relative;
  padding: 32px;
  border-radius: 8px;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.location-section-area .location-boxes:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.location-section-area .location-boxes:hover .img1 {
  transform: rotateY(-180deg);
}

.location-section-area .location-boxes .img1 {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #EFE9F8;
}

@media (max-width: 767px) {
  .location-section-area .location-boxes .img1 {
    margin-bottom: 20px;
  }
}

.location-section-area .location-boxes p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-bottom: 8px;
  display: inline-block;
}

.location-section-area .location-boxes a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: block;
  transition: all 0.4s;
}

.location-section-area .location-boxes a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.location-section-area .map {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  text-decoration-line: underline;
}

.mapouter .gmap_canvas iframe {
  height: 565px;
  width: 100%;
}

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

.contact11-section-area .contact-boxarea {
  background: #F8F9FB;
  padding: 40px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .contact11-section-area .contact-boxarea {
    margin-bottom: 30px;
  }
}

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

.contact11-section-area .contact-boxarea h3 {
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.contact11-section-area .contact-boxarea p {
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.contact11-section-area .contact-boxarea .input-area input {
  border-radius: 4px;
  background: #FFF;
  width: 100%;
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 16px;
  margin-top: 20px;
}

.contact11-section-area .contact-boxarea .input-area .nice-select {
  border-radius: 4px;
  background: #FFF;
  width: 100%;
  margin-top: 20px;
  padding: 18px 16px;
  box-shadow: none;
  border: none;
  height: 52px;
  line-height: 18px !important;
  color: var(--Paragraph-Color, #464D58) !important;
}

.contact11-section-area .contact-boxarea .input-area .nice-select span.current {
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px !important;
}

.contact11-section-area .contact-boxarea .input-area .nice-select::after {
  width: 7px;
  height: 7px;
}

.contact11-section-area .contact-boxarea .input-area .nice-select ul {
  width: 100%;
}

.contact11-section-area .contact-boxarea .input-area textarea {
  border-radius: 4px;
  background: #FFF;
  width: 100%;
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 16px;
  margin-top: 20px;
  height: 120px;
}

.contact11-section-area .contact-boxarea .input-area button {
  text-align: end;
  border: none;
  outline: none;
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  border-radius: 8px;
  background: linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%);
  padding: 18px 24px;
}

.contact11-section-area .contact-boxarea .input-area button i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.contact11-section-area .mapouter {
  padding: 0 0 0 50px;
}

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

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

.contact11-section-area .mapouter iframe {
  height: 594px !important;
  border-radius: 8px;
}

.contact12-section-area {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
}

.contact12-section-area .contact-info-area {
  background: #055346;
  border-radius: 8px;
  padding: 40px 40px;
  position: relative;
}

.contact12-section-area .contact-info-area h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 20px;
}

.contact12-section-area .contact-info-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding-bottom: 32px;
  border-bottom: 1px solid #216458;
}

.contact12-section-area .contact-auhtor-box {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .contact12-section-area .contact-auhtor-box {
    display: inline-block;
  }
}

.contact12-section-area .contact-auhtor-box:hover .icons {
  background: #DDFA6B;
  transition: all 0.4s;
}

.contact12-section-area .contact-auhtor-box:hover .icons img {
  filter: brightness(0);
  transition: all 0.4s;
}

.contact12-section-area .contact-auhtor-box .icons {
  height: 80px;
  width: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #25655B;
  line-height: 80px;
  margin: 0 24px 0 0;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .contact12-section-area .contact-auhtor-box .icons {
    margin: 0 0 24px 0;
  }
}

.contact12-section-area .contact-auhtor-box .icons img {
  transition: all 0.4s;
}

.contact12-section-area .contact-auhtor-box .content h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  margin-bottom: 16px;
}

.contact12-section-area .contact-auhtor-box .content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  display: inline-block;
  transition: all 0.4s;
}

.contact12-section-area .contact-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px;
  margin: 0 0 0 50px;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
}

@media (max-width: 767px) {
  .contact12-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact12-section-area .contact-boxarea {
    margin: 30px 0 0 0;
  }
}

.contact12-section-area .contact-boxarea h3 {
  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: #055346;
  margin-bottom: 16px;
}

.contact12-section-area .contact-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #5D6261;
}

.contact12-section-area .contact-boxarea .input-area input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: #5D6261;
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
}

.contact12-section-area .contact-boxarea .input-area input::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #5D6261;
  font-weight: var(--ztc-weight-regular);
}

.contact12-section-area .contact-boxarea .input-area input::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #5D6261;
  font-weight: var(--ztc-weight-regular);
}

.contact12-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: #5D6261;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 54px;
  line-height: 52px;
  font-weight: var(--ztc-weight-regular);
}

.contact12-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}

.contact12-section-area .contact-boxarea .input-area .nice-select::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
  opacity: 80%;
  font-weight: var(--ztc-weight-regular);
}

.contact12-section-area .contact-boxarea .input-area .nice-select .list {
  width: 100%;
}

.contact12-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: #5D6261;
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 120px;
}

.contact12-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #5D6261;
  font-weight: var(--ztc-weight-regular);
}

.contact12-section-area .contact-boxarea .input-area textarea::placeholder {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: #5D6261;
  font-weight: var(--ztc-weight-regular);
}

.contact12-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  margin-top: 24px;
}

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

.contact14-section-area .mapouter .gmap_canvas iframe {
  height: 600px;
}

.contact14-section-area .contact-author-boxarea {
  position: relative;
  z-index: 1;
  background: #4D44C5;
  border-radius: 8px;
  padding: 48px;
  margin-top: -215px;
}

@media (max-width: 767px) {
  .contact14-section-area .contact-author-boxarea .contact-input-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact14-section-area .contact-author-boxarea .contact-input-area {
    margin-bottom: 30px;
  }
}

.contact14-section-area .contact-author-boxarea .contact-input-area h4 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.contact14-section-area .contact-author-boxarea .contact-input-area p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

@media (max-width: 767px) {
  .contact14-section-area .contact-author-boxarea .contact-input-area p {
    line-height: 26px;
  }
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area {
  margin-top: 20px;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area input {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 16px;
  width: 100%;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area .nice-select {
  width: 100%;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 52px !important;
  padding: 16px;
  line-height: 20px !important;
  width: 100%;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area .nice-select::after {
  width: 7px;
  height: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area .nice-select.option.selected.focus {
  background: #4D44C5 !important;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area .nice-select ul {
  width: 100%;
  background: #000;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area .nice-select ul li.option.selected.focus {
  background: #4D44C5 !important;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area .nice-select ul li:hover {
  background: #4D44C5 !important;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area textarea {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 16px;
  width: 100%;
  height: 120px;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.contact14-section-area .contact-author-boxarea .contact-input-area .input-area button {
  border: none;
  outline: none;
}

.contact14-section-area .contact-author-boxarea .contact-boxarea {
  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;
  margin: 0 0 0 30px;
}

@media (max-width: 767px) {
  .contact14-section-area .contact-author-boxarea .contact-boxarea {
    margin: 0;
    display: block;
  }
}

.contact14-section-area .contact-author-boxarea .contact-boxarea:hover {
  background: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
}

.contact14-section-area .contact-author-boxarea .contact-boxarea:hover .icons {
  background: #EDECF9;
  transition: all 0.4s;
}

.contact14-section-area .contact-author-boxarea .contact-boxarea:hover .icons img {
  filter: none;
  transition: all 0.4s;
}

.contact14-section-area .contact-author-boxarea .contact-boxarea:hover .text a {
  color: #565659;
  transition: all 0.4s;
}

.contact14-section-area .contact-author-boxarea .contact-boxarea:hover .text h4 {
  color: #040306;
  transition: all 0.4s;
}

.contact14-section-area .contact-author-boxarea .contact-boxarea .icons {
  background: rgba(255, 255, 255, 0.1);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
}

.contact14-section-area .contact-author-boxarea .contact-boxarea .icons img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.contact14-section-area .contact-author-boxarea .contact-boxarea .text {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .contact14-section-area .contact-author-boxarea .contact-boxarea .text {
    padding-left: 0;
    padding-top: 20px;
  }
}

.contact14-section-area .contact-author-boxarea .contact-boxarea .text h4 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.4s;
}

.contact14-section-area .contact-author-boxarea .contact-boxarea .text a {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-4);
}

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

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

.cta-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}

.cta-section-area .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-section-area .cta-header-area {
  background: var(--ztc-text-text-4);
  border-radius: 4px;
  position: relative;
}

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

.cta-section-area .cta-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.cta-section-area .cta-header-area .btn-area {
  display: inline-block;
  margin-top: 32px;
}

.cta-section-area .cta-header-area .btn-area a {
  color: var(--ztc-text-text-4);
  background: var(--ztc-text-text-1);
}

.cta-section-area .cta-header-area .btn-area a::after {
  display: none;
}

.cta-section-area .cta-header-area .btn-area a span {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}

.cta-section-area .cta-header-area .btn-area a:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-13);
}

.cta-section-area .cta-header-area .btn-area a:hover span {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.cta2-section-area .cta-author-area {
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 8px;
  overflow: hidden;
}

.cta2-section-area .cta-author-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
  opacity: 15%;
  border-radius: 8px;
  z-index: -1;
}

.cta2-section-area .cta-author-area .images {
  position: relative;
  text-align: end;
}

.cta2-section-area .cta-author-area .images .cta-img1 {
  text-align: end;
  height: 250px;
  width: 250px;
}

@media (max-width: 767px) {
  .cta2-section-area .cta-author-area .images .cta-img1 {
    height: 100%;
    width: 100%;
    border: 8px;
    transition: all 0.4s;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta-author-area .images .cta-img1 {
    height: 100%;
    width: 100%;
    border: 8px;
    transition: all 0.4s;
  }
}

.cta2-section-area .cta-author-area .images .bg1 {
  position: absolute;
  top: -50px;
  right: -100px;
}

.cta2-section-area .cta-author-area .images .elements7 {
  position: absolute;
  bottom: -100px;
  left: -60%;
}

.cta2-section-area .cta-author-area .images .elements6 {
  position: absolute;
  top: 30px;
  left: -30%;
}

.cta3-section-area {
  position: relative;
}

.cta3-section-area .cta-author-area {
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--ztc-bg-bg-14);
}

.cta3-section-area .cta-author-area .images {
  position: relative;
  text-align: end;
}

.cta3-section-area .cta-author-area .images .cta-img1 {
  text-align: end;
  height: 250px;
  width: 250px;
}

@media (max-width: 767px) {
  .cta3-section-area .cta-author-area .images .cta-img1 {
    height: 100%;
    width: 100%;
    border: 8px;
    transition: all 0.4s;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .cta-author-area .images .cta-img1 {
    height: 100%;
    width: 100%;
    border: 8px;
    transition: all 0.4s;
  }
}

.cta3-section-area .cta-author-area .images .bg1 {
  position: absolute;
  top: -50px;
  right: -100px;
}

.cta3-section-area .cta-author-area .images .elements7 {
  position: absolute;
  bottom: -100px;
  left: -60%;
}

.cta3-section-area .cta-author-area .images .elements6 {
  position: absolute;
  top: 30px;
  left: -30%;
}

.cta4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-6);
}

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

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

.cta4-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}

.cta4-section-area .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta4-section-area .cta-header-area {
  background: var(--ztc-text-text-6);
  border-radius: 4px;
  position: relative;
}

.cta4-section-area .cta-header-area h2 {
  color: var(--ztc-text-text-1);
}

.cta4-section-area .cta-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.cta4-section-area .cta-header-area .btn-area {
  display: inline-block;
  margin-top: 32px;
}

.cta4-section-area .cta-header-area .btn-area .header-btn7 {
  color: var(--ztc-text-text-1);
  border-top: 1px solid var(--ztc-text-text-1);
  border-bottom: 1px solid var(--ztc-text-text-1);
}

.cta4-section-area .cta-header-area .btn-area .header-btn12 {
  color: var(--ztc-text-text-1);
  background: var(--ztc-text-text-2);
}

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

.cta5-section-area .cta-header-area h2 {
  color: var(--ztc-text-text-10);
}

.cta5-section-area .cta-header-area p {
  color: var(--ztc-text-text-10);
  opacity: 80%;
}

.cta5-section-area .cta-header-area .btn-area1 .header-btn9 {
  margin-top: 32px;
}

.cta5-section-area .cta-header-area .btn-area1 .header-btn10 {
  margin-top: 32px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .cta5-section-area .cta-header-area .btn-area1 .header-btn10 {
    margin-left: 0;
  }
}

.cta-section-area.others-cta .form-area form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
  padding: 20px;
  border-radius: 90px;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta-section-area.others-cta .form-area form {
    width: 100%;
    left: 0;
    display: inline-block;
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    margin-bottom: 50px;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section-area.others-cta .form-area form {
    left: 0;
    width: 100%;
    top: 0;
    margin-bottom: 50px;
    position: relative;
  }
}

.cta-section-area.others-cta .form-area form .input-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .cta-section-area.others-cta .form-area form .input-area {
    margin-bottom: 20px;
  }
}

.cta-section-area.others-cta .form-area form .input-area input {
  width: 100%;
  margin-left: 6px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}

.cta-section-area.others-cta .form-area form .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}

.cta-section-area.others-cta .form-area form .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}

.cta-section-area.others-cta .form-area .btn-area {
  margin-top: 0;
}

.cta-section-area.others-cta .form-area .btn-area a {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}

.cta-section-area.others-cta .form-area .btn-area a span {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
}

.cta-section-area.others-cta ul {
  text-align: start !important;
  margin-top: 24px;
}

.cta-section-area.others-cta ul li {
  display: inline-block;
}

.cta-section-area.others-cta ul li:nth-child(1) {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}

.cta-section-area.others-cta 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-regular);
  line-height: 16px;
  transition: all 0.4s;
  padding: 8px 12px;
  border-radius: 40px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  margin: 0 0 0 12px;
}

.cta-section-area.others-cta ul li a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.analysis-area .analysis-inner-section {
  margin-bottom: 60px;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .analysis-area .services-seo-scroll {
    width: 200%;
    overflow-y: auto;
    position: relative;
  }
}

@media (max-width: 767px) {
  .analysis-area .services-seo-scroll {
    width: 400%;
    overflow-y: auto;
    position: relative;
  }
}

.analysis-area .services-seo {
  border-radius: 8px;
  position: relative;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .analysis-area .services-seo {
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .analysis-area .services-seo {
    overflow-x: auto;
  }
}

.analysis-area .services-seo-head {
  background-color: var(--ztc-text-text-4);
  padding: 16px 65px 16px 24px;
  border-radius: 4px;
}

.analysis-area .services-seo-item {
  padding-right: 65px;
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8EAEC;
}

.analysis-area .services-seo-heading-title {
  margin: 0;
}

.analysis-area .services-seo-heading-title label {
  font-family: var(--ztc-family-font1);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}

.analysis-area .services-seo-heading-title label::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  transition: all 0.2s ease-out 0s;
  border-radius: 4px;
}

.analysis-area .services-seo-heading-title label::before {
  position: absolute;
  content: url("../img/icons/check8.svg");
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.2s ease-out 0s;
  z-index: 1;
}

.analysis-area .services-seo-heading-title input {
  display: none;
}

.analysis-area .services-seo-heading-title input:checked~label::after {
  background-color: var(--ztc-text-text-4);
  border-color: var(--ztc-text-text-4);
}

.analysis-area .services-seo-heading-title input:checked~label::before {
  visibility: visible;
  opacity: 1;
}

.analysis-area .services-seo-heading-item span {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding-left: 70px;
}

.analysis-area .services-seo-heading-item span i {
  font-weight: 600;
  transform: translateY(2px);
  margin-right: 5px;
}

.analysis-area .services-seo-link-check label {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-regular);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 1;
  color: var(--ztc-text-text-2);
  position: relative;
  cursor: pointer;
  padding-left: 22px;
}

.analysis-area .services-seo-link-check label::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  transition: all 0.2s ease-out 0s;
  border-radius: 4px;
}

.analysis-area .services-seo-link-check label::before {
  position: absolute;
  content: url("../img/icons/check7.svg");
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.2s ease-out 0s;
  z-index: 1;
}

.analysis-area .services-seo-link-check input {
  display: none;
}

.analysis-area .services-seo-link-check input:checked~label::after {
  background-color: var(--ztc-text-text-4);
  border-color: var(--ztc-text-text-4);
}

.analysis-area .services-seo-link-check input:checked~label::before {
  visibility: visible;
  opacity: 1;
}

.analysis-area .services-seo-link-check span {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-regular);
  font-size: var(--ztc-font-size-font-s12);
  line-height: 1;
  padding-left: 22px;
  display: block;
}

.analysis-area .services-seo-catagory-item {
  padding-left: 70px;
}

.analysis-area .services-seo-catagory-item 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-regular);
  line-height: 16px;
  display: inline-block;
}

.analysis-area .services-seo-catagory-item .incridable-rank i {
  margin-left: 4px;
  margin-top: -15px;
  font-size: 8px;
}

.cta7-section-area {
  position: relative;
  background: var(--ztc-text-text-15);
}

.cta7-section-area .cta-header .bnt-area1 .header-btn14 {
  margin-top: 32px;
}

.cta7-section-area .cta-header .bnt-area1 .header-btn14:hover {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-15);
}

.cta7-section-area .cta-header .bnt-area1 .header-btn14.btn2 {
  background: none;
  border: 1px solid var(--ztc-text-text-1);
  color: var(--ztc-text-text-1);
  margin-left: 20px;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .cta7-section-area .cta-header .bnt-area1 .header-btn14.btn2 {
    margin-left: 0;
  }
}

.cta7-section-area .cta-header .bnt-area1 .header-btn14.btn2:hover {
  background: var(--ztc-text-text-14);
  border: 1px solid var(--ztc-text-text-14);
}

.cta8-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-16);
}

.cta8-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}

.cta8-section-area .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta8-section-area .cta-header-area {
  border-radius: 4px;
  position: relative;
}

.cta8-section-area .cta-header-area h2 {
  color: var(--ztc-text-text-1);
}

.cta8-section-area .cta-header-area p {
  color: var(--ztc-text-text-1);
  opacity: 80% !important;
}

.cta8-section-area .cta-header-area .btn-area {
  display: inline-block;
  margin-top: 32px;
}

.cta8-section-area .cta-header-area .btn-area .header-btn15 {
  background: var(--ztc-bg-bg-27);
  color: var(--ztc-text-text-2);
}

.cta8-section-area .cta-header-area .btn-area .header-btn15:hover {
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.cta8-section-area .cta-header-area .btn-area .header-btn15.btn2 {
  background: none;
  border: 1px solid var(--ztc-text-text-1);
  color: var(--ztc-text-text-1);
  margin-left: 20px;
}

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

.cta8-section-area .cta-header-area .btn-area .header-btn15.btn2:hover {
  background: var(--ztc-bg-bg-27);
  color: var(--ztc-text-text-2);
  border: 1px solid var(--ztc-bg-bg-27);
}

.ctaanalycis-section-area.others-cta {
  background: var(--ztc-bg-bg-26);
  position: relative;
}

.ctaanalycis-section-area.others-cta .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}

.ctaanalycis-section-area.others-cta .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ctaanalycis-section-area.others-cta .cta-header-area h5 {
  color: var(--ztc-text-text-1);
}

.ctaanalycis-section-area.others-cta .cta-header-area h5::after {
  background: var(--ztc-text-text-1);
}

.ctaanalycis-section-area.others-cta .cta-header-area h5::before {
  background: var(--ztc-text-text-1);
}

.ctaanalycis-section-area.others-cta .cta-header-area h2 {
  color: var(--ztc-text-text-1);
}

.ctaanalycis-section-area.others-cta .form-area form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ztc-text-text-1);
  padding: 20px;
  border-radius: 90px;
  z-index: 1;
}

@media (max-width: 767px) {
  .ctaanalycis-section-area.others-cta .form-area form {
    width: 100%;
    left: 0;
    display: inline-block;
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    margin-bottom: 50px;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ctaanalycis-section-area.others-cta .form-area form {
    left: 0;
    width: 100%;
    top: 0;
    margin-bottom: 50px;
    position: relative;
  }
}

.ctaanalycis-section-area.others-cta .form-area form .input-area {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .ctaanalycis-section-area.others-cta .form-area form .input-area {
    margin-bottom: 20px;
  }
}

.ctaanalycis-section-area.others-cta .form-area form .input-area input {
  width: 100%;
  margin-left: 6px;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}

.ctaanalycis-section-area.others-cta .form-area form .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}

.ctaanalycis-section-area.others-cta .form-area form .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}

.ctaanalycis-section-area.others-cta .form-area .btn-area {
  margin-top: 0;
}

.ctaanalycis-section-area.others-cta ul {
  text-align: start !important;
  margin-top: 24px;
}

.ctaanalycis-section-area.others-cta ul li {
  display: inline-block;
}

.ctaanalycis-section-area.others-cta ul li:nth-child(1) {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}

.ctaanalycis-section-area.others-cta 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-regular);
  line-height: 16px;
  transition: all 0.4s;
  padding: 8px 12px;
  border-radius: 40px;
  background: var(--ztc-text-text-1);
  display: inline-block;
  margin: 0 0 0 12px;
}

.ctaanalycis-section-area.others-cta ul li a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.cta9-section-area {
  position: relative;
  z-index: 2;
  margin-bottom: -150px;
}

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

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

.cta9-section-area .cta-content-area {
  background: var(--ztc-bg-bg-28);
  border-radius: 8px;
  position: relative;
  padding: 24px 32px;
}

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

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

.cta9-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s52);
}

@media (max-width: 767px) {
  .cta9-section-area .cta-content-area h2 {
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-font-size-font-s40);
  }
}

.cta9-section-area .cta-content-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-regular);
  line-height: 26px;
}

.cta9-section-area .cta-content-area .btn-area1 a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-bg-bg-28);
}

.cta9-section-area .cta-content-area .btn-area1 a span {
  background: var(--ztc-text-text-17);
  color: var(--ztc-text-text-1);
}

.cta9-section-area .cta-content-area .btn-area1 a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}

.cta10-section-area {
  position: relative;
  z-index: 2;
  margin-bottom: -150px;
}

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

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

.cta10-section-area .cta-content-area {
  background: var(--ztc-bg-bg-25);
  border-radius: 8px;
  position: relative;
  padding: 24px 32px;
}

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

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

.cta10-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s52);
}

@media (max-width: 767px) {
  .cta10-section-area .cta-content-area h2 {
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-font-size-font-s40);
  }
}

.cta10-section-area .cta-content-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-regular);
  line-height: 26px;
}

.cta10-section-area .cta-content-area .btn-area1 a {
  background: var(--ztc-text-text-1);
  color: var(--ztc-bg-bg-25);
}

.cta10-section-area .cta-content-area .btn-area1 a span {
  background: var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}

.cta10-section-area .cta-content-area .btn-area1 a:hover {
  background: var(--ztc-text-text-2);
  color: var(--ztc-text-text-1);
}

.cta11-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/cta-bg6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .cta11-section-area .cta-header {
    margin-bottom: 30px;
  }
}

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

.cta11-section-area .cta-header h2 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

@media (max-width: 767px) {
  .cta11-section-area .cta-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.cta11-section-area .cta-header form {
  position: relative;
  z-index: 1;
}

.cta11-section-area .cta-header form input {
  border-radius: 8px;
  background: var(--White-Colors, #FFF);
  position: relative;
  width: 100%;
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 27px;
  height: 72px;
}

.cta11-section-area .cta-header form button {
  border-radius: 8px;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  padding: 18px 24px;
  outline: none;
  border: none;
  position: absolute;
  right: 8px;
  top: 8px;
}

.cta11-section-area .cta-header form button i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.cta11-section-area .cta-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #4272E1;
  padding: 24px;
}

.cta11-section-area .cta-box .icon {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}

.cta11-section-area .cta-box .text {
  padding-left: 16px;
}

.cta11-section-area .cta-box .text p {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.8;
}

.cta11-section-area .cta-box .text a {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.cta12-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/cta-bg7.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .cta12-section-area .cta-header {
    margin-bottom: 30px;
  }
}

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

.cta12-section-area .cta-header h2 {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

@media (max-width: 767px) {
  .cta12-section-area .cta-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.cta12-section-area .cta-header form {
  position: relative;
  z-index: 1;
}

.cta12-section-area .cta-header form input {
  border-radius: 8px;
  background: var(--White-Colors, #FFF);
  position: relative;
  width: 100%;
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 27px;
  height: 72px;
}

.cta12-section-area .cta-header form button {
  outline: none;
  border: none;
  position: absolute;
  right: 8px;
  top: 8px;
}

.cta12-section-area .cta-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #C7E960;
  padding: 24px;
}

.cta12-section-area .cta-box .icon {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}

.cta12-section-area .cta-box .text {
  padding-left: 16px;
}

.cta12-section-area .cta-box .text p {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.8;
}

.cta12-section-area .cta-box .text a {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.cta13-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/cta-bg13.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta13-section-area .cta13-bg1 {
  position: absolute;
  top: -10px;
  left: -50px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

.cta13-section-area .cta13-header p {
  color: #fff;
  opacity: 80%;
}

.cta13-section-area .cta13-header a {
  border: 1px solid #FF5417;
}

.cta13-section-area .cta13-header .header-btn21 {
  background: #fff;
  color: #FF5417;
}

.cta13-section-area .cta13-header .header-btn21:hover {
  color: var(--ztc-text-text-1);
}

.cta13-section-area .cta13-header .header-btn21.btn2 {
  margin-left: 16px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.cta13-section-area .cta13-header .header-btn21.btn2:hover {
  border: 1px solid var(--ztc-text-text-2);
}

@media (max-width: 767px) {
  .cta13-section-area .cta13-header .header-btn21.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.cta14-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/haeder-bg14.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta14-section-area .elements27 {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}

.cta14-section-area .cta14-header .header-btn23.btn2 {
  margin-left: 16px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.cta14-section-area .cta14-header .header-btn23.btn2::after {
  border: 1px solid #090B0E !important;
}

@media (max-width: 767px) {
  .cta14-section-area .cta14-header .header-btn23.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.cta14-section-area .rating-box {
  background: var(--ztc-text-text-1);
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta14-section-area .rating-box {
    left: 300px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .cta14-section-area .rating-box {
    left: 150px;
    margin-top: 30px;
  }
}

.cta14-section-area .rating-box p {
  color: var(--black, #000);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.cta14-section-area .rating-box ul li {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border-radius: var(--rounded-sm, 2px);
  background: var(--Color, linear-gradient(90deg, #202CD3 1.1%, #0778F9 100%));
  display: inline-block;
}

.cta14-section-area .cta-images {
  position: relative;
}

@media (max-width: 767px) {
  .cta14-section-area .cta-images {
    margin-top: 30px;
    left: -59px;
    top: -88px;
  }
}

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

.cta14-section-area .cta-images .img1 {
  position: absolute;
  top: -72px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta14-section-area .cta-images .img1 {
    top: -150px;
  }
}

.cta14-section-area .cta-images .img1 .cta-img1-h14 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta14-section-area .cta-images .elements29 {
  left: -60px;
  top: 150px;
}

.cta15-section-area {
  position: relative;
  z-index: 1;
  background: #090B0E;
}

.cta15-section-area .cta-header-area h2 {
  color: var(--white, var(--white, #FFF));
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.36px;
  transition: all 0.4s;
}

.cta15-section-area .cta-header-area p {
  color: var(--gray-400, var(--gray-400, #9CA3AF));
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cta15-section-area .cta-header-area form {
  position: relative;
  z-index: 1;
  border-radius: 111111px;
  border-top: 1px solid var(--gray-600, #4B5563);
  border-bottom: 1px solid var(--gray-600, #4B5563);
  border-left: 1px solid var(--gray-600, #4B5563);
  background: var(--gray-700, #374151);
  padding: 14px 16px;
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cta15-section-area .cta-header-area form {
    width: 100%;
  }
}

.cta15-section-area .cta-header-area form input {
  width: 100%;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 22px;
  color: #fff;
}

.cta15-section-area .cta-header-area form input::-moz-placeholder {
  color: var(--gray-400, var(--gray-400, #9CA3AF));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cta15-section-area .cta-header-area form input::placeholder {
  color: var(--gray-400, var(--gray-400, #9CA3AF));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.cta15-section-area .cta-header-area form button {
  position: absolute;
  right: 0;
  outline: none;
  border: none;
  transition: all 0.4s;
  top: 0;
}

.cta15-section-area .cta-header-area form i {
  position: absolute;
  left: 0;
  color: #9CA3AF;
  padding-left: 16px;
  top: 9px;
}

.cta15-section-area .cta-header-area span {
  color: var(--gray-400, var(--gray-400, #9CA3AF));
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .cta15-section-area .cta-header-area span {
    line-height: 20px;
  }
}

.cta15-section-area .cta-header-area span a {
  color: #fff !important;
  transition: all 0.4s;
  display: inline-block;
  font-weight: 700;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.slider-section-area {
  position: relative;
  z-index: 1;
}

.slider-section-area .sldier-head p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
  .slider-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}

.slider-section-area .slider-images-area .img1 img {
  height: 38px;
  width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.testimonial1-section-area .testimonial-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}

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

.testimonial1-section-area .testimonials-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea {
  position: relative;
  border: 1px solid var(--ztc-text-text-4);
  border-radius: 8px;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera {
  position: relative;
  padding: 24px 32px 24px 24px;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area img {
  height: 48px;
  width: 48px;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
  height: 382px;
  width: 100%;
  border-radius: 0 8px 8px 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 2px;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    left: 0;
    border-radius: 0 0 8px 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    border-radius: 0 0 8px 8px;
    left: 0;
  }
}

.testimonial1-section-area .testimonials-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}

.testimonial1-section-area .testimonials-slider-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #C8BFF3;
  margin: 0 10px;
  position: relative;
}

.testimonial1-section-area .testimonials-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #C8BFF3;
  top: -7px;
  left: -7px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.testimonial1-section-area .testimonials-slider-area .owl-dots button.active {
  background: var(--ztc-bg-bg-1);
}

.testimonial1-section-area .testimonials-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.slider2-section-area {
  position: relative;
  z-index: 2;
}

.slider2-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-1);
  opacity: 20%;
  z-index: -1;
}

.slider2-section-area .sldier-head p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .slider2-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider2-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}

.slider2-section-area .slider-images-area .img1 img {
  height: 38px;
  width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.testimonial1-section-area .testimonial-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}

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

.testimonial1-section-area .testimonials-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea {
  position: relative;
  border: 1px solid var(--ztc-text-text-4);
  border-radius: 8px;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera {
  position: relative;
  padding: 24px 32px 24px 24px;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area img {
  height: 48px;
  width: 48px;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
  height: 382px;
  width: 100%;
  border-radius: 0 8px 8px 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 2px;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    left: 0;
    border-radius: 0 0 8px 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    border-radius: 0 0 8px 8px;
    left: 0;
  }
}

.testimonial1-section-area .testimonials-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}

.testimonial1-section-area .testimonials-slider-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #C8BFF3;
  margin: 0 10px;
  position: relative;
}

.testimonial1-section-area .testimonials-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #C8BFF3;
  top: -7px;
  left: -7px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.testimonial1-section-area .testimonials-slider-area .owl-dots button.active {
  background: var(--ztc-bg-bg-1);
}

.testimonial1-section-area .testimonials-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.testimonial2-section-area .testimonial-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .testimonial2-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}

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

.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active {
  background: var(--ztc-bg-bg-10) !important;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}

.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box {
  background: none;
}

.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .quito1 {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box ul li {
  background: #F94595;
  transition: all 0.4s;
}

.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

.testimonial2-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box {
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 8px;
  transition: all 0.4s;
  background: #303168;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover {
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .quito1 {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover ul li {
  background: #F94595;
  transition: all 0.4s;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .quito1 {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul {
  margin-bottom: 32px;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  transition: all 0.4s;
  background: #46477B;
  border-radius: 4px;
  color: #FFBA00;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box p.pera {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-regular);
  opacity: 80%;
  transition: all 0.4s;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content {
  display: flex;
  align-items: center;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content {
  margin-left: 16px;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content a {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: #2B2D5A;
  border-radius: 50%;
  margin: 0 20px 0 0;
  position: relative;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  background: #2B2D5A;
  left: -7px;
  top: -7px;
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots button.active {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial2-section-area .testimonial2-owl-carousel-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.slider3-section-area {
  position: relative;
  z-index: 2;
  background: var(--ztc-bg-bg-13);
}

.slider3-section-area .sldier-head p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
  .slider3-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider3-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}

.slider3-section-area .slider-images-area .img1 img {
  height: 38px;
  width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonial3-section-area {
  position: relative;
  background: var(--ztc-bg-bg-14);
}

.testimonial3-section-area .testimonial-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}

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

.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active {
  background: var(--ztc-bg-bg-10) !important;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}

.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box {
  background: none;
}

.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .quito1 {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box ul li {
  background: #F94595;
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

.testimonial3-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box {
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 8px;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover {
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .quito1 {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover ul li {
  background: #F94595;
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .content-area .images-content .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .content-area .images-content .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .quito1 {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul {
  margin-bottom: 32px;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  transition: all 0.4s;
  background: #F9FCFF;
  border-radius: 4px;
  color: #FFBA00;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box p.pera {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-regular);
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content {
  display: flex;
  align-items: center;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content {
  margin-left: 16px;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content a {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: var(--ztc-bg-bg-5);
  border-radius: 50%;
  margin: 0 20px 0 0;
  position: relative;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  background: var(--ztc-bg-bg-5);
  left: -7px;
  top: -7px;
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .owl-dots button.active {
  background: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial2-owl-carousel-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.testimonial4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}

.testimonial4-section-area .testimonia4-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonia4-header {
    margin-bottom: 30px;
  }
}

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

.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
}

.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea img.quito {
  margin-bottom: 32px;
  height: 40px;
  width: 40px;
}

.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo .text a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 8px;
}

.testimonial4-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo .text ul li {
  display: inline-block;
  color: #FFBA00;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

.testimonial4-section-area .testimonial4-slider-area .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
  background: var(--ztc-text-text-7);
}

.testimonial4-section-area .testimonial4-slider-area .owl-nav button:hover {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-next {
  position: absolute;
  right: -75px;
  top: 40%;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}

.testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-prev {
  position: absolute;
  left: -75px;
  top: 40%;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}

.testimonial4-section-area .testimonial4-slider-area.faq .owl-nav {
  display: none;
}

.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-1);
}

.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea:hover {
  border: 1px solid var(--ztc-text-text-4);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea img.quito {
  margin-bottom: 32px;
  height: 40px;
  width: 40px;
}

.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo .text a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 8px;
}

.testimonial4-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo .text ul li {
  display: inline-block;
  color: #FFBA00;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area1 .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area1 .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

.testimonial4-section-area .testimonial4-slider-area1 .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
  background: var(--ztc-text-text-7);
}

.testimonial4-section-area .testimonial4-slider-area1 .owl-nav button:hover {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
  position: absolute;
  right: -75px;
  top: 40%;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}

.testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
  position: absolute;
  left: -75px;
  top: 40%;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}

.testimonial4-section-area.bg2 {
  background: var(--ztc-bg-bg-4) !important;
}

.slider5-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
  padding: 80px 0 0 0;
}

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

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

.slider5-section-area .slider-all-boxarea .slick-list.draggable {
  overflow: inherit;
}

.slider5-section-area .slider-all-boxarea .slider-boxarea {
  display: flex;
  align-items: center;
  margin: 0 50px 0 0;
  width: 450px !important;
}

@media (max-width: 767px) {
  .slider5-section-area .slider-all-boxarea .slider-boxarea {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider5-section-area .slider-all-boxarea .slider-boxarea {
    margin-bottom: 20px;
  }
}

.slider5-section-area .slider-all-boxarea .slider-boxarea .content a {
  display: inline-block;
  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: 0 24px 0 0;
}

.slider5-section-area .slider-all-boxarea .slider-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider5-section-area .slider-all-boxarea2 .slick-list.draggable {
  overflow: inherit;
}

.slider5-section-area .slider-all-boxarea2 .slider-boxarea {
  display: flex;
  align-items: center;
  margin: 0 50px 0 0;
  width: 450px !important;
}

@media (max-width: 767px) {
  .slider5-section-area .slider-all-boxarea2 .slider-boxarea {
    margin-top: 20px;
  }
}

.slider5-section-area .slider-all-boxarea2 .slider-boxarea .content a {
  display: inline-block;
  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: 0 24px 0 0;
}

.slider5-section-area .slider-all-boxarea2 .slider-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.testimonial5-section-area .testimonial-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-header-area {
    margin-bottom: 30px;
  }
}

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

.testimonial5-section-area .testimonial-header-area h5 {
  background: var(--ztc-bg-bg-19);
  color: var(--ztc-bg-bg-17);
}

.testimonial5-section-area .testimonial-header-area h2 {
  color: var(--ztc-text-text-1);
}

.testimonial5-section-area .single-testimonial {
  cursor: move;
  margin-top: 32px;
}

.testimonial5-section-area .single-testimonial h5 {
  font-size: var(--ztc-font-size-font-s24);
  line-height: 34px;
  text-align: center;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .testimonial5-section-area .single-testimonial h5 {
    font-size: 18px;
    line-height: 28px;
  }
}

.testimonial5-section-area .author {
  text-align: center;
  margin-top: 40px;
}

.testimonial5-section-area .author a {
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
}

@media (max-width: 767px) {
  .testimonial5-section-area .author a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-font-size-font-s28);
  }
}

.testimonial5-section-area .author p {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  text-align: center;
  opacity: 0.7;
  margin-bottom: 0;
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .testimonial5-section-area .author p {
    font-size: 14px;
  }
}

.testimonial5-section-area .testimonial-nav {
  width: 536px;
  margin: 0 auto;
  padding-left: 25px;
  height: 70px;
}

@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-nav {
    padding-left: 0;
  }
}

.testimonial5-section-area .testimonial-sliders {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-section-area .testimonial-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}

.testimonial5-section-area .testimonial-arrows>div {
  position: absolute;
  top: 40%;
  left: -120px;
}

@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-arrows>div {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-section-area .testimonial-arrows>div {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
  }
}

.testimonial5-section-area .testimonial-arrows .slick-arrow button {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: none;
  border-radius: 50px;
  transition: all 0.3s;
  border: none;
  color: var(--ztc-text-text-12);
  background: #889FA0;
}

.testimonial5-section-area .testimonial-arrows .testimonial-next-arrow {
  left: auto;
  right: -120px;
}

@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-arrows .testimonial-next-arrow {
    right: -6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-section-area .testimonial-arrows .testimonial-next-arrow {
    right: -6px;
  }
}

.testimonial5-section-area .testimonial-arrows .slick-arrow button:hover {
  transition: all 0.3s;
  background-color: var(--ztc-bg-bg-17);
}

.testimonial5-section-area .single-testimonial-nav.slick-slide {
  visibility: hidden;
  height: 80px !important;
  width: 80px !important;
}

.testimonial5-section-area .single-testimonial-nav.slick-slide.slick-active,
.testimonial5-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
  visibility: visible;
}

.testimonial5-section-area .single-testimonial-nav.slick-slide.slick-active {
  opacity: 0.6;
  transition: all 0.1s;
}

.testimonial5-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
  opacity: 1;
  transition: all 0.1s;
  margin: 0px 8px;
}

.testimonial5-section-area .single-testimonial-nav.slick-slide img {
  display: block;
  border-radius: 50%;
  transition: all 0.1s;
  transform: scale(0.8);
  height: 80px;
  width: 80px !important;
  width: auto;
  margin: 0 auto;
}

.testimonial5-section-area .single-testimonial-nav.slick-slide.slick-center img {
  transition: all 0.1s;
  transform: scale(1);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.603);
  border-radius: 50%;
}



.slider-section-area.slider-inner .sldier-head p {
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .slider-section-area.slider-inner .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section-area.slider-inner .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}

.slider-section-area.slider-inner .slider-images-area .img1 img {
  filter: brightness(0) invert(1);
}

.testimonial1-section-area .testimonial-sliders {
  border-radius: 7px;
  background: rgba(78, 47, 218, 0.05);
  position: relative;
}

.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea {
  padding: 32px 32px 32px 50px;
}

.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea .testimonial5-all-content p {
  color: var(--Neutral-700, rgba(18, 37, 48, 0.7));
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 32px;
}

.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin-bottom: 12px;
  display: inline-block;
}

.testimonial1-section-area .testimonial-sliders .testimonial-content-slider .testimonial-slider-boxarea .content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.testimonial1-section-area .testimonial-sliders .teimonial-slider-nav-area .testimonial-slider-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial1-section-area .testimonial-sliders .testimonial-arrows {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows {
    justify-content: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows {
    justify-content: center;
    margin-top: 30px;
  }
}

.testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-prev-arrow {
  position: absolute;
  top: 45%;
  left: -80px;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-prev-arrow {
    position: relative;
    top: 0;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-prev-arrow {
    position: relative;
    top: 0;
    left: 0;
  }
}

.testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-next-arrow {
  position: absolute;
  top: 45%;
  right: -80px;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-next-arrow {
    position: relative;
    top: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows .testimonial-next-arrow {
    position: relative;
    top: 0;
    right: 0;
  }
}

.testimonial1-section-area .testimonial-sliders .testimonial-arrows button {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  display: inline-block;
  background: #E6DFF5;
  border: none;
  outline: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-4);
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows button {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-sliders .testimonial-arrows button {
    margin-bottom: 30px;
  }
}

.testimonial1-section-area .testimonial-sliders .testimonial-arrows button:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

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

.slider7-section-area .sldier-head {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .slider7-section-area .sldier-head {
    margin-bottom: 30px;
  }
}

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

.slider7-section-area .sldier-head p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
  .slider7-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider7-section-area .sldier-head p {
    text-align: center;
    margin-bottom: 30px;
  }
}

.slider7-section-area .slider-images-area .img1 img {
  height: 38px;
  width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.testimonial1-section-area .testimonial-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}

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

.testimonial1-section-area .testimonials-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea {
  position: relative;
  border: 1px solid var(--ztc-text-text-4);
  border-radius: 8px;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera {
  position: relative;
  padding: 24px 32px 24px 24px;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area .list a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-2);
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .pera .list-area img {
  height: 48px;
  width: 48px;
}

.testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
  height: 382px;
  width: 100%;
  border-radius: 0 8px 8px 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 2px;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    left: 0;
    border-radius: 0 0 8px 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonials-slider-area .testimonial-boxarea .images img {
    border-radius: 0 0 8px 8px;
    left: 0;
  }
}

.testimonial1-section-area .testimonials-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}

.testimonial1-section-area .testimonials-slider-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #C8BFF3;
  margin: 0 10px;
  position: relative;
}

.testimonial1-section-area .testimonials-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #C8BFF3;
  top: -7px;
  left: -7px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.testimonial1-section-area .testimonials-slider-area .owl-dots button.active {
  background: var(--ztc-bg-bg-1);
}

.testimonial1-section-area .testimonials-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.testimonial8-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}

.testimonial8-section-area .testimonia4-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .testimonial8-section-area .testimonia4-header {
    margin-bottom: 30px;
  }
}

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

.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
}

.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea img.quito {
  margin-bottom: 32px;
  height: 40px;
  width: 40px;
}

.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo .text a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 8px;
}

.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo .text ul li {
  display: inline-block;
  color: #FFBA00;
}

@media (max-width: 767px) {
  .testimonial8-section-area .testimonial4-slider-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial4-slider-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

.testimonial8-section-area .testimonial4-slider-area .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-16);
  background: #E1EAF9;
}

.testimonial8-section-area .testimonial4-slider-area .owl-nav button:hover {
  background: var(--ztc-text-text-16);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-next {
  position: absolute;
  right: -75px;
  top: 40%;
}

@media (max-width: 767px) {
  .testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}

.testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-prev {
  position: absolute;
  left: -75px;
  top: 40%;
}

@media (max-width: 767px) {
  .testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}

.testimonial8-section-area .testimonial4-slider-area.faq .owl-nav {
  display: none;
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 32px 24px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-1);
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea:hover {
  border: 1px solid var(--ztc-text-text-4);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea img.quito {
  margin-bottom: 32px;
  height: 40px;
  width: 40px;
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s30);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo .text a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-bottom: 8px;
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo .text ul li {
  display: inline-block;
  color: #FFBA00;
}

@media (max-width: 767px) {
  .testimonial8-section-area .testimonial4-slider-area1 .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial4-slider-area1 .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

.testimonial8-section-area .testimonial4-slider-area1 .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
  background: var(--ztc-text-text-7);
}

.testimonial8-section-area .testimonial4-slider-area1 .owl-nav button:hover {
  background: var(--ztc-text-text-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
  position: absolute;
  right: -75px;
  top: 40%;
}

@media (max-width: 767px) {
  .testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
    right: 0;
    top: 0;
    position: relative;
  }
}

.testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
  position: absolute;
  left: -75px;
  top: 40%;
}

@media (max-width: 767px) {
  .testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 6px 0 0;
  }
}

.testimonial9-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-28);
}

.testimonial9-section-area .testimonial-header-area {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .testimonial9-section-area .testimonial-header-area {
    margin-bottom: 30px;
  }
}

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

.testimonial9-section-area .testimonial-header-area h5 {
  background: #7567E1;
  color: var(--ztc-text-text-1);
  border-radius: 32px;
}

.testimonial9-section-area .testimonial-header-area h5 img {
  filter: brightness(0) invert(1);
}

.testimonial9-section-area .testimonial-header-area h2 {
  color: var(--ztc-text-text-1);
}

.testimonial9-section-area .single-testimonial {
  cursor: move;
  margin-top: 32px;
}

.testimonial9-section-area .single-testimonial h5 {
  font-size: var(--ztc-font-size-font-s24);
  line-height: 34px;
  text-align: center;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .testimonial9-section-area .single-testimonial h5 {
    font-size: 18px;
    line-height: 28px;
  }
}

.testimonial9-section-area .author {
  text-align: center;
  margin-top: 40px;
}

.testimonial9-section-area .author a {
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
}

@media (max-width: 767px) {
  .testimonial9-section-area .author a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-font-size-font-s28);
  }
}

.testimonial9-section-area .author p {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  text-align: center;
  opacity: 0.7;
  margin-bottom: 0;
  color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
  .testimonial9-section-area .author p {
    font-size: 14px;
  }
}

.testimonial9-section-area .testimonial-nav {
  width: 536px;
  margin: 0 auto;
  padding-left: 25px;
  height: 70px;
}

@media (max-width: 767px) {
  .testimonial9-section-area .testimonial-nav {
    padding-left: 0;
  }
}

.testimonial9-section-area .testimonial-sliders {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .testimonial9-section-area .testimonial-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial9-section-area .testimonial-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}

.testimonial9-section-area .testimonial-arrows>div {
  position: absolute;
  top: 40%;
  left: -120px;
}

@media (max-width: 767px) {
  .testimonial9-section-area .testimonial-arrows>div {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial9-section-area .testimonial-arrows>div {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
  }
}

.testimonial9-section-area .testimonial-arrows .slick-arrow button {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: none;
  border-radius: 50px;
  transition: all 0.3s;
  border: none;
  color: var(--ztc-text-text-1);
  background: #7669E0;
}

.testimonial9-section-area .testimonial-arrows .testimonial-next-arrow {
  left: auto;
  right: -120px;
}

@media (max-width: 767px) {
  .testimonial9-section-area .testimonial-arrows .testimonial-next-arrow {
    right: -6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial9-section-area .testimonial-arrows .testimonial-next-arrow {
    right: -6px;
  }
}

.testimonial9-section-area .testimonial-arrows .slick-arrow button:hover {
  transition: all 0.3s;
  background-color: var(--ztc-text-text-1);
  color: var(--ztc-text-text-17);
}

.testimonial9-section-area .single-testimonial-nav.slick-slide {
  visibility: hidden;
  height: 80px !important;
  width: 80px !important;
}

.testimonial9-section-area .single-testimonial-nav.slick-slide.slick-active,
.testimonial9-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
  visibility: visible;
}

.testimonial9-section-area .single-testimonial-nav.slick-slide.slick-active {
  opacity: 0.6;
  transition: all 0.1s;
}

.testimonial9-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
  opacity: 1;
  transition: all 0.1s;
  margin: 0px 8px;
}

.testimonial9-section-area .single-testimonial-nav.slick-slide img {
  display: block;
  border-radius: 50%;
  transition: all 0.1s;
  transform: scale(0.8);
  height: 80px;
  width: 80px !important;
  width: auto;
  margin: 0 auto;
}

.testimonial9-section-area .single-testimonial-nav.slick-slide.slick-center img {
  transition: all 0.1s;
  transform: scale(1);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.603);
  border-radius: 50%;
}

.testimonial10-section-area {
  position: relative;
  background: #F6F8FA;
}

.testimonial10-section-area .testimonial-header {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .testimonial10-section-area .testimonial-header {
    margin-bottom: 30px;
  }
}

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

.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active {
  background: var(--ztc-bg-bg-25) !important;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}

.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box {
  background: none;
}

.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .quito6 {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box ul li {
  background: #FD7433;
  transition: all 0.4s;
}

.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-item.active .testimonial-author-box .content-area .images-content .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

.testimonial10-section-area .testimonial2-owl-carousel-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box {
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 8px;
  transition: all 0.4s;
  background: var(--ztc-text-text-1);
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover {
  transition: all 0.4s;
  background: var(--ztc-bg-bg-25);
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .quito6 {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover ul li {
  background: var(--ztc-bg-bg-25);
  transition: all 0.4s;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .content-area .images-content .content a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box:hover .content-area .images-content .content p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .quito6 {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul {
  margin-bottom: 32px;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  transition: all 0.4s;
  background: #F9FCFF;
  border-radius: 4px;
  color: #FFBA00;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box p.pera {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-regular);
  transition: all 0.4s;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content {
  display: flex;
  align-items: center;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .img1 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content {
  margin-left: 16px;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content a {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 12px;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .testimonial-author-box .content-area .images-content .content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: var(--ztc-bg-bg-25);
  border-radius: 50%;
  margin: 0 20px 0 0;
  position: relative;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  background: #F7DBCC;
  left: -7px;
  top: -7px;
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .owl-dots button.active {
  background: var(--ztc-text-text-14);
  transition: all 0.4s;
}

.testimonial10-section-area .testimonial2-owl-carousel-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.testimonial12-section-area {
  position: relative;
  z-index: 1;
  background: #055346;
}

.testimonial12-section-area .testimonial12-boxarea-vertical .testimonial-boxarea {
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 32px;
}

.testimonial12-section-area .testimonial12-boxarea-vertical .testimonial-boxarea img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonial12-section-area .testimonial12-boxarea-vertical .testimonial-boxarea p {
  color: #5D6261;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.testimonial12-section-area .testimonial12-boxarea-vertical .testimonial-boxarea .name-ara {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial12-section-area .testimonial12-boxarea-vertical .testimonial-boxarea .name-ara .text a {
  color: #055346;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial12-section-area .testimonial12-boxarea-vertical .testimonial-boxarea .name-ara .text ul li {
  display: inline-block;
  color: #FFAD0F;
}

.testimonial12-section-area .testimonial12-boxarea-vertical .slick-arrow {
  height: 50px;
  width: 50px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  outline: none;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  cursor: pointer;
}

.testimonial12-section-area .testimonial12-boxarea-vertical i.fa-solid.fa-angle-up.slick-arrow {
  position: absolute;
  right: -100px;
  top: 19px;
}

.testimonial12-section-area .testimonial12-boxarea-vertical i.fa-solid.fa-angle-down.slick-arrow {
  position: absolute;
  right: -100px;
  bottom: 15px;
}

.testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -90px;
}

@media (max-width: 767px) {
  .testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots {
    position: relative;
    right: inherit;
    text-align: center;
    top: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots {
    position: relative;
    right: inherit;
    text-align: center;
    top: 0;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots li {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots li {
    display: inline-block;
  }
}

.testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots li.slick-active button {
  border-radius: 50px;
  background: #DDFA63;
  color: #055346;
}

.testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots li button {
  height: 50px;
  width: 50px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  outline: none;
  color: #FFF;
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots li button {
    margin-bottom: 0;
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial12-section-area .testimonial12-boxarea-vertical .slick-dots li button {
    margin-bottom: 0;
    margin: 0 16px 0 0;
  }
}

@media (max-width: 767px) {
  .testimonial12-section-area .testimonial-haeder {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial12-section-area .testimonial-haeder {
    margin-top: 50px;
  }
}

.testimonial12-section-area .testimonial-haeder h5 {
  color: var(--ztc-text-text-1);
  background: rgba(255, 255, 255, 0.1);
}

.testimonial12-section-area .testimonial-haeder h2 {
  color: var(--ztc-text-text-1);
}

.testimonial12-section-area .testimonial-haeder p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.testimonial13-section-area {
  position: relative;
  z-index: 1;
  background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
}

.testimonial13-section-area .testimonial13-header h5 {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  background: none;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

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

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

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

.testimonial13-section-area .testimonial13-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -150px;
}

@media (max-width: 767px) {
  .testimonial13-section-area .testimonial13-slider .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial13-section-area .testimonial13-slider .owl-nav {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
}

.testimonial13-section-area .testimonial13-slider .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s16);
}

.testimonial13-section-area .testimonial13-slider .owl-nav button:hover {
  background: #fff;
  color: #FFAD0F;
  transition: all 0.4s;
}

.testimonial13-section-area .testimonial13-slider .owl-nav .owl-prev {
  margin: 0 16px 0 0;
}

.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea {
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.15);
  padding: 32px;
}

.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea ul li {
  display: inline-block;
  color: var(--ztc-text-text-1);
  height: 28px;
  width: 28px;
  border-radius: 4px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 28px;
}

.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea p {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.4s;
}

.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px 20px;
}

@media (max-width: 767px) {
  .testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area {
    display: inline-block;
  }
}

.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .quito8 {
  height: 40px !important;
  width: 40px !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text {
  display: flex;
  align-items: center;
}

.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text img {
  height: 60px;
  width: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text .content {
  padding-left: 16px;
}

.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text .content a {
  color: #F8F6FC;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial13-section-area .testimonial13-slider .testimonial13-boxrea .name-area .name-text .content p {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  opacity: 80%;
}

.testimonial14-section-area .testimonial14-slider-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial14-section-area .testimonial14-slider-area .owl-dots button {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(77, 68, 197, 0.1);
  transition: all 0.4s;
  margin: 0 16px 0 0;
  position: relative;
  z-index: 1;
}

.testimonial14-section-area .testimonial14-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: -4px;
  top: -4px;
  border: 1px solid #4D44C5;
  transition: all 0.4s;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}

.testimonial14-section-area .testimonial14-slider-area .owl-dots button.active {
  background: #4D44C5;
  transition: all 0.4s;
}

.testimonial14-section-area .testimonial14-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}

.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea {

  border-radius: 25px;
  padding: 32px;
  position: relative;
  transition: all 0.4s;
  -webkit-backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(6px);
  /* background-image: linear-gradient(rgb(8 10 73 / 91%), rgb(255 255 255 / 44%), #ffffff4f); */
  background: linear-gradient(to bottom, #ffffffb8, #ffffffb8);
}

.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .list-area ul li {
  display: inline-block;
  color: #FFAD0F;
}

.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .list-area img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea p {
  color: #7581ab;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area .name {
  display: flex;
  align-items: center;
}

.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area .name img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
}

.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area .name .fdf {
  padding-left: 16px;
}

.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area .name .fdf a {
  color: #040306;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}

.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area .name .fdf p {
  color: #565659;
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.testimonial14-section-area .testimonial14-slider-area .testimonial14-boxarea .name-area .google {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonial15-section-area {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
}

.testimonial15-section-area .testimonial-slider-boxarea {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.testimonial15-section-area .testimonial-slider-boxarea .preloader13 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 40%;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial-author-box {
  padding: 32px 0;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial-author-box h3 {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial-author-box h3 i {
  color: #FACA15;
  font-size: 16px;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial-author-box p {
  color: var(--gray-500, #6B7280);
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial-author-box h2 {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .owl-nav {
  position: absolute;
  bottom: 32px;
  left: 120px;
}

@media (max-width: 767px) {
  .testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .owl-nav {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .owl-nav {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 60px;
  }
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .owl-nav button {
  height: 50px;
  width: 50px;
  display: inline-block;
  border: 1px solid #090B0E;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  color: #090B0E;
  border-radius: 50%;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .owl-nav button:hover {
  background: #2466EF;
  transition: all 0.4s;
  color: #fff;
  border: 1px solid #2466EF;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea {
  background: #EBF5FF;
  padding: 50px 40px;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea .elements45 {
  width: 164px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea .name-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea .name-area img {
  height: 45px;
  width: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea .name-area .text {
  padding-left: 16px;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea .name-area .text a {
  color: var(--Text-Color, #090B0E);
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial15-section-area .testimonial-slider-boxarea .testimonial15-slider .testimonial-boxarea .name-area .text p {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: start;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
.case1-section-area {
  position: relative;
  z-index: 1;
}

.case1-section-area .case-header-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .case1-section-area .case-header-area {
    margin-bottom: 30px;
  }
}

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

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

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

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

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

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

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

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

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}

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

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

.case1-section-area .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

.case1-section-area .cs_case_study_thumb {
  background-image: url(../img/s1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../img/s2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../img/s3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb4 {
  background-image: url(../img/s4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb5 {
  background-image: url(../img/s5.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb6 {
  background-image: url(../img/s6.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb7 {
  background-image: url(../img/s7.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 8px;
  border-radius: 5px;
  height: 475px;
  border: 2px solid #d1e8fe;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}

@media (max-width: 767px) {
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}

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

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

.case1-section-area .content-area1 {
  position: absolute;
  transform: rotate(-90deg);
  width: 290px;
  height: auto;
  left: -80px;
  bottom: 162px;
  transition: all 0.4s;
  opacity: 1;
}

.case1-section-area .content-area1 a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
}

.case1-section-area .content-area {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 0 24px 24px 24px;
  bottom: 0;
  left: -100%;
  opacity: 0;
}

.case1-section-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 8px;
}

.case1-section-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #B2BBC6;
  transition: all 0.4s;
}

.case4-section-area {
  position: relative;
}

.case4-section-area .case4-header {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

.case4-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}

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

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

.case4-section-area .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

.case4-section-area .cs_case_study_thumb {
  background-image: url(../img/all-images/case-img1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case4-section-area .cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../img/all-images/case-img2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case4-section-area .cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../img/all-images/case-img3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case4-section-area .cs_case_study_thumb.cs_case_study_thumb4 {
  background-image: url(../img/all-images/case-img4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case4-section-area .cs_case_study_thumb.cs_case_study_thumb5 {
  background-image: url(../img/all-images/case-img5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case4-section-area .cs_case_study_thumb.cs_case_study_thumb6 {
  background-image: url(../img/all-images/case-img6.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case4-section-area .cs_case_study_thumb.cs_case_study_thumb7 {
  background-image: url(../img/all-images/case-img7.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case4-section-area .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 8px;
  border-radius: 5px;
  height: 475px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case4-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}

@media (max-width: 767px) {
  .case4-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}

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

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

.case4-section-area .content-area1 {
  position: absolute;
  transform: rotate(-90deg);
  width: 290px;
  height: auto;
  left: -45px;
  bottom: 162px;
  transition: all 0.4s;
  opacity: 1;
}

.case4-section-area .content-area1 a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
}

.case4-section-area .content-area {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 0 24px 24px 24px;
  bottom: 0;
  left: -100%;
  opacity: 0;
}

.case4-section-area .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 8px;
}

.case4-section-area .content-area p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #B2BBC6;
  transition: all 0.4s;
}

.case5-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
}

.case5-section-area .case5-header {
  margin-bottom: 10px;
}

.case5-section-area .case-widget-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid #CED4DA;
  position: relative;
}

.case5-section-area .case-widget-area:hover .arrow-btn a {
  background: var(--ztc-text-text-11);
  border: 2px solid var(--ztc-text-text-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-12);
}

.case5-section-area .case-widget-area:hover .hidden-img {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  right: 20%;
  transform: scale(1.1);
}

.case5-section-area .case-widget-area:hover .hidden-img.img2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  right: 20%;
  transform: scale(1.1);
}

.case5-section-area .case-widget-area:hover .hidden-img.img3 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  right: 20%;
  transform: scale(1.1);
}

.case5-section-area .case-widget-area .content-area {
  display: flex;
}

.case5-section-area .case-widget-area .content-area span {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
}

.case5-section-area .case-widget-area .content-area .main-content {
  margin-left: 16px;
}

.case5-section-area .case-widget-area .content-area .main-content a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 16px;
}

.case5-section-area .case-widget-area .content-area .main-content p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}

.case5-section-area .case-widget-area .hidden-img {
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(1.1);
  right: 10%;
  z-index: 1;
  top: 50px;
}

@media (max-width: 767px) {
  .case5-section-area .case-widget-area .hidden-img {
    display: none;
  }
}

.case5-section-area .case-widget-area .hidden-img.img2 {
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(1.1);
  right: 10%;
  z-index: 1;
  top: -110px;
}

@media (max-width: 767px) {
  .case5-section-area .case-widget-area .hidden-img.img2 {
    display: none;
  }
}

.case5-section-area .case-widget-area .hidden-img.img3 {
  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  transform: scale(1.1);
  right: 10%;
  z-index: 1;
  top: -190px;
}

@media (max-width: 767px) {
  .case5-section-area .case-widget-area .hidden-img.img3 {
    display: none;
  }
}

.case5-section-area .case-widget-area .arrow-btn a {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: var(--ztc-font-size-font-s56);
  border-radius: 50%;
  border: 2px solid var(--ztc-text-text-2);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s24);
  display: inline-block;
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
}

.case5-section-area .case-widget-area .arrow-btn a:hover {
  border: 2px solid var(--ztc-text-text-11);
  transition: all 0.4s;
  background: var(--ztc-text-text-11);
  color: var(--ztc-text-text-12);
}

.case-inner-section-area .tabs-area ul {
  justify-content: center;
  margin-bottom: 60px;
}

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

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

.case-inner-section-area .tabs-area ul li button {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  padding: 12px 16px;
  border-radius: 40px;
  margin: 0 20px 0 0;
}

@media (max-width: 767px) {
  .case-inner-section-area .tabs-area ul li button {
    margin-bottom: 10px;
  }
}

.case-inner-section-area .tabs-area ul li button.active {
  background: var(--ztc-text-text-4) !important;
  color: var(--ztc-text-text-1);
}

.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box {
  margin-bottom: 30px;
}

.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box:hover .img1 {
  border-radius: 8px;
  transition: all 0.4s;
}

.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
  border-radius: 8px;
}

.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}

.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .case-inner-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .link-area .tags {
  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: 16px;
  display: block;
  transition: all 0.4s;
  margin-bottom: 16px;
}

.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .link-area .head {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .link-area .head:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

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

.case-inner-section-area .tabs-content-area .tab-content .tabs-contents .content-area .arrow a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-text-text-4);
}

.case-inner-section-area .tabs-content-area .tab-content .tab-pane {
  position: relative;
  top: 100px;
  transition: all 0.4s;
}

.case-inner-section-area .tabs-content-area .tab-content .tab-pane.fade.show.active {
  top: 0;
  transition: all 0.4s;
}

.case-inner-section-area .pagination-area {
  margin-top: 20px;
}

.case-inner-section-area .pagination-area ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-4);
  box-shadow: none;
  margin: 0 14px 0 0;
  border: none;
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
}

.case-inner-section-area .pagination-area ul li a.active {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.case-inner-section-area .pagination-area ul li a:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.pagination-area {
  margin-top: 20px;
}

.pagination-area ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-text-text-1);
  box-shadow: none;
  margin: 0 14px 0 0;
  border: none;
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
}

.pagination-area ul li a.active {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

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

@media (max-width: 767px) {
  .case-single-section-area .case-auhtor-area .case-single-hedaer {
    margin-bottom: 30px;
  }
}

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

.case-single-section-area .case-auhtor-area .case-single-hedaer .case-others-area ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  margin-top: 24px;
}

.case-single-section-area .case-auhtor-area .case-single-hedaer .case-others-area ul li span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  margin: 0 16px 0 0;
}

.case-single-section-area .case-auhtor-area .case-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.case-lista-area .case-list {
  padding: 0 0 0 70px;
}

@media (max-width: 767px) {
  .case-lista-area .case-list {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-lista-area .case-list {
    padding: 0;
    margin-top: 30px;
  }
}

.case-lista-area .case-list 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-regular);
  line-height: 16px;
  margin-bottom: 24px;
}

.case-lista-area .case-list ul li img {
  margin: 0 8px 0 0;
}

.case8-section-area {
  position: relative;
}

@media (max-width: 767px) {
  .case8-section-area .case-header {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case8-section-area .case-header {
    margin-bottom: 30px;
    text-align: center;
  }
}

.case8-section-area .case-header h5 {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .case8-section-area .case-header h5 {
    margin-left: 0;
  }
}

.case8-section-area .case-study-sliderarea {
  position: relative;
}

.case8-section-area .case-study-sliderarea .owl-dots {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .case8-section-area .case-study-sliderarea .owl-dots {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case8-section-area .case-study-sliderarea .owl-dots {
    text-align: center;
  }
}

.case8-section-area .case-study-sliderarea .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  transition: all 0.4s;
  background: #D2E2FD;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 16px 0 0;
}

.case8-section-area .case-study-sliderarea .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  border: 1px solid var(--ztc-bg-bg-26);
  border-radius: 50%;
  transition: all 0.4s;
  top: -7px;
  left: -7px;
  visibility: hidden;
  opacity: 0;
}

.case8-section-area .case-study-sliderarea .owl-dots button.active {
  background: var(--ztc-bg-bg-26);
}

.case8-section-area .case-study-sliderarea .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.case8-section-area .case-study-sliderarea .author-case-area {
  position: relative;
  z-index: 1;
}

.case8-section-area .case-study-sliderarea .author-case-area:hover .content-area {
  bottom: 0;
  transition: all 0.6s;
}

.case8-section-area .case-study-sliderarea .author-case-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case8-section-area .case-study-sliderarea .author-case-area .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 24px 16px;
  transition: all 0.6s;
}

.case8-section-area .case-study-sliderarea .author-case-area .content-area .content a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  transition: all 0.4s;
  display: inline-block;
}

.case8-section-area .case-study-sliderarea .author-case-area .content-area .content p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}

.case8-section-area .case-study-sliderarea .author-case-area .content-area .arrow a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-26);
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}

.case10-section-area {
  position: relative;
  z-index: 1;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
}

.case10-section-area .case-header h5 {
  color: var(--ztc-text-text-1);
  background: inherit;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

.case10-section-area .case-header h5 img {
  filter: brightness(0) invert(1);
}

.case10-section-area .case-header h2 {
  color: var(--ztc-text-text-1);
}

.case10-section-area .case-slider-area {
  position: relative;
  z-index: 1;
}

.case10-section-area .case-slider-area .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}

@media (max-width: 767px) {
  .case10-section-area .case-slider-area .owl-nav {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case10-section-area .case-slider-area .owl-nav {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}

.case10-section-area .case-slider-area .owl-nav .owl-prev {
  margin: 0 16px 0 0;
}

.case10-section-area .case-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.2);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s24);
}

.case10-section-area .case-slider-area .owl-nav button:hover {
  background: var(--ztc-text-text-1);
  color: #0A18A1;
}

.case10-section-area .case-slider-area .case11-boxarea {
  position: relative;
  z-index: 1;
}

.case10-section-area .case-slider-area .case11-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.case10-section-area .case-slider-area .case11-boxarea .text-area {
  background: var(--ztc-text-text-1);
  padding: 24px;
  position: absolute;
  border-radius: 8px;
  bottom: 30px;
  left: 45px;
  right: 45px;
}

.case10-section-area .case-slider-area .case11-boxarea .text-area p {
  color: var(--Paragraph-Color, #464D58);
  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;
}

.case10-section-area .case-slider-area .case11-boxarea .text-area a {
  display: inline-block;
  color: var(--Text-Color, #081120);
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.4s;
}

.case10-section-area .case-slider-area .case11-boxarea .text-area .arrow {
  position: absolute;
  top: -15px;
  right: -15px;
}

.case10-section-area .case-slider-area .case11-boxarea .text-area .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  transform: rotate(-45deg);
}

.case14-section-area .case14-slider-area {
  position: relative;
}

.case14-section-area .case14-slider-area .owl-stage-outer {
  overflow: inherit !important;
}

.case14-section-area .case14-slider-area .owl-nav {
  position: absolute;
  right: 0;
  top: -130px;
}

@media (max-width: 767px) {
  .case14-section-area .case14-slider-area .owl-nav {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case14-section-area .case14-slider-area .owl-nav {
    display: none;
  }
}

.case14-section-area .case14-slider-area .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  border-radius: 100px;
  background: rgba(77, 68, 197, 0.1);
  display: inline-block;
  transition: all 0.4s;
  text-align: center;
  color: #4D44C5;
}

.case14-section-area .case14-slider-area .owl-nav button:hover {
  background: #4D44C5;
  transition: all 0.4s;
  color: #fff;
}

.case14-section-area .case14-slider-area .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.case14-section-area .case14-slider-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.case14-section-area .case14-slider-area .owl-dots button {
  height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(77, 68, 197, 0.1);
  margin: 0 16px 0 0;
  position: relative;
  z-index: 1;
}

.case14-section-area .case14-slider-area .owl-dots button.active {
  background: #4D44C5;
  transition: all 0.4s;
}

.case14-section-area .case14-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.case14-section-area .case14-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  left: -4px;
  top: -4px;
  border: 1px solid #4D44C5;
  visibility: hidden;
  opacity: 0;
}

.case14-section-area .case14-slider-area .case14-boxarea {
  position: relative;
  z-index: 1;
}

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

.case14-section-area .case14-slider-area .case14-boxarea:hover .content-area {
  background: #4D44C5;
  transition: all 0.4s;
}

.case14-section-area .case14-slider-area .case14-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

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

.case14-section-area .case14-slider-area .case14-boxarea:hover .content-area .arrow a {
  background: #fff;
  color: #4D44C5;
  transition: all 0.4s;
}

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

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

.case14-section-area .case14-slider-area .case14-boxarea .content-area {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
  padding: 24px;
  overflow: hidden;
  position: relative;
  margin: 0 24px;
  margin-top: -60px;
  transition: all 0.4s;
  z-index: 2;
  border: 1px solid #fcf6f6;
}

.case14-section-area .case14-slider-area .case14-boxarea .content-area .arrow {
  position: absolute;
  right: -30px;
  top: -30px;
}

.case14-section-area .case14-slider-area .case14-boxarea .content-area .arrow a {
  height: 102px;
  width: 102px;
  display: inline-block;
  transition: all 0.4s;
  background: #4D44C5;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 102px;
  text-align: center;
  transform: rotate(-45deg);
}

.case14-section-area .case14-slider-area .case14-boxarea .content-area .arrow a i {
  position: relative;
  z-index: 1;
  left: -15px;
}

.case14-section-area .case14-slider-area .case14-boxarea .content-area p {
  color: #4D44C5;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  transition: all 0.4s;
}

.case14-section-area .case14-slider-area .case14-boxarea .content-area a {
  color: #111;
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}


.dfd h1 {
  font-size: 40px;
}



.marquee {
  width: 100%;
  overflow: hidden;
  padding: 13px 0;
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
}

.marquee-track img {
  width: 180px;
  height: 90px;
  object-fit: contain;
  margin: 0 15px;
  background: white;
  box-shadow: 0px 0px 9px 0px #c7c7c7;
  padding: 25px 30px;
}

/* Left → Right */
.left .marquee-track {
  animation: leftScroll 25s linear infinite;
}

@keyframes leftScroll {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0%);
  }
}

/* Right → Left */
.right .marquee-track {
  animation: rightScroll 25s linear infinite;
}

@keyframes rightScroll {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}



.sdd a {
  color: white;
  background: #163e6f;
}



.megamenuboder .mega-list li {
  padding: 8px 25px 8px 10px !important;
  border: 1px solid rgba(255, 255, 255, 10%);
  margin-right: -1px;
  margin-bottom: -1px;
  width: 100%;
}





.clients-home {
  min-height: 100vh
}

.clients-home .clients-list>div {
  grid-template-rows: 1fr 1fr;
  display: grid
}

@media screen and (max-width: 1023px) {
  .clients-home .clients-list>div {
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-template-rows: auto !important;
    grid-gap: 20px
  }
}

@media screen and (max-width: 768px) {
  .clients-home .clients-list>div {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important
  }
}

.clients-home .clients-list>div .g-image-front {
  height: 340px;
  width: 340px
}

@media screen and (max-width: 1440px) {
  .clients-home .clients-list>div .g-image-front {
    height: 280px;
    width: 280px
  }
}

@media screen and (max-width: 1023px) {
  .clients-home .clients-list>div .g-image-front {
    height: 33.333vw;
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .clients-home .clients-list>div .g-image-front {
    height: 50vw;
    width: 100%
  }
}

.clients-home .clients-list>div .g-image-front picture {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (max-width: 1023px) {
  .clients-home .clients-list>div .g-image-front picture {
    margin: 0;
    width: 100%;
    height: 100%
  }
}

.clients-home .clients-list>div .g-image-front img {
  width: max-content
}

@media screen and (max-width: 1023px) {
  .clients-home .clients-list>div .g-image-front img {
    width: 80%
  }
}

@keyframes bubbleTranslate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px)
  }
}

@keyframes bubbleAnim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  20% {
    -webkit-transform: scaleY(0.95) scaleX(1.05);
    transform: scaleY(0.95) scaleX(1.05)
  }

  48% {
    -webkit-transform: scaleY(1.1) scaleX(0.9);
    transform: scaleY(1.1) scaleX(0.9)
  }

  68% {
    -webkit-transform: scaleY(0.98) scaleX(1.02);
    transform: scaleY(0.98) scaleX(1.02)
  }

  80% {
    -webkit-transform: scaleY(1.02) scaleX(0.98);
    transform: scaleY(1.02) scaleX(0.98)
  }

  97%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes sideways {
  0% {
    transform: translateX(0px)
  }

  100% {
    transform: translateX(50px)
  }
}

/*bubble blast*/
@keyframes pop {
  from {
    opacity: 1;
    transform: translateZ(0) scale(1, 1);
  }

  to {
    opacity: 0;
    transform: translateZ(0) scale(1.75, 1.75);
  }
}


.clients-bubble {
  overflow: hidden
}

.clients-bubble .bubbleCont {
  display: grid;
  grid-template-columns: max-content max-content max-content max-content;
  justify-content: center;
  grid-gap: 4em;
  position: relative
}

.clients-bubble .bubble-holder:nth-child(1) {
  animation: sideways 4s 0.5s ease-in-out infinite alternate;
  width: 217px;
  height: 217px
}

.clients-bubble .bubble-holder:nth-child(1) .bubble {
  animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(2) {
  animation: sideways 3s 1.5s ease-in-out infinite alternate;
  width: 171px;
  height: 171px
}

.clients-bubble .bubble-holder:nth-child(2) .bubble {
  animation: bubbleAnim 3s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(3) {
  animation: sideways 3s 0.5s ease-in-out infinite alternate;
  width: 247px;
  height: 247px
}

.clients-bubble .bubble-holder:nth-child(3) .bubble {
  animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(4) {
  animation: sideways 4s 0.5s ease-in-out infinite alternate;
  width: 175px;
  height: 175px
}

.clients-bubble .bubble-holder:nth-child(4) .bubble {
  animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(5) {
  animation: sideways 5s 1.5s ease-in-out infinite alternate;
  width: 213px;
  height: 213px
}

.clients-bubble .bubble-holder:nth-child(5) .bubble {
  animation: bubbleAnim 3s 1.8s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(6) {
  animation: sideways 3s 0.5s ease-in-out infinite alternate;
  width: 234px;
  height: 234px
}

.clients-bubble .bubble-holder:nth-child(6) .bubble {
  animation: bubbleAnim 3s 0.6s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(7) {
  animation: sideways 3s 0.5s ease-in-out infinite alternate;
  width: 224px;
  height: 224px
}

.clients-bubble .bubble-holder:nth-child(7) .bubble {
  animation: bubbleAnim 2s 0.6s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(8) {
  animation: sideways 3s 0.5s ease-in-out infinite alternate;
  width: 152px;
  height: 152px
}

.clients-bubble .bubble-holder:nth-child(8) .bubble {
  animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(9) {
  animation: sideways 4s 1.5s ease-in-out infinite alternate;
  width: 206px;
  height: 206px
}

.clients-bubble .bubble-holder:nth-child(9) .bubble {
  animation: bubbleAnim 3s 1.8s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(10) {
  animation: sideways 4s 0.5s ease-in-out infinite alternate;
  width: 221px;
  height: 221px
}

.clients-bubble .bubble-holder:nth-child(10) .bubble {
  animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(11) {
  animation: sideways 4s 0.5s ease-in-out infinite alternate;
  width: 236px;
  height: 236px
}

.clients-bubble .bubble-holder:nth-child(11) .bubble {
  animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(12) {
  animation: sideways 5s 1.5s ease-in-out infinite alternate;
  width: 182px;
  height: 182px
}

.clients-bubble .bubble-holder:nth-child(12) .bubble {
  animation: bubbleAnim 3s 1.8s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(13) {
  animation: sideways 4s 0.5s ease-in-out infinite alternate;
  width: 171px;
  height: 171px
}

.clients-bubble .bubble-holder:nth-child(13) .bubble {
  animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(14) {
  animation: sideways 3s 0.5s ease-in-out infinite alternate;
  width: 178px;
  height: 178px
}

.clients-bubble .bubble-holder:nth-child(14) .bubble {
  animation: bubbleAnim 3s 0.6s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(15) {
  animation: sideways 3s 1.5s ease-in-out infinite alternate;
  width: 156px;
  height: 156px
}

.clients-bubble .bubble-holder:nth-child(15) .bubble {
  animation: bubbleAnim 2s 1.8s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(16) {
  animation: sideways 5s 0.5s ease-in-out infinite alternate;
  width: 230px;
  height: 230px
}

.clients-bubble .bubble-holder:nth-child(16) .bubble {
  animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(17) {
  animation: sideways 4s 0.5s ease-in-out infinite alternate;
  width: 237px;
  height: 237px
}

.clients-bubble .bubble-holder:nth-child(17) .bubble {
  animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(18) {
  animation: sideways 3s 1.5s ease-in-out infinite alternate;
  width: 190px;
  height: 190px
}

.clients-bubble .bubble-holder:nth-child(18) .bubble {
  animation: bubbleAnim 2s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(19) {
  animation: sideways 3s 0.5s ease-in-out infinite alternate;
  width: 242px;
  height: 242px
}

.clients-bubble .bubble-holder:nth-child(19) .bubble {
  animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(20) {
  animation: sideways 3s 0.5s ease-in-out infinite alternate;
  width: 205px;
  height: 205px
}

.clients-bubble .bubble-holder:nth-child(20) .bubble {
  animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(21) {
  animation: sideways 5s 0.5s ease-in-out infinite alternate;
  width: 208px;
  height: 208px
}

.clients-bubble .bubble-holder:nth-child(21) .bubble {
  animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(22) {
  animation: sideways 3s 0.5s ease-in-out infinite alternate;
  width: 234px;
  height: 234px
}

.clients-bubble .bubble-holder:nth-child(22) .bubble {
  animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(23) {
  animation: sideways 4s 1.5s ease-in-out infinite alternate;
  width: 201px;
  height: 201px
}

.clients-bubble .bubble-holder:nth-child(23) .bubble {
  animation: bubbleAnim 2s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(24) {
  animation: sideways 5s 0.5s ease-in-out infinite alternate;
  width: 234px;
  height: 234px
}

.clients-bubble .bubble-holder:nth-child(24) .bubble {
  animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(25) {
  animation: sideways 3s 0.5s ease-in-out infinite alternate;
  width: 152px;
  height: 152px
}

.clients-bubble .bubble-holder:nth-child(25) .bubble {
  animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(26) {
  animation: sideways 5s 0.5s ease-in-out infinite alternate;
  width: 231px;
  height: 231px
}

.clients-bubble .bubble-holder:nth-child(26) .bubble {
  animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(27) {
  animation: sideways 4s 0.5s ease-in-out infinite alternate;
  width: 211px;
  height: 211px
}

.clients-bubble .bubble-holder:nth-child(27) .bubble {
  animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(28) {
  animation: sideways 5s 1.5s ease-in-out infinite alternate;
  width: 177px;
  height: 177px
}

.clients-bubble .bubble-holder:nth-child(28) .bubble {
  animation: bubbleAnim 3s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(29) {
  animation: sideways 5s 1.5s ease-in-out infinite alternate;
  width: 201px;
  height: 201px
}

.clients-bubble .bubble-holder:nth-child(29) .bubble {
  animation: bubbleAnim 2s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(30) {
  animation: sideways 4s 0.5s ease-in-out infinite alternate;
  width: 207px;
  height: 207px
}

.clients-bubble .bubble-holder:nth-child(30) .bubble {
  animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(31) {
  animation: sideways 5s 1.5s ease-in-out infinite alternate;
  width: 163px;
  height: 163px
}

.clients-bubble .bubble-holder:nth-child(31) .bubble {
  animation: bubbleAnim 2s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(32) {
  animation: sideways 3s 1.5s ease-in-out infinite alternate;
  width: 150px;
  height: 150px
}

.clients-bubble .bubble-holder:nth-child(32) .bubble {
  animation: bubbleAnim 2s 1.8s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(33) {
  animation: sideways 4s 1.5s ease-in-out infinite alternate;
  width: 208px;
  height: 208px
}

.clients-bubble .bubble-holder:nth-child(33) .bubble {
  animation: bubbleAnim 3s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(34) {
  animation: sideways 3s 1.5s ease-in-out infinite alternate;
  width: 196px;
  height: 196px
}

.clients-bubble .bubble-holder:nth-child(34) .bubble {
  animation: bubbleAnim 2s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(35) {
  animation: sideways 5s 1.5s ease-in-out infinite alternate;
  width: 160px;
  height: 160px
}

.clients-bubble .bubble-holder:nth-child(35) .bubble {
  animation: bubbleAnim 3s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(36) {
  animation: sideways 3s 0.5s ease-in-out infinite alternate;
  width: 232px;
  height: 232px
}

.clients-bubble .bubble-holder:nth-child(36) .bubble {
  animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(37) {
  animation: sideways 5s 1.5s ease-in-out infinite alternate;
  width: 195px;
  height: 195px
}

.clients-bubble .bubble-holder:nth-child(37) .bubble {
  animation: bubbleAnim 3s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(38) {
  animation: sideways 3s 0.5s ease-in-out infinite alternate;
  width: 233px;
  height: 233px
}

.clients-bubble .bubble-holder:nth-child(38) .bubble {
  animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder .bubble-rotate {
  width: 100%;
  height: 100%
}

.clients-bubble .bubble-holder .bubble {
  background: radial-gradient(circle at 50% 55%, rgba(240, 245, 255, 0.9), rgba(240, 245, 255, 0.19) 40%, rgba(225, 238, 255, 0.8) 60%, rgba(43, 130, 255, 0.4));
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.clients-bubble .bubble-holder .bubble img {
  max-width: 60%
}

.clients-bubble .bubble-holder .bubble::before {
  filter: blur(0);
  height: 80%;
  width: 40%;
  background: radial-gradient(circle at 130% 130%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  z-index: 2
}

.clients-bubble .bubble-holder .bubble::after {
  display: block;
  background: radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, white 80%, white 84%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  top: 5%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  filter: blur(1px);
  z-index: 2;
  transform: rotateZ(-30deg)
}

.sec-3 {
  padding: 70px 0px;
  background: linear-gradient(0deg, #d1e8fe 0%, #d1e8fe 35.66%, #d1e8fe 55.08%, #fff 100%);
}


.fghh {
  background: white;
  padding: 40px 25px 60px;
  border-radius: 60px;
}

.sec-3-head h4 {
  font-size: 50px;
  color: #000;
  text-align: center;
  font-weight: 800;
  padding-bottom: 10px;
}


.sec-3-head h4 span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: poppins;
  font-size: 80px;
}


.sec-3 p {
  font-size: 17px;
  color: #575757;
  text-align: center;
  line-height: 30px;
  padding-top: 10px;
}




/*============= CASE STUDY CSS AREA ENDS ===============*/
/*# sourceMappingURL=main.css.map */





@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}




/* services */


.service__content .swiper-slide .service__content-wrap {
  -webkit-transform: translateY(10px) !important;
  transform: translateY(10px) !important;
  opacity: 0;
}

.service__content .swiper-slide.swiper-slide-active .service__content-wrap {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}

.service__content .swiper-slide.swiper-slide-active .service__content-wrap .service__slide-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.service__content .swiper-slide.swiper-slide-active .service__content-wrap .service__icon-box {
  left: 20px;
  opacity: 1;
}

@media (max-width: 767px) {
  .service__content .swiper-slide.swiper-slide-active .service__content-wrap .service__icon-box {
    left: 0;
  }
}

.service__content .swiper-slide.swiper-slide-active .service__content-wrap .tx-skill-progress-bar {
  bottom: -34px;
  opacity: 1;
}

.service__content .swiper-slide.swiper-slide-active .service__content-wrap .service__shape {
  top: 40px;
  opacity: 1;
}

.service-item-inner {
  position: relative;
  margin-top: 20px;
  margin-bottom: 75px;
}

.service-item-inner:hover .item--holder-hover {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}

.service-item-inner .item--image {
  position: relative;
}

.service-item-inner .item--image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0c0c0c;
  background-image: -webkit-gradient(linear, left top, right top, from(#0c0c0c), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #0c0c0c, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#fff", endColorStr="rgba(255, 255, 255, 0)", gradientType="1");
  background-color: initial;
  z-index: 1;
}

.service-item-inner .item--image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 95%;
  background-color: #0c0c0c 42%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(42%, #0c0c0c), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #0c0c0c 42%, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#0c0c0c 42%", endColorStr="rgba(255, 255, 255, 0)", gradientType="1");
  background-color: initial;
  z-index: 2;
}

.service-item-inner .item--holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 23px 27px;
  z-index: 99;
  -webkit-box-shadow: 0 0 27px rgba(12, 12, 12, 0.07);
  -ms-box-shadow: 0 0 27px rgba(12, 12, 12, 0.07);
  -o-box-shadow: 0 0 27px rgba(12, 12, 12, 0.07);
  box-shadow: 0 0 27px rgba(12, 12, 12, 0.07);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.service-item-inner .item--holder::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
}

.service-item-inner .item--icon {
  font-size: 68px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .service-item-inner .item--icon {
    font-size: 40px;
  }
}

.service-item-inner .item--title {
  font-size: 22px;
  color: #fff;
  max-width: 55%;
  margin-bottom: 9px;
  line-height: 1.27;
}

@media (max-width: 1199px) {
  .service-item-inner .item--title {
    font-size: 20px;
    max-width: 100%;
  }
}

.service-item-inner .item--title a {
  color: inherit;
}

.service-item-inner .item--content {
  font-size: 16px;
  color: #919191;
  max-width: 80%;
  line-height: 24px;
}

.service-item-inner .item--holder-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

@media (max-width: 1199px) {
  .service-item-inner .item--holder-top {
    display: none;
  }
}

.service-item-inner .item--holder-top .item--icon {
  font-size: 37px;
  margin-bottom: 0;
  margin-right: 15px;
}

.service-item-inner .item--meta {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* padding-right: 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 59%;
}

.service-item-inner .item--image-small {
  width: 170px;
}

.service-item-inner .item--holder-bottom {
  background-color: #191919;
  padding: 21px 20px 14px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 20px 30px rgba(12, 12, 12, 0.25);
  -ms-box-shadow: 0 20px 30px rgba(12, 12, 12, 0.25);
  -o-box-shadow: 0 20px 30px rgba(12, 12, 12, 0.25);
  box-shadow: 0 20px 30px rgba(12, 12, 12, 0.25);
  position: relative;
}

.service-item-inner .item--holder-bottom::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
}

.service-item-inner .item--holder-bottom .item--content {
  max-width: 100%;
  color: #fff;
  margin-bottom: 8px;
}

.service-item-inner .item--holder-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: black;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}

.service-item-inner .item--holder-hover .item--title {
  max-width: 60%;
}

.service-item-inner .item--readmore {
  font-weight: 700;
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.service-item-inner .item--readmore i {
  -webkit-transform: translate(9px, 1px);
  transform: translate(9px, 1px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-item-inner .item--readmore:hover i {
  -webkit-transform: translate(13px, 1px);
  transform: translate(13px, 1px);
}

.service-item-two {
  margin: 0;
}

.service-item-two .item--image::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(18.75%, #2e234117), to(rgba(0, 0, 0, 0.021)));
  background: linear-gradient(90deg, #2e234171 18.75%, rgba(0, 0, 0, 0.048) 100%);
}

.service-item-two .item--image::after {
  display: none;
}

.service-item-two .item--holder,
.service-item-two .item--holder-bottom {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service-item-two .item--holder {
  padding: 45px 27px;
}

.service-item-two .item--holder-bottom {
  z-index: 1;
  background: transparent;
}

.service-item-two .item--holder-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, color-stop(28.96%, #FC7632), color-stop(64.12%, #F72750));
  background: linear-gradient(90deg, #FC7632 28.96%, #F72750 64.12%);
  opacity: 0.15;
}

.service-item-two .item--holder-bottom .item--content {
  color: #000 !important;
}

.service-header h2 {
  font-weight: 700;
}


.service-header {
  margin-bottom: 25px;
}


.service-item-two .item--content {
  color: #ffffff !important;
}

.service-item-two .item--holder-hover {
  background-color: #fff;
}

.service-item-two .item--holder-hover .item--title a {
  color: #000;
}


.service-item-inner {
  position: relative;
  margin-bottom: 11px;
  background: #ffffff;
  padding: 2px 2px 1px;

}

.industryLeftTitle {
  font-size: 49px;
  font-weight: 800;
  padding-bottom: 7px;
}

.industryLeftInfo p {
  font-size: 17px;
  color: #7e8189;
  padding-bottom: 13px;
}

.service-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.testimonial14-header h2 {
  font-size: 42px;
}




.choose-us-wrapper.choose-us-3 {
  background-color: var(--body);
}

.section-padding {
  padding: 60px 0 60px;
}

.choose-us-content {
  position: sticky !important;
  top: 120px !important;
  overflow: visible !important;
}


.section-title .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  padding: 6px 19px;
  /* background: var(--card-bg); */
  margin-bottom: 15px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-20);
}

.section-title {
  position: relative;
}

.section-title h2 {
  color: var(--black-2);
  font-size: 37px;
  font-weight: 800;
  line-height: 40px;
  text-transform: none;
  margin-bottom: 10px;
}

.section-title .sub-title span {
  .section-title .sub-title span {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.26px;
    /* background: var(--white); */
    background-clip: text;
    -webkit-background-clip: text;
    color: #000000;
    text-transform: uppercase;
    /* background: var(--ztc-bg-bg-20); */
  }
}

.service-box:not(:last-child) {
  margin-bottom: 30px;
}

.service-box {
  padding: 10px;
  min-height: 323px;
  background: #f6f6f8;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #e7e8ec;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.service-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: linear-gradient(122deg, rgba(255, 217, 17, 0) 0%, rgba(233, 226, 255, 0.8) 34.54%, #cae1f7 62.5%, rgba(250, 232, 138, 0.56) 100%), radial-gradient(74.51% 50% at 50% 100%, white 24.0899994969%, white 100%);
  background: url(../img/service_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.xb-item--holder {
  margin-bottom: 20px;
}

.service-box .service-item .xb-item--img {
  margin-left: -10px;
}

.service-box .service-item .xb-item--img img {
  height: 82px;
}

.service-box .service-item .xb-item--title {
  font-size: 28px;
  letter-spacing: 0em;
  margin-bottom: 10px;
  font-weight: 700;
}

.service-box .service-item {
  position: relative;
  z-index: 2;
  padding: 30px;
  background: #fff;
  border: 1px solid #e6e7ec;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.service-box:hover::before {
  opacity: 1;
}


.process-left {
  position: sticky;
  top: 200px;
  z-index: 2;
  margin-bottom: 100px;
  margin-top: 100px;
}

.process-left .title {
  font-size: 45px;
  margin-bottom: 30px;
  color: white;
  font-weight: 600;
}

.title {
  font-weight: 700;
  background: linear-gradient(341deg, #FFD700, #ff5b1d, #ffaa0e);
  -webkit-background-clip: text;
  color: transparent;
  animation: shimmer 6s linear infinite;
  font-size: clamp(28px, 6vw, 56px);
  text-transform: capitalize;
}

.process-left .sec-title span {
  color: #fff;
}

.g-t-h60 {
  font-size: 65px !important;
  font-weight: 800;
}

.service {
  padding: 60px 0px;
  background: linear-gradient(to top, #d1e8fe, #00002a);

}

.header-tt {
  background-color: white;
  color: #000;
}

.process-left .sec-title p {
  margin-top: 30px;
}

.theme-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  color: var(--stick-white);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 20px;
  max-height: 54px;
  border-radius: 4px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-appearance: none;
  outline: none !important;
  overflow: hidden;
  cursor: pointer;
}

.process-right .process-item {
  top: 140px;
  z-index: 2;
  position: sticky;
  max-width: 470px;
  padding: 0 40px 40px;
  /* margin-bottom: 100px; */
  background: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 4px 4px 14px 0 #363636;
}

.process-right .process-item .xb-item--number {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  width: 54px;
  height: 57px;
  padding-top: 12px;
  border-top: none;
  display: inline-block;
  border-radius: 0 0 27px 27px;
  border: 1px solid rgb(76 76 76 / 35%);
}


.process-right .process-item .xb-item--img {
  margin: 14px 0 25px;
  border-radius: 10px;
  overflow: hidden;
}

.xb-item--holder {
  margin-bottom: 20px;
}


.process-right {
  float: right;
}

.process-right .process-item .xb-item--title {
  font-size: 24px;
  letter-spacing: 0em;
  margin-bottom: 10px;
}



.xb-item--holder {
  margin-bottom: 20px;
}


.secion005 {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  background-image: url(../img/tc-mave.png);
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: center bottom;
  padding-bottom: 0px;
}

.secion005 h3 {
  color: white;
  font-size: 38px;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 0px;
}

.secion005 ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  float: none;
  width: 100%;
  max-width: 1100px;
  position: relative;
  min-height: 380px;
}

/* Example media queries for responsiveness */

/* Mobile devices (up to 768px) */
@media (max-width: 768px) {
  .secion005 ul {
    min-height: 600px;
    /* reduce height for smaller screens */
    padding: 0 10px;
    /* add some horizontal padding */
  }

  .secion005 {
    width: 100%;
    height: auto;
    padding: 50px 0px;
    background-image: url(./images/tc-mave.png);
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: center bottom;
    padding-bottom: 40px;
  }
}

/* Tablets (769px â€“ 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .secion005 ul {
    min-height: 350px;
    padding: 0 20px;
  }
}

.secion005 ul li {
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
}

.secion005 ul li span {
  position: absolute;
  top: 50px;
  right: 0px;
  font-size: 50px;
  font-weight: 700;
  margin-top: 30px;
}

.secion005 ul span {
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 50px;
  font-weight: 700;
  margin-top: 30px;
}


.secion005 ul li p {
  display: block;
  margin-bottom: 25px;
  font-size: 15px;
}

.secion005 ul li p img {
  margin-bottom: 10px;
}

.secion005 ul li p strong {
  color: #25373f;
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.secion005 ul li:nth-child(1) {
  left: 1%;
}

.secion005 ul li:nth-child(1) span {
  color: #fff;
  right: -10px;
}

.secion005 ul li:nth-child(2) {
  top: 6%;
  bottom: auto;
  left: 16%;
}

.secion005 ul li:nth-child(2) p {
  max-width: 194px;
}

.secion005 ul li:nth-child(2) span {
  top: auto;
  color: #fff;
  bottom: -25px;
  right: 35px;
}

.secion005 ul li:nth-child(3) {
  top: -56px;
  left: 44%;
  bottom: auto;
}

.secion005 ul li:nth-child(3) span {
  bottom: -80px;
  top: auto;
  left: 60px;
  color: #fff;
}

.secion005 ul li:nth-child(4) {
  right: 4%;
  float: right;
  left: auto;
  bottom: 56%;
  padding-left: 6%;
}

.secion005 ul li:nth-child(4) span {
  left: -60px;
  top: auto;
  bottom: -34px;
  color: #fff;
}

.secion005 ul li:nth-child(5) {
  right: 1%;
  left: auto;
  float: right;
  padding-left: 61px;
}

.secion005 ul li:nth-child(5) span {
  left: -40px;
  color: #fff;
  top: 50px;
}




.icon-box {
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  border: 1px solid #7f8081a6;
  border-radius: 15px;
  padding: 0px;
  text-align: center;
  transition: 0.3s;
  background: white;
  padding: 30px 0px;
}

.small-text {
  font-size: 15px;
}


.icon-box:hover {
  box-shadow: none;
  border: 1px solid #74b7f1;
}

.icon-box:hover img {
  transform: scale(1.2);
}

.icon-box img {
  transition: transform .2s;
}



.dffbv {
  margin-top: 71px;
  background: #fff;
  padding: 50px 41px 60px;
  border-radius: 60px;
}

.icon-box img {
  width: 60px;
}



.xcff {
  padding: 50px 41px 60px;
  border-radius: 60px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(rgb(8 10 73 / 91%), rgb(255 255 255 / 44%), #0e0f48);
}





.fghh:hover .card-bg {
  clip-path: circle(150% at 50% 50%);
}

.card-bg {
  position: absolute;
  inset: 0;
  background: url(../img/ab.jpg) center / cover no-repeat;
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 0.7s ease-in-out;
  z-index: -1;
  opacity: 0.1;
}


.fghh:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: #2b3a55;
  background: #ffffff;
  transition: 0.7s ease-in-out;
}


.fghh {

  position: relative;
  overflow: hidden;
  text-align: center;
  transition: clip-path 0.7s ease-in-out;
}




/* djkf */
.process-left img {
  height: 334px;
  display: flex;
  margin: 0 auto;
}


.process-left {
  position: sticky;
  top: 200px;
  z-index: 2;
  margin-bottom: 100px;
  margin-top: 100px;
}

.process-left .title {
  font-size: 45px;
  margin-bottom: 30px;
  color: white;
  font-weight: 600;
}

.title {
  font-weight: 700;
  background: linear-gradient(341deg, #FFD700, #ff5b1d, #ffaa0e);
  -webkit-background-clip: text;
  color: transparent;
  animation: shimmer 6s linear infinite;
  font-size: clamp(28px, 6vw, 56px);
  text-transform: capitalize;
}

.process-left .sec-title span {
  color: #adb5c6;
}



.header-tt {
  background-color: white;
  color: #ffffff;
}

.process-left .sec-title p {
  margin-top: 30px;

}

.theme-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  color: var(--stick-white);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 20px;
  max-height: 54px;
  border-radius: 4px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-appearance: none;
  outline: none !important;
  overflow: hidden;
  cursor: pointer;
}

.process-right .process-item {
  top: 140px;
  z-index: 2;
  position: sticky;
  max-width: 670px;
  padding: 0 40px 40px;
  /* margin-bottom: 100px; */
  background: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 4px 4px 14px 0 #2c2d64;
}


.wordpress-page {
  padding: 50px 0px 0px;
}

.xb-item--img img {
  width: 100%;
}

.process-right .process-item .xb-item--number {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  width: 54px;
  height: 57px;
  padding-top: 12px;
  border-top: none;
  display: inline-block;
  border-radius: 0 0 27px 27px;
  border: 1px solid rgb(76 76 76 / 35%);
}


.process-right .process-item .xb-item--img {
  margin: 14px 0 25px;
  border-radius: 10px;
  overflow: hidden;
}

.xb-item--holder {
  margin-bottom: 20px;
}


.process-right {
  float: right;
}

.process-right .process-item .xb-item--title {
  letter-spacing: 0em;
  margin-bottom: 10px;
  font-weight: 700;
}



.xb-item--holder {
  margin-bottom: 20px;
}










/*==============================
   CERTIFICATE STYLE SLIDER
==============================*/

.case14-slider-area {
  position: relative;
}

.case14-slider-area .owl-stage-outer {
  overflow: visible;
  perspective: 3000px;

}

.case14-slider-area .owl-stage {
  display: flex;
  align-items: center;
}

/* Owl Item */

.case14-slider-area .owl-item {
  transition: all .6s ease;
  opacity: .7;
  transform: scale(.82) rotateY(28deg);
}

.case14-section-area {
  padding: 70px 0px;
}

/* Center Item */

.case14-slider-area .owl-item.center {
  opacity: 1;
  transform: scale(1) rotateY(0deg);
  z-index: 99;
}

.case14-section-area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Left Side */

.case14-slider-area .owl-item.active:not(.center) {
  transform: scale(.82) rotateY(10deg);
}

/* Right Side */

.case14-slider-area .owl-item.center~.owl-item.active {
  transform: scale(.82) rotateY(-10deg);
}

/*==============================
   BOX
==============================*/

.case14-boxarea {

  background: transparent;
  transition: .5s;
}

/*==============================
   FRAME
==============================*/

.case14-boxarea .img1 {
  position: relative;
  background: #fff;

  border: 10px solid #c89b2d;
  border-image: linear-gradient(45deg,
      #9b6a00,
      #f8e7a3,
      #c89b2d,
      #fff4c9,
      #9b6a00)1;

  box-shadow: 0 18px 45px rgba(0, 0, 0, .25);
  overflow: hidden;
  transition: .5s;
}



.case14-boxarea .img1 img {
  width: 100%;

  object-fit: cover;
  display: block;
}

/*==============================
   CONTENT
==============================*/

.case14-boxarea .content-area {
  margin-top: 22px;
  text-align: center;
}

.case14-boxarea .content-area p {
  font-size: 14px;
  color: #ff6b00;
  font-weight: 600;
  margin-bottom: 10px;
}

.case14-boxarea .content-area a {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.case14-boxarea .arrow {
  margin-top: 18px;
}

.case14-boxarea .arrow a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ff6b00;
  color: #fff;
  transition: .4s;
}

.case14-boxarea:hover .arrow a {
  transform: rotate(45deg);
  background: #111;
}

/*==============================
   HOVER
==============================*/


/*==============================
   RESPONSIVE
==============================*/

@media(max-width:991px) {

  .case14-slider-area .owl-stage-outer {
    overflow: hidden;
  }

  .case14-slider-area .owl-item,
  .case14-slider-area .owl-item.center,
  .case14-slider-area .owl-item.active:not(.center),
  .case14-slider-area .owl-item.center~.owl-item.active {

    transform: scale(1) rotateY(0deg);
    opacity: 1;
  }



}


.case14-slider-area {
  padding-top: 40px
}

.sub-title {
  background: var(--header-1);
}

.section-title .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  padding: 6px 19px;
  background: #000;
  margin-bottom: 5px;
  border-radius: 4px;
  color: #fff;
}

.section-title h2 {
  color: #000;
}

.section-title h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-transform: none;
  margin-bottom: 10px;
}

.animate-border {
  position: relative;
  display: block;
  width: 150px;
  height: 5px;
  left: 45%;
  top: 10px;
  background-color: #040446;
  border-radius: 4px;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 5px;
  left: 5%;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}


.ourproject {
  background: linear-gradient(to top, #d1e8fe, #040446);
  padding: 70px 0px 60px;
}


.onlineb1 {
  align-items: center;
  position: sticky !important;
  top: 60px;
  background: #050634;
}


.prohad {
  font-weight: 700;
  font-size: 65px;
  text-align: left;
  margin-bottom: 50px;
  color: #fff;
}

.protext {
  color: #99a2b8;
}


.onlineb11 {
  border-radius: 4rem 4rem;
  position: relative;
  z-index: 99;
  color: #fff;
  text-align: left;
  max-width: 1481px;
  margin-left: auto;
  margin-right: auto;
}

.contbg2 {
  background-color: #fff;
  border-radius: 3.5rem;
  padding: 2.6rem;
}

.onlinetraining h6 {
  font-size: 36px;
  padding-bottom: 10px;
  font-weight: 700;
  padding-bottom: 29px;
}

.dfgss img {
  border-radius: 30px;
}

.onlinecortext h4 {
  font-size: 38px;
  font-weight: 800;
  /* color: #d8e4f1; */
}

.fgghg h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 43px;
}

.textff {
  margin-top: 20px;
}

.getin {
  background: linear-gradient(90deg, #7862fc, #ff0385);
  border-radius: 100px;
  padding: 5px 6px 5px 21px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 100px !important;
  transition: .5s linear !important;
  position: relative;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border: none;
  margin-top: 13px;
}

.getin span {
  display: inline-flex;
  background-color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 35px;
  transform: rotate(126deg);
  margin-left: 10px;
}

.fgghg {
  margin-left: 20px;
}







.marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
  overflow: hidden;
}

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.track {
  display: flex;
  width: max-content;
  gap: 10px;
}


.project-box img {
  border-radius: 10px;
  height: 350px;
}

.project-box {
  width: 400px;
  background: #fff;
  border-radius: 15px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
  transition: .4s;
  padding: 5px;
}

.project-box:hover {
  transform: translateY(-8px);
}



/* Left */
.left .track {
  animation: leftMove 30s linear infinite;
}

/* Right */
.right .track {
  animation: rightMove 30s linear infinite;
}

@keyframes leftMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes rightMove {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.marquee:hover .track {
  animation-play-state: paused;
}



.project-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.project-box img {
  width: 100%;
  display: block;
  transition: .5s;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  border-radius: 10px;

}

.view-btn {
  padding: 14px 35px;
  background: #fff;
  color: #0a2a66;
  text-decoration: none;
  font-weight: 700;
  border-radius: 50px;
  transition: .4s;
  font-size: 16px;
}


.project-box:hover .overlay {
  opacity: 1;
  visibility: visible;

}





/* contact-form */

.contact-us-1 .shape-1 {
  position: absolute;
  bottom: 0;
  right: -5%;
  opacity: 8%;
  z-index: -1;
}

.contact-us-1 .shape-2 {
  position: absolute;
  top: 0;
  left: -8%;
  opacity: 8%;
  z-index: -1;
  rotate: 250deg;
}

.contact-us-1 .section-title .sub-title {
  background: #fff
}

.contact-us-1 .section-title h4 {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
}

.contact-us-1 .section-title p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}

.contact-us-1 .contact-us-content .infu-box {
  padding-bottom: 15px;
  gap: 20px;
}

.portfolio-sidebar {
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
}

.portfolio-sidebar h3 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
}

.project-card {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
}

.project-card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
}

.project-card h4 {
  margin: 0;
  font-size: 18px;
  color: #222;
}

.project-card p {
  font-size: 14px;
  color: #666;
}

.project-card a {
  display: inline-block;
  margin-top: 10px;
  color: #ff6600;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contact-us-1 .contact-us-content .infu-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.contact-us-1 .contact-us-content .infu-box .icon {
  background: #fe6a20;
  width: 40px;
  text-align: center;
  line-height: 46px;
  /* font-size: 21px; */
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
}

.contact-us-1 .contact-us-content .infu-box .icon i {
  color: #fff;
  font-size: 20px;
}

.contact-us-1 .contact-us-content .infu-box .infu p {
  color: #fe6a20;
  font-size: 14px;
}

.contact-us-1 .contact-us-content .infu-box h3 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.contact-us-1 .contact-us-content .infu-box h3 a {
  color: #fff;
}

.contact-us-1 .contact-right {
  position: relative;
  /* background-color: #27272700; */
  border-radius: 17px;
  padding: 50px;
  /* -webkit-box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03); */
  /* box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03); */
  margin-left: -5px;
  border: 1px solid #b4c8e4;
}

@media (max-width: 991px) {
  .contact-us-1 .contact-right {
    padding: 50px 20px;
  }
}

.contact-us-1 .contact-right::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* background-color: var(--theme); */
  right: -5px;
  left: auto;
  z-index: -1;
  border-radius: 12px;
}

.contact-us-1 .contact-right h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.28px;
  text-align: center;
  padding-bottom: 30px;
}

.contact-us-1 .contact-right .form-clt {
  position: relative;
}

.contact-us-1 .contact-right .form-clt .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
  text-align: center;
}

@media (max-width: 575px) {
  .contact-us-1 .contact-right .form-clt .icon {
    top: 15px;
  }
}

.contact-us-1 .contact-right .form-clt .icon i {
  color: var(--header);
  font-size: 14px;
}

.contact-us-1 .contact-right .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 15px 22px;
  color: #ffffff !important;
  background-color: #3f3f3f00;
  font-weight: 500;
  border: 1px solid #c9dff6;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
  .contact-us-1 .contact-right .form-clt input {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .contact-us-1 .contact-right .form-clt input {
    font-size: 14px;
    padding: 15px 20px;
  }
}

.contact-us-1 .contact-right .form-clt .nice-select {
  background-color: whitesmoke;
  font-weight: 500;
  border-radius: 4px;
  padding: 15px 22px;
  width: 100%;
  border: none;
}

.contact-us-1 .contact-right .form-clt .nice-select::after {
  height: 10px;
  width: 10px;
  right: 25px;
  border-color: var(--text);
  border-bottom: 2px solid var(--text);
  border-right: 2px solid var(--text);
}

.contact-us-1 .contact-right .form-clt .nice-select span {
  color: var(--text);
}

@media (max-width: 991px) {
  .contact-us-1 .contact-right .form-clt .nice-select {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .contact-us-1 .contact-right .form-clt .nice-select {
    font-size: 14px;
    padding: 15px 20px;
  }
}

.contact-us-1 .contact-right .form-clt .nice-select .list {
  background-color: var(--white);
  width: 100%;
}

.contact-us-1 .contact-right .form-clt .nice-select .list li {
  border: none;
  background-color: transparent;
}

.contact-us-1 .contact-right .form-clt .nice-select .option {
  padding: 8px 10px;
}

.contact-us-1 .contact-right .form-clt-big textarea {
  padding: 10px 22px 91px;
  width: 100%;
  outline: none;
  color: #ffffff;
  background-color: #3f3f3f00;
  font-weight: 500;
  /* border: 1px solid #7f7f7f; */
  border-radius: 4px;
  border: 1px solid #c9dff6;
}

@media (max-width: 1199px) {
  .contact-us-1 .contact-right .form-clt-big textarea {
    font-size: 15px;
  }
}

.contact-us-1 .contact-right .theme-btn {
  background: linear-gradient(90deg, #7862fc, #ff0385);
  color: white;
  border-radius: 30px;
}

.partners ul li {
  width: 100%;
  height: 100px;
  background: #3f3f3f00;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #afc2e0;
}

.partners ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.partners ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .home-about {
    display: grid;
    align-items: center;
    overflow: hidden
}

.home-projects-new,
.bonn-bread,
.home-clients {
    min-height: 100vh
}

.text-abs h2 {
    font-size: 7vw;
    margin: 0;
    white-space: nowrap;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 2.5;
    font-family: "Poppins", sans-serif
}

.list-of-work p {
    font-size: 1.5vw;
    margin: .8vw 0;
    color: #000c2a;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1
}

@media screen and (min-width: 1441px) {
    .list-of-work p { font-size: 1.1vw }
}

.project-button {
    color: var(--primary);
    font-size: 1.2vw;
    display: grid;
    align-items: center;
    grid-template-columns: max-content max-content;
    margin-top: 24px
}

@media screen and (min-width: 1441px) {
    .project-button { font-size: .9vw }
}

@media screen and (max-width: 1055px) {
    .project-button { font-size: 2vh }
}

.project-button i {
    margin-left: .5vw;
    font-size: 1.5em
}

.projects-group {
    display: grid;
    grid-template-columns: repeat(10, 100vw);
    position: relative
}

.projects-group img.main-img {
    width: auto;
    max-height: 70vh
}

.single-project {
    display: grid;
    grid-template-columns: 1fr 3fr;
    width: 100%
}

.single-project .left-side {
    position: relative;
    margin-left: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 80px
}

@media screen and (min-width: 1440px) {
    .single-project .left-side { margin-left: 0 }
}

.single-project .right-side {
    display: grid;
    justify-content: flex-end;
    align-items: center
}

.projects-group .o-p-back {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: -1;
    transition: all .5s ease-in-out
}

.projects-group .o-p-l {
    position: absolute;
    top: 50%;
    left: 3vw;
    transform: translateY(-50%)
}

.projects-group .o-p-l .start,
.projects-group .o-p-l .end {
    display: inline-flex;
    height: 3vw;
    width: 3vw;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-height: 24px;
    min-width: 24px;
    max-width: 36px;
    max-height: 36px
}

.projects-group .o-p-l .end { margin-left: 8vw }

.projects-group .o-p-l .line {
    height: 1px;
    width: 8vw;
    background-color: #000;
    position: absolute;
    top: calc(50% - 1px)
}

.only-projects h2 .main-o { transform: translateX(300px); display: inline-block }
.only-projects h2 .main-t { transform: translateX(200px); display: inline-block }

.only-projects .list-of-work p:nth-child(1) { transform: translateX(182px) }
.only-projects .list-of-work p:nth-child(2) { transform: translateX(106px) }
.only-projects .list-of-work p:nth-child(3) { transform: translateX(166px) }
.only-projects .list-of-work p:nth-child(4) { transform: translateX(109px) }
.only-projects .list-of-work p:nth-child(5) { transform: translateX(118px) }
.only-projects .list-of-work p:nth-child(6) { transform: translateX(125px) }
.only-projects .list-of-work p:nth-child(7) { transform: translateX(104px) }
.only-projects .list-of-work p:nth-child(8) { transform: translateX(181px) }
.only-projects .list-of-work p:nth-child(9) { transform: translateX(188px) }

/* Shared video sizing rule — declared once instead of repeating
   the same block for every section */
/* .only-projects video {
    max-height: 70vh;
    max-width: 70vw;
    position: absolute;
    right: 3vw;
    top: 50%;
    z-index: -1;
    aspect-ratio: 16/9;
    transform: translateY(-50%)
}

@media screen and (min-width: 1441px) {
    .only-projects video { max-height: 60vh }
}

/* Shared text/list positioning — was repeated per nth-child, now one rule */
.only-projects .text-abs {
  position: absolute;
  left: 10vw;
  top: 3vh
}

.only-projects .list-of-work {
  position: absolute;
  bottom: 4vh;
  left: 10vw
}

.only-projects img.main-img {
  position: absolute;
  right: 3vw;
  top: 50%;
  max-width: initial;
  max-height: 75vh;
  z-index: -1;
  transform: translateY(-50%)
}

@media screen and (min-width: 1441px) {

  .only-projects .text-abs,
  .only-projects .list-of-work {
    left: 0
  }

  .only-projects img.main-img {
    right: 0
  }
}

*/
/* ---- Per-section color themes, keyed to the actual HTML classes ---- */

/* .only-projects.glam21 p,
.only-projects.glam21 a { color: #4b0646; margin: 0; }
.only-projects.glam21.active ~ .o-p-back { background-color: #f2e9e4 }
.only-projects.glam21.active ~ .o-p-l .line,
.only-projects.glam21.active ~ .o-p-l .start,
.only-projects.glam21.active ~ .o-p-l .end { border-color: #4b0646; color: #4b0646; background-color: #4b0646 }

.only-projects.AH p,
.only-projects.AH a { color: #2b2d42 }
.only-projects.AH .img-back {
    position: absolute;
    top: -10vh;
    height: 90vh;
    right: 5vw;
    width: 80vh;
    background-color: #fff;
    z-index: -1;
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw
}
.only-projects.AH.active ~ .o-p-back { background-color: #8d99ae }
.only-projects.AH.active ~ .o-p-l .line,
.only-projects.AH.active ~ .o-p-l .start,
.only-projects.AH.active ~ .o-p-l .end { border-color: #f8edeb; color: #f8edeb } */

/* SBL section — rename this class in the HTML from "blue-heaven"
   to "sbl" so it stops colliding with the real Blue Heaven section */
/* .only-projects.sbl p,
.only-projects.sbl a { color: #0b1956 }
.only-projects.sbl.active ~ .o-p-back { background-color: #f7e0e0 }
.only-projects.sbl.active ~ .o-p-l .line,
.only-projects.sbl.active ~ .o-p-l .start,
.only-projects.sbl.active ~ .o-p-l .end { border-color: #bd1d21; color: #bd1d21 }

.only-projects.blue-heaven p,
.only-projects.blue-heaven a { color: #fff }
.only-projects.blue-heaven.active ~ .o-p-back { background-color: #2e394b }
.only-projects.blue-heaven.active ~ .o-p-l .line,
.only-projects.blue-heaven.active ~ .o-p-l .start,
.only-projects.blue-heaven.active ~ .o-p-l .end { border-color: #fff; color: #fff }

.only-projects.trade-india p,
.only-projects.trade-india a { color: #fff }
.only-projects.trade-india.active ~ .o-p-back { background-color: #2e394b }
.only-projects.trade-india.active ~ .o-p-l .line,
.only-projects.trade-india.active ~ .o-p-l .start,
.only-projects.trade-india.active ~ .o-p-l .end { border-color: #fff; color: #fff }

.only-projects.pamaxmia p,
.only-projects.pamaxmia a { color: #c6aa9d }
.only-projects.pamaxmia.active ~ .o-p-back { background-color: #4d5557 }
.only-projects.pamaxmia.active ~ .o-p-l .line,
.only-projects.pamaxmia.active ~ .o-p-l .start,
.only-projects.pamaxmia.active ~ .o-p-l .end { border-color: #c6aa9d; color: #c6aa9d }

.only-projects.my11circle p,
.only-projects.my11circle a { color: #adb5bd }
.only-projects.my11circle.active ~ .o-p-back { background-color: #343a40 }
.only-projects.my11circle.active ~ .o-p-l .line,
.only-projects.my11circle.active ~ .o-p-l .start,
.only-projects.my11circle.active ~ .o-p-l .end { border-color: #adb5bd; color: #adb5bd }

.only-projects.laksita p,
.only-projects.laksita a { color: #e9ecef }
.only-projects.laksita.active ~ .o-p-back { background-color: #202229 }
.only-projects.laksita.active ~ .o-p-l .line,
.only-projects.laksita.active ~ .o-p-l .start,
.only-projects.laksita.active ~ .o-p-l .end { border-color: #e9ecef; color: #e9ecef }

.only-projects.bonn-bread p,
.only-projects.bonn-bread a { color: #adb5bd }
.only-projects.bonn-bread.active ~ .o-p-back { background-color: #343a40 }
.only-projects.bonn-bread.active ~ .o-p-l .line,
.only-projects.bonn-bread.active ~ .o-p-l .start,
.only-projects.bonn-bread.active ~ .o-p-l .end { border-color: #adb5bd; color: #adb5bd }

.only-projects.S-G p,
.only-projects.S-G a { color: #e9ecef }
.only-projects.S-G.active ~ .o-p-back { background-color: #202229 }
.only-projects.S-G.active ~ .o-p-l .line,
.only-projects.S-G.active ~ .o-p-l .start,
.only-projects.S-G.active ~ .o-p-l .end { border-color: #e9ecef; color: #e9ecef }

/* Gallery grid (used only if a section has an image gallery instead of video) */
.gallery-group {
  max-height: 70vh;
  max-width: 70vw;
  position: absolute;
  right: 3vw;
  top: 50%;
  z-index: -1;
  aspect-ratio: 16/9;
  transform: translateY(-50%);
  display: grid;
  grid-template-areas: "one one one two two two" "three three four four five five" "six six six six six six";
  gap: 15px
}

.gallery-group>img:nth-child(1) {
  grid-area: one
}

.gallery-group>img:nth-child(2) {
  grid-area: two
}

.gallery-group>img:nth-child(3) {
  grid-area: three
}

.gallery-group>img:nth-child(4) {
  grid-area: four
}

.gallery-group>img:nth-child(5) {
  grid-area: five
}

.gallery-group>img:nth-child(6) {
  grid-area: six
}

@media screen and (min-width: 1441px) {
  .gallery-group {
    max-height: 60vh
  }
}

.home-clients {
  overflow: hidden;
  position: relative
}

@media screen and (min-width: 1056px) {
  .home-clients.active {
    background-color: #202229
  }

  .home-clients.active h2 {
    color: #e9ecef
  }

  .home-clients.active .client-name {
    color: rgba(233, 236, 239, .8) !important;
    border-top: 1px solid rgba(233, 236, 239, .486) !important
  }

  .home-clients.active .client-name:hover {
    color: #e9ecef !important
  }
}

.home-clients .client-list-cnvs {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.home-clients .client-list-cnvs .client-logo {
  width: 100%;
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100vh
}

.home-clients .client-list-cnvs .client-logo>img {
  margin: 0 auto;
  animation: logoRotation 6s infinite;
  transform: scale(6)
}

.home-clients .client-list-cnvs .client-list {
  padding-left: 40px
}

.home-clients .client-list-cnvs .client-list .client-name {
  padding: 10px;
  padding-left: 25px;
  border-top: 1px solid rgba(74, 78, 105, .486);
  font-size: 1.8vw;
  text-transform: uppercase;
  color: rgba(74, 78, 105, .8);
  display: flex;
  align-items: center;
  line-height: 1.5;
  user-select: none
}

.home-clients .client-list-cnvs .client-list .client-name:hover {
  color: #4a4e69
}

.home-service-btn {
  margin: 0;
  padding: 20px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 1.1vw;
  font-weight: 500
}

.c-scrollbar {
  z-index: 111111;
  opacity: 1
}

.can_link_c {
  position: fixed;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500
}

body.nav_open .nav-ul .nav-p {
  animation: navigationEffect 1s .3s ease
}

body.nav_open .nav-ul .g-li:nth-child(1) {
  animation: navigationEffect .8s .15s ease
}

body.nav_open .nav-ul .g-li:nth-child(2) {
  animation: navigationEffect .8s .3s ease
}

body.nav_open .nav-ul .g-li:nth-child(3) {
  animation: navigationEffect .8s .45s ease
}

body.nav_open .nav-ul .g-li:nth-child(4) {
  animation: navigationEffect .8s .6s ease
}

body.nav_open .nav-ul .g-li span {
  display: inline-block;
  pointer-events: none;
  transition: transform .1s linear
}

body.nav_open .nav-line {
  background-color: transparent
}

body.nav_open .nav-line::before {
  width: 100%;
  transform: translateY(6px) rotate(225deg);
  background-color: #000
}

body.nav_open .nav-line::after {
  width: 100%;
  transform: translateY(-6px) rotate(-225deg);
  background-color: #000
}

.cont-max-width {
  max-width: 1440px
}

.heading-one-border {
  font-size: 8vw;
  margin: 0;
  color: #343a40;
  line-height: 1
}

@media screen and (max-width: 1055px) {
  .heading-one-border {
    font-size: 9vh
  }
}

.heading-one-border .bordered-text {
  color: #e09f3e;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px
}

.para-one {
  font-size: 1.5vw;
  margin: 0;
  max-width: 30vw;
  color: #5dbac3
}

@media screen and (max-width: 1055px) {
  .para-one {
    font-size: 2vh;
    max-width: 400px
  }
}

.heading-two-border {
  font-size: 6vw;
  margin: 0;
  color: #343a40;
  line-height: 1
}

@media screen and (max-width: 1055px) {
  .heading-two-border {
    font-size: 5vh
  }
}

.heading-two-border .bordered-text {
  color: #b14421;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px
}

@media screen and (max-width: 1055px) {
  .heading-two-border .bordered-text {
    -webkit-text-stroke-width: 2px
  }
}

.heading-three-border {
  font-size: 3vw;
  margin: 0;
  color: #343a40;
  line-height: 1
}

@media screen and (max-width: 1055px) {
  .heading-three-border {
    font-size: 4vh
  }
}

.heading-three-border .bordered-text {
  color: #b14421;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px
}

@media screen and (max-width: 1055px) {
  .heading-three-border .bordered-text {
    -webkit-text-stroke-width: 1px
  }
}

.para-two {
  font-size: 1.25vw;
  margin: 0;
  color: #343a40
}

@media screen and (max-width: 1055px) {
  .para-two {
    font-size: 1.75vh
  }
}

.title-dot {
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  margin: 0;
  color: var(--primary);
  position: relative;
  display: inline-block
}

.title-dot::after {
  content: "";
  position: absolute;
  height: .3ch;
  width: .3ch;
  background-color: red;
  bottom: .7ch;
  border-radius: 50%;
  right: -0.5ch;
  background: radial-gradient(circle, #f599b1 0%, #d77860 100%)
}

.hover-this {
  transition: all .3s ease
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: .25rem;
  background-color: #fff;
  border-radius: 5rem;
  mix-blend-mode: difference;
  transition: transform .3s ease
}

.hover-this:hover~.cursor {
  transform: translate(-50%, -50%) scale(8)
}

.navigation {
  cursor: none
}

.home-about .heading-two-border {
  font-size: 6vw !important;
  align-self: center
}

.home-about .about-para p {
  font-size: 1.8vw !important;
  font-weight: 600;
  transition: all .5s ease-in-out;
  color: #fff
}

.home-about .about-para.active p {
  color: #b1b1b1;
  transition: all .5s ease-in-out
}

.home-about .about-para.active p .colr-1 {
  color: #e56b6f;
  transition: all .5s ease-in-out
}

.home-about .about-para.active p .colr-2 {
  color: #197278;
  transition: all .5s ease-in-out
}

.home-about .about-para.active p .colr-3 {
  color: #a53860;
  transition: all .5s ease-in-out
}

.home-clients h2 {
  font-size: 7vw !important
}

@media screen and (max-width: 1055px) {
  .home-about .g-row {
    flex-direction: column;
    justify-content: center
  }

  .home-about .g-row .g-content-group {
    width: 100%
  }

  .home-about .g-row .g-content-group p {
    font-size: 2.5vh !important
  }

  .home-about .g-row .g-content-group.g-col-e-3 {
    margin-top: 20px;
    width: max-content
  }

  .home-about .g-row .home-service-btn {
    font-size: 1.8vh !important;
    border-radius: 10px
  }
}

.projects-group-m {
  grid-template-columns: 1fr
}

.projects-group-m .only-projects-m {
  margin-top: 10vh
}

.projects-group-m .only-projects-m:first-child {
  margin-top: 15vh
}

.projects-group-m .only-projects-m .g-row {
  display: grid;
  grid-template-columns: 1fr
}

.projects-group-m .only-projects-m .g-row video {
  max-height: 80vh;
  max-width: 90vw;
  aspect-ratio: 16/9
}

.projects-group-m .only-projects-m .g-row .text-content {
  margin-top: -3vh
}

.projects-group-m .only-projects-m .g-row .text-content>div {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5vh;
  padding: 0 20px
}

.projects-group-m .only-projects-m .g-row .text-content>div a,
.projects-group-m .only-projects-m .g-row .text-content>div p {
  margin: 0
}

.projects-group-m .only-projects-m .g-row .text-content>div p {
  font-size: 2vh !important;
  font-weight: 500
}

.projects-group .single-folio {
  width: 100% !important
}

*/ */

/*  */
.results-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 20px;

}



/* ---------- Left: browser mock ---------- */

.browser-card {
  background: #32376f17;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(11, 31, 75, .12);
  overflow: hidden;
  padding: 8px;

}


.brand-float img {
  height: 95px;
}

.browser-card img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.dfdfdsd {
  position: unset !important;
}

.brand-float {
  position: absolute;
  right: -5%;
  bottom: -16%;
  background: #fff;
  border: 1.5px dashed #c9cfdb;
  border-radius: 10px;
  padding: 18px 22px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(11, 31, 75, .14);
  min-width: 180px;
}

.brand-float .brand-name {
  font-weight: 700;
  color: var(--navy);
  margin-top: 8px;
  font-size: 1rem;
}

.brand-float .brand-sub {
  font-size: .72rem;
  color: #8a93a6;
  margin-top: 2px;
}

.action-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 56px;
  flex-wrap: wrap;
}

.btn-nav {
  background: #fff;
  border: 1px solid #d7dbe6;
  color: var(--navy);
  padding: 11px 20px;
  border-radius: 8px;
  font-weight: 500;
  font-size: .88rem;
  transition: all .2s ease;
}

.btn-nav:hover {
  border-color: var(--maroon);
  color: var(--maroon);
}

.btn-nav:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.experts-line {
  margin-top: 18px;
  font-size: .92rem;
  color: #4b5468;
}

.experts-line a {
  color: var(--maroon);
  font-weight: 600;
  text-decoration: none;
}

.experts-line a:hover {
  text-decoration: underline;
}

.experts-line .chev {
  color: #9aa2b5;
  margin-right: 4px;
}

/* ---------- Right: result panel ---------- */

.pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #7862fc, #ff0385);
  color: #fff;
  padding: 7px 18px 7px 8px;
  border-radius: 30px;
  font-size: .82rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.pill-badge .ic {
  background: #ffa355;
  color: var(--navy);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
}

.section-title {
  font-weight: 700;
  font-size: 65px;
  color: #fff;
}

.acc-item {
  border: 1px solid #aad3ff;
  margin-bottom: 14px;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
}

.acc-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  cursor: pointer;
  user-select: none;
}

.acc-num {
  min-width: 28px;
  height: 28px;
  border-radius: 30px;
  background: #c7c9cf;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .85rem;
}

.acc-item.active .acc-num {
  background: #000058;
}

.acc-item:not(.active) .acc-num {
  background: #000058;
}

.acc-title {
  flex: 1;
  font-weight: 600;
  color: black;
  font-size: 17px;
}

.acc-chevron {
  color: #1a1a1a;
  transition: transform .25s ease;
  font-size: .85rem;
}

.acc-item.active .acc-chevron {
  transform: rotate(180deg);
}

.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  border-top: 0 solid var(--line);
}

.acc-item.active .acc-body {
  max-height: 420px;
  border-top: 1px solid var(--line);
}

.acc-body-inner {
  padding: 11px 18px 15px;
  background: #e5e5e5a1;
}

.site-link {
  display: inline-block;
  margin-bottom: 10px;
  color: #3b6ef0;
  font-size: .9rem;
  text-decoration: none;
  word-break: break-all;
}

.site-link:hover {
  text-decoration: underline;
}

.results-table-wrap {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid var(--line);

}

table.results-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .85rem;
}

table.results-table thead th {

  background: #ffebcd75;
  color: #000000;
  font-weight: 500;
  text-align: left;
  padding: 9px 12px;
  border-bottom: 1px solid var(--line);
  z-index: 1;
  font-size: 15px;
  border: 1px solid gainsboro;

}

tbody {
  background-color: #fff;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

table.results-table tbody td {
  padding: 9px 12px;
  border-bottom: 1px solid #f0f1f5;
  color: #3a4257;
  white-space: nowrap;
}

table.results-table tbody tr:last-child td {
  border-bottom: none;
}

.rank-tag {
  color: #1a9e5c;
  font-weight: 600;
}

.engine-link {
  color: #3b6ef0;
  text-decoration: none;
}

.engine-link:hover {
  text-decoration: underline;
}

.simple-body p {
  color: #5c6478;
  font-size: .92rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width:991px) {
  .section-title {
    font-size: 1.5rem;
  }

  .brand-float {
    position: static;
    margin-top: 16px;
    box-shadow: none;
    border-style: solid;
  }

  .left-col {
    margin-bottom: 20px;
  }
}

.bacak {
  background: #ecfdffab;
  padding: 10px;
}


.bacak a {
  color: #1B6CFC !important;
  font-size: 16px;
}




.testimonials {
  padding: 5rem 0rem 3rem 0rem;
  background-color: transparent;
  border-radius: 0rem;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  background: linear-gradient(to top, #d1e8fe, #040446);
  min-height: 1000px;

}

.bg1 {
  border-radius: 4rem 4rem;
  min-height: 600px;
  background: linear-gradient(to bottom, #c8c8e1, #c8c8e1);
  position: relative;
  z-index: 9999;
  color: #fff;
  padding: 8px;
  text-align: left;
  z-index: 9;
  overflow: hidden;
  max-width: 1482px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.bg1:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 7%) 40%, transparent 57%);
  content: '';
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem 4rem;
  z-index: -1;
}

.bg2 {
  background: linear-gradient(to bottom, #fff, #fff);
  min-height: 600px;
  border-radius: 3.6rem;
  padding: 53px 33px;
}


.cnter-text {
  text-align: center;
}


.fggf {
  color: #99a2b8;
  padding-bottom: 45px;
}



h3.text_centr,
h4.text_center {
  font-size: 68px;
  font-weight: 900;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}

.faq-sec {
  padding: 88px 0px 0px;
}

.faq-sec #faq .card-box {
  margin-bottom: 30px;
  border: 0;
  padding: 0;
}

.faq-sec #faq .card-box .card-header {
  border: 0;
  border-radius: 10px;
  padding: 0;
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq-sec #faq .card-box .card-header .btn-header-link {
  color: #fff;
  white-space: initial;
  display: block;
  text-align: left;
  background: #2d3872;
  padding: 20px 20px 20px 45px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  border: 1px solid rgb(199 221 245);
  border-radius: 10px 10px 0 0;
}

.faq-sec #faq .card-box .card-header .btn-header-link span {
  height: 70px;
  display: inline-block;
  width: 70px;
  line-height: 62px;
  text-align: center;
  border-radius: 50px;
  font-size: 30px;
  border: 1px solid #c4daf3;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to top, #7862fc, #ff0385);
}

.faq-sec #faq .card-box .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #f04b1e;
  position: absolute;
  left: 97%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-sec #faq .card-box .collapse.show {
  background: transparent;
  line-height: 30px;
  color: #fff;
}

#faq .card-body-in {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-sec #faq .card-box .card-body-sec {
  color: #fff;
  border: 1px solid rgb(195 216 241 / 58%);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  padding: 20px;
}





/* testimoal */

.testimonialssdd {
  padding: 4rem 0rem 0rem 0rem;
  background-color: transparent;
  border-radius: 0rem;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  background: linear-gradient(to bottom, #01012b 14%, #23235a 0%, #3a518f);
  min-height: 0px;
}


.bg11 {
  border-radius: 4rem 4rem;
  min-height: 600px;
  background: linear-gradient(to bottom, #c8c8e1, #23235a);
  position: relative;
  z-index: 9999;
  color: #fff;
  padding: 8px;
  text-align: left;
  z-index: 9;
  overflow: hidden;
  max-width: 1482px;
  margin-left: auto;
  margin-right: auto;
}


.bg11:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 7%) 40%, transparent 57%);
  content: '';
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem 4rem;
  z-index: -1;
}

.bg22 {
  background: linear-gradient(to top, #d1e8fe, #040446);
  min-height: 600px;
  border-radius: 3.6rem;
  padding: 4rem 3rem 4rem 3rem;
}


input::placeholder,
textarea::placeholder {
  color: #fff;
}





/* footer */



.footer-widgets-1 {
  padding: 50px 30px 30px;
  border-radius: 60px;
  background: linear-gradient(to bottom, #1a1d54, #23235a);
}

.ftr-links {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.ftr-links ul li {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 12px;
}

.ftr-links ul li:last-child {
  border-right: none;
}

.ftr-links ul li a {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-size: 16px;
  /* letter-spacing: -1px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ftr-links ul li a i {
  font-size: 16px;
  height: 35px;
  width: 35px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  background: #ddd;
}

.ftr-links ul li a .fa-facebook {
  background: #234398;
}

.ftr-links ul li a .fa-instagram {
  background: #ff1447;
}

.ftr-links ul li a .fa-youtube {
  background: #d60505;
}

.ftr-links ul li a .fa-linkedin {
  background: #2f63d5;
}

.single-footer-widget .img img {
  border-radius: 10px;
  width: 50%;
  margin-top: 30px;
  position: relative;
  animation-name: example;
  animation-duration: 4s;
  transform: scale(1);
  animation-iteration-count: infinite;
}

@keyframes example {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

.ftr-awards {
  margin-top: 30px;
}

.ftr-awards ul {
  display: flex;
  justify-content: space-between;
}

.footer-bottom-wrapper {
  margin-top: 30px;
}

.footer-bottom-wrapper p {
  color: #ffffff;
  font-weight: 400;
}


.time-sec {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.clock-box {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
}

.location {
  font-weight: bold;
  margin-bottom: 5px;
}

.flag {
  font-size: 20px;
  margin-right: 5px;
}

.time {
  font-size: 16px;
}

.footer-widgets-1 .single-footer-widget .widget-head {
  margin-bottom: 15px;
}

.list-area li img {
  width: 100px;
  border-radius: 5px;
}

.footer-widgets-1 .single-footer-widget .list-area li {
  margin-bottom: 5px;
}

.footer-widgets-1 .single-footer-widget .widget-head h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  color: #fff;
  text-align: left;
}

.footer-widgets-1 .single-footer-widget .list-area {
  padding-top: 5px;
}

.footer-widgets-1 .single-footer-widget .list-area li a {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
      font-size: 15px;
  /* letter-spacing: -1px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-widgets-1 .single-footer-widget .list-area li:hover a {
  padding-left: 10px;
}

.footer-widgets-1 .single-footer-widget .list-area.partner-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
}

.footer-widgets-1 .single-footer-widget .list-area li i {
  font-size: 4px;
}


#vanta-bg {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.int-banner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  /* Add */
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-align: center;
}

.int-banner h1 {
  color: #fff;
  font-size: 76px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}

.int-banner h1 span {
  display: block;
  font-weight: 200;
}

.urlbread {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
}

.urlbread h6 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #fff;
}

.urlbread a {
  color: #fff;
  text-decoration: none;
}

.urlbread a:hover {
  color: #ff6600;
}

.item--readmore a {
  color: #0734b5;
}


.aboutmain {
  padding: 0rem 0rem 0rem 0rem;
  border-radius: 0rem;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  background: #0e003c;
  min-height: 0px;
}


.about-bg {
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: clip-path 0.7s ease-in-out;
  background-color: #fff;
  padding: 50px 41px 60px;
  border-radius: 60px;
}

.company iframe {
  border-radius: 30px;
}

.conthead_tile {
  background-color: #020017;
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 100px;
  display: inline-flex !important;
  align-items: center;
  font-weight: 400;
  width: auto;
}

.conthead_tile span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #ffc600;
  margin-right: 5px;
}


.about-bgg {
  position: relative;
  overflow: hidden;
  transition: clip-path 0.7s ease-in-out;
  background-color: #fff;
  padding: 60px 41px 60px;
  border-radius: 60px;
}

.aboutpage-text h2 {
  padding-top: 12px;
  font-size: 45px;
  font-weight: 800;
  /* margin-top: 13px; */
  padding-bottom: 8px;
}

.aboutpage-text p {
  font-size: 17px;
  padding-bottom: 10px;
  color: #8a8b8f;
}


.main-bold {
  font-size: 77px;
  color: #9bbcf7;
  font-weight: 600;
}

.hghg {
  height: 360px;
}

.margin_cen {
  padding-top: 50px;
}

.sub-heading {
  font-size: 65px;
  color: #ffff;
  font-weight: 700;
}

.shadow-container {
  padding: 120px 0px 100px;
}


.content-side p,
.public-relations-about p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}

.strock {
  overflow-wrap: anywhere;
}

.blog-container h5,
.strock {
  color: transparent;
  -webkit-text-stroke-color: #fff;
  font-family: poppins;
  -webkit-text-stroke-width: 1px;
}


.box-div {
  position: relative;
  overflow: hidden;
}

.box-div::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 210px 140px;
  pointer-events: none;
  z-index: -1;

}

.process-sec {
  padding: 0px 0px 70px;
}


.process-sec .drop:first-child {
  border-radius: 47% 53% 70% 30% / 30% 43% 57% 70%;
}

.process-sec .drop {
  height: 385px;
  box-shadow: inset 20px 20px 20px rgb(21 9 72 / 48%), 25px 35px 20px rgb(11 0 54 / 44%), 25px 30px 30px rgb(0 2 48), inset -20px -20px 25px rgb(31 33 98);
  transition: .5s ease-in-out;
  align-items: center;
  margin-top: 2rem;
  /* background: #34393e; */
  background: linear-gradient(180deg, rgba(30, 31, 88, 1) 0%, rgba(83, 85, 149, 1) 50%, rgba(30, 31, 88, 1) 100%);
}

.process-sec .content,
.process-sec .drop {
  justify-content: center;
  position: relative;
  display: flex;
}


.content h4 {
  font-size: 28px !important;
  color: #fff;
}

.process-sec .content p {
  color: #99a2b8;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
}


.about-teamwork h2,
.main-heading,
.sec-3-head h2,
.sec-3-head h1 {
  font-size: 50px;
  color: #ffff;
  text-align: center;
  font-weight: 700;
}


.text_1 p,
p.new {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
}


.process-sec .drop::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 85px;
  width: 35px;
  height: 35px;
  background: #7d85ada8;
  border-radius: 50%;
  opacity: .9;
}

.process-sec .drop::after {
  content: '';
  position: absolute;
  top: 90px;
  left: 110px;
  width: 15px;
  height: 15px;
  background: #7d85ada8;
  border-radius: 50%;
  opacity: .9;
}

.process-sec .content h4 {
  position: relative;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}

.process-sec .content p {
  color: #99a2b8;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
}

.process-sec .drop:hover {
  border-radius: 50%;
}

.process-sec .content {
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 40px 50px;
  gap: 2px;
  margin-left: 0;
}




.founder {
  padding: 0px 0px 60px;
}


.founder-haddingtext h2 {
  font-size: 65px;
  font-weight: 800;
  background: linear-gradient(90deg, #7862fc, #ff0385);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


.founder-haddingtext p {
  color: #99a2b8;
  font-size: 17px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}


.founder-haddingtext h4 {
  color: white;
  padding-bottom: 13px;
}







#no-border-btn {
  left: 5%;
  top: 85%;
  pointer-events: all;
}

#no-border-btn,
.business-grow input[type=submit],
a.nobgbtn {
  border: 1px solid #313640;
  color: #fff;
  padding: 15px;
}


#strength p span,
.text p span,
.unique-sec h3 span {
  font-size: 70px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-decoration: underline solid #fff 2px;
  width: auto;
}


.about-teamwork .d-block.mb-5 {
  margin-bottom: 8rem !important;
  margin-top: 8rem !important;
}




#strength p span,
.text p span,
.unique-sec h3 span {
  font-size: 70px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-decoration: underline solid #fff 2px;
  width: auto;
}


.about-teamwork h2,
.main-heading,
.sec-3-head h2,
.sec-3-head h1 {
  font-size: 65px;
  color: #ffff;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}


.about-teamwork {
  padding: 0rem 0 5rem;
}


.join-team:after,
.join-team:before {
  content: "";
  width: 8rem;
  height: 10rem;
  position: absolute
}


.join-team:before {
  left: 525px;
  background: url(../img/join-before.png) no-repeat;
  top: -65px;
}

.join-team:after {
  right: 465px;
  background: url(../img/join-after.png) no-repeat;
  bottom: -152px;
}

.text p {
  display: inline;
  vertical-align: top;
  margin: 0;
  font-size: 65px;
  color: #fff;
  line-height: 80px;
  font-weight: 700;
}

.blog-container::before,
.cardContainer::before {
  width: 100px;
  height: 100px;
  content: "";
  background-color: rgb(223 84 17);
  transition: 1s;
  z-index: -1
}

.about-teamwork #no-border-btn {
  left: 0
}

.about-teamwork .d-block.mb-5 {
  margin-bottom: 0rem !important;
  margin-top: 5rem !important;
}

.team-work {
  margin-top: 60px;
}

.form-container {
  background: linear-gradient(#212121, #212121) padding-box, linear-gradient(145deg, transparent 35%, #f04b1e, #f04b1e) border-box;
  border: 2px solid transparent;
  padding: 32px 24px;
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 16px
}


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

.position {
  font-size: 16px;
  color: black;
  font-weight: 700;
}



.wip-marquee {
  width: 100%;
  overflow: hidden;
  padding: 55px 0 0px;
  position: relative;
}

.wip-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: wipScroll 30s linear infinite;
}

.wip-marquee:hover .wip-marquee-track {
  animation-play-state: paused;
}

.wip-item {
  flex: 0 0 auto;
  width: 340px;
  margin-right: 15px;
}

.wip-item img {
  width: 100%;
  display: block;
  /* border-radius: 15px; */
  transition: .4s;
  /* -webkit-box-reflect: below 8px linear-gradient(transparent, rgba(0, 0, 0, .2)); */
  border: 2px solid #c9def5;
  /* border-radius: 25px; */
  padding: 0px;
}


@keyframes wipScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}




.search h1,
.search h2 {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
}

section#text_cen {
  padding: 70px 0 90px !important;
  padding: 0;
  width: 100%;
}


#shake,
#social,
section#search,
section#smile {
  width: 100%;
  display: flex;
  padding: 50px 0px 0px;
}

.text_1 p,
p.new {
  font-size: 16px;
  color: #99a2b8;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 17px;
}

.bg21 {
  background-color: #1e1f58;
  min-height: 600px;
  border-radius: 3.6rem;
  padding: 4rem 3rem 4rem 3rem;
}

.case1-section-area {
  padding: 20px 0px 0px;
}

.servixesindex::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 210px 140px;
  pointer-events: none;
  z-index: -1;

}




h2.services_seo {
  font-size: 75px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 80px;
}


.seo {
  -webkit-text-stroke: 1px #c9e6ff;
  color: #0e003c;
}


#seo_service p {
  color: #fff;
}

p.inplemenat {
  padding-top: 30px;
  color: #fff;
  font-size: 16px;
}


.sec-3-head h3,
.wordpress-page .sec-3-head h3 {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
}


#vrdifferent h2 {
  padding-bottom: 30px;
}

#vrdifferent h1,
#vrdifferent h2 {
  text-align: center;
  color: #fff;
}

.sec-3-head h2 span,
.sec-3-head h1 span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: poppins;
  font-size: 80px;
}

.card_1 {
  background: #2c2d64;
  padding: 33px;
  height: 100%;
}

.card-blur,
.card_1 {
  border-radius: 20px;
}

h4.develop {
  font-size: 23px;
  color: #fff;
  padding-top: 30px;
  margin-bottom: 15px;
}

.optimize,
.radius,
.service_2,
body,
h4.develop {
  position: relative;
}

.line {
  width: 100%;
  height: 4px;
  background: #a3979770;
}

#seo_service p {
  color: #fff;
}


#seo_service {
  padding-top: 120px;
}





.aboutdropdown {

  left: -86px !important;
  width: 265px !important;

}





/* bg2 */

canvas {
  position: absolute;
}

.g-full {
  width: 100%;
}

.g-grid {
  display: grid !important;
}

.g-d-f-j_c-c {
  justify-content: center !important;
}

.g-d-f-a_i-c {
  align-items: center !important;
}

.p0 {
  padding: 0px !important;
}

.g-main {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  position: relative;
  z-index: 11;
  background: #0e003c;
}

.g-container {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1248px) {
  .g-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 1056px) {
  .g-container {
    padding-left: 53.3333333333px;
    padding-right: 53.3333333333px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1055px) {
  .g-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .g-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 600px) {
  .g-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .g-banner {
    width: 100%;
    min-height: 300px;
    height: 74vh !important;
  }
}

.g-container.no-side-gap {
  padding: 0 !important;
}

.g-section.g-banner {
  margin: 0;
  padding: 0;
}

.g-banner {
  width: 100%;
  min-height: 300px;
  height: 80vh;
}

.home-banner {
  position: relative;
}

.g-row {
  display: flex;
  width: 100%;
  height: 100%;
}






.sec-3-head h3 {
  font-size: 50px;
  color: #000;
  text-align: center;
  font-weight: 800;
  padding-bottom: 10px;
}

.sec-3-head h3 span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: poppins;
  font-size: 80px;
}



/* contact */


.contact-3-text h3 {
  color: #d5d2d2;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-3-text p {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
}

.form-container {
  background: linear-gradient(#363670, #222257) padding-box, linear-gradient(145deg, transparent 35%, #7a7ab1, #7a7ab1) border-box;
  border: 2px solid transparent;
  padding: 32px 24px;
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 16px;
}

#contact-form input,
#contact-form select,
.contact-form input,
.contact-form select {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  margin-bottom: 5px;
  padding-left: 0;
  text-transform: inherit;
  width: 100%;
}




select option {
  background: #2d2d65;
  color: #fff;
  padding: 16px;
  margin-bottom: 1rem;
  line-height: 2;
  min-height: 5vh !important;
  max-height: 5vh !important;
}

.user-box {
  position: relative;
  margin-bottom: 1.5rem;
}

.user-box input,
.user-box select,
.user-box textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #fff;
  outline: 0;
  background: 0 0;
}

.errs {
  color: #d00;
  font-weight: 700;
}

.user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  transition: .5s;
}



.modal-from .user_input input,
.user_input select,
.user_input textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: 0;
  background: 0 0;
}


.user_input label {
  position: absolute;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}

.user_input label,
.user_input_resume label {
  top: 0;
  left: 0;
  pointer-events: none;
  transition: .5s;
}

.img_f,
.main-menu li,
.owl-carousel .item,
.user_input {
  position: relative;
}

.recaptcha-checkbox-border {
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #444746;
  font-size: 1px;
  height: 24px;
  position: absolute;
  width: 24px;
  z-index: 1;
}

.btn-submit {
  background: #f04b1e;
  color: #fff;
  padding: 15px;
  margin-top: 10px;
  display: inline-block;
  transition: .3s ease-out;
  font-size: 20px;
}

.contact-3-address {
  border-radius: .5rem;
  background-color: rgb(36 36 90 / 72%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, .3); */
  padding: 1rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(246px);
}

.contact-3-address {
  margin-bottom: 32px;
}

.contact-3-icon i {
  border: 1px solid #9597d5;
  background: #494b8a;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  border-radius: 100%;
}

.contact-3-icon i {
  height: 50px;
  transition: .3s;
  text-align: center;
  width: 50px;
  display: inline-block;
}

.address-text .location {
  color: #fff;
  font-weight: 500;
}

.active_hover .post-detail,
.address-text span,
.main-menu ul li .sub-menu li,
.services-container li.active {
  display: block;
}

.location {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px / 1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.address-text .USA,
.address-text .USA a {
  color: #f5f5f5;
}

.active_hover .post-detail,
.address-text span,
.main-menu ul li .sub-menu li,
.services-container li.active {
  display: block;
}

.USA {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.contact-3-right-wrapper {
  padding: 22px 25px 0px;
}

.contact-3-icon {
  float: left;
  margin-right: 18px;
}

.contact-3-address {
  display: flex;
}




.form-control1 {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #fff;
  outline: 0;
  background: 0 0;
}



.contbg6 {
  border-radius: 4rem 4rem;
  background: linear-gradient(to bottom, #c8c8e1a8, #23235a80);
  position: relative;
  z-index: 99;
  color: #fff;
  padding: 8px;
  backdrop-filter: blur(6px);
  text-align: left;
}

.contbg6:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 7%) 40%, transparent 57%);
  content: '';
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem 4rem;
  z-index: -1;
}

.contbg5 {

  border-radius: 3.5rem;
  padding: 2.6rem;
  background: linear-gradient(180deg, rgba(30, 31, 88, 1) 0%, rgba(83, 85, 149, 1) 50%, rgba(30, 31, 88, 1) 100%);
}






/* ===== layout utility classes used by the team section ===== */
.ctm-full {
  width: 100%
}

.ctm-grid {
  display: grid !important
}

.ctm-p0 {
  padding: 0px !important
}

.ctm-pos-r {
  position: relative !important
}

.ctm-pos-a {
  position: absolute !important
}

.ctm-tlr {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important
}

.ctm-b {
  bottom: 0 !important
}

.ctm-image-front {
  position: relative
}

.ctm-section-title {
  width: 100%
}

.ctm-content-area {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: center
}

.ctm-main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 999;
  background: #0e003c;

}


.ctm-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 210px 140px;
  pointer-events: none;
  z-index: -1;

}

.ctm-container {
  position: relative;
  height: 100%;
  margin: 0 auto
}

@media screen and (min-width: 1248px) {
  .ctm-container {
    padding-left: 80px;
    padding-right: 80px
  }
}

@media screen and (min-width: 1056px) {
  .ctm-container {
    padding-left: 53.3333333333px;
    padding-right: 53.3333333333px
  }
}

@media screen and (min-width: 769px) and (max-width: 1055px) {
  .ctm-container {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width: 768px) {
  .ctm-container {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width: 600px) {
  .ctm-container {
    padding-left: 16px;
    padding-right: 16px
  }
}

.ctm-row {
  display: flex;
  width: 100%;
  height: 100%
}

/* ===== type utility classes used by the team section ===== */
.ctm-t-h70 {
  font-size: 70px !important
}

@media screen and (min-width: 1440px) {
  .ctm-t-h70 {
    font-size: 87px !important;
    font-weight: 700;
    color: #ffff;
    margin-top: 80px;
  }
}

@media screen and (max-width: 1439px) {
  .ctm-t-h70 {
    font-size: 87px !important;
    font-weight: 700;
    color: #ffff;
    margin-top: 80px;
  }
}

@media screen and (max-width: 1247px) {
  .ctm-t-h70 {
    font-size: 70px !important
  }
}

@media screen and (max-width: 1055px) {
  .ctm-t-h70 {
    font-size: 70px !important
  }
}

@media screen and (max-width: 768px) {
  .ctm-t-h70 {
    font-size: 60px !important
  }
}

@media screen and (max-width: 600px) {
  .ctm-t-h70 {
    font-size: 50px !important
  }
}

.ctm-t-p16 {
  font-size: 16px !important
}

@media screen and (min-width: 1440px) {
  .ctm-t-p16 {
    font-size: 18px !important
  }
}

@media screen and (max-width: 1439px) {
  .ctm-t-p16 {
    font-size: 18px !important
  }
}

@media screen and (max-width: 1247px) {
  .ctm-t-p16 {
    font-size: 16px !important
  }
}

@media screen and (max-width: 1055px) {
  .ctm-t-p16 {
    font-size: 16px !important
  }
}

@media screen and (max-width: 768px) {
  .ctm-t-p16 {
    font-size: 14px !important
  }
}

@media screen and (max-width: 600px) {
  .ctm-t-p16 {
    font-size: 14px !important
  }
}

.ctm-t-p22 {
  font-size: 22px !important
}

@media screen and (min-width: 1440px) {
  .ctm-t-p22 {
    font-size: 24px !important
  }
}

@media screen and (max-width: 1439px) {
  .ctm-t-p22 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 1247px) {
  .ctm-t-p22 {
    font-size: 24px !important
  }
}

@media screen and (max-width: 1055px) {
  .ctm-t-p22 {
    font-size: 22px !important
  }
}

@media screen and (max-width: 768px) {
  .ctm-t-p22 {
    font-size: 20px !important
  }
}

@media screen and (max-width: 600px) {
  .ctm-t-p22 {
    font-size: 18px !important
  }
}

/* ===== team section (Our Team) ===== */
@keyframes morph {
  0% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }

  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }
}

.ctm-about-page .ctm-feature-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  margin: 0;
  color: #5b5b5b;
  position: relative;
  display: inline-block
}

@media screen and (max-width: 768px) {
  .ctm-about-page .ctm-feature-title {
    font-size: 6vh !important;
    line-height: 1em;
    display: inline
  }
}

.ctm-about-page .ctm-feature-title::after {
  content: "";
  position: absolute;
  height: .3ch;
  width: .3ch;
  background-color: red;
  bottom: .7ch;
  border-radius: 50%;
  right: -0.5ch;
  background: radial-gradient(circle, #f599b1 0%, #d77860 100%)
}

.ctm-team-section {
  --gap: 80px;
  --height: calc(400px + var(--gap));
  min-height: 100vh;
  padding-right: 400px !important;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .ctm-team-section {
    padding-right: 0 !important;
    --height: 90vw
  }

  .ctm-team-section .ctm-row {
    justify-content: center
  }
}

.ctm-team-section .ctm-main-t {
  position: absolute;
  top: -5vh;
  left: 50%
}

@media screen and (max-width: 768px) {
  .ctm-team-section .ctm-main-t {
    position: relative;
    top: inherit;
    left: inherit;
    text-align: center;
    margin-bottom: 8vh
  }
}

.ctm-team-section .ctm-row {
  position: relative;
  align-items: center
}

.ctm-team-section .ctm-team-member-group {
  margin-top: 5vw;
  width: 100vw
}

.ctm-team-section .ctm-team-member-group .ctmTeamMemberScroll {
  grid-template-columns: repeat(21, max-content)
}

@media screen and (max-width: 768px) {
  .ctm-team-section .ctm-team-member-group .ctmTeamMemberScroll {
    grid-template-columns: 1fr
  }
}

.ctm-team-section .ctm-team-member-group .ctmTeamMemberScroll .ctm-team-member>div {
  width: calc(100% - var(--gap));
  height: calc(100% - var(--gap))
}

.ctm-team-section .ctm-team-member {
  z-index: 111;
  height: var(--height);
  width: var(--height);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 768px) {
  .ctm-team-section .ctm-team-member:nth-child(1) {
    height: calc(100vh - 240px)
  }
}

.ctm-team-section .ctm-team-member:nth-child(even)>div {
  margin-top: var(--gap) !important
}

@media screen and (max-width: 768px) {
  .ctm-team-section .ctm-team-member:nth-child(even)>div {
    margin-bottom: var(--gap) !important
  }
}

.ctm-team-section .ctm-team-member .ctm-name-avatar {
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 1s cubic-bezier(0.4, 0, 1, 1);
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: center;
  justify-content: center;
  text-align: center
}

.ctm-team-section .ctm-team-member .ctm-hover-quoate {
  clip-path: circle(0% at 50% 100%);
  transition: all .7s cubic-bezier(0.15, 0.85, 0.58, 1);
  animation: morph 10s linear infinite both alternate
}

.ctm-team-section .ctm-team-member .ctm-hover-quoate>div {
  padding: 2vw
}

.ctm-team-section .ctm-team-member .ctm-hover-quoate p {
  font-family: "Caveat", cursive !important;
  font-weight: bold;
  font-size: 1.7vw !important
}

@media screen and (max-width: 1055px) {
  .ctm-team-section .ctm-team-member .ctm-hover-quoate p {
    font-size: 2.7vw !important
  }
}

@media screen and (min-width: 1440px) {
  .ctm-team-section .ctm-team-member .ctm-hover-quoate p {
    font-size: 1.3vw !important
  }
}

@media screen and (max-width: 768px) {
  .ctm-team-section .ctm-team-member .ctm-hover-quoate p {
    font-size: 4.5vw !important
  }
}

@media screen and (max-width: 600px) {
  .ctm-team-section .ctm-team-member .ctm-hover-quoate p {
    font-size: 2.2vh !important
  }
}

@media screen and (max-width: 768px) {
  .ctm-team-section .ctm-team-member {
    position: static;
    top: initial
  }

  .ctm-team-section .ctm-team-member:nth-child(odd) {
    margin-right: 0;
    margin-left: auto
  }

  .ctm-team-section .ctm-team-member:nth-child(even) {
    margin-right: auto;
    margin-left: 0
  }

  .ctm-team-section .ctm-team-member:last-child {
    margin-bottom: 0
  }
}

.ctm-team-section .ctm-team-member:nth-child(1n+1) .ctm-name-avatar {
  background-color: #84c991
}

.ctm-team-section .ctm-team-member:nth-child(1n+1) .ctm-hover-quoate {
  background-color: #008275
}

.ctm-team-section .ctm-team-member:nth-child(2n+2) .ctm-name-avatar {
  background-color: #3c91cb
}

.ctm-team-section .ctm-team-member:nth-child(2n+2) .ctm-hover-quoate {
  background-color: #00365b
}

.ctm-team-section .ctm-team-member:nth-child(3n+3) .ctm-name-avatar {
  background-color: #f59eb4
}

.ctm-team-section .ctm-team-member:nth-child(3n+3) .ctm-hover-quoate {
  background-color: #ba002f
}

.ctm-team-section .ctm-team-member:nth-child(4n+4) .ctm-name-avatar {
  background-color: #79c0cb
}

.ctm-team-section .ctm-team-member:nth-child(4n+4) .ctm-hover-quoate {
  background-color: #006474
}

.ctm-team-section .ctm-team-member>div {
  justify-content: center;
  text-align: center
}

.ctm-team-section .ctm-team-member .ctm-image-front {
  height: calc(var(--height)/2);
  width: calc(var(--height)/2);
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden
}

@media screen and (max-width: 768px) {
  .ctm-team-section .ctm-team-member .ctm-image-front {
    --new-height: calc(var(--height) - var(--gap) / 2);
    height: calc(var(--new-height)/2);
    width: calc(var(--new-height)/2)
  }
}

.ctm-team-section .ctm-team-member .ctm-section-title {
  margin-top: 1vw;
  transform: translateY(20px);
  transition: all .7s ease-in-out;
  opacity: 0
}

.ctm-team-section .ctm-team-member .ctm-section-title h5 {
  margin: 0;
  color: rgb(0 0 0);
  transition: all .7s ease-in-out;
}

.ctm-team-section .ctm-team-member .ctm-paragraph {
  transform: translateY(20px);
  opacity: 0;
  user-select: none;
  pointer-events: none
}

.ctm-team-section .ctm-team-member .ctm-paragraph p {
  margin: 0;
  color: #fff
}

.ctm-team-section .ctm-team-member .ctm-image-front {
  clip-path: circle(0% at 50% 100%);
  transition: all .7s .7s cubic-bezier(0.15, 0.85, 0.58, 1)
}

.ctm-team-section .ctm-team-member.ctm-active .ctm-name-avatar {
  clip-path: circle(50% at 50% 50%);
  transition: clip-path 1s cubic-bezier(0.15, 0.85, 0.58, 1)
}

.ctm-team-section .ctm-team-member.ctm-active .ctm-image-front {
  transition: all .7s .7s cubic-bezier(0.15, 0.85, 0.58, 1);
  clip-path: circle(50% at 50% 50%)
}

.ctm-team-section .ctm-team-member.ctm-active .ctm-section-title,
.ctm-team-section .ctm-team-member.ctm-active .ctm-paragraph {
  opacity: 1;
  transform: translateY(0);
  transition: all .7s ease-in-out
}

.ctm-team-section .ctm-team-member .ctm-hover-quoate {
  pointer-events: none
}

.ctm-team-section .ctm-team-member .ctm-hover-quoate p {
  opacity: 0;
  transition: all .7s cubic-bezier(0.15, 0.85, 0.58, 1)
}

.ctm-team-section .ctm-team-member .ctm-name-avatar:hover~.ctm-hover-quoate {
  transition: all 1.2s cubic-bezier(0.15, 0.85, 0.58, 1);
  clip-path: circle(50% at 50% 50%)
}

.ctm-team-section .ctm-team-member .ctm-name-avatar:hover~.ctm-hover-quoate p {
  opacity: 1;
  transition: all .7s .7s cubic-bezier(0.15, 0.85, 0.58, 1)
}



.contact-3-area {
  padding-bottom: 85px;
}



.mapdiv {
  padding: 0rem 0rem 8rem 0rem;
  background-color: transparent;
  border-radius: 0rem;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  background: linear-gradient(to top, #d1e8fe00, #040446) !important;
  min-height: 0px !important;
}

.form-clt input {
  padding-left: 20px !important;
}

.mapindex {
  background: linear-gradient(to bottom, #fffffff0, #ffffff00) !important;
  min-height: 0px !important;
  border-radius: 3.6rem;
  padding: 20px 25px !important;
}

.ffdd {
  min-height: 0px !important;
}



.indexgallery h2 {
  font-size: 70px;
  color: white;
  font-weight: 800;
  text-align: center;
}

.indexgallery p {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 40px;
}



/* ==============================
   MASONRY GALLERY
================================= */

.gallery-masonry {
  column-count: 4;
  column-gap: 20px;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  margin: 0;
  padding: 0;
}


/* Gallery Item */
.gallery-masonry a {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}


/* Image */
.gallery-masonry img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
  transform: scale(1);
}


/* Hover Effect */
.gallery-masonry a:hover img {
  transform: scale(1.04);
}


/* Optional dark overlay on hover */
.gallery-masonry a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  pointer-events: none;
}

.gallery-masonry a:hover::after {
  background: rgba(0, 0, 0, 0.12);
}


/* ==============================
   DESKTOP
================================= */

@media (min-width: 1200px) {

  .gallery-masonry {
  column-count: 4;
        column-gap: 20px;
        padding: 0px 30px;
  }

}


/* ==============================
   LAPTOP / TABLET
================================= */

@media (max-width: 1199px) {

  .gallery-masonry {
    column-count: 3;
    column-gap: 18px;
  }

  .gallery-masonry a {
    margin-bottom: 15px;
    padding: 0px 13px;
  }

}


/* ==============================
   TABLET
================================= */

@media (max-width: 767px) {

  .gallery-masonry {
    column-count: 2;
    column-gap: 15px;
  }

  .gallery-masonry a {
    margin-bottom: 15px;
    padding: 0px 13px;
  }

  .gallery-masonry a:hover img {
    transform: scale(1.03);
  }

}


/* ==============================
   MOBILE
================================= */

@media (max-width: 480px) {

  .gallery-masonry {
    column-count: 1;
    column-gap: 0;
  }

  .gallery-masonry a {
    margin-bottom: 15px;
    padding: 0px 13px;
  }

}

.indexgallery {
  padding: 0px 0px 50px;
}

.progress-wrap svg {
  color: #fff !important;
}





/* career */

.jobgetin {
  background: linear-gradient(90deg, #7862fc, #ff0385);
  border-radius: 100px;
  padding: 5px 6px 5px 21px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 100px !important;
  transition: .5s linear !important;
  position: relative;
  font-weight: 500;
  border: none;
  text-decoration: none;
  color: #fff;
  position: absolute;
  margin-left: 41%;
  margin-right: 50%;
  width: 167px;
  margin-top: -5px;
}

.jobgetin span {
  display: inline-flex;
  background-color: #ffc600;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 35px;
  transform: rotate(126deg);
  margin-left: 10px;
}

.careerjbox h5 {
  padding-bottom: 6px;
}

.aboutbgp_back {
  padding: 3rem;
  background: linear-gradient(to top, #d1e8fe, #fff);
  border-radius: 4rem 4rem;
  position: relative;
}

.careerpage h1 {
  font-size: 56px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 800;
}

.careerpage h5 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.careerpcall {
  background: #262862;
  border-radius: 100px;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
}


.seoo {
  -webkit-text-stroke: 1px #000000;
  color: #fafcfe;
}

.careerjbox {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}

.careerjbox {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}

.careerjbox h3 {
  color: #393b78;
  font-weight: 600;
  padding-bottom: 7px;
}

.careerpcall:hover {
  color: #fff;
}

.careerjbox li {
  background: #eee;
  padding: 2px 7px;
  color: #333;
  font-size: 13px;
  display: inline-block;
  border-radius: 15px;
  margin-bottom: 4px;
}

.jobstatus {
  background: #e2ffee;
  border-radius: 15px;
  padding: 8px;
  color: #467158;
  text-align: center;
}

.jobstatus span {
  background: #b7e9cc;
  border-radius: 8px;
  font-size: 22px;
  padding: 1px 8px;
  font-family: var(--font2);
  display: block;
}

.jobstatus h3 {
  font-family: var(--font2);
  font-weight: 700;
  font-size: 48px;
  padding-top: 18px;
  line-height: 36px;
}


.career-page {
  padding: 0px 0px 90px;
}

.modal {
  background: #07021e99;
  backdrop-filter: blur(2px);
}

.modal-content {
  background: none;
  border: none;
  margin-top: 80px;
}

.contbgpop {
  border-radius: 4rem 4rem;
  background: linear-gradient(to bottom, #c8c8e1a8, #23235a80);
  position: relative;
  z-index: 99;
  color: #fff;
  padding: 8px;
  backdrop-filter: blur(6px);
  text-align: left;
}

.contbgpop:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 7%) 40%, transparent 57%);
  content: '';
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem 4rem;
  z-index: -1;
}

.inner_carrer {
  height: 490px !important;
}

.contbgpop2 {
  background: linear-gradient(to bottom, #1d1f42, #23235a);
  border-radius: 3.5rem;
  padding: 2.6rem;
}

.modal-dialog {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto !important;
}

.contforminput {
  background: none;
  border: none;
  border-bottom: 1px dashed #CCCCCC;
  font-size: 16px !important;
  width: 100%;
  outline: none;
  color: #ffc600;
  font-weight: 500;
  font-family: var(--font2);
  margin-bottom: 15px;
}



.textfill textarea {
  height: 40px;
}


.btn-closee {
  position: absolute;
  color: #ffffff !important;
  opacity: 1;
  /* background: #fff; */
  width: 39px;
  height: 37px;
  right: 26px;
  z-index: 999;
  top: 15px;
  z-index: 999;
  background: transparent !important;
  font-size: 36px;
  opacity: .5;
  transition: .2s ease-in-out;
  border: none !important;
}

.contbgpop2 h2 {
  padding-bottom: 15px;
}

.dfdfdsss {
  margin-top: 10px;
}

.contforminput {
  background: none;
  border: none;
  border-bottom: 1px dashed #CCCCCC;
  font-size: 22px;
  width: 100%;
  outline: none;
  color: #ffc600;
  font-weight: 500;
  font-family: var(--font2);
  margin-bottom: 15px;
}