/*-----------------------------------------------------------------------------------

Name:  Medicax- Health & Medical HTML Template
Version: 1.0.0
Description: Medicax- Health & Medical HTML Template
Author: Vikiglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01 THEME CSS
	-----------------
		 Theme Default
		 Common Classes
		 Default Spacing

	-----------------
     02 COMPONENTS css
	-----------------
		 ABOUT CSS AREA
		 MOBILE MENU CSS AREA
		 SERVICE CSS AREA
         HERO CSS AREA
	----------------- 
     03 LAYOUT CSS 
	----------------- 
		 PAGES 
		 BLOG 
		 HEADER 
		 FOOTER 
		 MENU 

    --------------------------------- 
	 04. MENU CSS 
	---------------------------------
       HEADER CSS AREA  

	---------------------------------  
	 05 BLOG CSS 
	---------------------------------  
       BLOG CSS AREA 

	---------------------------------  
	 06. FOOTER CSS 
	---------------------------------  
      FOOTER CSS AREA 

	---------------------------------   
	 07. PAGES CSS  
	---------------------------------   
       CHOOSE CSS AREA  
       CONTACT CSS AREA   
       CTA CSS AREA  
       FAQ CSS AREA  
       OTHERS CSS AREA STARTS  
       PRICING CSS AREA  
       PROEJCTS CSS AREA STARTS  
       SKILLS CSS AREA STARTS 
       TEAM CSS AREA 
       TESTIMONIAL CSS AREA
       WORK CSS AREA 
       CASE STUDY CSS 

**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&amp;family=Outfit:wght@100..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%;
}

body {
  font-family: var(--ztc-family-font1);
}

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}
.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #1C293F;
  --ztc-text-text-3: #31353D;
  --ztc-text-text-4: #BEDC48;
  --ztc-text-text-5: #021A38;
  --ztc-text-text-6: #414952;
  --ztc-text-text-7: #1BB77C;
  --ztc-text-text-8: #00397F;
  --ztc-text-text-9: #021A13;
  --ztc-text-text-10: #64B427;
  --ztc-text-text-11: #02015A;
  --ztc-text-text-12: #4416FF;
  --ztc-text-text-13: #E6E6EF;
  --ztc-text-text-14: #06030E;
  --ztc-text-text-15: #323246;
  --ztc-text-text-16: #892CFF;
  --ztc-text-text-17: #090B0E;
  --ztc-text-text-18: #494A4A;
  --ztc-text-text-19: #84A17D;
  --ztc-text-text-20: #153C3C;
  --ztc-text-text-21: #565857;
  --ztc-text-text-22: #F28737;
  --ztc-text-text-23: #009EA7;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #1C293F;
  --ztc-bg-bg-3: #BEDC48;
  --ztc-bg-bg-4: #F4F4F9;
  --ztc-bg-bg-5: #021A38;
  --ztc-bg-bg-6: #1BB77C;
  --ztc-bg-bg-7: #00397F;
  --ztc-bg-bg-8: #021A13;
  --ztc-bg-bg-9: #64B427;
  --ztc-bg-bg-10: #02015A;
  /*--ztc-bg-bg-11: #4416FF;*/
  --ztc-bg-bg-11: #194175;
  --ztc-bg-bg-12: #06030E;
  /*--ztc-bg-bg-13: #892CFF;*/
  --ztc-bg-bg-13: #194175;
  --ztc-bg-bg-14: #090B0E;
  --ztc-bg-bg-15: #84A17D;
  --ztc-bg-bg-16: #153C3C;
  --ztc-bg-bg-17: #F28737;
  --ztc-bg-bg-18: #009EA7;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Figtree', sans-serif;
  --ztc-family-font2: 'Outfit', sans-serif;
}

/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
.heading1 h5 img {
  margin: 0 4px 0 0;
}
.heading1 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading2 h5 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
.heading2 h5 img {
  margin: 0 4px 0 0;
}
.heading2 h2 {
  color: var(--ztc-text-text-5);
  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: 52px;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading2 p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading3 h5 {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
.heading3 h5 img {
  margin: 0 4px 0 0;
}
.heading3 h2 {
  color: var(--ztc-text-text-9);
  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: 52px;
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading3 p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading4 h5 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  /*background: rgba(68, 22, 255, 0.1);*/
  background:#becfe1;
  box-shadow: 0px 3px 8px 0px rgba(68, 22, 255, 0.05);
  padding: 8px 16px;
}
.heading4 h5 span {
  display: inline-block;
  transition: all 0.4s;
  color: #C4BAE8;
  margin: 0 6px;
}
.heading4 h5 svg {
  padding-left: 4px;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.heading4 h5:hover svg {
  padding-left: 8px;
  transition: all 0.4s;
}
.heading4 h1 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s70);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 70px;
  letter-spacing: -4.2px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading4 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
    letter-spacing: 0.5px;
  }
}
.heading4 h2 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 58px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading4 p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  letter-spacing: -0.4px;
}

.heading5 h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
.heading5 h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0);
}
.heading5 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading5 p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading6 h5 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
.heading6 h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0);
}
.heading6 h2 {
  color: var(--ztc-text-text-17);
  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: 52px;
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading6 p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading7 h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
.heading7 h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0);
}
.heading7 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}
@media (max-width: 767px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading7 p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading8 h5 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
.heading8 h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0);
}
.heading8 h2 {
  color: var(--ztc-text-text-17);
  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: 52px;
}
@media (max-width: 767px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.heading8 p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.vl-btn1:hover .text {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn1:hover .arrow {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(0);
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
}
.vl-btn1 .text {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 20px 28px;
  border-radius: 70px;
  background: var(--ztc-bg-bg-3);
}
.vl-btn1 .arrow {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
}

.vl-btn2 .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 20px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-6);
  position: relative;
  z-index: 1;
}
.vl-btn2 .text:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-btn2 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.vl-btn2 .text:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-btn2 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.vl-btn2 .text i {
  margin-left: 4px;
  transition: all 0.4s;
}

.vl-btn3 .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 20px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-9);
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.vl-btn3 .text:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-btn3 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.vl-btn3 .text:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-btn3 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.vl-btn3 .text i {
  margin-left: 4px;
  transition: all 0.4s;
}

.vl-btn4 {
  color: var(--ztc-text-text-13);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: var(--ztc-bg-bg-11);
  box-shadow: 0px 4px 15px 0px rgba(68, 22, 255, 0.2);

  padding: 14px 16px;
  position: relative;
  z-index: 1;
}
.vl-btn4:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn4:hover svg {
  transform: rotate(45deg);
  transition: all 0.4s;
}
.vl-btn4:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-10);
  border-radius: 50px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-btn4 svg {
  margin-left: 10px;
  transition: all 0.4s;
}

.vl-btn5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--ztc-bg-bg-13);
  padding: 18px 24px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.vl-btn5:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn5:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.vl-btn5::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-12);
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-btn5 svg {
  margin: -5px 0 0 0;
  transition: all 0.4s;
}

.vl-btn6 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--ztc-bg-bg-17);
  padding: 18px 28px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.vl-btn6:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn6:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.vl-btn6::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-12);
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-btn6 svg {
  margin: -5px 0 0 0;
  transition: all 0.4s;
}

.vl-btn7 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 0 10px 0 10px;
  background: var(--ztc-bg-bg-15);
  padding: 20px 24px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.vl-btn7:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  border-radius: 10px 0 10px 0;
}
.vl-btn7:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.vl-btn7::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-14);
  border-radius: 10px 0 10px 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-btn7 svg {
  margin: -5px 0 0 0;
  transition: all 0.4s;
}

.vl-btn8 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--ztc-bg-bg-18);
  padding: 20px 28px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.vl-btn8:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn8:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.vl-btn8::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-14);
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-btn8 svg {
  margin: -5px 0 0 0;
  transition: all 0.4s;
}

/*============= COMMON CSS AREA ENDS===============*/
.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.w-bg {
  background: var(--ztc-bg-bg-1) !important;
}

.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;
  }
}

@media (max-width: 767px) {
  body, html {
    overflow-x: hidden !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body, html {
    overflow-x: hidden !important;
  }
}

/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
  position: relative;
  z-index: 1;
}
.about1-section-area .about-images-area {
  position: relative;
  z-index: 1;
}
.about1-section-area .about-images-area .elements5 {
  position: absolute;
  left: -20px;
  z-index: -1;
  top: 0;
}
.about1-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about1-section-area .about-images-area .about-contact {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-2);
  border-radius: 110px;
  padding: 16px 36px 16px 16px;
  width: 280px;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 23%;
  z-index: 1;
}
.about1-section-area .about-images-area .about-contact:hover span {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.about1-section-area .about-images-area .about-contact span {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
}
.about1-section-area .about-images-area .about-contact .text {
  padding-left: 10px;
}
.about1-section-area .about-images-area .about-contact .text p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.about1-section-area .about-images-area .about-contact .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.about1-section-area .about-images-area .about-contact .text a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.about1-section-area .about-heading {
  position: relative;
  z-index: 1;
  padding: 0 0 0 100px;
}
@media (max-width: 767px) {
  .about1-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}
.about1-section-area .about-heading ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}
.about1-section-area .about-heading ul li img {
  margin: 0 4px 0 0;
}

.about2-section-area {
  position: relative;
  z-index: 1;
}
.about2-section-area .about-heading {
  position: relative;
  z-index: 1;
  padding: 0 0 0 100px;
}
@media (max-width: 767px) {
  .about2-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}
.about2-section-area .about-heading ul li {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}
.about2-section-area .about-heading ul li img {
  margin: 0 4px 0 0;
}
.about2-section-area .about2-images-area {
  position: relative;
  z-index: 1;
}
.about2-section-area .about2-images-area .elements7 {
  position: absolute;
  bottom: 0;
  left: -50px;
}
.about2-section-area .about2-images-area .check-text {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  padding: 16px 20px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -165px;
  top: 50%;
  margin-top: -40px;
  width: 330px;
}
.about2-section-area .about2-images-area .check-text img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about2-section-area .about2-images-area .check-text p {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  padding-left: 10px;
}

.about3-section-area {
  position: relative;
  z-index: 1;
  padding: 284px 0 100px;
}
@media (max-width: 767px) {
  .about3-section-area {
    padding: 835px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area {
    padding: 800px 0 50px;
  }
}
.about3-section-area .about-all-images {
  position: relative;
  z-index: 1;
}
.about3-section-area .about-all-images .images-content {
  position: relative;
  z-index: 1;
}
.about3-section-area .about-all-images .images-content .elements9 {
  position: absolute;
  bottom: -1;
  left: -30px;
  top: -30px;
}
.about3-section-area .about-all-images .images-content .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px 8px 8px 8px;
}
.about3-section-area .about-all-images .images-content .experiance-box {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 24px;
}
.about3-section-area .about-all-images .images-content .experiance-box h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}
.about3-section-area .about-all-images .images-content .experiance-box p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .about3-section-area .about-all-images .img1 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .about-all-images .img1 {
    margin-top: 30px;
  }
}
.about3-section-area .about-all-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 100px 16px;
}
@media (max-width: 767px) {
  .about3-section-area .heading3 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .heading3 {
    margin-top: 30px;
  }
}
.about3-section-area .heading3 .bg-progress .progress-bar {
  margin-bottom: 24px;
}
.about3-section-area .heading3 .bg-progress label {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.about3-section-area .heading3 .bg-progress .progress {
  background-color: #DADCE9;
  border-radius: 4px;
  height: 14px;
  position: relative;
}
.about3-section-area .heading3 .bg-progress .progress-inner {
  border-radius: 4px;
  background: var(--ztc-bg-bg-8);
  height: 100%;
  transition: width 0.4s ease;
}

.about4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about4-section-area .about-images-area {
  position: relative;
  z-index: 1;
  left: -50px;
}
@media (max-width: 767px) {
  .about4-section-area .about-images-area {
    left: 0;
    margin-bottom: 40px;
  }
}
.about4-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about4-section-area .about-images-area .img2 .elements18 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
.about4-section-area .about4-heading .counter-boxarea {
  margin-top: 30px;
}

.about5-section-area {
  position: relative;
  z-index: 1;
}
.about5-section-area .about-heading {
  position: relative;
  z-index: 1;
  padding: 0 0 0 100px;
}
@media (max-width: 767px) {
  .about5-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}
.about5-section-area .about-heading ul li {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}
.about5-section-area .about-heading ul li img {
  margin: 0 4px 0 0;
}
.about5-section-area .about2-images-area {
  position: relative;
  z-index: 1;
}
.about5-section-area .about2-images-area .elements7 {
  position: absolute;
  bottom: 0;
  left: -50px;
  filter: brightness(0);
}
.about5-section-area .about2-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about5-section-area .about2-images-area .check-text {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  padding: 16px 20px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -165px;
  top: 50%;
  margin-top: -40px;
  width: 330px;
}
.about5-section-area .about2-images-area .check-text img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about5-section-area .about2-images-area .check-text p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  padding-left: 10px;
}

.about-others-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-others-section-area .heading6 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .about-others-section-area .heading6 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-others-section-area .heading6 {
    padding: 0;
    margin-top: 30px;
  }
}
.about-others-section-area .heading6 ul li {
  margin-top: 22px;
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
@media (max-width: 767px) {
  .about-others-section-area .heading6 ul li {
    display: flex;
    align-items: center;
    line-height: 24px;
  }
}
.about-others-section-area .heading6 ul li img {
  margin: 0 6px 0 0;
}
.about-others-section-area .about-images-area6 .img1 {
  position: relative;
}
.about-others-section-area .about-images-area6 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 60px 0 60px;
}
.about-others-section-area .about-images-area6 .img1 .cricle-arrow-area {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  padding: 14px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  bottom: -120px;
}
.about-others-section-area .about-images-area6 .img1 .cricle-arrow-area .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}
.about-others-section-area .about-images-area6 .img1 .cricle-arrow-area .arrow a {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--ztc-bg-bg-15);
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
}
.about-others-section-area .about-images-area6 .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 60px 0 60px;
}

.about6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about6-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.about6-section-area .img2 {
  position: relative;
  top: 180px;
}
@media (max-width: 767px) {
  .about6-section-area .img2 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about6-section-area .img2 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
.about6-section-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.about6-section-area .heading7 .heading {
  position: relative;
  left: -325px;
}
@media (max-width: 767px) {
  .about6-section-area .heading7 .heading {
    left: 0;
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about6-section-area .heading7 .heading {
    left: 0;
    top: 30px;
  }
}
.about6-section-area .heading7 .heading h2 {
  display: block !important;
  width: 600px;
}
@media (max-width: 767px) {
  .about6-section-area .heading7 .heading h2 {
    width: 100%;
  }
}
.about6-section-area .heading7 ul li {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}
.about6-section-area .heading7 ul li img {
  margin: 0 4px 0 0;
}

.about8-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about8-section-area .about8-imagrs-area {
  position: relative;
  z-index: 1;
}
.about8-section-area .about8-imagrs-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px 8px 8px 8px;
}
.about8-section-area .about8-imagrs-area .experianc-box {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  border-radius: 8px;
  padding: 24px;
}
.about8-section-area .about8-imagrs-area .experianc-box h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}
.about8-section-area .about8-imagrs-area .experianc-box p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}
.about8-section-area .about8-imagrs-area .img2 img {
  height: 518px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 100px 8px;
}
.about8-section-area .heading8 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .about8-section-area .heading8 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .heading8 {
    padding: 0;
  }
}
.about8-section-area .heading8 .bg-progress .progress-bar {
  margin-bottom: 24px;
}
.about8-section-area .heading8 .bg-progress label {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.about8-section-area .heading8 .bg-progress .progress {
  background-color: #E6EFED;
  border-radius: 4px;
  height: 14px;
  position: relative;
}
.about8-section-area .heading8 .bg-progress .progress-inner {
  border-radius: 4px;
  background: var(--ztc-bg-bg-18);
  height: 100%;
  transition: width 0.4s ease;
}

.about-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-inner-section-area .about-all-images {
  position: relative;
  z-index: 1;
}
.about-inner-section-area .about-all-images .images-content {
  position: relative;
  z-index: 1;
}
.about-inner-section-area .about-all-images .images-content .elements9 {
  position: absolute;
  bottom: -1;
  left: -30px;
  top: -30px;
}
.about-inner-section-area .about-all-images .images-content .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about-inner-section-area .about-all-images .images-content .experiance-box {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 24px;
}
.about-inner-section-area .about-all-images .images-content .experiance-box h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}
.about-inner-section-area .about-all-images .images-content .experiance-box p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .about-inner-section-area .about-all-images .img1 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner-section-area .about-all-images .img1 {
    margin-top: 30px;
  }
}
.about-inner-section-area .about-all-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about-inner-section-area .heading4 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about-inner-section-area .heading4 {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner-section-area .heading4 {
    margin-top: 30px;
    padding: 0;
  }
}
.about-inner-section-area .heading4 .bg-progress .progress-bar {
  margin-bottom: 24px;
}
.about-inner-section-area .heading4 .bg-progress label {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.about-inner-section-area .heading4 .bg-progress .progress {
  background-color: #E8EAEC;
  border-radius: 4px;
  height: 14px;
  position: relative;
}
.about-inner-section-area .heading4 .bg-progress .progress-inner {
  border-radius: 4px;
  background: var(--ztc-bg-bg-10);
  height: 100%;
  transition: width 0.4s ease;
}

.about-inner2-section-area {
  position: relative;
  z-index: 1;
}
.about-inner2-section-area .about-heading {
  position: relative;
  z-index: 1;
  padding: 0 100px 0 0;
}
@media (max-width: 767px) {
  .about-inner2-section-area .about-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner2-section-area .about-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
.about-inner2-section-area .about-heading ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}
.about-inner2-section-area .about-heading ul li img {
  margin: 0 4px 0 0;
}
.about-inner2-section-area .about2-images-area {
  position: relative;
  z-index: 1;
}
.about-inner2-section-area .about2-images-area .img1 img {
  border-radius: 8px;
}
.about-inner2-section-area .about2-images-area .elements7 {
  position: absolute;
  bottom: -50px;
  right: -50px;
  filter: brightness(0);
}
.about-inner2-section-area .about2-images-area .check-text {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  padding: 16px 20px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -165px;
  top: 50%;
  margin-top: -40px;
  width: 330px;
}
.about-inner2-section-area .about2-images-area .check-text img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about-inner2-section-area .about2-images-area .check-text p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  padding-left: 10px;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1-section-area {
  position: relative;
  z-index: 1;
}
.service1-section-area .service-single-slider {
  position: relative;
  z-index: 1;
}
.service1-section-area .service-single-slider .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
}
@media (max-width: 767px) {
  .service1-section-area .service-single-slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-single-slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}
.service1-section-area .service-single-slider .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.service1-section-area .service-single-slider .owl-nav button:hover {
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-3);
}
.service1-section-area .service-single-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.service1-section-area .service-single-slider .service-single-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service1-section-area .service-single-slider .service-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service1-section-area .service-single-slider .service-single-boxarea:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 70%;
}
.service1-section-area .service-single-slider .service-single-boxarea:hover .img1 .icons a {
  top: 100px;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.service1-section-area .service-single-slider .service-single-boxarea:hover .content-box .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service1-section-area .service-single-slider .service-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 8px;
  overflow: hidden;
}
.service1-section-area .service-single-slider .service-single-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
}
.service1-section-area .service-single-slider .service-single-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px;
}
.service1-section-area .service-single-slider .service-single-boxarea .img1 .icons a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.6s;
  background: var(--ztc-bg-bg-3);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.service1-section-area .service-single-slider .service-single-boxarea .content-box {
  position: relative;
  z-index: 2;
  padding: 46px 24px 32px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  margin-top: -50px;
  margin-left: 20px;
  margin-right: 20px;
}
.service1-section-area .service-single-slider .service-single-boxarea .content-box::after {
  position: absolute;
  content: "";
  border-radius: 0px 0px 8px 8px;
  background: rgba(218, 221, 225, 0.8);
  height: 6px;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  z-index: 1;
  width: 100%;
}
.service1-section-area .service-single-slider .service-single-boxarea .content-box .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  display: inline-block;
  position: absolute;
  top: -40px;
}
.service1-section-area .service-single-slider .service-single-boxarea .content-box .icons img {
  height: 36px;
  width: 36px;
  text-align: center;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}
.service1-section-area .service-single-slider .service-single-boxarea .content-box a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
}
.service1-section-area .service-single-slider .service-single-boxarea .content-box a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.service2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service2-section-area .heading2 h5 {
  color: var(--ztc-text-text-1);
}
.service2-section-area .heading2 h5 img {
  filter: brightness(0) invert(1);
}
.service2-section-area .heading2 h2 {
  color: var(--ztc-text-text-1);
}
.service2-section-area .service2-single-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 20px 20px 32px 20px;
  margin-bottom: 30px;
}
.service2-section-area .service2-single-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 0.7;
  transition: all 0.4s;
  transform: scale(1);
}
.service2-section-area .service2-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service2-section-area .service2-single-boxarea:hover .img1 .arrow a {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition: all 0.6s;
}
.service2-section-area .service2-single-boxarea:hover .content-area .icons span {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
}
.service2-section-area .service2-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s;
}
.service2-section-area .service2-single-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
}
.service2-section-area .service2-single-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service2-single-boxarea .img1 img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .service2-section-area .service2-single-boxarea .img1 img {
    height: 250px;
  }
}
.service2-section-area .service2-single-boxarea .img1 .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s20);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.service2-section-area .service2-single-boxarea .content-area {
  text-align: center;
}
.service2-section-area .service2-single-boxarea .content-area .icons {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  position: relative;
  margin-top: -50px;
  z-index: 2;
}
.service2-section-area .service2-single-boxarea .content-area .icons span {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
.service2-section-area .service2-single-boxarea .content-area .icons span img {
  height: 42px;
  width: 42px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service2-section-area .service2-single-boxarea .content-area a {
  display: block;
  color: var(--ztc-text-text-5);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  transition: all 0.4s;
  padding-top: 24px;
}
.service2-section-area .service2-single-boxarea .content-area a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.service3-section-area {
  position: relative;
  z-index: 1;
}
.service3-section-area .service3-single-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  padding: 28px;
  margin-bottom: 30px;
}
.service3-section-area .service3-single-area:hover .icon-text span {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service3-section-area .service3-single-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service3-section-area .service3-single-area:hover .img1::after {
  visibility: visible;
  opacity: 0.7;
  transform: scale(1);
  transition: all 0.4s;
}
.service3-section-area .service3-single-area:hover .img1 .icons a {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.service3-section-area .service3-single-area .icon-text {
  display: flex;
  align-items: center;
}
.service3-section-area .service3-single-area .icon-text span {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--ztc-bg-bg-9);
  border-radius: 8px;
  display: inline-block;
}
.service3-section-area .service3-single-area .icon-text span svg {
  height: 32px;
  width: 38px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  text-align: center;
}
.service3-section-area .service3-single-area .icon-text a {
  color: var(--ztc-text-text-9);
  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;
  padding-left: 16px;
}
.service3-section-area .service3-single-area .icon-text a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.service3-section-area .service3-single-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.service3-section-area .service3-single-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-8);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  border-radius: 8px;
  transition: all 0.4s;
}
.service3-section-area .service3-single-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service3-section-area .service3-single-area .img1 .icons a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.6s;
  background: var(--ztc-bg-bg-9);
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s20);
  position: absolute;
  top: 0;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.service4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #ECE8FF;
}
.service4-section-area .elements12 {
  position: absolute;
}
.service4-section-area .service4-slider-area {
  position: relative;
  z-index: 1;
}
.service4-section-area .service4-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.service4-section-area .service4-slider-area .owl-dots {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .service4-section-area .service4-slider-area .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service4-slider-area .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}
.service4-section-area .service4-slider-area .owl-dots::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 767px) {
  .service4-section-area .service4-slider-area .owl-dots::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service4-slider-area .owl-dots::after {
    display: none;
  }
}
.service4-section-area .service4-slider-area .owl-dots button {
  height: 12px;
  width: 432px;
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  z-index: 2;
  position: relative;
  top: -9px;
}
@media (max-width: 767px) {
  .service4-section-area .service4-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service4-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}
.service4-section-area .service4-slider-area .owl-dots button.active {
  background: #C5B7FF;
  transition: all 0.4s;
}
.service4-section-area .service4-slider-area .service4-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
}
.service4-section-area .service4-slider-area .service4-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service4-section-area .service4-slider-area .service4-boxarea .content-area {
  padding: 24px 16px;
}
.service4-section-area .service4-slider-area .service4-boxarea .content-area .title {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.service4-section-area .service4-slider-area .service4-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.service4-section-area .service4-slider-area .service4-boxarea .content-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  letter-spacing: -0.16px;
}
.service4-section-area .service4-slider-area .service4-boxarea .content-area .readmore {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  letter-spacing: -0.32px;
  display: inline-block;
  transition: all 0.4s;
}
.service4-section-area .service4-slider-area .service4-boxarea .content-area .readmore svg {
  margin-left: 4px;
}
.service4-section-area .service4-slider-area .service4-boxarea .img1 {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  transition: all 0.4s;
}
.service4-section-area .service4-slider-area .service4-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 8px 8px;
  transition: all 0.4s;
}

.service-benefites-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-benefites-section-area .benefites-box {
  position: relative;
  z-index: 1;
}
.service-benefites-section-area .benefites-box .star {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  line-height: 150px;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -85px;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea {
  position: relative;
  background: #F4F4F9;
  padding: 32px;
  border-radius: 8px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  position: absolute;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .icons img {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  text-align: center;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area {
  padding-left: 100px;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .title {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 140%;
  letter-spacing: -1.2px;
  transition: all 0.4s;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  letter-spacing: -0.4px;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .readmore {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  letter-spacing: -0.4px;
  display: inline-block;
  transition: all 0.4s;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .readmore svg {
  margin-left: 4px;
  transition: all 0.4s;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .readmore:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .readmore:hover svg {
  transform: rotate(45deg);
}

.service8-scetion-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F7F7F9;
}
.service8-scetion-area .service8-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  padding: 40px;
  border-radius: 0 50px 0 50px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service8-scetion-area .service8-boxarea:hover {
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  border-radius: 50px 0 50px 0;
  transform: translateY(-5px);
}
.service8-scetion-area .service8-boxarea:hover .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service8-scetion-area .service8-boxarea:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.service8-scetion-area .service8-boxarea:hover .readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service8-scetion-area .service8-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service8-scetion-area .service8-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: #F7F7F9;
  border-radius: 50%;
}
.service8-scetion-area .service8-boxarea .title {
  color: var(--ztc-text-text-17);
  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;
}
.service8-scetion-area .service8-boxarea p {
  color: rgba(9, 11, 14, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-bg-bg-18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.service8-scetion-area .service8-boxarea .readmore {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}
.service8-scetion-area .service8-boxarea .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.service8-scetion-area .service8-boxarea .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service7-section-area .service-hidden-boxarea {
  position: relative;
  z-index: 1;
}
.service7-section-area .service-hidden-boxarea.box2 .service-boxarea {
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
}
.service7-section-area .service-hidden-boxarea.box2 .service-boxarea .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service7-section-area .service-hidden-boxarea:hover .service-boxarea {
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
}
.service7-section-area .service-hidden-boxarea:hover .service-boxarea .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service7-section-area .service-hidden-boxarea .service-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 24px;
  transition: all 0.4s;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
  bottom: -145px;
}
@media (max-width: 767px) {
  .service7-section-area .service-hidden-boxarea .service-boxarea {
    bottom: 0;
    background: var(--ztc-bg-bg-17);
    border-radius: 8px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .service-hidden-boxarea .service-boxarea {
    bottom: 0;
    background: var(--ztc-bg-bg-17);
    border-radius: 8px;
    margin-bottom: 30px;
  }
}
.service7-section-area .service-hidden-boxarea .service-boxarea:hover {
  transition: all 0.4s;
}
.service7-section-area .service-hidden-boxarea .service-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
}
.service7-section-area .service-hidden-boxarea .service-boxarea .title {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service7-section-area .service-hidden-boxarea .service-boxarea .title {
    color: var(--ztc-text-text-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .service-hidden-boxarea .service-boxarea .title {
    color: var(--ztc-text-text-1);
  }
}
.service7-section-area .service-hidden-boxarea .service-boxarea .text {
  transition: all 0.4s;
}
.service7-section-area .service-hidden-boxarea .service-boxarea .text p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.service7-section-area .service-hidden-boxarea .service-boxarea .text .readmore {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}
.service7-section-area .service-hidden-boxarea .service-boxarea .text .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.service7-section-area .service-hidden-boxarea .service-boxarea .text .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F2F4F3;
}
.service8 .service8-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
}
.service8 .service8-boxarea:hover .service8-widget-box2 {
  top: 0;
  transition: all 0.6s;
}
.service8 .service8-boxarea .service8-widgetbox {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px;
}
.service8 .service8-boxarea .service8-widgetbox .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.service8 .service8-boxarea .service8-widgetbox .img1 img {
  height: 270px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service8 .service8-boxarea .service8-widgetbox .content-area {
  position: relative;
  z-index: 1;
  margin-top: -45px;
}
.service8 .service8-boxarea .service8-widgetbox .content-area .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  display: inline-block;
}
.service8 .service8-boxarea .service8-widgetbox .content-area .title {
  color: var(--ztc-text-text-17);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service8 .service8-boxarea .service8-widgetbox .content-area .title {
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service8 .service8-boxarea .service8-widgetbox .content-area .title {
    line-height: 32px;
  }
}
.service8 .service8-boxarea .service8-widget-box2 {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  text-align: center;
  top: -100%;
  height: 100%;
  vertical-align: middle;
  transition: all 0.6s;
}
.service8 .service8-boxarea .service8-widget-box2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-14);
  opacity: 70%;
  z-index: -1;
}
.service8 .service8-boxarea .service8-widget-box2 .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.service8 .service8-boxarea .service8-widget-box2 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service8 .service8-boxarea .service8-widget-box2 .content-area {
  position: relative;
  z-index: 1;
  padding: 65px 24px;
}
.service8 .service8-boxarea .service8-widget-box2 .content-area .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  display: inline-block;
}
.service8 .service8-boxarea .service8-widget-box2 .content-area .title {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.service8 .service8-boxarea .service8-widget-box2 .content-area .title:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}
.service8 .service8-boxarea .service8-widget-box2 .content-area p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service8 .service8-boxarea .service8-widget-box2 .content-area .readmore {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}
.service8 .service8-boxarea .service8-widget-box2 .content-area .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.service8 .service8-boxarea .service8-widget-box2 .content-area .readmore:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}
.service8 .service8-boxarea .service8-widget-box2 .content-area .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-inner-area .service4-boxarea {
  position: relative;
  z-index: 1;
  background: #ECE8FF;
  border-radius: 8px;
  margin-bottom: 30px;
}
.service-inner-area .service4-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service-inner-area .service4-boxarea .content-area {
  padding: 24px 16px;
}
.service-inner-area .service4-boxarea .content-area .title {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.service-inner-area .service4-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.service-inner-area .service4-boxarea .content-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  letter-spacing: -0.16px;
}
.service-inner-area .service4-boxarea .content-area .readmore {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  letter-spacing: -0.32px;
  display: inline-block;
  transition: all 0.4s;
}
.service-inner-area .service4-boxarea .content-area .readmore svg {
  margin-left: 4px;
}
.service-inner-area .service4-boxarea .img1 {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  transition: all 0.4s;
}
.service-inner-area .service4-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 8px 8px;
  transition: all 0.4s;
}

.service-all-details-area {
  position: relative;
  z-index: 1;
}
.service-all-details-area h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
}
.service-all-details-area .service-main-siderbar-area {
  position: sticky;
  top: 120px;
}
.service-all-details-area .service-main-siderbar-area .search-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #F4F4F9);
  padding: 28px 24px;
}
.service-all-details-area .service-main-siderbar-area .search-area form {
  position: relative;
  z-index: 1;
}
.service-all-details-area .service-main-siderbar-area .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
}
.service-all-details-area .service-main-siderbar-area .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.service-all-details-area .service-main-siderbar-area .search-area form input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.service-all-details-area .service-main-siderbar-area .search-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 12px;
  background: none;
  right: 5px;
}
.service-all-details-area .service-main-siderbar-area .categories-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #F4F4F9);
  padding: 28px 24px;
}
.service-all-details-area .service-main-siderbar-area .categories-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px;
  transition: all 0.4s;
  margin-top: 20px;
}
.service-all-details-area .service-main-siderbar-area .categories-area ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  transform: translateY(-5px);
  color: var(--ztc-text-text-1);
}
.service-all-details-area .service-main-siderbar-area .categories-area ul li a:hover span {
  transform: rotate(90deg);
  transition: all 0.4s;
}
.service-all-details-area .service-main-siderbar-area .categories-area ul li a span {
  transition: all 0.4s;
}
.service-all-details-area .service-main-siderbar-area .open-hours-box {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #F4F4F9);
  padding: 28px 24px;
}
.service-all-details-area .service-main-siderbar-area .open-hours-box ul {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
}
.service-all-details-area .service-main-siderbar-area .open-hours-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #E8EAEC;
  padding-top: 18px;
}
.service-all-details-area .service-main-siderbar-area .open-hours-box ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}
.service-all-details-area .service-main-siderbar-area .open-hours-box ul li span a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.service-all-details-area .service-main-siderbar-area .open-hours-box ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}
.service-all-details-area .service-main-content-details {
  position: relative;
  z-index: 1;
}
.service-all-details-area .service-main-content-details.padding-left {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .service-all-details-area .service-main-content-details.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-all-details-area .service-main-content-details.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}
.service-all-details-area .service-main-content-details.padding-right {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .service-all-details-area .service-main-content-details.padding-right {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-all-details-area .service-main-content-details.padding-right {
    padding: 0;
    margin-top: 30px;
  }
}
.service-all-details-area .service-main-content-details h3 {
  color: var(--ztc-text-text-11);
  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;
}
.service-all-details-area .service-main-content-details .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.service-all-details-area .service-main-content-details .m-list-area {
  padding-bottom: 48px;
  border-bottom: 1px solid #E8EAEC;
}
.service-all-details-area .service-main-content-details .m-list-area .m-list li {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}
.service-all-details-area .service-main-content-details .m-list-area .m-list li img {
  margin: 0 6px 0 0;
}
.service-all-details-area .service-main-content-details .img-list-area {
  padding-bottom: 48px;
  border-bottom: 1px solid #E8EAEC;
}
.service-all-details-area .service-main-content-details .img-list-area .img-list li {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 32px;
}
.service-all-details-area .service-main-content-details .img-list-area .img-list li:nth-child(1) {
  margin: 0;
}
.service-all-details-area .service-main-content-details .img-list-area .img-list li img {
  margin: 0 13px 0 0;
}
.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item {
  border: none;
  padding: 0;
  margin-top: 24px;
  background: var(--ztc-bg-bg-10);
  border-radius: 8px;
}
.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item h4 button {
  box-shadow: none;
  border: none;
  outline: none;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  text-transform: capitalize;
  padding: 26px 20px;
  transition: all 0.4s;
  border-radius: 8px;
  background: #F3F5F5;
}
.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item h4 button::after {
  filter: brightness(0);
}
.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item h4 button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  border: none;
  border-radius: 8px 8px 0 0;
  padding: 26px 20px 16px 20px;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item h4 button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item .accordion-body {
  padding: 0 80px 24px 24px;
}
.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 160px 60px 0 60px;
  border-radius: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-section-area {
    margin: 160px 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .hero1-section-area {
    margin: 0;
    border-radius: 0;
    padding-top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area {
    margin: 0;
    border-radius: 0;
    padding-top: 200px;
  }
}
.hero1-section-area .hero-header {
  position: relative;
  z-index: 1;
}
.hero1-section-area .hero-header h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-header h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.hero1-section-area .hero-header h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}
.hero1-section-area .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s34);
    line-height: 42px;
  }
}
.hero1-section-area .hero-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  transition: all 0.4s;
}
.hero1-section-area .hero-images {
  position: relative;
  left: 50px;
  top: 50px;
}
@media (max-width: 767px) {
  .hero1-section-area .hero-images {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .hero-images {
    left: 0;
  }
}
.hero1-section-area .hero-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero2-section-area {
  margin: 160px 0 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero2-section-area {
    margin: 160px 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .hero2-section-area {
    margin: 0;
    border-radius: 0;
    padding-top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area {
    margin: 0;
    border-radius: 0;
    padding-top: 200px;
  }
}
.hero2-section-area .bg-img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero2-section-area .bg-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-7);
  opacity: 90%;
}
.hero2-section-area .hero-header {
  position: relative;
  z-index: 1;
}
.hero2-section-area .hero-header h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero2-section-area .hero-header h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.hero2-section-area .hero-header h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}
.hero2-section-area .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
}
@media (max-width: 767px) {
  .hero2-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s34);
    line-height: 42px;
  }
}
.hero2-section-area .hero-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  transition: all 0.4s;
}
.hero2-section-area .hero-header .btn-area1 .play-btn {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero2-section-area .hero-header .btn-area1 .play-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.hero2-section-area .hero-header .btn-area1 .play-btn .video {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
}
.hero2-section-area .hero-header .btn-area1 .play-btn .video::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 28px;
  top: 28px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
}
.hero2-section-area .hero2-images {
  position: relative;
  left: 50px;
}
@media (max-width: 767px) {
  .hero2-section-area .hero2-images {
    left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area .hero2-images {
    left: 0;
    margin-top: 30px;
  }
}
.hero2-section-area .hero2-images .elements6 {
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: 1;
}
.hero2-section-area .hero2-images .img1 {
  position: relative;
  z-index: 1;
}
.hero2-section-area .hero2-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.hero2-section-area .hero2-images .hero-contact {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  border-radius: 110px;
  padding: 16px 36px 16px 16px;
  width: 280px;
  position: absolute;
  bottom: 20px;
  left: -60px;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero2-section-area .hero2-images .hero-contact {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area .hero2-images .hero-contact {
    left: 0;
  }
}
.hero2-section-area .hero2-images .hero-contact:hover span {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.hero2-section-area .hero2-images .hero-contact span {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  border-radius: 50%;
}
.hero2-section-area .hero2-images .hero-contact span svg {
  filter: brightness(0) invert(1);
}
.hero2-section-area .hero2-images .hero-contact .text {
  padding-left: 10px;
}
.hero2-section-area .hero2-images .hero-contact .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero2-section-area .hero2-images .hero-contact .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.hero2-section-area .hero2-images .hero-contact .text a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.hero-all-main-slider {
  position: relative;
  z-index: 1;
}
.hero-all-main-slider .testimonial-arrows {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero-all-main-slider .testimonial-arrows {
    bottom: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-all-main-slider .testimonial-arrows {
    top: 60%;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .hero-all-main-slider .testimonial-arrows {
    top: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-all-main-slider .testimonial-arrows {
    top: 55%;
  }
}
.hero-all-main-slider .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.hero-all-main-slider .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
}
.hero-all-main-slider .testimonial-arrows .testimonial-next-arrow {
  margin-top: 12px;
}
.hero-all-main-slider .hero-main-slider .slick-slide.slick-current.slick-active h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero-all-main-slider .hero-main-slider .slick-slide.slick-current.slick-active h1 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero-all-main-slider .hero-main-slider .slick-slide.slick-current.slick-active p {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}
.hero-all-main-slider .hero-main-slider .slick-slide.slick-current.slick-active .btn-area1 {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area {
  margin: 150px 0 0 0;
  position: relative;
  overflow: hidden;
  padding: 120px 0 260px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area {
    margin: 160px 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area {
    margin: 0;
    border-radius: 0;
    padding-top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area {
    margin: 0;
    border-radius: 0;
    padding-top: 200px;
  }
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .bg-img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .bg-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(98deg, rgba(6, 20, 1, 0.9) 24.17%, rgba(8, 29, 1, 0.45) 57.98%);
  opacity: 90%;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header {
  position: relative;
  z-index: 1;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 10px;
  display: inline-block;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
  height: 22px;
  width: 22px;
  display: inline-block;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s34);
    line-height: 42px;
  }
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  transition: all 0.4s;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header .btn-area1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header .btn-area1 .play-btn {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header .btn-area1 .play-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header .btn-area1 .play-btn .video {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header .btn-area1 .play-btn .video::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 28px;
  top: 28px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images {
  position: relative;
  left: 50px;
}
@media (max-width: 767px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images {
    left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images {
    left: 0;
    margin-top: 30px;
  }
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .elements6 {
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: 1;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .img1 {
  position: relative;
  z-index: 1;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  border-radius: 110px;
  padding: 16px 36px 16px 16px;
  width: 280px;
  position: absolute;
  bottom: 20px;
  left: -60px;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact {
    left: 0;
  }
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact:hover span {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact span {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  border-radius: 50%;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact span svg {
  filter: brightness(0) invert(1);
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact .text {
  padding-left: 10px;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact .text a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.hero4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 160px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area {
    padding: 180px 0 0 0;
  }
}
@media (max-width: 767px) {
  .hero4-section-area {
    padding: 180px 0 0 0;
  }
}
.hero4-section-area .hero-header {
  position: relative;
  z-index: 1;
  padding: 0 30px 0 0;
  top: -30px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero-header {
    padding: 0;
    top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero-header {
    padding: 0;
    top: 0;
    margin-bottom: 30px;
  }
}
.hero4-section-area .hero-header .elements12 {
  position: absolute;
  z-index: -1;
  height: 600px;
  width: 600px;
  max-width: 600px;
  max-height: 600px;
  top: -90px;
  left: -105px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero-header .elements12 {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero-header .elements12 {
    left: 0;
    z-index: -2;
  }
}
.hero4-section-area .hero4-images-area {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-images-area {
    left: -95px;
  }
}
.hero4-section-area .hero4-images-area .bg-area .hero-bg2 {
  position: absolute;
  height: 800px;
  width: 800px;
  max-width: 800px;
  max-height: 800px;
  z-index: -1;
  top: -110px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero4-images-area .bg-area .hero-bg2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero4-section-area .hero4-images-area .icons-area {
    display: none;
  }
}
.hero4-section-area .hero4-images-area .icons-area .icons1 {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(118deg, #97A2FA 0.63%, #D9D5FD 85.25%);
  box-shadow: 0px 5px 12px 0px rgba(180, 170, 251, 0.4);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 150px;
}
.hero4-section-area .hero4-images-area .icons-area .icons2 {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(118deg, #97A2FA 0.63%, #D9D5FD 85.25%);
  box-shadow: 0px 5px 12px 0px rgba(180, 170, 251, 0.4);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 40%;
  left: 150px;
}
.hero4-section-area .hero4-images-area .icons-area .icons3 {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(118deg, #97A2FA 0.63%, #D9D5FD 85.25%);
  box-shadow: 0px 5px 12px 0px rgba(180, 170, 251, 0.4);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 200px;
}
.hero4-section-area .hero4-images-area .icons-area .icons4 {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(118deg, #97A2FA 0.63%, #D9D5FD 85.25%);
  box-shadow: 0px 5px 12px 0px rgba(180, 170, 251, 0.4);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  right: -180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-images-area .icons-area .icons4 {
    right: 0;
  }
}
.hero4-section-area .hero4-images-area .icons-area .icons5 {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(118deg, #97A2FA 0.63%, #D9D5FD 85.25%);
  box-shadow: 0px 5px 12px 0px rgba(180, 170, 251, 0.4);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 40%;
  right: -250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-images-area .icons-area .icons5 {
    right: -70px;
  }
}
.hero4-section-area .hero4-images-area .icons-area .icons6 {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(118deg, #97A2FA 0.63%, #D9D5FD 85.25%);
  box-shadow: 0px 5px 12px 0px rgba(180, 170, 251, 0.4);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: -250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-images-area .icons-area .icons6 {
    right: -80px;
  }
}
.hero4-section-area .hero4-images-area .img1 {
  position: relative;
  left: 80px;
  height: 600px;
  width: 600px;
}
@media (max-width: 767px) {
  .hero4-section-area .hero4-images-area .img1 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
  }
}

.hero5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 160px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section-area {
    padding: 180px 0 0 0;
  }
}
@media (max-width: 767px) {
  .hero5-section-area {
    padding: 180px 0 0 0;
  }
}
.hero5-section-area .hero5-widget-boxarea {
  position: relative;
  z-index: 1;
  padding: 48px 0 0 48px;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero5-section-area .hero5-widget-boxarea {
    padding: 30px;
  }
}
.hero5-section-area .hero5-widget-boxarea .hero-img9 {
  position: absolute;
  bottom: -100px;
  right: -100px;
}
@media xs {
  .hero5-section-area .hero5-widget-boxarea .hero-img9 {
    z-index: -1;
    bottom: 0;
    position: absolute;
  }
}
.hero5-section-area .hero5-widget-boxarea h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero5-section-area .hero5-widget-boxarea h5 {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 20px;
  }
}
.hero5-section-area .hero5-widget-boxarea p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px; /* 144.444% */
}
.hero5-section-area .hero5-widget-boxarea h1 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 56px;
}
@media (max-width: 767px) {
  .hero5-section-area .hero5-widget-boxarea h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero5-section-area .hero5-widget-boxarea .price-area {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero5-section-area .hero5-widget-boxarea .price-area {
    display: none;
  }
}
.hero5-section-area .hero5-widget-boxarea .price-area img {
  position: absolute;
  height: 150px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
  max-height: 150px;
  z-index: -1;
  top: -40px;
  left: -30px;
}
.hero5-section-area .hero5-widget-boxarea .price-area h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
  text-align: center;
}
.hero5-section-area .hero5-widget-boxarea .price-area p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.hero5-section-area .others-widget-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 40px;
  padding: 32px 32px 10px 32px;
}
.hero5-section-area .others-widget-boxarea .elements19 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.hero5-section-area .others-widget-boxarea h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  padding: 8px 10px;
  border-radius: 6px;
}
.hero5-section-area .others-widget-boxarea h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.hero5-section-area .others-widget-boxarea a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}
.hero5-section-area .others-widget-boxarea a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.hero5-section-area .others-widget-boxarea a svg {
  margin: -5px 0 0 4px;
}
.hero5-section-area .others-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
  text-align: end;
}

.hero6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
  padding: 200px 0 100px;
}
.hero6-section-area .hero-header6 h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
.hero6-section-area .hero-header6 h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}
.hero6-section-area .hero-header6 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 70px;
}
@media (max-width: 767px) {
  .hero6-section-area .hero-header6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero6-section-area .hero-header6 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 80%;
}
.hero6-section-area .hero-header6 .btn-area1 .popup-youtube {
  margin-left: 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-bold);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero6-section-area .hero-header6 .btn-area1 .popup-youtube {
    margin-left: 0;
    margin-top: 24px;
  }
}
.hero6-section-area .hero-header6 .btn-area1 .popup-youtube span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
  display: inline-block;
  margin: 0 8px 0 0;
  position: relative;
  z-index: 1;
}
.hero6-section-area .hero-header6 .btn-area1 .popup-youtube span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 24px;
  top: 24px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  opacity: 40%;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}
.hero6-section-area .hero-shape-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero6-section-area .hero-shape-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .hero-shape-area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero6-section-area .hero-shape-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .hero-shape-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}
.hero6-section-area .hero-shape-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -35px;
}
@media (max-width: 767px) {
  .hero6-section-area .hero-shape-area .owl-nav .owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .hero-shape-area .owl-nav .owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
  }
}
.hero6-section-area .hero-shape-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -35px;
}
@media (max-width: 767px) {
  .hero6-section-area .hero-shape-area .owl-nav .owl-next {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .hero-shape-area .owl-nav .owl-next {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
.hero6-section-area .hero-shape-area .owl-nav button {
  height: 70px;
  width: 70px;
  border: none;
  border-radius: 50%;
  background: var(--ztc-bg-bg-15);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  line-height: 70px;
  font-size: var(--ztc-font-size-font-s24);
}
.hero6-section-area .hero-shape-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
}
.hero6-section-area .hero-shape-area .elements25 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero6-section-area .hero-shape-area .hero8-images-area .img1 img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 100px 0 100px;
}

.hero7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 140px 0 60px;
}
.hero7-section-area .hero7-header-area {
  position: relative;
}
.hero7-section-area .hero7-header-area .heading-content {
  position: relative;
  z-index: 1;
  background: #F3F5F4;
  padding: 48px;
  border-radius: 30px;
}
.hero7-section-area .hero7-header-area .heading-content h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero7-section-area .hero7-header-area .heading-content h5 {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 24px;
  }
}
.hero7-section-area .hero7-header-area .heading-content h1 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s66);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 72px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero7-section-area .hero7-header-area .heading-content h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero7-section-area .hero7-header-area .img1 {
  height: 280px;
  margin-top: 30px;
}
.hero7-section-area .hero7-header-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  background: #FFC4AF;
}
.hero7-section-area .hero7-header-area .img2 {
  height: 280px;
  margin-top: 30px;
}
.hero7-section-area .hero7-header-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  background: #F1E5A1;
}
.hero7-section-area .images-area {
  position: relative;
  height: 680px;
  overflow: hidden;
  background: #FFCCA6;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .hero7-section-area .images-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7-section-area .images-area {
    margin-top: 30px;
  }
}
.hero7-section-area .images-area h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 128px;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 122px;
  position: absolute;
  top: 20px;
  z-index: 2;
}
.hero7-section-area .images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  position: relative;
  z-index: 3;
}

.hero8-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-14);
  padding: 226px 0 100px;
}
@media (max-width: 767px) {
  .hero8-section-area {
    padding: 170px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8-section-area {
    padding: 170px 0 0;
  }
}
.hero8-section-area .img1 img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .hero8-section-area .img1 img {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8-section-area .img1 img {
    position: relative;
  }
}
.hero8-section-area .hero-header-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero8-section-area .hero-header-area {
    text-align: center;
  }
}
.hero8-section-area .hero-header-area .elements23 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100px;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero8-section-area .hero-header-area .elements23 {
    left: 0;
    top: 0;
  }
}
.hero8-section-area .hero-header-area h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero8-section-area .hero-header-area h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.hero8-section-area .hero-header-area h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}
.hero8-section-area .hero-header-area h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
}
@media (max-width: 767px) {
  .hero8-section-area .hero-header-area h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero8-section-area .hero-header-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  opacity: 90%;
}
.hero8-section-area .hero-header-area .btn-area1 a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}
.hero8-section-area .hero-header-area .btn-area1 a::after {
  background: var(--ztc-bg-bg-1);
}
.hero8-section-area .hero-header-area .widget-boxarea {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hero8-section-area .hero-header-area .widget-boxarea {
    text-align: center;
  }
}
.hero8-section-area .hero-header-area .widget-boxarea h4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}
.hero8-section-area .hero-header-area .widget-boxarea a {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}

.inner-header-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  padding: 200px 0 100px;
}
@media (max-width: 767px) {
  .inner-header-section-area {
    padding: 160px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section-area {
    padding: 160px 0 60px;
  }
}
.inner-header-section-area .elements28 {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 650px;
  width: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -325px;
}
.inner-header-section-area .hero-header {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .inner-header-section-area .hero-header {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section-area .hero-header {
    text-align: center;
  }
}
.inner-header-section-area .hero-header h1 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s70);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 70px;
}
@media (max-width: 767px) {
  .inner-header-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s34);
    line-height: 42px;
  }
}
.inner-header-section-area .hero-header a.bradecrumb {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}
.inner-header-section-area .hero-header a.bradecrumb i {
  margin: 0 6px;
}
.inner-header-section-area .hero-images {
  position: relative;
  left: 50px;
  top: 15px;
}
@media (max-width: 767px) {
  .inner-header-section-area .hero-images {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section-area .hero-images {
    left: 0;
  }
}
.inner-header-section-area .hero-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}

.vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-2);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .vl-offcanvas {
    width: 100%;
  }
}
.vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul {
  list-style: none;
}
.vl-offcanvas-menu ul li {
  position: relative;
}
.vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-offcanvas-menu ul li a span {
  display: block;
}
.vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.vl-menu-close i {
  transition: 0.3s;
}

.homepage2-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-5);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-5);
}
.homepage2-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage2-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-5);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage2-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage2-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage2-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage2-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage2-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage2-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage2-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage2-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage2-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage2-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage2-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage2-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage2-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage2-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage2-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage2-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage2-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage2-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage2-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage3-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-9);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-9);
}
.homepage3-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-9);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage3-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-8);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage3-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage3-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage3-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage3-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage3-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage3-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage3-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage3-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage3-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage3-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage3-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage3-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage3-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage3-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage3-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage3-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage3-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage3-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage3-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage4-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-11);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-11);
}
.homepage4-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage4-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-10);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage4-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage4-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage4-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage4-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage4-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage4-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage4-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage4-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage4-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage4-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage4-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage4-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage4-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage4-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage4-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage4-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage4-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage4-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage4-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage5-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-14);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-14);
}
.homepage5-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage5-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-13);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage5-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage5-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage5-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage5-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage5-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage5-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage5-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage5-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage5-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage5-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage5-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage5-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage5-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage5-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage5-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage5-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage5-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage5-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage5-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage5-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage6-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.homepage6-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage6-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-16);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage6-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage6-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage6-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage6-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage6-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage6-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage6-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage6-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage6-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage6-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage6-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage6-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage6-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage6-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage6-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage6-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage6-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage6-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage6-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage6-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage6-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage6-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage6-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage7-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-14);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-14);
}
.homepage7-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage7-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-17);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage7-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage7-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage7-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage7-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage7-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage7-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage7-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage7-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage7-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage7-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage7-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage7-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage7-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage7-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage7-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage7-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage7-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage7-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage7-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage7-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage7-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage7-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage7-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage8-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.homepage8-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage8-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-18);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage8-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage8-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage8-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage8-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage8-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage8-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage8-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage8-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage8-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage8-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage8-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage8-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage8-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage8-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage8-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage8-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage8-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage8-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage8-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage8-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage8-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage8-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage8-body .vl-menu-close i {
  transition: 0.3s;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.vl-blog-1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-1-area .vl-blog-1-item {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 20px 32px 20px;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -5px 4px 0 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-9);
  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; /* 125% */
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .vl-btn3 span {
  padding: 16px 20px;
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  background: var(--ztc-bg-bg-8);
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .vl-btn3 span::after {
  background: var(--ztc-bg-bg-9);
}

.vl-blog-4-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-4-area .vl-blog-1-item {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #F4F4F9;
  margin-bottom: 30px;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
  padding: 24px 30px 24px 24px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: rgba(68, 22, 255, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(68, 22, 255, 0.05);
  padding: 8px;
  text-transform: uppercase;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px; /* 125% */
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  letter-spacing: -0.32px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore svg {
  margin-left: 4px;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore:hover svg {
  transform: rotate(45deg);
  transition: all 0.4s;
}

.vl-blog-5-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-5-area .vl-blog-1-item {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 20px 32px 20px;
  margin-bottom: 30px;
}
.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
  color: #EBEBEC;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -5px 4px 0 0;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px; /* 125% */
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .vl-btn3 span {
  padding: 16px 20px;
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  background: var(--ztc-bg-bg-12);
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .vl-btn3 span::after {
  background: var(--ztc-bg-bg-13);
}

.vl-blog-6-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-6-area .vl-blog-6-item {
  background: #F7F7F9;
  border-radius: 60px 0 60px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-6-item:hover {
  border-radius: 0 60px 0 60px;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-6-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content {
  padding: 28px 24px;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
  color: #EBEBEC;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -5px 4px 0 0;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px; /* 125% */
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.36px;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-1-icon .readmore {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px; /* 125% */
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-1-icon .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-1-icon .readmore:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-1-icon .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-7-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-7-area .blog-slider-area {
  position: relative;
  z-index: 1;
}
.vl-blog-7-area .blog-slider-area .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
}
@media (max-width: 767px) {
  .vl-blog-7-area .blog-slider-area .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-7-area .blog-slider-area .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}
.vl-blog-7-area .blog-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: #F3F5F4;
  color: var(--ztc-text-text-14);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.vl-blog-7-area .blog-slider-area .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-17);
}
.vl-blog-7-area .blog-slider-area .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item {
  background: #F3F5F4;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content {
  padding: 24px 20px;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin-top: 10px;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
  color: #EBEBEC;
}
@media (max-width: 767px) {
  .vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    display: none;
  }
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -5px 4px 0 0;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.36px;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore:hover {
  color: var(--ztc-text-text-22);
  transition: al 0.4s;
}
.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-8-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #F2F4F3;
  padding: 32px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-8-area .vl-blog-8-item .vl-blog-8-content {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-8-area .vl-blog-8-item .vl-blog-8-content {
    margin-top: 30px;
  }
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .vl-blog7-meta ul li {
  display: inline-block;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .vl-blog7-meta ul li:nth-child(1) {
  margin: 0 16px 0 0;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .vl-blog7-meta ul li a {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .vl-blog7-meta ul li a svg {
  margin: -5px 4px 0 0;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content h3 .title {
  color: var(--ztc-text-text-17);
  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: 38px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content h3 .title:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .readmore {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .readmore:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-content2 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #F2F4F3;
  padding: 32px;
  margin-top: 30px;
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-content2:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-content2 .vl-blog7-meta ul li {
  display: inline-block;
}
.vl-blog-8-area .vl-blog-8-content2 .vl-blog7-meta ul li:nth-child(1) {
  margin: 0 16px 0 0;
}
.vl-blog-8-area .vl-blog-8-content2 .vl-blog7-meta ul li a {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-content2 .vl-blog7-meta ul li a svg {
  margin: -5px 4px 0 0;
}
.vl-blog-8-area .vl-blog-8-content2 h3 .title {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-content2 h3 .title:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-content2 .readmore {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-content2 .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-content2 .readmore:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}
.vl-blog-8-area .vl-blog-8-content2 .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-4-area-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vl-blog-4-area-inner .vl-blog-1-item {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #F4F4F9;
  margin-bottom: 30px;
}
.vl-blog-4-area-inner .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content {
  padding: 24px 30px 24px 24px;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: rgba(68, 22, 255, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(68, 22, 255, 0.05);
  padding: 8px;
  text-transform: uppercase;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px; /* 125% */
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  letter-spacing: -0.32px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore svg {
  margin-left: 4px;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore:hover svg {
  transform: rotate(45deg);
  transition: all 0.4s;
}

.vl-blog-details-section {
  position: relative;
  z-index: 1;
}
.vl-blog-details-section .blog-auhtor-details-side {
  position: sticky;
  top: 120px;
}
.vl-blog-details-section .blog-auhtor-details-side h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-blog-details-section .blog-auhtor-details-side .search-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #F4F4F9;
  padding: 24px 28px;
}
.vl-blog-details-section .blog-auhtor-details-side .search-area form {
  position: relative;
  z-index: 1;
}
.vl-blog-details-section .blog-auhtor-details-side .search-area form input {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 19px 16px;
}
.vl-blog-details-section .blog-auhtor-details-side .search-area form button {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: var(--ztc-font-size-font-s22);
}
.vl-blog-details-section .blog-auhtor-details-side .category-list-area {
  border-radius: 8px;
  background: #F4F4F9;
  padding: 24px 28px;
}
.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li {
  margin-top: 18px;
}
.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-blog-details-section .blog-auhtor-details-side .tags-area {
  border-radius: 8px;
  background: #F4F4F9;
  padding: 24px 28px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .tags-area {
    text-align: center;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li {
  display: inline-block;
}
.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  display: inline-block;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  margin-top: 16px;
  position: relative;
  z-index: 1;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a {
    margin-right: 0;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.vl-blog-details-section .blog-auhtor-details-side .auhtor-area {
  border-radius: 8px;
  background: #F4F4F9;
  padding: 24px 28px;
}
.vl-blog-details-section .blog-auhtor-details-side .auhtor-area ul li {
  display: inline-block;
}
.vl-blog-details-section .blog-auhtor-details-side .auhtor-area ul li a {
  margin: 0 10px 0 0;
}
.vl-blog-details-section .blog-auhtor-details-side .auhtor-area ul li a img {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #F4F4F9;
  padding: 24px 28px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area {
    text-align: center;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts {
    text-align: center;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 {
  position: absolute;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 {
    position: relative;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content {
  padding-left: 140px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content {
    padding-left: 0;
    margin-top: 16px;
  }
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content ul li a svg {
  margin: -5px 4px 0 0;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content ul li a span {
  color: #E6E6EB;
  display: inline-block;
  margin: 0 8px 0;
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content h4 a {
  color: var(--ztc-text-text-11);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content h4 a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.vl-blog-details-section .blog-others-sidebar.padding-left {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-details-section .blog-others-sidebar.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}
.vl-blog-details-section .blog-others-sidebar.padding-right {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar.padding-right {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-details-section .blog-others-sidebar.padding-right {
    padding: 0;
    margin-top: 30px;
  }
}
.vl-blog-details-section .blog-others-sidebar h2 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.vl-blog-details-section .blog-others-sidebar h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
}
.vl-blog-details-section .blog-others-sidebar p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}
.vl-blog-details-section .blog-others-sidebar .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.vl-blog-details-section .blog-others-sidebar .list-author li {
  display: inline-block;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .list-author li:nth-child(3) {
    margin-top: 10px;
  }
}
.vl-blog-details-section .blog-others-sidebar .list-author li:nth-child(1) a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  background: var(--ztc-bg-bg-11);
  padding: 10px;
  border-radius: 4px;
  margin: 0 16px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .list-author li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
}
.vl-blog-details-section .blog-others-sidebar .list-author li a img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5px 4px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .list-author li a span {
  color: #CDCDD6;
  display: inline-block;
  margin: 0 8px;
}
.vl-blog-details-section .blog-others-sidebar .m-list-area .m-list li {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}
.vl-blog-details-section .blog-others-sidebar .m-list-area .m-list li img {
  margin: 0 6px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .case-pera-box {
  border-radius: 16px;
  background: var(--ztc-bg-bg-10);
  padding: 28px 32px;
  position: relative;
  z-index: 1;
}
.vl-blog-details-section .blog-others-sidebar .case-pera-box p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 32px;
}
.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area .author-boxarea {
  display: flex;
  align-items: center;
}
.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area .author-boxarea .img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area .author-boxarea .text {
  padding-left: 12px;
}
.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area .author-boxarea .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area .author-boxarea .text p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 80%;
}
.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area ul li {
  display: inline-block;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  color: #FFA800;
}
.vl-blog-details-section .blog-others-sidebar .video-play-area {
  position: relative;
  z-index: 1;
}
.vl-blog-details-section .blog-others-sidebar .video-play-area .elements3 {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 2;
}
.vl-blog-details-section .blog-others-sidebar .video-play-area a.play-img {
  display: block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.vl-blog-details-section .blog-others-sidebar .video-play-area a.play-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  opacity: 40%;
  border-radius: 8px;
}
.vl-blog-details-section .blog-others-sidebar .video-play-area a.play-img img {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .video-play-area a.play-img img {
    height: 300px;
  }
}
.vl-blog-details-section .blog-others-sidebar .video-play-area .play-btn {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 2;
}
.vl-blog-details-section .blog-others-sidebar .video-play-area .play-btn a {
  border-radius: 120px;
  background: var(--ztc-bg-bg-1);
  padding: 8px 22px 8px 10px;
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}
.vl-blog-details-section .blog-others-sidebar .video-play-area .play-btn a span {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s30);
  margin: 0 8px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .tags-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid #E8EAEC;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .tags-social {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .tags-social .tags {
    margin-bottom: 16px;
  }
}
.vl-blog-details-section .blog-others-sidebar .tags-social .tags ul li {
  display: inline-block;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .tags ul li:nth-child(1) {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin: 0 16px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .tags ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--Gray-Color, #F4F4F9);
  padding: 10px;
  margin: 0 8px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .tags ul li a:hover {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .social ul li {
  display: inline-block;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .social ul li:nth-child(1) {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin: 0 16px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .social ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #F4F4F9;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 8px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .tags-social .social ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: #F4F4F9;
  padding: 24px;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea.box2 {
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .comments-boxarea.box2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-details-section .blog-others-sidebar .comments-boxarea.box2 {
    margin: 0;
  }
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes {
    display: inline-block;
  }
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box {
  display: flex;
  align-items: center;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .content {
  padding-left: 18px;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .content .date {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px; /* 100% */
  display: inline-block;
  margin-bottom: 16px;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .content .date svg {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5px 4px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .reply {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  padding: 12px 16px;
  background: var(--ztc-bg-bg-10);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .reply {
    margin-top: 12px;
  }
}
.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .reply i {
  margin: 0 2px 0 0;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea {
  border-radius: 16px;
  background: var(--Gray-Color, #F4F4F9);
  padding: 32px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area {
  margin-top: 16px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  height: 120px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area button {
  border: none;
  outline: none;
  text-align: center;
  width: 100%;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.vl-footer1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  padding: 80px 0 32px;
  overflow: hidden;
}
.vl-footer1-section-area .footer-time-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;
}
.vl-footer1-section-area .footer-time-area ul {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
}
.vl-footer1-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #E8EAEC;
  padding-top: 18px;
}
.vl-footer1-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}
.vl-footer1-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer1-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}
.vl-footer1-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
.vl-footer1-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer1-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
.vl-footer1-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer1-section-area .footer-widget-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;
}
.vl-footer1-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}
.vl-footer1-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}
.vl-footer1-section-area .footer-widget-area .social-links li {
  display: inline-block;
}
.vl-footer1-section-area .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}
.vl-footer1-section-area .footer-widget-area .social-links li a:nth-child(4) {
  margin: 0;
}
.vl-footer1-section-area .footer-widget-area .social-links li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.vl-footer1-section-area .footer-widget-area .footer-images {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.vl-footer1-section-area .footer-widget-area .footer-images:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-footer1-section-area .footer-widget-area .footer-images img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  max-width: 70px;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .footer-widget-area .footer-images img {
    width: 100px;
    max-width: 100px;
  }
}
.vl-footer1-section-area .footer-widget-area .footer-images .icons a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-2);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  visibility: hidden;
  opacity: 0;
}
.vl-footer1-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #D4D6DD;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .copyright-area {
    display: inline-block;
  }
}
.vl-footer1-section-area .copyright-area img {
  width: 175px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer1-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer1-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}
.vl-footer1-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer2-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  padding: 80px 0 32px;
  overflow: hidden;
}
.vl-footer2-section-area .footer-time-area h4 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
}
.vl-footer2-section-area .footer-time-area ul {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
}
.vl-footer2-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #E8EAEC;
  padding-top: 18px;
}
.vl-footer2-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}
.vl-footer2-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer2-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}
.vl-footer2-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer2-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer2-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer2-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}
.vl-footer2-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}
.vl-footer2-section-area .footer-widget-area .social-links li {
  display: inline-block;
}
.vl-footer2-section-area .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}
.vl-footer2-section-area .footer-widget-area .social-links li a:nth-child(4) {
  margin: 0;
}
.vl-footer2-section-area .footer-widget-area .social-links li a:hover {
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer2-section-area .footer-widget-area .footer-images {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.vl-footer2-section-area .footer-widget-area .footer-images:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-footer2-section-area .footer-widget-area .footer-images img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  max-width: 70px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .footer-widget-area .footer-images img {
    width: 100px;
    max-width: 100px;
  }
}
.vl-footer2-section-area .footer-widget-area .footer-images .icons a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  visibility: hidden;
  opacity: 0;
}
.vl-footer2-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #D4D6DD;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .copyright-area {
    display: inline-block;
  }
}
.vl-footer2-section-area .copyright-area img {
  width: 175px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer2-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer2-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}
.vl-footer2-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer3-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 80px 0 32px;
  overflow: hidden;
}
.vl-footer3-section-area .footer-time-area h4 {
  color: var(--ztc-text-text-9);
  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;
}
.vl-footer3-section-area .footer-time-area ul {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
}
.vl-footer3-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #E8EAEC;
  padding-top: 18px;
}
.vl-footer3-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}
.vl-footer3-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer3-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}
.vl-footer3-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer3-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer3-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer3-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}
.vl-footer3-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}
.vl-footer3-section-area .footer-widget-area .social-links li {
  display: inline-block;
}
.vl-footer3-section-area .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-9);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}
.vl-footer3-section-area .footer-widget-area .social-links li a:nth-child(4) {
  margin: 0;
}
.vl-footer3-section-area .footer-widget-area .social-links li a:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer3-section-area .footer-widget-area .footer-images {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.vl-footer3-section-area .footer-widget-area .footer-images:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-footer3-section-area .footer-widget-area .footer-images img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  max-width: 70px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-widget-area .footer-images img {
    width: 100px;
    max-width: 100px;
  }
}
.vl-footer3-section-area .footer-widget-area .footer-images .icons a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  visibility: hidden;
  opacity: 0;
}
.vl-footer3-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #D4D6DD;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .copyright-area {
    display: inline-block;
  }
}
.vl-footer3-section-area .copyright-area img {
  width: 175px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer3-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer3-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}
.vl-footer3-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer4-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 32px;
  overflow: hidden;
}
.vl-footer4-section-area .footer-description-area {
  padding: 0 30px 0 0;
}
.vl-footer4-section-area .footer-description-area img {
  width: 200px;
  /*height: 44px;*/
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-footer4-section-area .footer-description-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  letter-spacing: -0.4px;
  opacity: 70%;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ztc-text-text-1);
}
.vl-footer4-section-area .footer-description-area .footer-form-area {
  position: relative;
  z-index: 1;
}
.vl-footer4-section-area .footer-description-area .footer-form-area form {
  position: relative;
  z-index: 1;
}
.vl-footer4-section-area .footer-description-area .footer-form-area form input {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  padding: 24px;
  border-radius: 100px;
}
.vl-footer4-section-area .footer-description-area .footer-form-area form input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  opacity: 70%;
}
.vl-footer4-section-area .footer-description-area .footer-form-area form input::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  opacity: 70%;
}
.vl-footer4-section-area .footer-description-area .footer-form-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 11px;
}
.vl-footer4-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer4-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer4-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer4-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
  opacity: 70%;
}
.vl-footer4-section-area .footer-widget-area ul li a svg {
  margin: 0 4px 0 0;
  filter: brightness(0);
}
.vl-footer4-section-area .footer-widget-area .social-links li {
  display: inline-block;
}
.vl-footer4-section-area .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: linear-gradient(118deg, #97A2FA 0.63%, #D9D5FD 85.25%);
  box-shadow: 0px 5px 12px rgba(180, 170, 251, 0.4);
  color: var(--ztc-text-text-11);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}
.vl-footer4-section-area .footer-widget-area .social-links li a:nth-child(4) {
  margin: 0;
}
.vl-footer4-section-area .footer-widget-area .social-links li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer4-section-area .footer-widget-area .footer-images {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.vl-footer4-section-area .footer-widget-area .footer-images:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-footer4-section-area .footer-widget-area .footer-images img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  max-width: 70px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .footer-widget-area .footer-images img {
    width: 100px;
    max-width: 100px;
  }
}
.vl-footer4-section-area .footer-widget-area .footer-images .icons a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  visibility: hidden;
  opacity: 0;
}
.vl-footer4-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #D4D6DD;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area {
    display: inline-block;
  }
}
.vl-footer4-section-area .copyright-area a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer4-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer4-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}
.vl-footer4-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer5-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 80px 0 32px;
  overflow: hidden;
}
.vl-footer5-section-area .footer-time-area h4 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
}
.vl-footer5-section-area .footer-time-area ul {
  background: #F5F2FF;
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
}
.vl-footer5-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #DDDAE7;
  padding-top: 18px;
}
.vl-footer5-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}
.vl-footer5-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}
.vl-footer5-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer5-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer5-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer5-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}
.vl-footer5-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}
.vl-footer5-section-area .footer-widget-area .social-links li {
  display: inline-block;
}
.vl-footer5-section-area .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #F4F4F9;
  color: var(--ztc-text-text-2);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}
.vl-footer5-section-area .footer-widget-area .social-links li a:nth-child(4) {
  margin: 0;
}
.vl-footer5-section-area .footer-widget-area .social-links li a:hover {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer5-section-area .footer-widget-area .footer-images {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.vl-footer5-section-area .footer-widget-area .footer-images:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-widget-area .footer-images img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  max-width: 70px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .footer-widget-area .footer-images img {
    width: 100px;
    max-width: 100px;
  }
}
.vl-footer5-section-area .footer-widget-area .footer-images .icons a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  visibility: hidden;
  opacity: 0;
}
.vl-footer5-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #D4D6DD;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .copyright-area {
    display: inline-block;
  }
}
.vl-footer5-section-area .copyright-area img {
  width: 175px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer5-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer5-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}
.vl-footer5-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer6-section-area {
  position: relative;
  z-index: 1;
  background: #F7F7F9;
  padding: 280px 0 32px;
  overflow: hidden;
}
.vl-footer6-section-area .footer-logo-area img {
  width: 200px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
.vl-footer6-section-area .footer-logo-area p {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
  letter-spacing: -0.4px;
  opacity: 70%;
}
.vl-footer6-section-area .footer-logo-area .social-links li {
  display: inline-block;
}
.vl-footer6-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-17);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}
.vl-footer6-section-area .footer-logo-area .social-links li a:nth-child(4) {
  margin: 0;
}
.vl-footer6-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer6-section-area .footer-time-area h4 {
  color: var(--ztc-text-text-17);
  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;
}
.vl-footer6-section-area .footer-time-area ul {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.vl-footer6-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #DDDAE7;
  padding-top: 18px;
}
.vl-footer6-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}
.vl-footer6-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer6-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}
.vl-footer6-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .vl-footer6-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
.vl-footer6-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer6-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .vl-footer6-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
.vl-footer6-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer6-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer6-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-217);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}
.vl-footer6-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}
.vl-footer6-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #D4D6DD;
}
@media (max-width: 767px) {
  .vl-footer6-section-area .copyright-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .copyright-area {
    display: inline-block;
  }
}
.vl-footer6-section-area .copyright-area a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}
@media (max-width: 767px) {
  .vl-footer6-section-area .copyright-area a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer6-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer6-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .copyright-area ul li span {
    margin: 0 6px;
    color: rgba(6, 3, 14, 0.1);
    display: inline-block;
    background: rgba(6, 3, 14, 0.1);
  }
}
.vl-footer6-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}
@media (max-width: 767px) {
  .vl-footer6-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer7-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 80px 0 32px;
  overflow: hidden;
}
.vl-footer7-section-area .footer-logo-area img {
  width: 200px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
.vl-footer7-section-area .footer-logo-area p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
  letter-spacing: -0.4px;
  opacity: 70%;
}
.vl-footer7-section-area .footer-logo-area .social-links li {
  display: inline-block;
}
.vl-footer7-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #F3F5F4;
  color: var(--ztc-text-text-2);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}
.vl-footer7-section-area .footer-logo-area .social-links li a:nth-child(4) {
  margin: 0;
}
.vl-footer7-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer7-section-area .footer-time-area h4 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
}
.vl-footer7-section-area .footer-time-area ul {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.vl-footer7-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #DDDAE7;
  padding-top: 18px;
}
.vl-footer7-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}
.vl-footer7-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer7-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}
.vl-footer7-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .vl-footer7-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
.vl-footer7-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer7-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .vl-footer7-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
.vl-footer7-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer7-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer7-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}
.vl-footer7-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}
.vl-footer7-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #D4D6DD;
}
@media (max-width: 767px) {
  .vl-footer7-section-area .copyright-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .copyright-area {
    display: inline-block;
  }
}
.vl-footer7-section-area .copyright-area a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}
@media (max-width: 767px) {
  .vl-footer7-section-area .copyright-area a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer7-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer7-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .copyright-area ul li span {
    margin: 0 6px;
    color: rgba(6, 3, 14, 0.1);
    display: inline-block;
    background: rgba(6, 3, 14, 0.1);
  }
}
.vl-footer7-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}
@media (max-width: 767px) {
  .vl-footer7-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer8-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 80px 0 32px;
  overflow: hidden;
}
.vl-footer8-section-area .footer-time-area h4 {
  color: var(--ztc-text-text-17);
  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;
}
.vl-footer8-section-area .footer-time-area ul {
  background: #F2F4F3;
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
}
.vl-footer8-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #DBDDDC;
  padding-top: 18px;
}
.vl-footer8-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}
.vl-footer8-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer8-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}
.vl-footer8-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .vl-footer8-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}
.vl-footer8-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer8-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .vl-footer8-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}
.vl-footer8-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer8-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer8-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}
.vl-footer8-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}
.vl-footer8-section-area .footer-widget-area .social-links li {
  display: inline-block;
}
.vl-footer8-section-area .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #E6EFED;
  color: var(--ztc-text-text-17);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}
.vl-footer8-section-area .footer-widget-area .social-links li a:nth-child(4) {
  margin: 0;
}
.vl-footer8-section-area .footer-widget-area .social-links li a:hover {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer8-section-area .footer-widget-area .footer-images {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.vl-footer8-section-area .footer-widget-area .footer-images:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.vl-footer8-section-area .footer-widget-area .footer-images img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  max-width: 70px;
}
@media (max-width: 767px) {
  .vl-footer8-section-area .footer-widget-area .footer-images img {
    width: 100px;
    max-width: 100px;
  }
}
.vl-footer8-section-area .footer-widget-area .footer-images .icons a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-18);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  visibility: hidden;
  opacity: 0;
}
.vl-footer8-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #DADADB;
}
@media (max-width: 767px) {
  .vl-footer8-section-area .copyright-area {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .copyright-area {
    display: inline-block;
  }
}
.vl-footer8-section-area .copyright-area img {
  width: 175px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer8-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer8-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}
.vl-footer8-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
@media (max-width: 767px) {
  .vl-footer8-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage1-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage1-body .vl-transparent-header .vl-logo img {
  width: 321px;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage1-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8EAEC;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
.homepage1-body .vl-transparent-header .header-top-area .header-list ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage1-body .vl-transparent-header .header-top-area .header-list ul li a:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.homepage1-body .vl-transparent-header .header-top-area .header-list ul li a svg {
  margin: 0 4px 0 0;
}
.homepage1-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
}
.homepage1-body .vl-transparent-header .header-top-area ul li span {
  color: #E8EAEC;
  display: inline-block;
  margin: 0 8px;
}
.homepage1-body .vl-transparent-header .header-top-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage1-body .vl-transparent-header .header-top-area ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.homepage1-body .vl-transparent-header .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}
.homepage1-body .vl-main-menu ul {
  text-align: center;
}
.homepage1-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage1-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage1-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-2);
  background: none;
  opacity: 70%;
}
.homepage1-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li > a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}
.homepage1-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-2);
}
.homepage1-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-3);
  top: 0;
}
.homepage1-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-2);
  z-index: 1;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-2);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage1-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-4);
}
.homepage1-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage1-body .vl-mega-menu {
  position: absolute;
  left: -255px;
  top: 100px;
  width: 1300px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #E8EAEC;
  height: 630px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage1-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage1-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage1-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage1-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage1-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage1-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -80px;
}
@media (max-width: 767px) {
  .homepage1-body .vl-home-thumb .btn-area1 {
    margin-top: -77px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb .btn-area1 {
    margin-top: -77px;
  }
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 .text {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 20px 28px;
  border-radius: 70px;
  background: var(--ztc-bg-bg-3);
  position: relative;
  z-index: 1;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 70px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage1-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage1-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-4) !important;
  transition: all 0.4s;
}
.homepage1-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage1-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage1-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #E8EAEC;
}
.homepage1-body .header-sticky .header-top-area {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  position: absolute;
}
.homepage1-body .header-sticky .space16 {
  display: none !important;
}

.homepage2-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage2-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage2-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8EAEC;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
.homepage2-body .vl-transparent-header .header-top-area .header-list ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .header-top-area .header-list ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .header-top-area .header-list ul li a svg {
  margin: 0 4px 0 0;
}
.homepage2-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
}
.homepage2-body .vl-transparent-header .header-top-area ul li span {
  color: #E8EAEC;
  display: inline-block;
  margin: 0 8px;
}
.homepage2-body .vl-transparent-header .header-top-area ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .header-top-area ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.homepage2-body .vl-transparent-header .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}
.homepage2-body .vl-main-menu ul {
  text-align: center;
}
.homepage2-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage2-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage2-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-7);
  background: none;
  opacity: 70%;
}
.homepage2-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage2-body .vl-main-menu ul > li > a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}
.homepage2-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-7);
}
.homepage2-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage2-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-6);
  top: 0;
}
.homepage2-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-5);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-6);
  z-index: 1;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-7);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage2-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-7);
}
.homepage2-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage2-body .vl-mega-menu {
  position: absolute;
  left: -370px;
  top: 100px;
  width: 1300px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #E8EAEC;
  height: 630px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage2-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage2-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage2-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage2-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage2-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage2-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-5);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -76px;
}
@media (max-width: 767px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -73px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -73px;
  }
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 20px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-6);
  position: relative;
  z-index: 1;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 .text:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage2-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-5) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage2-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-7) !important;
  transition: all 0.4s;
}
.homepage2-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage2-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage2-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #E8EAEC;
}
.homepage2-body .header-sticky .header-top-area {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  position: absolute;
}
.homepage2-body .header-sticky .space16 {
  display: none !important;
}

.homepage3-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage3-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage3-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8EAEC;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
.homepage3-body .vl-transparent-header .header-top-area .header-list ul li a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage3-body .vl-transparent-header .header-top-area .header-list ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.homepage3-body .vl-transparent-header .header-top-area .header-list ul li a svg {
  margin: 0 4px 0 0;
}
.homepage3-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
}
.homepage3-body .vl-transparent-header .header-top-area ul li span {
  color: #E8EAEC;
  display: inline-block;
  margin: 0 8px;
}
.homepage3-body .vl-transparent-header .header-top-area ul li a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage3-body .vl-transparent-header .header-top-area ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.homepage3-body .vl-transparent-header .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}
.homepage3-body .vl-main-menu ul {
  text-align: center;
}
.homepage3-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage3-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage3-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-10);
  background: none;
  opacity: 70%;
}
.homepage3-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage3-body .vl-main-menu ul > li > a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}
.homepage3-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-10);
}
.homepage3-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage3-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-9);
  top: 0;
}
.homepage3-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-9);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-9);
  z-index: 1;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-10);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage3-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-10);
}
.homepage3-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage3-body .vl-mega-menu {
  position: absolute;
  left: -370px;
  top: 100px;
  width: 1300px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #E8EAEC;
  height: 630px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage3-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage3-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage3-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage3-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-9);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -76px;
}
@media (max-width: 767px) {
  .homepage3-body .vl-home-thumb .btn-area1 {
    margin-top: -73px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb .btn-area1 {
    margin-top: -73px;
  }
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 20px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-9);
  position: relative;
  z-index: 1;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 .text:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 .text:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 .text i {
  margin-left: 4px;
  transition: all 0.4s;
}
.homepage3-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-9) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage3-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-10) !important;
  transition: all 0.4s;
}
.homepage3-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage3-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage3-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #E8EAEC;
}
.homepage3-body .header-sticky .header-top-area {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  position: absolute;
}
.homepage3-body .header-sticky .space16 {
  display: none !important;
}

.homepage4-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage4-body .vl-transparent-header .vl-logo img {
  width: 321px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage4-body .vl-transparent-header .row-bg1 {
  background: var(--ztc-bg-bg-1);
  padding: 16px 0 16px 30px;
  border-radius: 100px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header .row-bg1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header .row-bg1 {
    padding: 0;
  }
}
.homepage4-body .vl-main-menu ul {
  text-align: center;
}
.homepage4-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage4-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage4-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-12);
  background: none;
  opacity: 70%;
}
.homepage4-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 10px;
  font-weight: var(--ztc-weight-medium);
}
.homepage4-body .vl-main-menu ul > li > a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}
.homepage4-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-12);
}
.homepage4-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-11);
  top: 0;
}
.homepage4-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-11);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-11);
  z-index: 1;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-12);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage4-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-12);
}
.homepage4-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage4-body .vl-mega-menu {
  position: absolute;
  left: -240px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #E8EAEC;
  height: 630px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage4-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage4-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage4-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage4-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage4-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -38px;
  margin-left: -76px;
}
@media (max-width: 767px) {
  .homepage4-body .vl-home-thumb .btn-area1 {
    margin-top: -73px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-home-thumb .btn-area1 {
    margin-top: -73px;
  }
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4 {
  color: var(--ztc-text-text-1) !important;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: var(--ztc-bg-bg-11);
  box-shadow: 0px 4px 15px 0px rgba(68, 22, 255, 0.2);
  padding: 14px 16px;
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4:hover svg {
  transform: rotate(45deg);
  transition: all 0.4s;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-10);
  border-radius: 50px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4 svg {
  margin-left: 10px;
  transition: all 0.4s;
}
.homepage4-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-11) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage4-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-12) !important;
  transition: all 0.4s;
}
.homepage4-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage4-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage4-body .vl-hero-btn .btn-area1 .phone {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 140%;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 12px;
  margin: 0 8px 0 0;
  position: relative;
  z-index: 1;
}
.homepage4-body .vl-hero-btn .btn-area1 .phone:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage4-body .vl-hero-btn .btn-area1 .phone:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.homepage4-body .vl-hero-btn .btn-area1 .phone:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.homepage4-body .vl-hero-btn .btn-area1 .phone::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-10);
  border-radius: 50px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.homepage4-body .vl-hero-btn .btn-area1 .phone svg {
  margin: 0 4px 0 0;
  transition: all 0.4s;
}
.homepage4-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #E8EAEC;
}
.homepage4-body .header-sticky .row-bg1 {
  padding: 0;
  background: none;
  transition: all 0.4s;
}

.homepage5-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage5-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}
.homepage5-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li:nth-last-child(1) {
  margin: 0;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #F5F2FF;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a svg {
  transition: all 0.4s;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a:hover {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.homepage5-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E6E7;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage5-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
.homepage5-body .vl-transparent-header .header-top-area .header-list ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage5-body .vl-transparent-header .header-top-area .header-list ul li a:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}
.homepage5-body .vl-transparent-header .header-top-area .header-list ul li a svg {
  margin: 0 4px 0 0;
}
.homepage5-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
}
.homepage5-body .vl-transparent-header .header-top-area ul li span {
  color: #E6E6E7;
  display: inline-block;
  margin: 0 8px;
}
.homepage5-body .vl-transparent-header .header-top-area ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage5-body .vl-transparent-header .header-top-area ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.homepage5-body .vl-transparent-header .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}
.homepage5-body .vl-main-menu ul {
  text-align: center;
}
.homepage5-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage5-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage5-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-16);
  background: none;
  opacity: 70%;
}
.homepage5-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage5-body .vl-main-menu ul > li > a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}
.homepage5-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-16);
}
.homepage5-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage5-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-13);
  top: 0;
}
.homepage5-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-14);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-13);
  z-index: 1;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-16);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage5-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-16);
}
.homepage5-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage5-body .vl-mega-menu {
  position: absolute;
  left: -365px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #E8EAEC;
  height: 630px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage5-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage5-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage5-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage5-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-14);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -75px;
}
@media (max-width: 767px) {
  .homepage5-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 18px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-13);
  position: relative;
  z-index: 1;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage5-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-14) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage5-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-16) !important;
  transition: all 0.4s;
}
.homepage5-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage5-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage5-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #E8EAEC;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.homepage5-body .header-sticky .header-top-area {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  position: absolute;
}
.homepage5-body .header-sticky .space16 {
  display: none !important;
}

.homepage6-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage6-body .vl-transparent-header {
    background: var(--ztc-bg-bg-16);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-transparent-header {
    background: var(--ztc-bg-bg-16);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}
.homepage6-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage6-body .vl-transparent-header .row-bg1 {
  ont-s18);
  display: inline-block;
  positinline-block;
 positiioi
  padding: 20px 10px;
  border-radius: 0 20px 0 20px;
}
@media (max-width: 767px) {
  .homepage6-body .vl-transparent-header .row-bg1 {
    background: none;
    border: none;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-transparent-header .row-bg1 {
    background: none;
    border: none;
    padding: 0;
  }
}
.homepage6-body .vl-main-menu ul {
  text-align: center;
}
.homepage6-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage6-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage6-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-19);
  background: none;
  opacity: 70%;
}
.homepage6-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage6-body .vl-main-menu ul > li > a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}
.homepage6-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-19);
}
.homepage6-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage6-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-15);
  top: 0;
}
.homepage6-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-17);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage6-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-15);
  z-index: 1;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage6-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-19);
}
.homepage6-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage6-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-19);
}
.homepage6-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage6-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage6-body .vl-mega-menu {
  position: absolute;
  left: -314px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #E8EAEC;
  height: 630px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage6-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage6-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage6-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage6-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage6-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage6-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-17);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage6-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -75px;
}
@media (max-width: 767px) {
  .homepage6-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1 .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 18px 24px;
  border-radius: 0 10px 0 10px;
  background: var(--ztc-bg-bg-15);
  position: relative;
  z-index: 1;
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
  border-radius: 10px 0 10px 0;
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 10px 0 10px 0;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage6-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-14) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage6-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-19) !important;
  transition: all 0.4s;
}
.homepage6-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage6-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage6-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-16);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.homepage6-body .header-sticky .row-bg1 {
  padding: 0;
  background: none;
}

.homepage7-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage7-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}
.homepage7-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage7-body .vl-transparent-header .row-bg1 {
  background: #F3F5F4;
  padding: 20px 0;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .homepage7-body .vl-transparent-header .row-bg1 {
    background: none;
    border: none;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-transparent-header .row-bg1 {
    background: none;
    border: none;
    padding: 0;
  }
}
.homepage7-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.homepage7-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li:nth-last-child(1) {
  margin: 0;
}
.homepage7-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
}
.homepage7-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a svg {
  transition: all 0.4s;
}
.homepage7-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a:hover {
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s;
}
.homepage7-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.homepage7-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E6E7;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .homepage7-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-transparent-header .header-top-area {
    display: none;
  }
}
.homepage7-body .vl-transparent-header .header-top-area .header-list ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage7-body .vl-transparent-header .header-top-area .header-list ul li a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}
.homepage7-body .vl-transparent-header .header-top-area .header-list ul li a svg {
  margin: 0 4px 0 0;
}
.homepage7-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
}
.homepage7-body .vl-transparent-header .header-top-area ul li span {
  color: #E6E6E7;
  display: inline-block;
  margin: 0 8px;
}
.homepage7-body .vl-transparent-header .header-top-area ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage7-body .vl-transparent-header .header-top-area ul li a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}
.homepage7-body .vl-transparent-header .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}
.homepage7-body .vl-main-menu ul {
  text-align: center;
}
.homepage7-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage7-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage7-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-22);
  background: none;
  opacity: 70%;
}
.homepage7-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage7-body .vl-main-menu ul > li > a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}
.homepage7-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-22);
}
.homepage7-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage7-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-17);
  top: 0;
}
.homepage7-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-14);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage7-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-17);
  z-index: 1;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage7-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-22);
}
.homepage7-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage7-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-22);
}
.homepage7-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage7-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage7-body .vl-mega-menu {
  position: absolute;
  left: -365px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #E8EAEC;
  height: 630px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage7-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage7-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage7-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage7-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage7-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage7-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-14);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage7-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -75px;
}
@media (max-width: 767px) {
  .homepage7-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1 .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 18px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-17);
  position: relative;
  z-index: 1;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage7-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-14) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage7-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-22) !important;
  transition: all 0.4s;
}
.homepage7-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage7-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage7-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: #FFCCA6;
  border-bottom: 1px solid #FFCCA6;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.homepage7-body .header-sticky .row-bg1 {
  padding: 0;
  background: none;
}

.homepage8-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .homepage8-body .vl-transparent-header {
    background: var(--ztc-bg-bg-18);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage8-body .vl-transparent-header {
    background: var(--ztc-bg-bg-18);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}
.homepage8-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage8-body .vl-transparent-header .row-bg1 {
  padding: 20px 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .homepage8-body .vl-transparent-header .row-bg1 {
    background: none;
    border: none;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage8-body .vl-transparent-header .row-bg1 {
    background: none;
    border: none;
    padding: 0;
  }
}
.homepage8-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.homepage8-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li:nth-last-child(1) {
  margin: 0;
}
.homepage8-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
}
.homepage8-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a svg {
  transition: all 0.4s;
}
.homepage8-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a:hover {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
}
.homepage8-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.homepage8-body .vl-main-menu ul {
  text-align: center;
}
.homepage8-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage8-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage8-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-23);
  background: none;
  opacity: 70%;
}
.homepage8-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage8-body .vl-main-menu ul > li > a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}
.homepage8-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-23);
}
.homepage8-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage8-body .vl-main-menu ul > li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-18);
  top: 0;
}
.homepage8-body .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-14);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}
.homepage8-body .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-18);
  z-index: 1;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage8-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-23);
}
.homepage8-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage8-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-23);
}
.homepage8-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.homepage8-body .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}
.homepage8-body .vl-mega-menu {
  position: absolute;
  left: -365px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #E8EAEC;
  height: 630px;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage8-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage8-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.homepage8-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.homepage8-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage8-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage8-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage8-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-14);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage8-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -75px;
}
@media (max-width: 767px) {
  .homepage8-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage8-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1 .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 20px 28px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-18);
  position: relative;
  z-index: 1;
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage8-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-17) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage8-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-23) !important;
  transition: all 0.4s;
}
.homepage8-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}
.homepage8-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}
.homepage8-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-14);
  border-bottom: 1px solid var(--ztc-bg-bg-14);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.homepage8-body .header-sticky .row-bg1 {
  padding: 0;
  background: none;
  border: none;
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
.work1-section-area {
  position: relative;
  z-index: 1;
}
.work1-section-area .work-single-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.work1-section-area .work-single-boxarea:hover .img1 img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.work1-section-area .work-single-boxarea:hover .textarea span {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.work1-section-area .work-single-boxarea.box2::after {
  display: none;
}
.work1-section-area .work-single-boxarea::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: 20%;
  background: var(--ztc-bg-bg-7);
  opacity: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .work1-section-area .work-single-boxarea::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .work-single-boxarea::after {
    display: none;
  }
}
.work1-section-area .work-single-boxarea .elements4 {
  position: absolute;
  right: -60px;
  top: 50px;
}
@media (max-width: 767px) {
  .work1-section-area .work-single-boxarea .elements4 {
    display: none;
  }
}
.work1-section-area .work-single-boxarea .img1 img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}
.work1-section-area .work-single-boxarea .textarea span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  background: var(--ztc-bg-bg-2);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s24);
}
.work1-section-area .work-single-boxarea .textarea a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
}
.work1-section-area .work-single-boxarea .textarea a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.work2-section-area {
  position: relative;
  z-index: 1;
}
.work2-section-area .work-single-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.work2-section-area .work-single-boxarea.box2::after {
  display: none;
}
.work2-section-area .work-single-boxarea::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: 20%;
  background: var(--ztc-bg-bg-7);
  opacity: 10%;
}
@media (max-width: 767px) {
  .work2-section-area .work-single-boxarea::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2-section-area .work-single-boxarea::after {
    display: none;
  }
}
.work2-section-area .work-single-boxarea:hover .img1 img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.work2-section-area .work-single-boxarea:hover .textarea span {
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.work2-section-area .work-single-boxarea .elements4 {
  position: absolute;
  right: -60px;
  top: 50px;
}
@media (max-width: 767px) {
  .work2-section-area .work-single-boxarea .elements4 {
    display: none;
  }
}
.work2-section-area .work-single-boxarea .img1 img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}
.work2-section-area .work-single-boxarea .textarea span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  background: var(--ztc-bg-bg-2);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s24);
}
.work2-section-area .work-single-boxarea .textarea a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
}
.work2-section-area .work-single-boxarea .textarea a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.benefites-section-area {
  position: relative;
  z-index: 1;
}
.benefites-section-area .heading2 .bg-progress .progress-bar {
  margin-bottom: 24px;
}
.benefites-section-area .heading2 .bg-progress label {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.benefites-section-area .heading2 .bg-progress .progress {
  background-color: #DADCE9;
  border-radius: 20px;
  height: 14px;
  position: relative;
}
.benefites-section-area .heading2 .bg-progress .progress-inner {
  border-radius: 40px;
  background: var(--ztc-bg-bg-7);
  height: 100%;
  transition: width 0.4s ease;
}
.benefites-section-area .benefites-images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .benefites-section-area .benefites-images {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .benefites-section-area .benefites-images {
    margin-top: 40px;
  }
}
.benefites-section-area .benefites-images .img1 {
  text-align: end;
}
.benefites-section-area .benefites-images .img1 img {
  height: 460px;
  width: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.benefites-section-area .benefites-images .img2 {
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media (max-width: 767px) {
  .benefites-section-area .benefites-images .img2 {
    position: relative;
    margin-block-start: 30px;
    bottom: 0;
  }
}
.benefites-section-area .benefites-images .img2 img {
  height: 300px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .benefites-section-area .benefites-images .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.works3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.works3-section-area .work-single-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.works3-section-area .work-single-boxarea:hover .img1 .arrow a {
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.works3-section-area .work-single-boxarea:hover .img1 img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.works3-section-area .work-single-boxarea:hover .textarea span {
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.works3-section-area .work-single-boxarea .elements4 {
  position: absolute;
  right: -60px;
  top: 50px;
}
@media (max-width: 767px) {
  .works3-section-area .work-single-boxarea .elements4 {
    display: none;
  }
}
.works3-section-area .work-single-boxarea .img1 {
  position: relative;
  z-index: 1;
}
.works3-section-area .work-single-boxarea .img1.box2::after {
  display: none;
}
.works3-section-area .work-single-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 40%;
  background: var(--ztc-bg-bg-8);
  opacity: 10%;
  top: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .works3-section-area .work-single-boxarea .img1::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works3-section-area .work-single-boxarea .img1::after {
    display: none;
  }
}
.works3-section-area .work-single-boxarea .img1 .arrow a {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  display: inline-block;
  color: var(--ztc-text-text-10);
  background: #F4F4F9;
  font-size: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 90%;
}
@media (max-width: 767px) {
  .works3-section-area .work-single-boxarea .img1 .arrow a {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works3-section-area .work-single-boxarea .img1 .arrow a {
    display: none;
  }
}
.works3-section-area .work-single-boxarea .img1 .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
  position: relative;
  left: -30px;
}
.works3-section-area .work-single-boxarea .img1 .icons img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.works3-section-area .work-single-boxarea .img1 img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.works3-section-area .work-single-boxarea .textarea.box2::after {
  display: none;
}
.works3-section-area .work-single-boxarea .textarea span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  background: var(--ztc-bg-bg-2);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s24);
}
.works3-section-area .work-single-boxarea .textarea a {
  color: var(--ztc-text-text-9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
}
.works3-section-area .work-single-boxarea .textarea a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.works3-section-area .work-single-boxarea .textarea::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: 20%;
  background: var(--ztc-bg-bg-7);
  opacity: 10%;
}
@media (max-width: 767px) {
  .works3-section-area .work-single-boxarea .textarea::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works3-section-area .work-single-boxarea .textarea::after {
    display: none;
  }
}

.works4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.works4-section-area .cs_case_study_1_list {
  display: flex;
}
.works4-section-area .cs_case_study_1_list .box2 {
  background: #E8F5FF !important;
}
.works4-section-area .cs_case_study_1_list .box3 {
  background: #FAE8FF !important;
}
.works4-section-area .cs_case_study_1_list .box4 {
  background: #FFE8E8 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .works4-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}
.works4-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 1;
}
.works4-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}
.works4-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) {
  .works4-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.works4-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
  border-radius: 20px;
}
.works4-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;
}
.works4-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;
}
.works4-section-area .cs_case_study.cs_style_1 {
  height: 750px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  background: #ECE8FF;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .works4-section-area .cs_case_study.cs_style_1 {
    border-radius: 20px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .cs_case_study.cs_style_1 {
    border-radius: 20px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .works4-section-area .cs_case_study.cs_style_1 {
    height: 750px;
  }
}
.works4-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;
}
.works4-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) {
  .works4-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}
.works4-section-area .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}
.works4-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.works4-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) {
  .works4-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) {
  .works4-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.works4-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) {
  .works4-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) {
  .works4-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.works4-section-area .cs_case_study.cs_style_1.cs_hover_active.active {
  transition: all 0.4s;
}
.works4-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}
.works4-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 767px) {
  .works4-section-area .content-area1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .content-area1 {
    display: none;
  }
}
.works4-section-area .content-area1 .arrow a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border: 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 8px #becfe1;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s24);
  position: absolute;
  font-family: var(--ztc-family-font1);
  z-index: 2;
  font-weight: var(--ztc-weight-semibold);
  top: 40px;
  left: 50%;
  margin-left: -40px;
}
@media (max-width: 767px) {
  .works4-section-area .content-area1 .arrow a {
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .content-area1 .arrow a {
    visibility: hidden;
    opacity: 0;
  }
}
.works4-section-area .content-area1 .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 142%;
  width: 170%;
  height: 100%;
  bottom: -160px;
  transform: rotate(-90deg);
}
.works4-section-area .content-area {
  padding: 40px;
  position: relative;
  transition: all 0.4s;
  left: -140%;
}
@media (max-width: 767px) {
  .works4-section-area .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }
}
.works4-section-area .content-area .arrow2 a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
  font-size: var(--ztc-font-size-font-s32);
  font-family: var(--ztc-family-font1);
  z-index: 2;
  font-weight: var(--ztc-weight-semibold);
}
.works4-section-area .content-area .head {
  color: var(--ztc-text-text-11);
  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;
}
.works4-section-area .content-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  opacity: 70%;
}
.works4-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.work5-section-area {
  position: relative;
  z-index: 1;
}
.work5-section-area .work-single-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.work5-section-area .work-single-boxarea:hover .img1 img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.work5-section-area .work-single-boxarea:hover .textarea span {
  background: var(--ztc-bg-bg-13);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.work5-section-area .work-single-boxarea.box2::after {
  display: none;
}
.work5-section-area .work-single-boxarea::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: 20%;
  background: var(--ztc-bg-bg-12);
  opacity: 10%;
  z-index: -1;
}
@media (max-width: 767px) {
  .work5-section-area .work-single-boxarea::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work5-section-area .work-single-boxarea::after {
    display: none;
  }
}
.work5-section-area .work-single-boxarea .elements4 {
  position: absolute;
  right: -60px;
  top: 50px;
}
@media (max-width: 767px) {
  .work5-section-area .work-single-boxarea .elements4 {
    display: none;
  }
}
.work5-section-area .work-single-boxarea .img1 img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}
.work5-section-area .work-single-boxarea .textarea span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  background: var(--ztc-bg-bg-12);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s24);
}
.work5-section-area .work-single-boxarea .textarea a {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
}
.work5-section-area .work-single-boxarea .textarea a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.works7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.works7-section-area .heading7 {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .works7-section-area .heading7 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works7-section-area .heading7 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.works7-section-area .heading7 .accordion .accordion-item {
  border: none;
  outline: none;
  margin-top: 20px;
  border-radius: 10px;
  background: #F3F5F4;
}
.works7-section-area .heading7 .accordion .accordion-item h2 {
  line-height: auto;
  line-height: 18px;
}
.works7-section-area .heading7 .accordion .accordion-item h2 button {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  outline: none;
  background: none;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid rgba(6, 3, 14, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 20px;
}
@media (max-width: 767px) {
  .works7-section-area .heading7 .accordion .accordion-item h2 button {
    line-height: 24px;
  }
}
.works7-section-area .heading7 .accordion .accordion-item h2 button:not(.collapsed) {
  border: 1px solid #F3F5F4;
  background: none;
}
.works7-section-area .heading7 .accordion .accordion-item h2 button::after {
  filter: brightness(0);
}
.works7-section-area .heading7 .accordion .accordion-item .accordion-body {
  padding: 0 40px 20px 20px;
}
.works7-section-area .works-images-area {
  position: relative;
  z-index: 1;
}
.works7-section-area .works-images-area .img1 img {
  width: 470px;
  height: 370px;
  border-radius: 16px;
}
.works7-section-area .works-images-area .img2 {
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  border-radius: 16px;
  position: relative;
  margin-top: -60px;
  width: 470px;
  height: 370px;
}
.works7-section-area .works-images-area .img2 img {
  width: 470px;
  height: 370px;
  border-radius: 16px;
}

.works8-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.works8-section-area .heading7 {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .works8-section-area .heading7 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works8-section-area .heading7 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.works8-section-area .heading7 .accordion .accordion-item {
  border: none;
  outline: none;
  margin-top: 20px;
  border-radius: 10px;
  background: #F2F4F3;
}
.works8-section-area .heading7 .accordion .accordion-item h2 {
  line-height: auto;
  line-height: 18px;
}
.works8-section-area .heading7 .accordion .accordion-item h2 button {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  outline: none;
  background: none;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid rgba(6, 3, 14, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .works8-section-area .heading7 .accordion .accordion-item h2 button {
    line-height: 24px;
  }
}
.works8-section-area .heading7 .accordion .accordion-item h2 button:not(.collapsed) {
  border: 1px solid #F3F5F4;
  background: none;
}
.works8-section-area .heading7 .accordion .accordion-item h2 button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
}
.works8-section-area .heading7 .accordion .accordion-item h2 button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.works8-section-area .heading7 .accordion .accordion-item h2 button::after {
  filter: brightness(0);
}
.works8-section-area .heading7 .accordion .accordion-item h2 button::before {
  height: 32px;
  width: 32px;
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.4s;
  background: #E6EFED;
  top: 12px;
  right: 14px;
  z-index: -1;
}
.works8-section-area .heading7 .accordion .accordion-item .accordion-body {
  padding: 0 40px 20px 20px;
}
.works8-section-area .works-images-area {
  position: relative;
  z-index: 1;
}
.works8-section-area .works-images-area .img1 img {
  border-radius: 8px 8px 100px 8px;
}
.works8-section-area .works-images-area .img2 {
  position: absolute;
  top: 50%;
  margin-top: -150px;
}
@media (max-width: 767px) {
  .works8-section-area .works-images-area .img2 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
  .works8-section-area .works-images-area .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px 100px 8px 8px;
  }
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.cs_preloader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: var(--ztc-bg-bg-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs_preloader .cs_preloader_in {
  position: relative;
}

.cs_preloader .cs_preloader_in svg {
  width: 110px;
  height: 110px;
}

.cs_preloader .cs_wave_first svg {
  fill: var(--ztc-bg-bg-11);
}

.cs_preloader .cs_wave_second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  animation: spark 1.25s linear infinite;
}

.cs_preloader .cs_wave_second svg {
  fill: var(--accent-color);
}
@keyframes spark {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  color: var(--ztc-text-text-1);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--ztc-text-text-2);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
  color: var(--ztc-text-text-2);
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
  color: var(--ztc-text-text-2);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-2);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= SLIDER CSS AREA STARTS ===============*/
.slider1-section-area {
  overflow: hidden !important;
}
.slider1-section-area .marquee-wrap {
  background: var(--ztc-bg-bg-3);
  width: 100%;
  position: relative;
}
.slider1-section-area .marquee-wrap .marquee-text {
  animation: marquee 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 34px 0 28px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider1-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
@media (max-width: 767px) {
  .slider1-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
.slider1-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}
.slider1-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}
.slider1-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: -10px 8px 0 16px;
}

.slider4-section-area {
  overflow: hidden !important;
}
.slider4-section-area .marquee-wrap {
  background: #1D096B;
  width: 100%;
  position: relative;
}
.slider4-section-area .marquee-wrap .marquee-text {
  animation: marquee 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 34px 0 28px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider4-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
@media (max-width: 767px) {
  .slider4-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
.slider4-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}
.slider4-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}
.slider4-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: -10px 8px 0 16px;
  filter: brightness(0) invert(1);
}

.slider5-section-area {
  overflow: hidden !important;
}
.slider5-section-area .marquee-wrap {
  background: var(--ztc-bg-bg-13);
  width: 100%;
  position: relative;
}
.slider5-section-area .marquee-wrap .marquee-text {
  animation: marquee 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 34px 0 28px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider5-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
@media (max-width: 767px) {
  .slider5-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
.slider5-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}
.slider5-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}
.slider5-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: -10px 8px 0 16px;
  filter: brightness(0) invert(1);
}

.slider6-section-area {
  overflow: hidden !important;
}
.slider6-section-area .marquee-wrap {
  background: var(--ztc-bg-bg-17);
  width: 100%;
  position: relative;
}
.slider6-section-area .marquee-wrap .marquee-text {
  animation: marquee 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 34px 0 28px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider6-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
@media (max-width: 767px) {
  .slider6-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
.slider6-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}
.slider6-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}
.slider6-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: -10px 8px 0 16px;
  filter: brightness(0) invert(1);
}

/*============= SLIDER CSS AREA ENDS ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.others-section-area {
  position: relative;
  z-index: 1;
  padding: 0 0 100px 0;
}
@media (max-width: 767px) {
  .others-section-area {
    padding: 0 0 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-section-area {
    padding: 0 0 50px 0;
  }
}
.others-section-area .video-play-area {
  position: relative;
  z-index: 1;
}
.others-section-area .video-play-area .elements3 {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 2;
}
.others-section-area .video-play-area a.play-img {
  display: block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.others-section-area .video-play-area a.play-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  opacity: 40%;
  border-radius: 8px;
}
.others-section-area .video-play-area a.play-img img {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .others-section-area .video-play-area a.play-img img {
    height: 300px;
  }
}
.others-section-area .video-play-area .play-btn {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 2;
}
.others-section-area .video-play-area .play-btn a {
  border-radius: 120px;
  background: #FFF;
  padding: 8px 22px 8px 10px;
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}
.others-section-area .video-play-area .play-btn a span {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s30);
  margin: 0 8px 0 0;
}

.hero-bottom-section {
  position: absolute;
  z-index: 2;
  width: 100%;
  margin-top: -140px;
}
.hero-bottom-section .widget-bottom-boxarea {
  border-radius: 20px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 36px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-bottom-section .widget-bottom-boxarea {
    padding: 20px;
  }
}
.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area {
  display: block;
  align-items: center;
  background: var(--ztc-bg-bg-4);
  border-radius: 16px;
  padding: 12px;
  margin-bottom: 20px;
}
.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
}
.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area:hover .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area .icons {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  position: absolute;
}
.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area .icons img {
  transition: all 0.4s;
}
.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area .text {
  padding-left: 60px;
}
.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area .text input {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  transition: all 0.4s;
  width: 100%;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
  border-radius: 8px;
}
.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area .text input::-moz-placeholder {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 80%;
}
.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area .text input::placeholder {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  transition: all 0.4s;
  opacity: 80%;
}
.hero-bottom-section .widget-bottom-boxarea .btn-area1 .vl-btn3 .text {
  width: 590px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-bottom-section .widget-bottom-boxarea .btn-area1 .vl-btn3 .text {
    width: 430px;
  }
}
@media (max-width: 767px) {
  .hero-bottom-section .widget-bottom-boxarea .btn-area1 .vl-btn3 .text {
    width: 100%;
  }
}
.hero-bottom-section .widget-bottom-boxarea .btn-area1 .getfree {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px; /* 100% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  transition: all 0.4s;
  padding-left: 24px;
  display: inline-block;
}
.hero-bottom-section .widget-bottom-boxarea .btn-area1 .getfree:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero-bottom-section .widget-bottom-boxarea .btn-area1 .getfree {
    margin-top: 20px;
    padding-left: 0;
  }
}
.hero-bottom-section .widget-bottom-side {
  background: var(--ztc-bg-bg-1);
  padding: 44px 36px;
  border-radius: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-bottom-section .widget-bottom-side {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-bottom-section .widget-bottom-side {
    margin-top: 30px;
  }
}
.hero-bottom-section .widget-bottom-side .auhtor-boxes-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-bottom-section .widget-bottom-side .auhtor-boxes-area:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.hero-bottom-section .widget-bottom-side .auhtor-boxes-area .icons svg {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-bottom-section .widget-bottom-side .auhtor-boxes-area .text {
  padding-left: 12px;
}
.hero-bottom-section .widget-bottom-side .auhtor-boxes-area .text p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
}
.hero-bottom-section .widget-bottom-side .auhtor-boxes-area .text a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.hero-bottom-section .widget-bottom-side p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  display: inline-block;
}

.others-counter-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 50px;
}
@media (max-width: 767px) {
  .others-counter-area {
    padding: 40px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-counter-area {
    padding: 40px 0 10px;
  }
}
.others-counter-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  opacity: 80%;
  z-index: -1;
}
.others-counter-area .counter-boxarea {
  text-align: center;
  margin-bottom: 30px;
}
.others-counter-area .counter-boxarea h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 56px;
}
.others-counter-area .counter-boxarea p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
}

.pagination-area nav ul {
  display: block;
  text-align: center;
}
.pagination-area nav ul li {
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0 8px 0 0;
}
.pagination-area nav ul li:nth-last-child(1) {
  margin: 0;
}
.pagination-area nav ul li a {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 8px;
  background: #ECE8FF;
  transition: all 0.4s;
  height: auto;
  border: none;
  display: inline-block;
  padding: 0;
  box-shadow: none;
}
.pagination-area nav ul li a.active {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
}
.pagination-area nav ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= AFTER/BEFORE CSS AREA STARTS ===============*/
.aftre-before-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.aftre-before-section .figure {
  margin: 0;
  border-radius: 8px;
}
.aftre-before-section .cd-image-container {
  position: relative;
  width: 100%;
  height: 470px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aftre-before-section .cd-image-container {
    width: 100%;
  }
}
.aftre-before-section .cd-image-container img {
  display: block;
  height: 620px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aftre-before-section .cd-image-container img {
    width: 100%;
  }
}
.aftre-before-section .cd-image-label {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  background: var(--ztc-bg-bg-6);
  padding: 8px;
  line-height: 18px;
  border-radius: 4px;
  margin: 0 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.aftre-before-section .cd-image-label.is-hidden {
  visibility: hidden;
}
.aftre-before-section .is-visible .cd-image-label {
  opacity: 1;
  transform: translateY(0);
}
.aftre-before-section .cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.aftre-before-section .cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.aftre-before-section .cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.aftre-before-section .is-visible .cd-resize-img {
  width: 50%;
  animation: cd-bounce-in 0.7s;
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.aftre-before-section .cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: var(--ztc-text-text-7) url("https://images.clickfunnels.com/09/a714400d3211e7a0bd7d7140585054/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px var(--ztc-text-text-7);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0);
}
.aftre-before-section .cd-handle.draggable {
  background-color: var(--ztc-text-text-7);
}
.aftre-before-section .is-visible .cd-handle {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.aftre-before-section2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.aftre-before-section2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-8);
  opacity: 70%;
  z-index: -1;
}
.aftre-before-section2 .heading3 h5 {
  color: var(--ztc-text-text-1);
}
.aftre-before-section2 .heading3 h5 img {
  filter: brightness(0) invert(1);
}
.aftre-before-section2 .heading3 h2 {
  color: var(--ztc-text-text-1);
}
.aftre-before-section2 .figure {
  margin: 0;
  border-radius: 8px;
}
.aftre-before-section2 .cd-image-container {
  position: relative;
  width: 100%;
  height: 470px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aftre-before-section2 .cd-image-container {
    width: 100%;
  }
}
.aftre-before-section2 .cd-image-container img {
  display: block;
  height: 620px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aftre-before-section2 .cd-image-container img {
    width: 100%;
  }
}
.aftre-before-section2 .cd-image-label {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  background: var(--ztc-bg-bg-9);
  padding: 8px;
  line-height: 18px;
  border-radius: 4px;
  margin: 0 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.aftre-before-section2 .cd-image-label.is-hidden {
  visibility: hidden;
}
.aftre-before-section2 .is-visible .cd-image-label {
  opacity: 1;
  transform: translateY(0);
}
.aftre-before-section2 .cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.aftre-before-section2 .cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.aftre-before-section2 .cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.aftre-before-section2 .is-visible .cd-resize-img {
  width: 50%;
  animation: cd-bounce-in 0.7s;
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.aftre-before-section2 .cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: var(--ztc-text-text-10) url("https://images.clickfunnels.com/09/a714400d3211e7a0bd7d7140585054/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px var(--ztc-text-text-10);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0);
}
.aftre-before-section2 .cd-handle.draggable {
  background-color: var(--ztc-text-text-10);
}
.aftre-before-section2 .is-visible .cd-handle {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/*============= AFTER/BEFORE CSS AREA ENDS ===============*/
/*============= HEADER SEARCH CSS AREA STARTS ===============*/
.header-search-container form input {
  outline: none;
  border: none;
  background: none;
  font-family: var(--ztc-family-font1);
  font-weight: 500;
}

.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  z-index: 9999;
  background-color: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type=search] {
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  border: none;
  border-bottom: 1px solid #dddbdb;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: var(--ztc-text-text-2);
}

.header-search-form-wrapper .search-form input[type=search]::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]::placeholder {
  color: #a4a4a4;
  opacity: 1;
}

.header-search-form-wrapper .search-form input[type=search]:-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-form input[type=search]::-ms-input-placeholder {
  color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #9F9F9F;
  font-size: 24px;
  border: none;
  color: #2B495A;
}

.header-search-form-wrapper .tx-search-close {
  background: rgba(204, 204, 204, 0.2705882353);
  width: 54px;
  height: 54px;
  border-width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
}

.header-search-form-wrapper .tx-search-close::before, .header-search-form-wrapper .tx-search-close::after {
  background-color: var(--color-black);
}

.header-search-container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  border: 0;
  padding: 0;
  background: 0 0;
  transform: translate3d(0, calc(100% - 100px), 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/*============= HEADER SEARCH CSS AREA ENDS ===============*/
/*============= SHOP CSS AREA STARTS ===============*/
.shop-others-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.shop-others-area .shop-single-slider {
  position: relative;
  z-index: 1;
}
.shop-others-area .shop-single-slider .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
}
@media (max-width: 767px) {
  .shop-others-area .shop-single-slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-others-area .shop-single-slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}
.shop-others-area .shop-single-slider .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.shop-others-area .shop-single-slider .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-13);
}
.shop-others-area .shop-single-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.shop-others-area .shop-single-slider .shop-single-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: var(--Home-Page-4-Color-Gray-Color, #F5F2FF);
  padding: 24px 20px;
}
.shop-others-area .shop-single-slider .shop-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.shop-others-area .shop-single-slider .shop-single-boxarea:hover .img1 ul {
  transition: all 0.6s;
  bottom: 16px;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .img1 ul {
  position: absolute;
  left: 50%;
  bottom: -100px;
  margin-left: -65px;
  z-index: 2;
  transition: all 0.6s;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .img1 ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .img1 ul li:nth-child(3) {
  margin: 0;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .img1 ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background: var(--ztc-bg-bg-12);
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .img1 ul li a:hover {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .star li {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s14);
  color: #FFA800;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .title {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .title:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.shop-others-area .shop-single-slider .shop-single-boxarea p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .price-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .price-cart p {
  color: var(--ztc-text-text-14);
  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;
  background: var(--ztc-bg-bg-1);
  padding: 8px 12px;
  border-radius: 4px;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .price-cart a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background: var(--ztc-bg-bg-13);
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
}
.shop-others-area .shop-single-slider .shop-single-boxarea .price-cart a:hover {
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
}

.product-selling-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-selling-area .heading-tabs-area .nav.nav-pills {
  display: inline-block;
}
.product-selling-area .heading-tabs-area .nav.nav-pills li {
  display: inline-block;
  margin: 0 12px 0 0;
}
.product-selling-area .heading-tabs-area .nav.nav-pills li:nth-last-child(1) {
  margin: 0;
}
.product-selling-area .heading-tabs-area .nav.nav-pills li button {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--Home-Page-4-Color-Gray-Color, #F5F2FF);
  padding: 12px 16px;
}
.product-selling-area .heading-tabs-area .nav.nav-pills li button.active {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.product-selling-area .selling-tabs-area .tab-content .tab-pane {
  position: relative;
  top: 120px;
  transition: all 0.4s;
}
.product-selling-area .selling-tabs-area .tab-content .tab-pane.fade.show.active {
  top: 0;
  transition: all 0.4s;
}
.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea {
  display: flex;
  align-items: center;
  background: #F5F2FF;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .img1 img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .textarea {
  padding-left: 14px;
}
.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .textarea ul li {
  display: inline-block;
  height: 12px;
  width: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  color: #FFA800;
  font-size: 8px;
}
.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .textarea a {
  color: var(--ztc-text-text-14);
  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;
}
.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .textarea a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .textarea p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 14px;
}
.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .textarea p s {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s12);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 12px;
  text-decoration-line: strikethrough;
}

/*============= SHOP CSS AREA ENDS ===============*/
/*============= VIDEO CSS AREA STARTS ===============*/
.video1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-12);
  padding: 100px 0 315px;
}
.video1-section-area .circle-boxarea {
  text-align: center;
}
@media (max-width: 767px) {
  .video1-section-area .circle-boxarea {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video1-section-area .circle-boxarea {
    margin-bottom: 30px;
  }
}
.video1-section-area .circle-boxarea:hover h2 {
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s;
}
.video1-section-area .circle-boxarea:hover h2::after {
  border: 4px solid var(--ztc-bg-bg-17);
  transition: all 0.4s;
}
.video1-section-area .circle-boxarea 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-bold);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.video1-section-area .circle-boxarea h2::after {
  position: absolute;
  content: "";
  border: 4px solid rgba(255, 255, 255, 0.1);
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  transition: all 0.4s;
}
.video1-section-area .circle-boxarea p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}

.video-images-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -250px;
}
.video-images-area .video-img {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .video-images-area .video-img {
    height: 450px;
  }
}
.video-images-area .video-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  background: var(--ztc-bg-bg-12);
  opacity: 70%;
  left: 0;
  top: 0;
}
.video-images-area .video-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.video-images-area .video-img .play-btn a {
  height: 75px;
  width: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -37px;
  margin-top: -37px;
}
.video-images-area .video-img .play-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 37px;
  top: 37px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  opacity: 40%;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}

.treatment1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.treatment1-area .images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px 8px 8px 8px;
}
.treatment1-area .heading8 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .treatment1-area .heading8 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .treatment1-area .heading8 {
    padding: 0;
    margin-top: 30px;
  }
}
.treatment1-area .heading8 .img-content {
  position: relative;
  z-index: 1;
}
.treatment1-area .heading8 .img-content .img1 {
  position: absolute;
}
@media (max-width: 767px) {
  .treatment1-area .heading8 .img-content .img1 {
    display: none;
  }
}
.treatment1-area .heading8 .img-content .img1 img {
  border-radius: 8px 8px 100px 8px;
}
.treatment1-area .heading8 .img-content .heading9 {
  padding-left: 200px;
}
@media (max-width: 767px) {
  .treatment1-area .heading8 .img-content .heading9 {
    padding: 0;
  }
}
.treatment1-area .heading8 .img-content .heading9 ul li {
  margin-top: 16px;
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
@media (max-width: 767px) {
  .treatment1-area .heading8 .img-content .heading9 ul li {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .treatment1-area .heading8 .img-content .heading9 ul li img {
    margin: 0 6px 0 0;
  }
}

/*============= VIDEO CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA STARTS ===============*/
.pricing1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-14);
}
.pricing1-section-area .heading8 {
  position: sticky;
  top: 130px;
}
.pricing1-section-area .heading8 h5 {
  color: var(--ztc-text-text-1);
}
.pricing1-section-area .heading8 h5 img {
  filter: brightness(0) invert(1);
}
.pricing1-section-area .heading8 h2 {
  color: var(--ztc-text-text-1);
}
.pricing1-section-area .heading8 p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.pricing1-section-area .heading8 .btn-area1 a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}
.pricing1-section-area .heading8 .btn-area1 a::after {
  background: var(--ztc-bg-bg-1);
}
.pricing1-section-area .pricing-others-boxarea {
  position: relative;
  z-index: 1;
}
.pricing1-section-area .pricing-others-boxarea .pricing-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px 24px;
}
@media (max-width: 767px) {
  .pricing1-section-area .pricing-others-boxarea .pricing-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing1-section-area .pricing-others-boxarea .pricing-boxarea {
    margin-top: 30px;
  }
}
.pricing1-section-area .pricing-others-boxarea .pricing-boxarea h5 {
  color: var(--ztc-text-text-17);
  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;
}
.pricing1-section-area .pricing-others-boxarea .pricing-boxarea h2 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}
.pricing1-section-area .pricing-others-boxarea .pricing-boxarea h2 span {
  color: var(--ztc-text-text-17);
  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;
}
.pricing1-section-area .pricing-others-boxarea .pricing-boxarea p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.pricing1-section-area .pricing-others-boxarea .pricing-boxarea .btn-area1 a {
  width: 100%;
  text-align: center;
}
.pricing1-section-area .pricing-others-boxarea .pricing-boxarea ul li {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-top: 20px;
}
.pricing1-section-area .pricing-others-boxarea .pricing-boxarea ul li img {
  margin: 0 6px 0 0;
}

.error-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.error-section-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/*============= PRICING CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.team1-section-area {
  position: relative;
  z-index: 1;
}
.team1-section-area .team-single-slider {
  position: relative;
  z-index: 1;
}
.team1-section-area .team-single-slider .owl-dots {
  text-align: center;
  margin-top: 48px;
}
.team1-section-area .team-single-slider .owl-dots button {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 20px;
  background: #D2D4D9;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 16px 0 0;
}
.team1-section-area .team-single-slider .owl-dots button.active {
  background: var(--ztc-bg-bg-2);
}
.team1-section-area .team-single-slider .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.team1-section-area .team-single-slider .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 20px;
  border: 1px solid var(--ztc-text-text-2);
  border-radius: 50%;
  top: -4px;
  left: -4px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .team1-section-area .team-single-slider .owl-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team1-section-area .team-single-slider .owl-nav {
    display: none;
  }
}
.team1-section-area .team-single-slider .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.team1-section-area .team-single-slider .owl-nav button:hover {
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-3);
}
.team1-section-area .team-single-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .team1-section-area .team-single-slider .owl-nav button.owl-prev {
    left: -70px;
  }
}
.team1-section-area .team-single-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -80px;
  margin-top: -30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .team1-section-area .team-single-slider .owl-nav button.owl-next {
    right: -70px;
  }
}
.team1-section-area .team-single-slider .team-single-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border-top: 1px solid rgba(28, 41, 63, 0.1);
  border-right: 1px solid rgba(28, 41, 63, 0.1);
  border-left: 1px solid rgba(28, 41, 63, 0.1);
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px 30px 20px;
}
.team1-section-area .team-single-slider .team-single-boxarea::after {
  position: absolute;
  content: "";
  border-radius: 0px 0px 8px 8px;
  background: rgba(218, 221, 225, 0.8);
  height: 6px;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  z-index: 1;
  width: 100%;
}
.team1-section-area .team-single-slider .team-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team1-section-area .team-single-slider .team-single-boxarea:hover .img1 ul {
  bottom: 20px;
  transition: all 0.6s;
}
.team1-section-area .team-single-slider .team-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
}
.team1-section-area .team-single-slider .team-single-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.team1-section-area .team-single-slider .team-single-boxarea .img1 ul {
  position: absolute;
  bottom: -200px;
  left: 50%;
  margin-left: -100px;
  transition: all 0.6s;
  z-index: 2;
}
.team1-section-area .team-single-slider .team-single-boxarea .img1 ul li {
  display: inline-block;
}
.team1-section-area .team-single-slider .team-single-boxarea .img1 ul li a {
  height: 49px;
  width: 49px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  line-height: 50px;
  font-size: var(--ztc-font-size-font-s20);
  text-align: center;
}
.team1-section-area .team-single-slider .team-single-boxarea .img1 ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.team1-section-area .team-single-slider .team-single-boxarea .content-area {
  text-align: center;
  padding: 24px 35px 0;
}
.team1-section-area .team-single-slider .team-single-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.team1-section-area .team-single-slider .team-single-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  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-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
}
.team1-section-area .team-single-slider .team-single-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.team1-section-area .team-single-slider .team-single-boxarea .content-area ul li:nth-child(1) {
  padding-bottom: 16px;
  padding-top: 24px;
}
.team1-section-area .team-single-slider .team-single-boxarea .content-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.team1-section-area .team-single-slider .team-single-boxarea .content-area ul li a img {
  margin: 0 4px 0 0;
}

.team2-section-area {
  position: relative;
  z-index: 1;
}
.team2-section-area .team-single-slider2 {
  position: relative;
  z-index: 1;
}
.team2-section-area .team-single-slider2 .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
}
@media (max-width: 767px) {
  .team2-section-area .team-single-slider2 .owl-nav {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team2-section-area .team-single-slider2 .owl-nav {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}
.team2-section-area .team-single-slider2 .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.team2-section-area .team-single-slider2 .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-6);
}
.team2-section-area .team-single-slider2 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.team2-section-area .team-single-slider2 .team-single-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #F4F4F8;
  padding: 20px 20px 24px 20px;
}
.team2-section-area .team-single-slider2 .team-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team2-section-area .team-single-slider2 .team-single-boxarea:hover .img1 ul {
  right: 20px;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}
.team2-section-area .team-single-slider2 .team-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
}
.team2-section-area .team-single-slider2 .team-single-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.team2-section-area .team-single-slider2 .team-single-boxarea .img1 ul {
  position: absolute;
  bottom: 20px;
  right: 0;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.team2-section-area .team-single-slider2 .team-single-boxarea .img1 ul li {
  display: inline-block;
}
.team2-section-area .team-single-slider2 .team-single-boxarea .img1 ul li a {
  height: 49px;
  width: 49px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  line-height: 50px;
  font-size: var(--ztc-font-size-font-s20);
  text-align: center;
}
.team2-section-area .team-single-slider2 .team-single-boxarea .img1 ul li a:hover {
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
}
.team2-section-area .team-single-slider2 .team-single-boxarea .img1 .share {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.team2-section-area .team-single-slider2 .team-single-boxarea .img1 .share a {
  height: 49px;
  width: 49px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 50%;
}
.team2-section-area .team-single-slider2 .team-single-boxarea .content-area {
  text-align: center;
  padding: 24px 35px 0;
}
.team2-section-area .team-single-slider2 .team-single-boxarea .content-area p {
  color: var(--ztc-text-text-6);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.team2-section-area .team-single-slider2 .team-single-boxarea .content-area .title {
  color: var(--ztc-text-text-5);
  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-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
}
.team2-section-area .team-single-slider2 .team-single-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.team3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team3-section-area .team-box-slider {
  position: relative;
  z-index: 1;
}
.team3-section-area .team-box-slider.owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.team3-section-area .team-box-slider .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
}
@media (max-width: 767px) {
  .team3-section-area .team-box-slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team3-section-area .team-box-slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}
.team3-section-area .team-box-slider .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.team3-section-area .team-box-slider .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-9);
}
.team3-section-area .team-box-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.team3-section-area .team-box-slider .team4-box {
  text-align: center;
  transition: all 0.4s;
}
.team3-section-area .team-box-slider .team4-box .text-heading h4 a {
  color: var(--ztc-text-text-9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.team3-section-area .team-box-slider .team4-box .text-heading h4 a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.team3-section-area .team-box-slider .team4-box .text-heading p {
  color: var(--ztc-text-text-6);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding-top: 16px;
  display: inline-block;
}
.team3-section-area .team-box-slider .team4-box .image-area {
  position: relative;
}
.team3-section-area .team-box-slider .team4-box .image-area .shape2 {
  position: absolute;
  left: 18px;
  top: -16px;
  transition: all 0.6s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team3-section-area .team-box-slider .team4-box .image-area .shape2 {
    left: 31px;
  }
}
@media (max-width: 767px) {
  .team3-section-area .team-box-slider .team4-box .image-area .shape2 {
    left: 43px;
  }
}
.team3-section-area .team-box-slider .team4-box .image-area .image {
  border-radius: 50%;
  height: 270px;
  width: 270px;
  position: relative;
  margin: auto;
}
.team3-section-area .team-box-slider .team4-box .image-area .image::after {
  position: absolute;
  content: "";
  left: 3px;
  top: -17px;
  border: 1px solid #E6E8E7;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.team3-section-area .team-box-slider .team4-box .image-area .image .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.team3-section-area .team-box-slider .team4-box .image-area .image .img::after {
  position: absolute;
  content: "";
  height: 240px;
  width: 240px;
  left: 15px;
  top: -3px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-8);
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.4s;
}
.team3-section-area .team-box-slider .team4-box .image-area .image .img img {
  height: 240px;
  width: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 17px;
}
.team3-section-area .team-box-slider .team4-box .image-area .icon-area {
  position: absolute;
  top: 50%;
  z-index: 3;
  left: 50%;
  margin-left: -100px;
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.4s;
  margin-top: -34px;
}
.team3-section-area .team-box-slider .team4-box .image-area .icon-area ul li {
  display: inline-block;
}
.team3-section-area .team-box-slider .team4-box .image-area .icon-area ul li a {
  display: inline-block;
  width: 44px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-9);
  margin: 0px 2px;
  transition: all 0.4s;
}
.team3-section-area .team-box-slider .team4-box .image-area .icon-area ul li a:hover {
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-bg-9);
  transition: all 0.6s;
}
.team3-section-area .team-box-slider .team4-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.team3-section-area .team-box-slider .team4-box:hover .image-area .image .img::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}
.team3-section-area .team-box-slider .team4-box:hover .image-area .shape2 {
  transform: rotate(62deg);
  transition: all 0.4s;
}
.team3-section-area .team-box-slider .team4-box:hover .image-area .icon-area {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}

.team4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  overflow: hidden;
}
.team4-section-area .team4-slider-area {
  position: relative;
  z-index: 1;
}
.team4-section-area .team4-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.team4-section-area .team4-slider-area .owl-dots {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .team4-section-area .team4-slider-area .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team4-section-area .team4-slider-area .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}
.team4-section-area .team4-slider-area .owl-dots::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 767px) {
  .team4-section-area .team4-slider-area .owl-dots::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team4-section-area .team4-slider-area .owl-dots::after {
    display: none;
  }
}
.team4-section-area .team4-slider-area .owl-dots button {
  height: 12px;
  width: 432px;
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  z-index: 2;
  position: relative;
  top: -9px;
}
@media (max-width: 767px) {
  .team4-section-area .team4-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team4-section-area .team4-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}
.team4-section-area .team4-slider-area .owl-dots button.active {
  background: #C5B7FF;
  transition: all 0.4s;
}
.team4-section-area .team4-slider-area .team4-boxarea {
  position: relative;
  z-index: 1;
}
.team4-section-area .team4-slider-area .team4-boxarea .img1 {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.team4-section-area .team4-slider-area .team4-boxarea .img1 .team-img10 {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px 8px 0 0;
  position: relative;
  top: 10px;
}
.team4-section-area .team4-slider-area .team4-boxarea .img1 .elements13 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 20px;
}
.team4-section-area .team4-slider-area .team4-boxarea .name-area {
  background: var(--ztc-bg-bg-1);
  padding: 24px;
  text-align: center;
}
.team4-section-area .team4-slider-area .team4-boxarea .name-area a {
  color: var(--ztc-text-text-11);
  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;
  letter-spacing: -1px;
  display: inline-block;
  transition: all 0.4s;
}
.team4-section-area .team4-slider-area .team4-boxarea .name-area a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.team4-section-area .team4-slider-area .team4-boxarea .name-area p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  opacity: 70%;
}

.team6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team6-section-area .team6-slider-widget {
  position: relative;
  z-index: 1;
}
.team6-section-area .team6-slider-widget .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
}
@media (max-width: 767px) {
  .team6-section-area .team6-slider-widget .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team6-section-area .team6-slider-widget .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}
.team6-section-area .team6-slider-widget .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: #F7F7F9;
  color: var(--ztc-text-text-17);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.team6-section-area .team6-slider-widget .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-15);
}
.team6-section-area .team6-slider-widget .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.team6-section-area .team6-slider-widget .team6-boxarea {
  background: #899D9D;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 50px 0 50px;
  transition: all 0.4s;
  height: 400px;
}
.team6-section-area .team6-slider-widget .team6-boxarea:hover {
  background: var(--ztc-bg-bg-16);
  transition: all 0.4s;
  border-radius: 50px 0 50px 0;
}
.team6-section-area .team6-slider-widget .team6-boxarea:hover ul {
  bottom: 40px;
  transition: all 0.6s;
}
.team6-section-area .team6-slider-widget .team6-boxarea ul {
  position: absolute;
  bottom: -100px;
  transition: all 0.4s;
  left: 50%;
  margin-left: -93px;
}
.team6-section-area .team6-slider-widget .team6-boxarea ul li {
  display: inline-block;
}
.team6-section-area .team6-slider-widget .team6-boxarea ul li a {
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-17);
}
.team6-section-area .team6-slider-widget .team6-boxarea ul li a:hover {
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.team6-section-area .team6-slider-widget .team6-boxarea .elements26 {
  position: absolute;
  z-index: -1;
}
.team6-section-area .team6-slider-widget .team6-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team6-section-area .team6-slider-widget .team6-boxarea .content {
  padding-top: 24px;
}
.team6-section-area .team6-slider-widget .team6-boxarea .content a {
  color: var(--ztc-text-text-1);
  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;
}
.team6-section-area .team6-slider-widget .team6-boxarea .content p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.team7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team7-section-area .team-slide-widget {
  position: relative;
  z-index: 1;
}
.team7-section-area .team-slide-widget .owl-dots {
  text-align: center;
  margin-top: 48px;
}
.team7-section-area .team-slide-widget .owl-dots button {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 20px;
  background: #FCE7D7;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 16px 0 0;
}
.team7-section-area .team-slide-widget .owl-dots button.active {
  background: var(--ztc-bg-bg-17);
}
.team7-section-area .team-slide-widget .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.team7-section-area .team-slide-widget .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 20px;
  border: 1px solid var(--ztc-text-text-22);
  border-radius: 50%;
  top: -4px;
  left: -4px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.team7-section-area .team-slide-widget .team7-boxarea {
  position: relative;
  z-index: 1;
}
.team7-section-area .team-slide-widget .team7-boxarea:hover .content-area {
  border: 1px solid #F28737;
  transition: all 0.4s;
}
.team7-section-area .team-slide-widget .team7-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.team7-section-area .team-slide-widget .team7-boxarea:hover .img1 ul {
  bottom: 20px;
  transition: all 0.6s;
}
.team7-section-area .team-slide-widget .team7-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  height: 260px;
}
.team7-section-area .team-slide-widget .team7-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #F3F5F4;
  border-radius: 16px;
  transition: all 0.4s;
}
.team7-section-area .team-slide-widget .team7-boxarea .img1 ul {
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin-left: -93px;
  transition: all 0.6s;
}
.team7-section-area .team-slide-widget .team7-boxarea .img1 ul li {
  display: inline-block;
  transition: all 0.4s;
}
.team7-section-area .team-slide-widget .team7-boxarea .img1 ul li a {
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
}
.team7-section-area .team-slide-widget .team7-boxarea .img1 ul li a:hover {
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.team7-section-area .team-slide-widget .team7-boxarea .content-area {
  border-radius: 16px;
  background: #F3F5F4;
  padding: 20px;
  margin-top: 16px;
  border: 1px solid #F3F5F4;
  transition: all 0.4s;
}
.team7-section-area .team-slide-widget .team7-boxarea .content-area p {
  color: var(--ztc-text-text-21);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.team7-section-area .team-slide-widget .team7-boxarea .content-area a {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.team7-section-area .team-slide-widget .team7-boxarea .content-area a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}

.team-all-details-area {
  position: relative;
  z-index: 1;
}
.team-all-details-area .team-single-boxarea2 {
  position: sticky;
  top: 120px;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  background: var(--ztc-bg-bg-1);
  padding: 0 0 30px 0;
  overflow: hidden;
}
.team-all-details-area .team-single-boxarea2::after {
  position: absolute;
  content: "";
  border-radius: 0px 0px 8px 8px;
  background: rgba(218, 221, 225, 0.8);
  height: 6px;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  z-index: 1;
  width: 100%;
}
.team-all-details-area .team-single-boxarea2:hover .img1 {
  transition: all 0.4s;
}
.team-all-details-area .team-single-boxarea2:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team-all-details-area .team-single-boxarea2:hover .img1 ul {
  bottom: 20px;
  transition: all 0.6s;
}
.team-all-details-area .team-single-boxarea2 .img1 {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.team-all-details-area .team-single-boxarea2 .img1 .team-img10 {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px 8px 0 0;
  position: relative;
  top: 10px;
  transition: all 0.4s;
}
.team-all-details-area .team-single-boxarea2 .img1 .elements13 {
  position: absolute;
  left: 50%;
  z-index: -1;
  top: 20px;
  margin-left: -130px;
}
.team-all-details-area .team-single-boxarea2 .content-area {
  text-align: center;
  padding: 24px 35px 0;
}
.team-all-details-area .team-single-boxarea2 .content-area ul.social {
  position: relative;
  transition: all 0.6s;
  z-index: 2;
}
.team-all-details-area .team-single-boxarea2 .content-area ul.social li {
  display: inline-block;
  padding: 0 !important;
}
.team-all-details-area .team-single-boxarea2 .content-area ul.social li a {
  height: 46px;
  width: 46px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  transition: all 0.4s;
  background: #F4F4F9;
  color: var(--ztc-text-text-11);
  line-height: 47px;
  font-size: var(--ztc-font-size-font-s20);
  text-align: center;
}
.team-all-details-area .team-single-boxarea2 .content-area ul.social li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.team-all-details-area .team-single-boxarea2 .content-area p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.team-all-details-area .team-single-boxarea2 .content-area .title {
  color: var(--ztc-text-text-11);
  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-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
}
.team-all-details-area .team-single-boxarea2 .content-area .title:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.team-all-details-area .team-single-boxarea2 .content-area ul li:nth-child(1) {
  padding-bottom: 16px;
  padding-top: 24px;
}
.team-all-details-area .team-single-boxarea2 .content-area ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.team-all-details-area .team-single-boxarea2 .content-area ul li a img {
  margin: 0 4px 0 0;
}
.team-all-details-area .doctor-deatisl-content-area {
  position: relative;
  z-index: 1;
}
.team-all-details-area .doctor-deatisl-content-area.padding-left {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .team-all-details-area .doctor-deatisl-content-area.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-all-details-area .doctor-deatisl-content-area.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}
.team-all-details-area .doctor-deatisl-content-area h3 {
  color: var(--ztc-text-text-11);
  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;
}
.team-all-details-area .doctor-deatisl-content-area .pera {
  padding-bottom: 48px;
  border-bottom: 1px solid #E8EAEC;
}
.team-all-details-area .doctor-deatisl-content-area .d-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #E8EAEC;
}
.team-all-details-area .doctor-deatisl-content-area .d-list li {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  margin-top: 20px;
}
.team-all-details-area .doctor-deatisl-content-area .d-list li img {
  margin: 0 8px 0 0;
}
.team-all-details-area .doctor-deatisl-content-area .d-list li span {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  padding-left: 16px;
}
.team-all-details-area .doctor-deatisl-content-area .bg-progress .progress-bar {
  margin-bottom: 24px;
}
.team-all-details-area .doctor-deatisl-content-area .bg-progress label {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.team-all-details-area .doctor-deatisl-content-area .bg-progress .progress {
  background-color: #E8EAEC;
  border-radius: 20px;
  height: 14px;
  position: relative;
}
.team-all-details-area .doctor-deatisl-content-area .bg-progress .progress-inner {
  border-radius: 40px;
  background: var(--ztc-bg-bg-10);
  height: 100%;
  transition: width 0.4s ease;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea {
  position: relative;
  z-index: 1;
  background: #F4F4F9;
  padding: 32px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea {
    padding: 16px;
  }
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea h3 {
  color: var(--ztc-text-text-11);
  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;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border: none;
  outline: none;
  padding: 20px;
  border-radius: 8px;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border: none;
  outline: none;
  padding: 20px;
  border-radius: 8px;
  height: 120px;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea button {
  border: none;
  width: 100%;
  text-align: center;
  outline: none;
}

.team-inner-section-area {
  position: relative;
  z-index: 1;
}
.team-inner-section-area .team4-boxarea {
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s;
}
.team-inner-section-area .team4-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.team-inner-section-area .team4-boxarea .img1 {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.team-inner-section-area .team4-boxarea .img1 .team-img10 {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px 8px 0 0;
  position: relative;
  top: 10px;
}
.team-inner-section-area .team4-boxarea .img1 .elements13 {
  position: absolute;
  left: 50%;
  z-index: -1;
  top: 20px;
  margin-left: -130px;
}
.team-inner-section-area .team4-boxarea .name-area {
  background: var(--ztc-bg-bg-1);
  padding: 24px;
  text-align: center;
}
.team-inner-section-area .team4-boxarea .name-area a {
  color: var(--ztc-text-text-11);
  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;
  letter-spacing: -1px;
  display: inline-block;
  transition: all 0.4s;
}
.team-inner-section-area .team4-boxarea .name-area a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.team-inner-section-area .team4-boxarea .name-area p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  opacity: 70%;
}
.team-inner-section-area .team-single-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border-top: 1px solid rgba(28, 41, 63, 0.1);
  border-right: 1px solid rgba(28, 41, 63, 0.1);
  border-left: 1px solid rgba(28, 41, 63, 0.1);
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px 30px 20px;
}
.team-inner-section-area .team-single-boxarea::after {
  position: absolute;
  content: "";
  border-radius: 0px 0px 8px 8px;
  background: rgba(218, 221, 225, 0.8);
  height: 6px;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  z-index: 1;
  width: 100%;
}
.team-inner-section-area .team-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team-inner-section-area .team-single-boxarea:hover .img1 ul {
  bottom: 20px;
  transition: all 0.6s;
}
.team-inner-section-area .team-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
}
.team-inner-section-area .team-single-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.team-inner-section-area .team-single-boxarea .img1 ul {
  position: absolute;
  bottom: -200px;
  left: 50%;
  margin-left: -100px;
  transition: all 0.6s;
  z-index: 2;
}
.team-inner-section-area .team-single-boxarea .img1 ul li {
  display: inline-block;
}
.team-inner-section-area .team-single-boxarea .img1 ul li a {
  height: 49px;
  width: 49px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  line-height: 50px;
  font-size: var(--ztc-font-size-font-s20);
  text-align: center;
}
.team-inner-section-area .team-single-boxarea .img1 ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.team-inner-section-area .team-single-boxarea .content-area {
  text-align: center;
  padding: 24px 35px 0;
}
.team-inner-section-area .team-single-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.team-inner-section-area .team-single-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  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-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
}
.team-inner-section-area .team-single-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.team-inner-section-area .team-single-boxarea .content-area ul li:nth-child(1) {
  padding-bottom: 16px;
  padding-top: 24px;
}
.team-inner-section-area .team-single-boxarea .content-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.team-inner-section-area .team-single-boxarea .content-area ul li a img {
  margin: 0 4px 0 0;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-inner-section-area .faq-widget-area ul {
  display: block;
  text-align: center;
}
.faq-inner-section-area .faq-widget-area ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.faq-inner-section-area .faq-widget-area ul li:nth-last-child(1) {
  margin: 0;
}
.faq-inner-section-area .faq-widget-area ul li button {
  border: none;
  outline: none;
  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;
  border-radius: 70px;
  background: var(--Home-Page-1-Color-Gray-Color, #F4F4F9);
  padding: 16px 24px;
}
.faq-inner-section-area .faq-widget-area ul li button.active {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item {
  border: none;
  padding: 0;
  background: var(--ztc-bg-bg-11);
  border-radius: 8px;
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button {
  box-shadow: none;
  border: none;
  outline: none;
  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;
  text-transform: capitalize;
  padding: 26px 20px;
  transition: all 0.4s;
  border-radius: 8px;
  background: #F4F4F9;
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button.accordion-button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  border: none;
  border-radius: 8px 8px 0 0;
  padding: 26px 20px 16px 20px;
  color: var(--ztc-text-text-1);
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button::before {
  height: 28px;
  width: 28px;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 16px;
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button::after {
  z-index: 1;
  filter: brightness(0) invert(1);
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item .accordion-body {
  padding: 0 80px 24px 24px;
}
.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px;
  margin: 0 60px;
  border-radius: 16px;
}
.contact1-section-area .contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact1-section-area {
    margin: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area {
    margin: 0;
    border: 0;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .contact1-section-area {
    margin: 0;
    border-radius: 0;
    padding: 30px 0;
  }
}
.contact1-section-area .contact-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 34px 32px;
}
@media (max-width: 767px) {
  .contact1-section-area .contact-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-boxarea {
    margin-top: 30px;
  }
}
.contact1-section-area .contact-boxarea h4 {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
}
.contact1-section-area .contact-boxarea p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.contact1-section-area .contact-boxarea .input-area {
  padding-top: 18px;
}
.contact1-section-area .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F4F4F9);
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  overflow: hidden;
}
.contact1-section-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact1-section-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact1-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F4F4F9);
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}
.contact1-section-area .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 16px;
}
.contact1-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact1-section-area .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact1-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F4F4F9);
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  height: 140px;
}
.contact1-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact1-section-area .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact1-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  background: none;
}
.contact1-section-area .contact-single-boxarea {
  position: relative;
  padding-top: 394px;
}
@media (max-width: 767px) {
  .contact1-section-area .contact-single-boxarea {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-single-boxarea {
    padding-top: 0;
  }
}
.contact1-section-area .contact-single-boxarea .single-box {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.contact1-section-area .contact-single-boxarea .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  border-radius: 50%;
}
.contact1-section-area .contact-single-boxarea .single-box .text {
  padding-left: 14px;
}
.contact1-section-area .contact-single-boxarea .single-box .text h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
}
.contact1-section-area .contact-single-boxarea .single-box .text a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.contact2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact2-section-area .contact-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  border-radius: 16px;
  padding: 34px 32px;
}
@media (max-width: 767px) {
  .contact2-section-area .contact-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-section-area .contact-boxarea {
    margin-top: 30px;
  }
}
.contact2-section-area .contact-boxarea h4 {
  color: var(--ztc-text-text-5);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
}
.contact2-section-area .contact-boxarea p {
  color: var(--ztc-text-text-6);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.contact2-section-area .contact-boxarea .input-area {
  padding-top: 18px;
}
.contact2-section-area .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  opacity: 80%;
}
.contact2-section-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact2-section-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact2-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}
.contact2-section-area .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 16px;
}
.contact2-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact2-section-area .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact2-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  height: 140px;
  opacity: 80%;
}
.contact2-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact2-section-area .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact2-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  background: none;
  width: 100%;
  text-align: center;
}
.contact2-section-area .contact-boxarea .input-area button span {
  display: block;
}
@media (max-width: 767px) {
  .contact2-section-area .images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-section-area .images {
    margin-top: 30px;
  }
}
.contact2-section-area .images img {
  width: 100%;
  height: 649px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .contact2-section-area .images img {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-section-area .images img {
    height: 100%;
  }
}
.contact2-section-area .contact-single-boxarea2 {
  position: relative;
}
@media (max-width: 767px) {
  .contact2-section-area .contact-single-boxarea2 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-section-area .contact-single-boxarea2 {
    padding-top: 0;
  }
}
.contact2-section-area .contact-single-boxarea2 .single-box {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.contact2-section-area .contact-single-boxarea2 .single-box:hover {
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
}
.contact2-section-area .contact-single-boxarea2 .single-box:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.contact2-section-area .contact-single-boxarea2 .single-box:hover .icons svg {
  filter: brightness(0);
}
.contact2-section-area .contact-single-boxarea2 .single-box:hover .text h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.contact2-section-area .contact-single-boxarea2 .single-box:hover .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact2-section-area .contact-single-boxarea2 .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 50%;
}
.contact2-section-area .contact-single-boxarea2 .single-box .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact2-section-area .contact-single-boxarea2 .single-box .text {
  padding-left: 14px;
}
.contact2-section-area .contact-single-boxarea2 .single-box .text h4 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
}
.contact2-section-area .contact-single-boxarea2 .single-box .text a {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.contact6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F7F7F9;
}
.contact6-section-area .contact-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 0 60px 0 60px;
  padding: 34px 32px;
}
@media (max-width: 767px) {
  .contact6-section-area .contact-boxarea {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact6-section-area .contact-boxarea {
    margin-bottom: 30px;
  }
}
.contact6-section-area .contact-boxarea h4 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}
.contact6-section-area .contact-boxarea p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  text-align: center;
}
.contact6-section-area .contact-boxarea .input-area {
  padding-top: 18px;
}
.contact6-section-area .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F3F5F4);
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  overflow: hidden;
}
.contact6-section-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact6-section-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact6-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F3F5F4);
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}
.contact6-section-area .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 16px;
}
.contact6-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact6-section-area .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact6-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F3F5F4);
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  height: 140px;
}
.contact6-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact6-section-area .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact6-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}
.contact6-section-area .contact-boxarea .input-area button i {
  margin-left: 4px;
  transition: all 0.4s;
}
.contact6-section-area .contact-boxarea .input-area button svg {
  margin: 0;
}
.contact6-section-area .contact-boxarea .input-area button:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact6-section-area .contact-maps-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact6-section-area .contact-maps-area {
    margin-top: 30px;
  }
}
.contact6-section-area .contact-maps-area iframe {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 60px 0 60px;
}

.contact7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F3F5F4;
}
.contact7-section-area .contact-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 34px 32px;
}
@media (max-width: 767px) {
  .contact7-section-area .contact-boxarea {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact7-section-area .contact-boxarea {
    margin-bottom: 30px;
  }
}
.contact7-section-area .contact-boxarea h4 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
}
.contact7-section-area .contact-boxarea p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.contact7-section-area .contact-boxarea .input-area {
  padding-top: 18px;
}
.contact7-section-area .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F3F5F4);
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  overflow: hidden;
}
.contact7-section-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-14);
  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;
}
.contact7-section-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-14);
  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;
}
.contact7-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F3F5F4);
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}
.contact7-section-area .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 16px;
}
.contact7-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-14);
  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;
}
.contact7-section-area .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-14);
  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;
}
.contact7-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F3F5F4);
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  height: 140px;
}
.contact7-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-14);
  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;
}
.contact7-section-area .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-14);
  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;
}
.contact7-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}
.contact7-section-area .contact-boxarea .input-area button i {
  margin-left: 4px;
  transition: all 0.4s;
}
.contact7-section-area .contact-boxarea .input-area button svg {
  margin: 0;
}
.contact7-section-area .contact-boxarea .input-area button:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.contact7-section-area .heading7 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .contact7-section-area .heading7 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact7-section-area .heading7 {
    padding: 0;
  }
}
.contact7-section-area .heading7 .single-box {
  background: var(--ztc-bg-bg-1);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  transition: all 0.4s;
}
.contact7-section-area .heading7 .single-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.contact7-section-area .heading7 .single-box:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.contact7-section-area .heading7 .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
  border-radius: 50%;
}
.contact7-section-area .heading7 .single-box .icons svg {
  filter: brightness(0) invert(1);
}
.contact7-section-area .heading7 .single-box .text {
  padding-left: 14px;
}
.contact7-section-area .heading7 .single-box .text h4 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
}
.contact7-section-area .heading7 .single-box .text a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.contact-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-inner-section-area .conatct-widget-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #F4F4F9;
  padding: 32px 24px;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.contact-inner-section-area .conatct-widget-boxarea:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.contact-inner-section-area .conatct-widget-boxarea:hover h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact-inner-section-area .conatct-widget-boxarea:hover .textarea .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact-inner-section-area .conatct-widget-boxarea:hover .textarea a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact-inner-section-area .conatct-widget-boxarea:hover .textarea a svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact-inner-section-area .conatct-widget-boxarea h5 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  letter-spacing: -0.48px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
  transition: all 0.4s;
}
.contact-inner-section-area .conatct-widget-boxarea .textarea {
  margin-top: 20px;
  display: flex;
}
.contact-inner-section-area .conatct-widget-boxarea .textarea a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  letter-spacing: -0.32px;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 8px;
}
.contact-inner-section-area .conatct-widget-boxarea .textarea a svg {
  transition: all 0.4s;
}
.contact-inner-section-area .contact-boxarea {
  position: relative;
  z-index: 1;
  background: #F4F4F9;
  border-radius: 16px;
  padding: 34px 32px;
}
@media (max-width: 767px) {
  .contact-inner-section-area .contact-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-section-area .contact-boxarea {
    margin-top: 30px;
  }
}
.contact-inner-section-area .contact-boxarea h4 {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
}
.contact-inner-section-area .contact-boxarea p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.contact-inner-section-area .contact-boxarea .input-area {
  padding-top: 18px;
}
.contact-inner-section-area .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
}
.contact-inner-section-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact-inner-section-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact-inner-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}
.contact-inner-section-area .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 16px;
}
.contact-inner-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact-inner-section-area .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact-inner-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  height: 140px;
}
.contact-inner-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact-inner-section-area .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact-inner-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-inner-section-area .images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-section-area .images {
    margin-top: 30px;
  }
}
.contact-inner-section-area .images img {
  width: 100%;
  height: 649px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .contact-inner-section-area .images img {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-section-area .images img {
    height: 100%;
  }
}
.contact-inner-section-area .contact-single-boxarea2 {
  position: relative;
}
@media (max-width: 767px) {
  .contact-inner-section-area .contact-single-boxarea2 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-section-area .contact-single-boxarea2 {
    padding-top: 0;
  }
}
.contact-inner-section-area .contact-single-boxarea2 .single-box {
  background: #F4F4F9;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .icons svg {
  filter: brightness(0);
}
.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .text h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 70%;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  border-radius: 50%;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box .text {
  padding-left: 14px;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box .text h4 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
}
.contact-inner-section-area .contact-single-boxarea2 .single-box .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.contact1-section-area4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px;
  margin: 0 60px;
  border-radius: 16px;
}
.contact1-section-area4 .contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact1-section-area4 {
    margin: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area4 {
    margin: 0;
    border: 0;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .contact1-section-area4 {
    margin: 0;
    border-radius: 0;
    padding: 30px 0;
  }
}
.contact1-section-area4 .contact-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 34px 32px;
}
@media (max-width: 767px) {
  .contact1-section-area4 .contact-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area4 .contact-boxarea {
    margin-top: 30px;
  }
}
.contact1-section-area4 .contact-boxarea h4 {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
}
.contact1-section-area4 .contact-boxarea p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}
.contact1-section-area4 .contact-boxarea .input-area {
  padding-top: 18px;
}
.contact1-section-area4 .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F4F4F9);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  overflow: hidden;
}
.contact1-section-area4 .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact1-section-area4 .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact1-section-area4 .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F4F4F9);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}
.contact1-section-area4 .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 16px;
}
.contact1-section-area4 .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact1-section-area4 .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact1-section-area4 .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #F4F4F9);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 18px 16px;
  outline: none;
  height: 140px;
}
.contact1-section-area4 .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact1-section-area4 .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.contact1-section-area4 .contact-boxarea .input-area button {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}
.contact1-section-area4 .contact-single-boxarea {
  position: relative;
  padding-top: 394px;
}
@media (max-width: 767px) {
  .contact1-section-area4 .contact-single-boxarea {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area4 .contact-single-boxarea {
    padding-top: 0;
  }
}
.contact1-section-area4 .contact-single-boxarea .single-box {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  transition: all 0.4s;
}
.contact1-section-area4 .contact-single-boxarea .single-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.contact1-section-area4 .contact-single-boxarea .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
  border-radius: 50%;
}
.contact1-section-area4 .contact-single-boxarea .single-box .icons svg {
  filter: brightness(0) invert(1);
}
.contact1-section-area4 .contact-single-boxarea .single-box .text {
  padding-left: 14px;
}
.contact1-section-area4 .contact-single-boxarea .single-box .text h4 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
}
.contact1-section-area4 .contact-single-boxarea .single-box .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta1-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}
.cta1-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta1-section-area .cta-content-area form {
  position: relative;
  z-index: 1;
}
.cta1-section-area .cta-content-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  padding: 29px 26px;
  border-radius: 90px;
}
.cta1-section-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta1-section-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta1-section-area .cta-content-area form button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 6px;
}

.cta2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-7);
}
@media (max-width: 767px) {
  .cta2-section-area {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area {
    padding: 40px 0;
  }
}
.cta2-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}
.cta2-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta2-section-area .cta-content-area form {
  position: relative;
  z-index: 1;
}
.cta2-section-area .cta-content-area form input {
  width: 100%;
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  padding: 29px 26px;
  border-radius: 8px;
}
.cta2-section-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta2-section-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta2-section-area .cta-content-area form button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 7px;
}
.cta2-section-area .cta-circle-area {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta-circle-area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cta2-section-area .cta-circle-area {
    margin-top: 30px;
  }
}
.cta2-section-area .cta-circle-area .img1 img {
  position: relative;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta-circle-area .img1 img {
    left: 85px;
  }
}
@media (max-width: 767px) {
  .cta2-section-area .cta-circle-area .img1 img {
    left: -25px;
  }
}
.cta2-section-area .cta-circle-area span {
  height: 84px;
  width: 84px;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 50%;
  margin-left: -84px;
}
.cta2-section-area .cta-circle-area .text {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -160px;
}
@media (max-width: 767px) {
  .cta2-section-area .cta-circle-area .text {
    top: 20px;
  }
}
.cta2-section-area .cta-circle-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26.013px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 4px;
  padding: 26px 34px;
}
.cta2-section-area .cta-circle-area .text svg {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -17px;
}

.cta3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta3-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-8);
  opacity: 80%;
  z-index: -1;
}
@media (max-width: 767px) {
  .cta3-section-area {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area {
    padding: 40px 0;
  }
}
.cta3-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}
.cta3-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta3-section-area .cta-content-area form {
  position: relative;
  z-index: 1;
}
.cta3-section-area .cta-content-area form input {
  width: 100%;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  padding: 29px 26px;
  border-radius: 8px;
}
.cta3-section-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta3-section-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta3-section-area .cta-content-area form button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 7px;
}
.cta3-section-area .cta-circle-area {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .cta-circle-area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cta3-section-area .cta-circle-area {
    margin-top: 30px;
  }
}
.cta3-section-area .cta-circle-area .elements10 {
  position: absolute;
  left: -200px;
  top: 100px;
}
.cta3-section-area .cta-circle-area .img1 img {
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .cta-circle-area .img1 img {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cta3-section-area .cta-circle-area .img1 img {
    left: 0;
  }
}
.cta3-section-area .cta-circle-area span {
  height: 84px;
  width: 84px;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 50%;
  margin-left: -84px;
}
.cta3-section-area .cta-circle-area .text {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -160px;
}
@media (max-width: 767px) {
  .cta3-section-area .cta-circle-area .text {
    top: 20px;
  }
}
.cta3-section-area .cta-circle-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26.013px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 4px;
  padding: 26px 34px;
}
.cta3-section-area .cta-circle-area .text svg {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -17px;
}

.cta4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta4-section-area {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area {
    padding: 40px 0;
  }
}
.cta4-section-area .cta-content-area {
  padding: 60px 0 60px;
}
@media (max-width: 767px) {
  .cta4-section-area .cta-content-area {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-content-area {
    padding: 0;
  }
}
.cta4-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}
.cta4-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 70% !important;
}
.cta4-section-area .cta-content-area .btn-area1 .phone {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 140%;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 12px;
  margin: 0 0 0 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta4-section-area .cta-content-area .btn-area1 .phone {
    margin: 20px 0 0 0;
  }
}
.cta4-section-area .cta-content-area .btn-area1 .phone:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.cta4-section-area .cta-content-area .btn-area1 .phone:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.cta4-section-area .cta-content-area .btn-area1 .phone:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.cta4-section-area .cta-content-area .btn-area1 .phone::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-10);
  border-radius: 50px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.cta4-section-area .cta-content-area .btn-area1 .phone svg {
  margin: 0 4px 0 0;
  transition: all 0.4s;
}
.cta4-section-area .cta-circle-area {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  width: 550px;
  bottom: -30px;
  left: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-circle-area {
    margin-top: 30px;
    left: 0;
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .cta4-section-area .cta-circle-area {
    margin-top: 30px;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: -41px;
  }
}
.cta4-section-area .cta-circle-area .bg1 {
  position: absolute;
  bottom: 0;
}
.cta4-section-area .cta-circle-area .img1 img {
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-circle-area .img1 img {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cta4-section-area .cta-circle-area .img1 img {
    left: 0;
  }
}
.cta4-section-area .cta-circle-area span {
  height: 84px;
  width: 84px;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 50%;
  margin-left: -84px;
}
.cta4-section-area .cta-circle-area .text {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -160px;
}
@media (max-width: 767px) {
  .cta4-section-area .cta-circle-area .text {
    top: 20px;
  }
}
.cta4-section-area .cta-circle-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26.013px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 4px;
  padding: 26px 34px;
}
.cta4-section-area .cta-circle-area .text svg {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -17px;
}

.cta5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-13);
}
.cta5-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}
.cta5-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta5-section-area .cta-content-area form {
  position: relative;
  z-index: 1;
}
.cta5-section-area .cta-content-area form input {
  width: 100%;
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  padding: 29px 26px;
  border-radius: 8px;
}
.cta5-section-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta5-section-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta5-section-area .cta-content-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 10px;
  right: 8px;
  padding: 20px 24px;
}
.cta5-section-area .cta-content-area form button i {
  margin-left: 4px;
}
.cta5-section-area .cta-images-area {
  position: relative;
  z-index: 1;
}
.cta5-section-area .cta-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta5-section-area .cta-images-area .elements21 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -130px;
}
.cta5-section-area .cta-images-area .price-area {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta5-section-area .cta-images-area .price-area {
    display: none;
  }
}
.cta5-section-area .cta-images-area .price-area img {
  position: absolute;
  height: 150px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
  max-height: 150px;
  z-index: -1;
  top: -40px;
  left: -30px;
}
.cta5-section-area .cta-images-area .price-area h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
  text-align: center;
}
.cta5-section-area .cta-images-area .price-area p {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta6-section-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: -200px;
}
@media (max-width: 767px) {
  .cta6-section-area {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-section-area {
    padding: 40px 0;
  }
}
.cta6-section-area .cta7-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
  border-radius: 0 100px 0 100px;
  padding: 70px 60px;
}
@media (max-width: 767px) {
  .cta6-section-area .cta7-bg-area {
    padding: 24px;
  }
}
.cta6-section-area .cta7-bg-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}
.cta6-section-area .cta7-bg-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta6-section-area .cta7-bg-area .cta-content-area .btn-area1 .vl-btn7.btn1 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-17);
}
.cta6-section-area .cta7-bg-area .cta-content-area .btn-area1 .vl-btn7.btn1:hover {
  color: var(--ztc-text-text-1);
}
.cta6-section-area .cta7-bg-area .cta-content-area .btn-area1 .vl-btn7.btn2 {
  border: 1px solid var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-1);
  margin-left: 24px;
}
@media (max-width: 767px) {
  .cta6-section-area .cta7-bg-area .cta-content-area .btn-area1 .vl-btn7.btn2 {
    margin-left: 0;
    margin-top: 24px;
  }
}
.cta6-section-area .cta7-bg-area .cta-content-area .btn-area1 .vl-btn7.btn2:hover {
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-17);
}
.cta6-section-area .cta7-bg-area .form-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-16);
  padding: 40px;
  border-radius: 0 60px 0 60px;
}
@media (max-width: 767px) {
  .cta6-section-area .cta7-bg-area .form-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-section-area .cta7-bg-area .form-boxarea {
    margin-top: 30px;
  }
}
.cta6-section-area .cta7-bg-area .form-boxarea h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
}
.cta6-section-area .cta7-bg-area .form-boxarea p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.cta6-section-area .cta7-bg-area .form-boxarea form {
  position: relative;
  z-index: 1;
}
.cta6-section-area .cta7-bg-area .form-boxarea form input {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  border: none;
  padding: 21px 24px;
  border-radius: 0 30px 0 30px;
}
.cta6-section-area .cta7-bg-area .form-boxarea form input::-moz-placeholder {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.cta6-section-area .cta7-bg-area .form-boxarea form input::placeholder {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.cta6-section-area .cta7-bg-area .form-boxarea form button {
  border: none;
  outline: none;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-15);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  position: absolute;
  top: 12px;
  right: 12px;
}
.cta6-section-area .cta7-bg-area .form-boxarea form button:hover {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
}

.cta7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta7-section-area {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7-section-area {
    padding: 40px 0;
  }
}
.cta7-section-area .cta7-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-17);
  border-radius: 30px;
  padding: 70px 60px;
}
@media (max-width: 767px) {
  .cta7-section-area .cta7-bg-area {
    padding: 24px;
  }
}
.cta7-section-area .cta7-bg-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}
.cta7-section-area .cta7-bg-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta7-section-area .cta7-bg-area .cta-content-area form {
  position: relative;
  z-index: 1;
}
.cta7-section-area .cta7-bg-area .cta-content-area form input {
  width: 100%;
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  padding: 29px 26px;
  border-radius: 8px;
}
.cta7-section-area .cta7-bg-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta7-section-area .cta7-bg-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta7-section-area .cta7-bg-area .cta-content-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.cta7-section-area .cta7-bg-area .cta-content-area form button i {
  margin-left: 4px;
}
.cta7-section-area .cta7-bg-area .cta-content-area form button svg {
  margin: 0 !important;
}
.cta7-section-area .cta7-bg-area .cta-content-area form button:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.cta7-section-area .cta7-bg-area .cta-circle-area {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7-section-area .cta7-bg-area .cta-circle-area {
    margin-top: 30px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .cta7-section-area .cta7-bg-area .cta-circle-area {
    margin-top: 30px;
    position: relative;
  }
}
.cta7-section-area .cta7-bg-area .cta-circle-area .img1 img {
  position: relative;
  top: 0;
  right: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7-section-area .cta7-bg-area .cta-circle-area .img1 img {
    left: -35px;
  }
}
@media (max-width: 767px) {
  .cta7-section-area .cta7-bg-area .cta-circle-area .img1 img {
    left: -25px;
  }
}
.cta7-section-area .cta7-bg-area .cta-circle-area span {
  height: 84px;
  width: 84px;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 50%;
  margin-left: -84px;
}
.cta7-section-area .cta7-bg-area .cta-circle-area .text {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -160px;
}
@media (max-width: 767px) {
  .cta7-section-area .cta7-bg-area .cta-circle-area .text {
    top: 20px;
  }
}
.cta7-section-area .cta7-bg-area .cta-circle-area .text a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26.013px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 26px 34px;
}
.cta7-section-area .cta7-bg-area .cta-circle-area .text svg {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -17px;
  filter: brightness(0) invert(1);
}

.cta8-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta8-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}
.cta8-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90% !important;
}
.cta8-section-area .cta-content-area form {
  position: relative;
  z-index: 1;
}
.cta8-section-area .cta-content-area form input {
  width: 100%;
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  padding: 29px 26px;
  border-radius: 8px;
}
.cta8-section-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta8-section-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.cta8-section-area .cta-content-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 10px;
  right: 10px;
  padding: 20px 28px;
}
.cta8-section-area .cta-content-area form button i {
  margin-left: 4px;
}
.cta8-section-area .cta-images-area {
  position: relative;
  z-index: 1;
}
.cta8-section-area .cta-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta8-section-area .cta-images-area .elements21 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -130px;
}
.cta8-section-area .cta-images-area .price-area {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta8-section-area .cta-images-area .price-area {
    display: none;
  }
}
.cta8-section-area .cta-images-area .price-area img {
  position: absolute;
  height: 150px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
  max-height: 150px;
  z-index: -1;
  top: -40px;
  left: -30px;
}
.cta8-section-area .cta-images-area .price-area h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
  text-align: center;
}
.cta8-section-area .cta-images-area .price-area p {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testimonial1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  overflow: hidden;
}
.testimonial1-section-area .testimonial-imges {
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .testimonial-imges .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.testimonial1-section-area .testimonial-imges .success-rate {
  background: var(--ztc-bg-bg-3);
  text-align: center;
  display: inline-block;
  padding: 30px;
  border-radius: 16px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.testimonial1-section-area .testimonial-imges .success-rate ul li {
  display: inline-block;
  color: var(--ztc-text-text-2);
}
.testimonial1-section-area .testimonial-imges .success-rate p {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
.testimonial1-section-area .testimonial-imges .success-rate h3 {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
}
.testimonial1-section-area .testimonial-single-slider {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-single-slider {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-single-slider {
    margin-top: 30px;
  }
}
.testimonial1-section-area .testimonial-single-slider .single-slider-box {
  position: relative;
  z-index: 1;
}
.testimonial1-section-area .testimonial-single-slider .single-slider-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial1-section-area .testimonial-single-slider .single-slider-box .list-area ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  border-radius: 2.203px;
  background: rgba(17, 17, 17, 0.06);
  color: #FB8500;
}
.testimonial1-section-area .testimonial-single-slider .single-slider-box .pera {
  color: rgba(17, 17, 17, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 33px;
}
.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea {
    display: inline-block;
  }
}
.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .elements2 {
  width: 110px;
  height: 36px;
}
.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea {
    margin-bottom: 20px;
  }
}
.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .img img {
  height: 66px;
  width: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .text {
  padding-left: 16px;
}
.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial1-section-area .testimonial-arrows .testimonial-prev-arrow button {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-arrows .testimonial-prev-arrow button {
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-arrows .testimonial-prev-arrow button {
    margin: 0 16px 0 0;
  }
}
.testimonial1-section-area .testimonial-arrows button {
  border: none;
  outline: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial1-section-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.testimonial2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial2-section-area .testimonial-single-slider2 {
  position: relative;
  z-index: 1;
}
.testimonial2-section-area .testimonial-single-slider2 .owl-dots {
  text-align: center;
  margin-top: 48px;
}
.testimonial2-section-area .testimonial-single-slider2 .owl-dots button {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 20px;
  background: #D2D4D9;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 16px 0 0;
}
.testimonial2-section-area .testimonial-single-slider2 .owl-dots button.active {
  background: var(--ztc-bg-bg-6);
}
.testimonial2-section-area .testimonial-single-slider2 .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial-single-slider2 .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 20px;
  border: 1px solid var(--ztc-text-text-7);
  border-radius: 50%;
  top: -4px;
  left: -4px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .testimonial2-section-area .testimonial-single-slider2 .owl-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2-section-area .testimonial-single-slider2 .owl-nav {
    display: none;
  }
}
.testimonial2-section-area .testimonial-single-slider2 .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial2-section-area .testimonial-single-slider2 .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-6);
}
.testimonial2-section-area .testimonial-single-slider2 .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial2-section-area .testimonial-single-slider2 .owl-nav button.owl-prev {
    left: -70px;
  }
}
.testimonial2-section-area .testimonial-single-slider2 .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -80px;
  margin-top: -80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial2-section-area .testimonial-single-slider2 .owl-nav button.owl-next {
    right: -70px;
  }
}
.testimonial2-section-area .testimonial-single-slider2 .single-slider-box {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  padding: 32px;
}
.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .list-area ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  border-radius: 2.203px;
  background: rgba(17, 17, 17, 0.06);
  color: #FB8500;
}
.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .pera {
  color: var(--ztc-text-text-5);
  opacity: 90%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 33px;
}
.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea {
    display: inline-block;
  }
}
.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .elements2 {
  width: 110px;
  height: 36px;
}
.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea {
    margin-bottom: 20px;
  }
}
.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea .img img {
  height: 66px;
  width: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea .text {
  padding-left: 16px;
}
.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea .text a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea .text p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.testimonial3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial3-section-area .testimonial-imges {
  position: relative;
  z-index: 1;
}
.testimonial3-section-area .testimonial-imges .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.testimonial3-section-area .testimonial-imges .success-rate {
  background: var(--ztc-bg-bg-9);
  text-align: center;
  display: block;
  padding: 73px 26px 26px 26px;
  border-radius: 0 0 8px 8px;
  position: relative;
  margin-top: -6px;
}
.testimonial3-section-area .testimonial-imges .success-rate .others-img4 {
  position: absolute;
  width: 278px;
  height: 76px;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  margin-left: -139px;
  top: 0;
  margin-top: -38px;
}
.testimonial3-section-area .testimonial-imges .success-rate ul li {
  display: inline-block;
  color: var(--ztc-text-text-1);
}
.testimonial3-section-area .testimonial-imges .success-rate h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}
.testimonial3-section-area .testimonial-single-slider3 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-single-slider3 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-single-slider3 {
    margin-top: 30px;
  }
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box {
  position: relative;
  z-index: 1;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .list-area ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  border-radius: 2.203px;
  background: rgba(17, 17, 17, 0.06);
  color: #FB8500;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .pera {
  color: rgba(17, 17, 17, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 33px;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea {
    display: inline-block;
  }
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .elements2 {
  width: 110px;
  height: 36px;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea {
    margin-bottom: 20px;
  }
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .img img {
  height: 66px;
  width: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .text {
  padding-left: 16px;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .text a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .text p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial3-section-area .testimonial-arrows .prev-arrow button {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows .prev-arrow button {
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows .prev-arrow button {
    margin: 0 16px 0 0;
  }
}
.testimonial3-section-area .testimonial-arrows button {
  border: none;
  outline: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial3-section-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial4-section-area .elements12 {
  position: absolute;
}
.testimonial4-section-area .testimonial4-slider-area {
  position: relative;
  z-index: 1;
}
.testimonial4-section-area .testimonial4-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}
.testimonial4-section-area .testimonial4-slider-area .owl-dots {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}
.testimonial4-section-area .testimonial4-slider-area .owl-dots::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-dots::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-dots::after {
    display: none;
  }
}
.testimonial4-section-area .testimonial4-slider-area .owl-dots button {
  height: 12px;
  width: 432px;
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  z-index: 2;
  position: relative;
  top: -9px;
}
@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}
.testimonial4-section-area .testimonial4-slider-area .owl-dots button.active {
  background: #C5B7FF;
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  padding: 24px 30px 24px 24px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .icons {
  background: #becfe1;
  filter: drop-shadow(0px 3px 8px rgba(68, 22, 255, 0.05));
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .text-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .text-area a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  letter-spacing: -1px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .text-area ul {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 8px 0px #becfe1;
  padding: 8px 4px;
}
.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .text-area ul li {
  display: inline-block;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.testimonial5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial5-section-area .testimonial-imges {
  position: relative;
  z-index: 1;
}
.testimonial5-section-area .testimonial-imges .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.testimonial5-section-area .testimonial-imges .success-rate {
  background: var(--ztc-bg-bg-13);
  text-align: center;
  display: inline-block;
  padding: 30px;
  border-radius: 16px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.testimonial5-section-area .testimonial-imges .success-rate ul li {
  display: inline-block;
  color: var(--ztc-text-text-1);
}
.testimonial5-section-area .testimonial-imges .success-rate p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
}
.testimonial5-section-area .testimonial-imges .success-rate h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
}
.testimonial5-section-area .testimonial-single-slider {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
}
@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-single-slider {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-section-area .testimonial-single-slider {
    margin-top: 30px;
  }
}
.testimonial5-section-area .testimonial-single-slider .single-slider-box {
  position: relative;
  z-index: 1;
}
.testimonial5-section-area .testimonial-single-slider .single-slider-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial5-section-area .testimonial-single-slider .single-slider-box .list-area ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  border-radius: 2.203px;
  background: rgba(17, 17, 17, 0.06);
  color: #FB8500;
}
.testimonial5-section-area .testimonial-single-slider .single-slider-box .pera {
  color: rgba(17, 17, 17, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 33px;
}
.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea {
    display: inline-block;
  }
}
.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .elements2 {
  width: 110px;
  height: 36px;
}
.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea {
    margin-bottom: 20px;
  }
}
.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .img img {
  height: 66px;
  width: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .text {
  padding-left: 16px;
}
.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .text a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .text p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial5-section-area .testimonial-arrows .testimonial-prev-arrow button {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-arrows .testimonial-prev-arrow button {
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-section-area .testimonial-arrows .testimonial-prev-arrow button {
    margin: 0 16px 0 0;
  }
}
.testimonial5-section-area .testimonial-arrows button {
  border: none;
  outline: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-12);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial5-section-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-13);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial8-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
}
.testimonial8-section-area .elements25 {
  position: absolute;
  left: 50%;
  margin-left: -385px;
}
.testimonial8-section-area .heading6 h5 {
  color: var(--ztc-text-text-1);
}
.testimonial8-section-area .heading6 h5 img {
  filter: brightness(0) invert(1);
}
.testimonial8-section-area .heading6 h2 {
  color: var(--ztc-text-text-1);
}
.testimonial8-section-area .testimonial8-widgetarea {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-widgetarea .owl-nav {
    text-align: center;
    margin: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial8-widgetarea .owl-nav {
    text-align: center;
    margin: 30px;
  }
}
.testimonial8-section-area .testimonial8-widgetarea .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial8-section-area .testimonial8-widgetarea .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-15);
}
.testimonial8-section-area .testimonial8-widgetarea .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -90px;
  margin-top: -28px;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-widgetarea .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial8-widgetarea .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 16px 0 0;
  }
}
.testimonial8-section-area .testimonial8-widgetarea .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -90px;
  margin-top: -28px;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-widgetarea .owl-nav button.owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial8-widgetarea .owl-nav button.owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
}
.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 0 50px 0 50px;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea {
    padding: 30px;
  }
}
.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea svg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea ul {
  text-align: center;
}
.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea ul li {
  display: inline-block;
  border-radius: 2.37px;
  background: rgba(251, 133, 0, 0.1);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  color: #FB8500;
}
.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .pera {
  color: rgba(9, 11, 14, 0.9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 43px;
  text-align: center;
}
@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .pera {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}
.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .author-boxarea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .author-boxarea .img img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .author-boxarea .text {
  padding-left: 16px;
}
.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .author-boxarea .text a {
  color: var(--ztc-text-text-17);
  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;
}
.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .author-boxarea .text p {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  opacity: 60%;
}

.testimonial7-section-area {
  position: relative;
  z-index: 1;
  background: #F3F5F4;
  overflow: hidden;
}
.testimonial7-section-area .testimonial7-slider-boxarea {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial7-section-area .testimonial7-slider-boxarea .owl-nav {
    text-align: center;
    margin: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial7-section-area .testimonial7-slider-boxarea .owl-nav {
    text-align: center;
    margin: 30px;
  }
}
.testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(6, 3, 14, 0.1);
  color: var(--ztc-text-text-14);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-17);
}
.testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button.owl-prev {
  position: absolute;
  top: 30%;
  left: -90px;
}
@media (max-width: 767px) {
  .testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 16px 0 0;
  }
}
.testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button.owl-next {
  position: absolute;
  top: 30%;
  right: -90px;
}
@media (max-width: 767px) {
  .testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button.owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button.owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
}
.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
}
.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea .icons {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea .pera {
  color: var(--ztc-text-text-21);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 40px;
}
.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea .name-text img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea .name-text a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea .name-text a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}
.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea .name-text p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.testimonial8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F2F4F3;
}
.testimonial8 .testimonial8-imges {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial8 .testimonial8-imges .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.testimonial8 .testimonial8-imges .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.testimonial8 .testimonial8-imges .img1 .name-content {
  border-radius: 8px;
  background: #E6EFED;
  padding: 24px 20px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  text-align: center;
}
.testimonial8 .testimonial8-imges .img1 .name-content a {
  color: var(--ztc-text-text-17);
  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: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial8 .testimonial8-imges .img1 .name-content a:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}
.testimonial8 .testimonial8-imges .img1 .name-content p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.testimonial8 .testimonial-arrow-slider {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 28px 60px 28px 40px;
  border-radius: 8px;
  margin: 0 0 0 40px;
}
@media (max-width: 767px) {
  .testimonial8 .testimonial-arrow-slider {
    margin: 30px 0 0 0;
    padding: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8 .testimonial-arrow-slider {
    margin: 30px 0 0 0;
  }
}
.testimonial8 .testimonial-arrow-slider .testimonial-content-slider {
  position: relative;
  z-index: 1;
}
.testimonial8 .testimonial-arrow-slider .testimonial-content-slider .testimonial8-contentarea ul li {
  display: inline-block;
  border-radius: 2.203px;
  background: rgba(251, 133, 0, 0.1);
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  color: #FB8500;
}
.testimonial8 .testimonial-arrow-slider .testimonial-content-slider .testimonial8-contentarea .pera {
  color: rgba(9, 11, 14, 0.7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 40px;
}
@media (max-width: 767px) {
  .testimonial8 .testimonial-arrow-slider .testimonial-content-slider .testimonial8-contentarea .pera {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}
.testimonial8 .testimonial-arrow-slider .testimonial-content-slider .testimonial8-contentarea .img1 {
  text-align: end;
}
.testimonial8 .testimonial-arrow-slider .testimonial-content-slider .testimonial8-contentarea .img1 img {
  width: 100px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.testimonial8 .testimonial-arrow-slider .testimonial-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 35px;
  z-index: 2;
}
.testimonial8 .testimonial-arrow-slider .testimonial-arrows .testimonial-prev-arrow {
  margin: 0 16px 0 0;
}
.testimonial8 .testimonial-arrow-slider .testimonial-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-17);
  background: #E6EFED;
  border: none;
  outline: none;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial8 .testimonial-arrow-slider .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testimonial-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-inner-area .testimonial4-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
  padding: 24px 30px 24px 24px;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.testimonial-inner-area .testimonial4-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.testimonial-inner-area .testimonial4-boxarea .icons {
  background: #becfe1;
  filter: drop-shadow(0px 3px 8px rgba(68, 22, 255, 0.05));
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
}
.testimonial-inner-area .testimonial4-boxarea p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}
.testimonial-inner-area .testimonial4-boxarea .text-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-inner-area .testimonial4-boxarea .text-area a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  letter-spacing: -1px;
}
.testimonial-inner-area .testimonial4-boxarea .text-area ul {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 8px 0px #becfe1;
  padding: 8px 4px;
}
.testimonial-inner-area .testimonial4-boxarea .text-area ul li {
  display: inline-block;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
.case1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.case1-section-area .case-slider-area {
  position: relative;
  z-index: 1;
}
.case1-section-area .case-slider-area .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
}
@media (max-width: 767px) {
  .case1-section-area .case-slider-area .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .case-slider-area .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}
.case1-section-area .case-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: #F7F7F9;
  color: var(--ztc-text-text-17);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}
.case1-section-area .case-slider-area .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-15);
}
.case1-section-area .case-slider-area .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.case1-section-area .case-slider-area .case-boxarea {
  position: relative;
  z-index: 1;
}
.case1-section-area .case-slider-area .case-boxarea:hover::after {
  height: 100%;
  transition: all 0.4s;
}
.case1-section-area .case-slider-area .case-boxarea:hover .content-area {
  bottom: 24px;
  transition: all 0.6s;
}
.case1-section-area .case-slider-area .case-boxarea::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(28, 41, 63, 0) 0%, #090B0E 100%);
  transition: all 0.4s;
  border-radius: 0 50px 0 50px;
}
.case1-section-area .case-slider-area .case-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 50px 0 50px;
}
.case1-section-area .case-slider-area .case-boxarea .content-area {
  text-align: center;
  position: absolute;
  bottom: -100%;
  z-index: 2;
  text-align: center;
  left: 60px;
  right: 60px;
  transition: all 0.6s;
}
.case1-section-area .case-slider-area .case-boxarea .content-area .arrow {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-15);
  display: inline-block;
  transition: all 0.4s;
}
.case1-section-area .case-slider-area .case-boxarea .content-area .tags {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  line-height: 18px; /* 100% */
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  padding: 8px 10px;
}
.case1-section-area .case-slider-area .case-boxarea .content-area .title {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.case-inenr-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.case-inenr-area .case-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.case-inenr-area .case-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.case-inenr-area .case-boxarea:hover::after {
  height: 100%;
  transition: all 0.4s;
}
.case-inenr-area .case-boxarea:hover .content-area {
  bottom: 24px;
  transition: all 0.6s;
}
.case-inenr-area .case-boxarea:hover .content-area .arrow {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 0.6s;
}
.case-inenr-area .case-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(28, 41, 63, 0) 0%, #1C293F 100%);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: 1;
}
.case-inenr-area .case-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.case-inenr-area .case-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.case-inenr-area .case-boxarea .content-area {
  text-align: center;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  text-align: center;
  left: 60px;
  right: 60px;
  transition: all 0.6s;
}
.case-inenr-area .case-boxarea .content-area .arrow {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-11);
  display: inline-block;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
  top: -40px;
  visibility: hidden;
  opacity: 0;
}
.case-inenr-area .case-boxarea .content-area .arrow svg {
  filter: brightness(0) invert(1);
}
.case-inenr-area .case-boxarea .content-area .tags {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  line-height: 18px; /* 100% */
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  padding: 8px 10px;
  border-radius: 4px;
}
.case-inenr-area .case-boxarea .content-area .title {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.case-inenr-area .case-tabs-area ul {
  display: block;
  text-align: center;
}
.case-inenr-area .case-tabs-area ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.case-inenr-area .case-tabs-area ul li:nth-last-child(1) {
  margin: 0;
}
.case-inenr-area .case-tabs-area ul li button {
  border: none;
  outline: none;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  border-radius: 70px;
  background: var(--Home-Page-1-Color-Gray-Color, #ECE8FF);
  padding: 16px 24px;
}
.case-inenr-area .case-tabs-area ul li button.active {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
}
.case-inenr-area .case-content-area {
  position: relative;
  z-index: 1;
}
.case-inenr-area .case-content-area .tab-content .tab-pane {
  position: relative;
  top: 120px;
  transition: all 0.4s;
}
.case-inenr-area .case-content-area .tab-content .tab-pane.tab-pane.fade.show.active {
  top: 0;
  transition: all 0.4s;
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea:hover::after {
  height: 100%;
  transition: all 0.4s;
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea:hover .content-area {
  bottom: 24px;
  transition: all 0.6s;
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea:hover .content-area .arrow {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 0.6s;
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(28, 41, 63, 0) 0%, #1C293F 100%);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: 1;
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .content-area {
  text-align: center;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  text-align: center;
  left: 60px;
  right: 60px;
  transition: all 0.6s;
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .content-area .arrow {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-11);
  display: inline-block;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
  top: -40px;
  visibility: hidden;
  opacity: 0;
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .content-area .arrow svg {
  filter: brightness(0) invert(1);
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .content-area .tags {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  line-height: 18px; /* 100% */
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  padding: 8px 10px;
  border-radius: 4px;
}
.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .content-area .title {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}

.case-all-details-section {
  position: relative;
  z-index: 1;
}
.case-all-details-section .case-main-sidebar {
  position: sticky;
  top: 120px;
}
.case-all-details-section .case-main-sidebar h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
}
.case-all-details-section .case-main-sidebar .search-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #F4F4F9);
  padding: 28px 24px;
}
.case-all-details-section .case-main-sidebar .search-area form {
  position: relative;
  z-index: 1;
}
.case-all-details-section .case-main-sidebar .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
}
.case-all-details-section .case-main-sidebar .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.case-all-details-section .case-main-sidebar .search-area form input::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 70%;
}
.case-all-details-section .case-main-sidebar .search-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 12px;
  background: none;
  right: 5px;
}
.case-all-details-section .case-main-sidebar .projct-details-box {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #F4F4F9);
  padding: 28px 24px;
}
.case-all-details-section .case-main-sidebar .projct-details-box ul li {
  padding: 24px 0;
  border-bottom: 1px solid #DEE0E6;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.case-all-details-section .case-main-sidebar .projct-details-box ul li span {
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
}
.case-all-details-section .case-main-sidebar .projct-details-box ul li:nth-child(1) span {
  padding-left: 16px;
}
.case-all-details-section .case-main-sidebar .projct-details-box ul li:nth-child(2) span {
  padding-left: 33px;
}
.case-all-details-section .case-main-sidebar .projct-details-box ul li:nth-child(3) span {
  padding-left: 45px;
}
.case-all-details-section .case-main-sidebar .projct-details-box ul li:nth-child(4) span {
  padding-left: 59px;
}
.case-all-details-section .case-main-sidebar .projct-details-box ul li:nth-child(5) span {
  padding-left: 53px;
}
.case-all-details-section .case-all-content-area {
  position: relative;
  z-index: 1;
}
.case-all-details-section .case-all-content-area.padding-left {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .case-all-details-section .case-all-content-area.padding-left {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-all-details-section .case-all-content-area.padding-left {
    padding: 0;
  }
}
.case-all-details-section .case-all-content-area.padding-right {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .case-all-details-section .case-all-content-area.padding-right {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-all-details-section .case-all-content-area.padding-right {
    padding: 0;
  }
}
.case-all-details-section .case-all-content-area h3 {
  color: var(--ztc-text-text-11);
  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;
}
.case-all-details-section .case-all-content-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.case-all-details-section .case-all-content-area .case-pera-box {
  border-radius: 16px;
  background: var(--Home-Page-1-Color-Gray-Color, #F4F4F9);
  padding: 28px 36px 28px 42px;
  position: relative;
  z-index: 1;
}
.case-all-details-section .case-all-content-area .case-pera-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-11);
  border-radius: 4px;
}
.case-all-details-section .case-all-content-area .case-pera-box p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 32px;
}
.case-all-details-section .case-all-content-area .case-pera-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case-all-details-section .case-all-content-area .case-pera-box .list-area .author-boxarea {
  display: flex;
  align-items: center;
}
.case-all-details-section .case-all-content-area .case-pera-box .list-area .author-boxarea .img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-all-details-section .case-all-content-area .case-pera-box .list-area .author-boxarea .text {
  padding-left: 12px;
}
.case-all-details-section .case-all-content-area .case-pera-box .list-area .author-boxarea .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.case-all-details-section .case-all-content-area .case-pera-box .list-area .author-boxarea .text p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.case-all-details-section .case-all-content-area .case-pera-box .list-area ul li {
  display: inline-block;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  color: #FFA800;
}
.case-all-details-section .case-all-content-area .work1-section-area .work-single-boxarea {
  margin-top: 30px;
}
.case-all-details-section .case-all-content-area .work1-section-area .work-single-boxarea:hover span {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}
.case-all-details-section .case-all-content-area .work1-section-area .work-single-boxarea span {
  background: var(--ztc-bg-bg-10);
  color: var(--ztc-text-text-1);
}
.case-all-details-section .case-all-content-area .work1-section-area .work-single-boxarea a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}
.case-all-details-section .case-all-content-area .work1-section-area .work-single-boxarea::after {
  bottom: 72%;
}

/*============= CASE STUDY CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA ===============*/
