/*-----------------------------------------------------------------------------------

Name:  SolarP
Version: 1.0.0
Description: SolarP - Ecology Wind & Solar Energy 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
	-----------------
     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  
       PRICING CSS AREA 
       PROEJCTS CSS AREA  
       SKILLS CSS AREA 
       TEAM CSS AREA
       TESTIMONIAL CSS AREA
       WORK CSS AREA

**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
a, a:hover {
  text-decoration: none;
}

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

h2, p {
  margin-bottom: 0;
}

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

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

img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.4s ease-in-out;
}

.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 fti-roated-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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: #001233;
  --ztc-text-text-3: #676B74;
  --ztc-text-text-4: #007F5F;
  --ztc-text-text-5: #00D348;
  --ztc-text-text-6: #FFDC00;
  --ztc-text-text-7: #06C15A;
  --ztc-text-text-8: #00D348;
  --ztc-text-text-9: #007200;
  --ztc-text-text-10: #4867FF;
  --ztc-text-text-11: #FC7646;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #001233;
  --ztc-bg-bg-3: #007F5F;
  --ztc-bg-bg-4: #F6F8FA;
  --ztc-bg-bg-5: linear-gradient(90deg, #00D348 0%, #93F125 100%);
  --ztc-bg-bg-6: linear-gradient(90deg, #93F125 0%, #00D348 100%);
  --ztc-bg-bg-7: #FFDC00;
  --ztc-bg-bg-8: #06C15A;
  --ztc-bg-bg-9: #00D348;
  --ztc-bg-bg-10: #03010C;
  --ztc-bg-bg-11: #007200;
  --ztc-bg-bg-12: linear-gradient(90deg, #15B2FF 0%, #4867FF 100%);
  --ztc-bg-bg-13: linear-gradient(90deg, #4867FF 0%, #15B2FF 100%);
  --ztc-bg-bg-14: #000816;
  --ztc-bg-bg-15: #FC7646;
  --ztc-bg-bg-16: #FBF9F8;
  --ztc-border-border-1: #EAEAEA;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s72: 72px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s72: 72px;
  --ztc-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;
}

/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}
.heading1 h5 img {
  margin: -5px 6px 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-bold);
  line-height: 52px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
}

.heading2 h5 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(0, 211, 72, 0.06);
  background: rgba(0, 211, 72, 0.06);
  display: inline-block;
  padding: 10px 12px;
}
.heading2 h5 svg {
  margin: -5px 4px 0 0;
}
.heading2 h2 {
  color: var(--ztc-text-text-2);
  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: 56px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading2 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
}

.heading3 h5 {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid rgba(6, 193, 90, 0.1);
  background: rgba(6, 193, 90, 0.06);
  display: inline-block;
  padding: 10px 12px;
}
.heading3 h5 svg {
  margin: -5px 4px 0 0;
}
.heading3 h2 {
  color: var(--ztc-text-text-2);
  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: 56px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading3 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
}

.heading4 h5 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(0, 211, 72, 0.1);
  background: rgba(0, 211, 72, 0.1);
  display: inline-block;
  padding: 10px 12px;
}
.heading4 h5 svg {
  margin: -5px 4px 0 0;
}
.heading4 h2 {
  color: var(--ztc-text-text-2);
  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: 56px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading4 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
}

.heading5 h5 {
  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;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(0, 114, 0, 0.1);
  background: rgba(0, 114, 0, 0.1);
  display: inline-block;
  padding: 10px 12px;
}
.heading5 h5 svg {
  margin: -5px 4px 0 0;
}
.heading5 h2 {
  color: var(--ztc-text-text-2);
  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: 56px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading5 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
}

.heading6 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  background: var(--BT-6, linear-gradient(90deg, #15B2FF 0%, #4867FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 10px 12px;
  position: relative;
  border-radius: 4px;
}
.heading6 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border: 1px solid var(--Strok-Color, #EEE);
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
}
.heading6 h5 img {
  margin: -5px 4px 0 0;
}
.heading6 h2 {
  color: var(--ztc-text-text-2);
  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: 56px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading6 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
}

.heading7 h5 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(0, 114, 0, 0.1);
  background: var(--ztc-bg-bg-16);
  display: inline-block;
  padding: 10px 12px;
}
.heading7 h5 svg {
  margin: -5px 4px 0 0;
}
.heading7 h2 {
  color: var(--ztc-text-text-2);
  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: 56px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s38);
    line-height: 46px;
  }
}
.heading7 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
}

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

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

.vl-btn3 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 100px;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-7);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.vl-btn3:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn3:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn3:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 100px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.vl-btn3 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-btn3 {
    padding: 18px;
  }
}

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

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

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

.vl-btn7 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-12);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.vl-btn7:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn7:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn7:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn7::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.vl-btn7 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-btn7 {
    padding: 18px;
  }
}

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

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

.inner-bg {
  background: var(--ztc-bg-bg-4) !important;
}

.pagination-area {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.pagination-area ul {
  justify-content: center;
}
.pagination-area ul li {
  margin: 0 14px 0 0;
}
.pagination-area ul li:last-child(1) {
  margin: 0;
}
.pagination-area ul li a {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
}
.pagination-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.pagination-area ul li a.active {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

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

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

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

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

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

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

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

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

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

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

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

/*============= ABOUT CSS AREA ===============*/
.about1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about1 .heading1 .skills-section .skill {
  margin-top: 24px;
}
.about1 .heading1 .skills-section .skill .skill-header {
  display: flex;
  justify-content: space-between;
}
.about1 .heading1 .skills-section .skill .skill-header span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  margin-bottom: 15px;
}
.about1 .heading1 .skills-section .skill .progress-bar {
  width: 100%;
  background: rgba(15, 13, 13, 0.1);
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.about1 .heading1 .skills-section .skill .progress-bar .progress-fill {
  height: 100%;
  background-color: var(--ztc-bg-bg-3);
  transition: width 1s ease-in-out;
}
@media (max-width: 767px) {
  .about1 .about-img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1 .about-img {
    margin-top: 30px;
  }
}
.about1 .about-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.about2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about2 .heading2 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .about2 .heading2 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .heading2 {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about2 .heading2 {
    padding: 0 0 0 20px;
  }
}
.about2 .heading2 .skills-section .skill {
  margin-top: 24px;
}
.about2 .heading2 .skills-section .skill .skill-header {
  display: flex;
  justify-content: space-between;
}
.about2 .heading2 .skills-section .skill .skill-header span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  margin-bottom: 15px;
}
.about2 .heading2 .skills-section .skill .progress-bar {
  width: 100%;
  background: rgba(15, 13, 13, 0.1);
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.about2 .heading2 .skills-section .skill .progress-bar .progress-fill {
  height: 100%;
  background: var(--ztc-bg-bg-5);
  transition: width 1s ease-in-out;
}
.about2 .heading2 .check-area {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--ztc-bg-bg-4);
  padding: 16px;
  margin-top: 30px;
}
.about2 .heading2 .check-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  padding-left: 8px;
}
.about2 .heading2 .check-area img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about2 .about-img {
  margin: 0 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about2 .about-img {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .about-img {
    margin: 0 0 30px 0;
  }
}
.about2 .about-img:hover img {
  transform: rotate(0);
  transition: all 0.4s;
}
.about2 .about-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-5);
  opacity: 40%;
  border-radius: 16px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about2 .about-img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .about-img {
    margin-top: 30px;
  }
}
.about2 .about-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transform: rotate(6deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .about2 .about-img img {
    transform: rotate(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .about-img img {
    transform: rotate(0);
  }
}

.about3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about3 .heading3 ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding-top: 24px;
}
.about3 .heading3 ul li img {
  margin: 0 6px 0 0;
}
.about3 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .about3 .img1 img {
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3 .img1 img {
    height: 350px;
  }
}

.about4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about4 .heading4 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about4 .heading4 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4 .heading4 {
    padding: 0;
    margin-top: 30px;
  }
}
.about4 .heading4 .progresbar {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.about4 .heading4 .progresbar .progressbar {
  position: relative;
}
.about4 .heading4 .progresbar .progressbar .circle {
  height: 80px;
  width: 80px;
}
.about4 .heading4 .progresbar .progressbar .circle canvas {
  width: 80px;
  height: 80px;
  transform: rotate(90deg);
}
.about4 .heading4 .progresbar .progressbar .count {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px; /* 100% */
  position: absolute;
  top: 37%;
  left: 28%;
}
.about4 .heading4 .progresbar .content-area {
  padding-left: 10px;
}
.about4 .heading4 .progresbar .content-area h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px; /* 100% */
}
.about4 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .about4 .img1 img {
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about4 .img1 img {
    height: 350px;
  }
}

.about5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about5 .heading5 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about5 .heading5 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5 .heading5 {
    padding: 0;
    margin-top: 30px;
  }
}
.about5 .heading5 ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding-top: 28px;
}
.about5 .heading5 ul li svg {
  margin: 0 4px 0 0;
}
.about5 .about5-images {
  position: relative;
}
.about5 .about5-images .elements15 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.about5 .about5-images .elements16 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about5 .about5-images .img1 img {
  border-radius: 8px;
}
.about5 .about5-images .img2 {
  text-align: end;
  position: relative;
  margin-top: -200px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about5 .about5-images .img2 {
    margin-top: 30px;
  }
}
.about5 .about5-images .img2 img {
  border-radius: 8px;
}

.about6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about6 .heading6 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .about6 .heading6 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about6 .heading6 {
    padding: 0;
    margin-top: 30px;
  }
}
.about6 .heading6 ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding-top: 28px;
}
.about6 .heading6 ul li img {
  margin: 0 4px 0 0;
}
.about6 .about6-others-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about6 .about6-others-area .others-boxarea {
  background: var(--ztc-bg-bg-4);
  border-radius: 16px;
  padding: 30px 45px;
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid var(--Strok-Color, #EEE);
}
.about6 .about6-others-area .others-boxarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-10);
}
.about6 .about6-others-area .others-boxarea p {
  font-size: var(--ztc-font-size-font-s20);
  line-height: 28px;
}

.about7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about7 .heading7 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about7 .heading7 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about7 .heading7 {
    padding: 0;
    margin-top: 30px;
  }
}
.about7 .heading7 .counter-boxarea {
  border-top: 1px solid var(--ztc-bg-bg-4);
  border-bottom: 1px solid var(--ztc-bg-bg-4);
}
.about7 .heading7 .counter-boxarea .counter-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
.about7 .about5-images {
  position: relative;
}
@media (max-width: 767px) {
  .about7 .about5-images .img1 {
    margin-bottom: 30px;
  }
}
.about7 .about5-images .img1 img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about7 .about5-images .img2 {
  text-align: end;
  position: relative;
  margin-top: -60px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about7 .about5-images .img2 {
    margin-top: 0;
  }
}
.about7 .about5-images .img2 img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.service1 .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.service1 .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.service1 .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.service1 .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.service1 .service1-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(0, 18, 51, 0.1);
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  padding: 30px;
  margin-bottom: 30px;
}
.service1 .service1-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  border-radius: 16px;
  z-index: -1;
}
.service1 .service1-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service1 .service1-boxarea:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
}
.service1 .service1-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
}
.service1 .service1-boxarea:hover .icons img {
  transition: all 0.4s;
  filter: brightness(0);
}
.service1 .service1-boxarea:hover .content-area .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service1 .service1-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.service1 .service1-boxarea:hover .content-area .readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service1 .service1-boxarea .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  border-radius: 8px;
}
.service1 .service1-boxarea .icons img {
  transition: all 0.4s;
}
.service1 .service1-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1 .service1-boxarea .content-area .title {
    line-height: 28px;
  }
}
.service1 .service1-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
}
.service1 .service1-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service1 .service1-boxarea .content-area .readmore:hover {
  transition: all 0.4s;
}
.service1 .service1-boxarea .content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.service1 .service1-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.service2 .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.service2 .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.service2 .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.service2 .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.service2 .service1-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 20px 0px rgba(0, 18, 51, 0.08);
  transition: all 0.4s;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.service2 .service1-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 16px;
  z-index: -1;
}
.service2 .service1-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service2 .service1-boxarea:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
}
.service2 .service1-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
}
.service2 .service1-boxarea:hover .icons img {
  transition: all 0.4s;
  filter: brightness(0);
}
.service2 .service1-boxarea .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  background: #E6FBED;
  transition: all 0.4s;
  border-radius: 8px;
}
.service2 .service1-boxarea .icons img {
  transition: all 0.4s;
}
.service2 .service1-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2 .service1-boxarea .content-area .title {
    line-height: 28px;
  }
}
.service2 .service1-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
}
.service2 .service1-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service2 .service1-boxarea .content-area .readmore:hover {
  transition: all 0.4s;
}
.service2 .service1-boxarea .content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.service2 .service1-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.service3 .service3-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service3 .service3-boxarea .elements9 {
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -80px;
}
@media (max-width: 767px) {
  .service3 .service3-boxarea .elements9 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3 .service3-boxarea .elements9 {
    display: none;
  }
}
.service3 .service3-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service3 .service3-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
}
.service3 .service3-boxarea:hover .icons img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.service3 .service3-boxarea .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  background: rgba(6, 193, 90, 0.08);
  transition: all 0.4s;
  border-radius: 50%;
}
.service3 .service3-boxarea .icons img {
  transition: all 0.4s;
}
.service3 .service3-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3 .service3-boxarea .content-area .title {
    line-height: 28px;
  }
}
.service3 .service3-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.service3 .service3-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
}
.service3 .service3-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service3 .service3-boxarea .content-area .readmore:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-7);
}
.service3 .service3-boxarea .content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.service3 .service3-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.service4 .service1-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  border-radius: 16px;
  border: 1px solid var(--ztc-border-border-1);
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.service4 .service1-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  border-radius: 16px;
  z-index: -1;
}
.service4 .service1-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service4 .service1-boxarea:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
}
.service4 .service1-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
}
.service4 .service1-boxarea:hover .icons img {
  transition: all 0.4s;
  filter: brightness(0);
}
.service4 .service1-boxarea .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  border-radius: 8px;
  background: rgba(0, 211, 72, 0.06);
  transition: all 0.4s;
  border-radius: 8px;
}
.service4 .service1-boxarea .icons img {
  transition: all 0.4s;
}
.service4 .service1-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4 .service1-boxarea .content-area .title {
    line-height: 28px;
  }
}
.service4 .service1-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
}
.service4 .service1-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service4 .service1-boxarea .content-area .readmore:hover {
  transition: all 0.4s;
}
.service4 .service1-boxarea .content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.service4 .service1-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.service5 .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.service5 .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.service5 .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.service5 .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.service5 .service5-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service5 .service5-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service5 .service5-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service5 .service5-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service5 .service5-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.service5 .service5-boxarea .content-area {
  padding: 30px;
}
.service5 .service5-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.service5 .service5-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service5 .service5-boxarea .content-area .title {
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5 .service5-boxarea .content-area .title {
    line-height: 30px;
  }
}
.service5 .service5-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.service5 .service5-boxarea .content-area .btn-area1 a {
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-9);
}
.service5 .service5-boxarea .content-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
}

.service6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.service6 .service6-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  border-radius: 16px;
  border: 1px solid var(--ztc-border-border-1);
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  padding: 30px;
  margin-bottom: 30px;
}
.service6 .service6-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  border-radius: 16px;
  z-index: -1;
}
.service6 .service6-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service6 .service6-boxarea:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
}
.service6 .service6-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
}
.service6 .service6-boxarea:hover .icons img {
  transition: all 0.4s;
  filter: brightness(0);
}
.service6 .service6-boxarea:hover .content-area .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service6 .service6-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.service6 .service6-boxarea:hover .content-area .readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service6 .service6-boxarea .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  border-radius: 8px;
}
.service6 .service6-boxarea .icons img {
  transition: all 0.4s;
}
.service6 .service6-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service6 .service6-boxarea .content-area .title {
    line-height: 28px;
  }
}
.service6 .service6-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
}
.service6 .service6-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service6 .service6-boxarea .content-area .readmore:hover {
  transition: all 0.4s;
}
.service6 .service6-boxarea .content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.service6 .service6-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
}
.service7 .service7-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 16px;
  border: 1px solid var(--Strok-Color, #EEE);
  padding: 30px;
  margin-bottom: 30px;
}
.service7 .service7-boxarea:hover {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  transform: translateY(-10px);
}
.service7 .service7-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-15);
}
.service7 .service7-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service7 .service7-boxarea .icons {
  transition: all 0.4s;
  height: 62px;
  width: 62px;
  text-align: center;
  line-height: 62px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
}
.service7 .service7-boxarea .icons img {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service7 .service7-boxarea .icons {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .service7-boxarea .icons {
    position: relative;
  }
}
.service7 .service7-boxarea .content-area {
  padding-left: 78px;
}
@media (max-width: 767px) {
  .service7 .service7-boxarea .content-area {
    padding-left: 0;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .service7-boxarea .content-area {
    padding-left: 0;
    margin-top: 24px;
  }
}
.service7 .service7-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  line-height: 24px;
}
.service7 .service7-boxarea .content-area a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service7 .service7-boxarea .content-area a {
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .service7-boxarea .content-area a {
    line-height: 30px;
  }
}
.service7 .service7-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.4s;
}

.service-inner-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-inner-section .service1-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(0, 18, 51, 0.1);
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  padding: 30px;
  margin-bottom: 30px;
}
.service-inner-section .service1-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  top: 0;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  border-radius: 16px;
  z-index: -1;
}
.service-inner-section .service1-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service-inner-section .service1-boxarea:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
}
.service-inner-section .service1-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
}
.service-inner-section .service1-boxarea:hover .icons img {
  transition: all 0.4s;
  filter: brightness(0);
}
.service-inner-section .service1-boxarea:hover .content-area .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-inner-section .service1-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.service-inner-section .service1-boxarea:hover .content-area .readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-inner-section .service1-boxarea .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  border-radius: 8px;
}
.service-inner-section .service1-boxarea .icons img {
  transition: all 0.4s;
  filter: brightness(0);
}
.service-inner-section .service1-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-section .service1-boxarea .content-area .title {
    line-height: 28px;
  }
}
.service-inner-section .service1-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
}
.service-inner-section .service1-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service-inner-section .service1-boxarea .content-area .readmore:hover {
  transition: all 0.4s;
}
.service-inner-section .service1-boxarea .content-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.service-inner-section .service1-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service-details-section {
  position: relative;
  z-index: 1;
}
.service-details-section .service-side-details {
  position: sticky;
  top: 120px;
  transition: all 0.4s;
}
.service-details-section .service-side-details .service-post-widget h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.service-details-section .service-side-details .service-post-widget .search-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.service-details-section .service-side-details .service-post-widget .search-area form {
  position: relative;
  z-index: 1;
}
.service-details-section .service-side-details .service-post-widget .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
}
.service-details-section .service-side-details .service-post-widget .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-details-section .service-side-details .service-post-widget .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-details-section .service-side-details .service-post-widget .search-area form button {
  border: none;
  outline: none;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 48px;
  border-radius: 0 8px 8px 0;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 0;
}
.service-details-section .service-side-details .service-post-widget .categories-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.service-details-section .service-side-details .service-post-widget .categories-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px;
  transition: all 0.4s;
  margin-top: 20px;
}
.service-details-section .service-side-details .service-post-widget .categories-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service-details-section .service-side-details .service-post-widget .help-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.service-details-section .service-side-details .service-post-widget .help-area h3 {
  line-height: 30px;
}
.service-details-section .service-side-details .service-post-widget .help-area .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  padding: 10px 16px;
  display: inline-block;
  transition: all 0.4s;
}
.service-details-section .service-side-details .service-post-widget .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.service-details-section .service-side-details .service-post-widget .help-area .btn-area1 a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  transition: all 0.4s;
  margin: 0 4px 0 0;
}
.service-details-section .service-side-details .service-post-widget .social-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.service-details-section .service-side-details .service-post-widget .social-area ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.service-details-section .service-side-details .service-post-widget .social-area ul li:last-child {
  margin: 0;
}
.service-details-section .service-side-details .service-post-widget .social-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
}
.service-details-section .service-side-details .service-post-widget .social-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 28px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area {
  margin-top: 16px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  height: 120px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.service-details-section .service-side-details .service-post-widget .contact-boxarea .input-area button {
  border: none;
  outline: none;
}
.service-details-section .service-main-detailsarea {
  position: relative;
  z-index: 1;
}
.service-details-section .service-main-detailsarea.padding1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .service-details-section .service-main-detailsarea.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-detailsarea.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
.service-details-section .service-main-detailsarea.padding2 {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .service-details-section .service-main-detailsarea.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-detailsarea.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.service-details-section .service-main-detailsarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}
.service-details-section .service-main-detailsarea .service-slider-images {
  position: relative;
  z-index: 1;
}
.service-details-section .service-main-detailsarea .service-slider-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.service-details-section .service-main-detailsarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service-details-section .service-main-detailsarea .img1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-detailsarea .img1 {
    margin-bottom: 30px;
  }
}
.service-details-section .service-main-detailsarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.service-details-section .service-main-detailsarea .service-head h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.service-details-section .service-main-detailsarea .service-listarea ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  margin-top: 16px;
}
.service-details-section .service-main-detailsarea .service-listarea ul li img {
  margin: 0 6px 0 0;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
/*============= 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-3);
  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-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.homepage2-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage2-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-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) {
  .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-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.homepage3-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);
}
.homepage3-body .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) {
  .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-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.homepage4-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage4-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-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) {
  .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-2);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}
.homepage5-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);
}
.homepage5-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-11);
  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-2);
  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-2);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage6-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-12);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .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-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}
.homepage7-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);
}
.homepage7-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-15);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .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;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.vl-blog-1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.vl-blog-1-area .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-1-area .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-1-area .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-1-area .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-1-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.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:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
  border-radius: 0 0 16px 16px;
  border: 1px solid rgba(0, 127, 95, 0.1);
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 28px 24px 24px 30px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 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-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: 28px;
  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-4);
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.vl-blog-2-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.vl-blog-2-area .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-2-area .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-2-area .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-2-area .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-2-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
}
.vl-blog-2-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
    border-radius: 16px 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
    border-radius: 16px 16px 0 0;
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 0 0 16px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
    border-radius: 16px 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
    border-radius: 16px 16px 0 0;
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
    padding: 16px;
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-3-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vl-blog-3-area .btn-area1 {
    margin-top: 24px;
  }
}
.vl-blog-3-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 28px 0 0 0;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-4-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vl-blog-4-area .btn-area1 {
    margin-top: 24px;
  }
}
.vl-blog-4-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.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:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 28px 0 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  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-8);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-5-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.vl-blog-5-area .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-5-area .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-5-area .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-5-area .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-5-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px;
  border: 1px solid rgba(0, 114, 0, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.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:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.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: 16px;
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 28px 0 0 0;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 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-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: 28px;
  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-8);
  transition: all 0.4s;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content a.vl-btn6 {
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-9);
}
.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content a.vl-btn6:hover {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
}

.vl-blog-6-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
@media (max-width: 767px) {
  .vl-blog-6-area .btn-area1 {
    margin-top: 24px;
  }
}
.vl-blog-6-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 28px 0 0 0;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-6-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-6-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.vl-blog-7-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
}
.vl-blog-7-area .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-7-area .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.vl-blog-7-area .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-7-area .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.vl-blog-7-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px;
  border: 1px solid rgba(0, 114, 0, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.vl-blog-7-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 .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content {
  background: var(--ztc-bg-bg-1);
  position: relative;
  z-index: 1;
  padding: 28px 0 0 0;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.blog-v1-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-v1-section .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
}
.blog-v1-section .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
}
@media (max-width: 767px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-thumb {
    border-radius: 16px 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-thumb {
    border-radius: 16px 16px 0 0;
  }
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-thumb img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 0 0 16px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-thumb img {
    border-radius: 16px 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-thumb img {
    border-radius: 16px 16px 0 0;
  }
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-content {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-content {
    padding: 16px;
  }
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-v1-section .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.blog-v2-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-v2-section .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border: 1px solid rgba(0, 127, 95, 0.1);
}
.blog-v2-section .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-thumb img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content {
  border-radius: 0 0 16px 16px;
  position: relative;
  z-index: 1;
  padding: 28px 24px 24px 30px;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .blog-v2-section .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-v2-section .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.blog-v3-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-v3-section .vl-blog-1-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 16px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border: 1px solid rgba(0, 127, 95, 0.1);
}
.blog-v3-section .vl-blog-1-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.blog-v3-section .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.blog-v3-section .vl-blog-1-item:hover .vl-blog-1-content .date {
  transform: rotateX(-360deg);
  transition: all 0.8s;
  background: var(--ztc-bg-bg-3);
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-thumb img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-content {
  border-radius: 0 0 16px 16px;
  position: relative;
  z-index: 1;
  padding: 28px 24px 24px 30px;
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-v3-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-v3-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
    margin: 0;
  }
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin: 0;
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  display: inline-block;
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -4px 4px 0 0;
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .blog-v3-section .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-v3-section .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.blog-details-section {
  position: relative;
  z-index: 1;
}
.blog-details-section .blog-sidebar-details {
  position: sticky;
  top: 120px;
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget h3 {
  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;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .search-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .search-area form {
  position: relative;
  z-index: 1;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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%;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .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%;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .search-area form button {
  border: none;
  outline: none;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 48px;
  border-radius: 0 8px 8px 0;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .categories-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .categories-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px;
  transition: all 0.4s;
  margin-top: 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .categories-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area {
    text-align: center;
  }
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts {
  position: relative;
}
@media (max-width: 767px) {
  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts {
    text-align: center;
  }
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .img1 {
  position: absolute;
}
@media (max-width: 767px) {
  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .img1 {
    position: relative;
  }
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .img1 img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  max-height: 100px;
  max-width: 100px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .img1 img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content {
  padding-left: 120px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content {
    padding-left: 0;
    margin-top: 16px;
  }
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content ul li a {
  color: var(--ztc-text-text-3);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content ul li a img {
  margin: -5px 4px 0 0;
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content h4 a {
  color: var(--ztc-text-text-2);
  font-family: var(---ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .recent-posts-area .recent-posts .content h4 a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .help-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .help-area h3 {
  line-height: 28px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .help-area .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  padding: 10px 16px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .help-area .btn-area1 a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  transition: all 0.4s;
  margin: 0 4px 0 0;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .popular-tags {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .popular-tags ul li {
  display: inline-block;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .popular-tags ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  padding: 12px 16px;
  background: var(--ztc-bg-bg-1);
  margin: 16px 6px 0 0;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .popular-tags ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .social-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .social-area ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .social-area ul li:last-child {
  margin: 0;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .social-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .social-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .author-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
  position: relative;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .author-area ul li {
  display: inline-block;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .author-area ul li a {
  display: inline-block;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .author-area ul li a img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.blog-details-section .blog-sidebar-details .blog-sidebar-post-widget .author-area ul li a img:nth-child(4) {
  margin: 0;
}
.blog-details-section .blog-main-details {
  position: relative;
  z-index: 1;
}
.blog-details-section .blog-main-details.leftpadding {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details.leftpadding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-main-details.leftpadding {
    padding: 0;
    margin-top: 30px;
  }
}
.blog-details-section .blog-main-details.rightpadding {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details.rightpadding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-main-details.rightpadding {
    padding: 0;
    margin-top: 30px;
  }
}
.blog-details-section .blog-main-details h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}
.blog-details-section .blog-main-details p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}
.blog-details-section .blog-main-details .img1 {
  position: relative;
  z-index: 1;
}
.blog-details-section .blog-main-details .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blog-details-section .blog-main-details .img1 .play a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-4);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.blog-details-section .blog-main-details .list-author li {
  display: inline-block;
}
.blog-details-section .blog-main-details .list-author li:nth-child(1) img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog-details-section .blog-main-details .list-author li:nth-child(1) a {
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details .list-author li:nth-child(3) {
    margin-top: 10px;
  }
}
.blog-details-section .blog-main-details .list-author li:nth-child(1) a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}
.blog-details-section .blog-main-details .list-author 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-regular);
  line-height: 16px;
  display: inline-block;
}
.blog-details-section .blog-main-details .list-author li a img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -5px 4px 0 0;
}
.blog-details-section .blog-main-details .list-author li a span {
  color: #9BA5A3;
  display: inline-block;
  margin: 0 8px;
}
.blog-details-section .blog-main-details .bdl-boxarea {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 32px;
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .bdl-boxarea:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .bdl-boxarea:hover ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .bdl-boxarea:hover .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.blog-details-section .blog-main-details .bdl-boxarea:hover .images .text p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.blog-details-section .blog-main-details .bdl-boxarea:hover .images .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .bdl-boxarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s32);
}
.blog-details-section .blog-main-details .bdl-boxarea .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .bdl-boxarea .images {
  display: flex;
  align-items: center;
}
.blog-details-section .blog-main-details .bdl-boxarea .images .img1 img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .blog-main-details .bdl-boxarea .images .text {
  padding-left: 16px;
}
.blog-details-section .blog-main-details .bdl-boxarea .images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .bdl-boxarea .images .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-regular);
  line-height: 16px;
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .service-listarea ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding-top: 20px;
}
.blog-details-section .blog-main-details .service-listarea ul li img {
  margin: 0 4px 0 0;
}
.blog-details-section .blog-main-details .service-listarea ul li:nth-child(1) {
  padding: 0;
}
.blog-details-section .blog-main-details .tags-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid var(--ztc-bg-bg-4);
  border-bottom: 1px solid var(--ztc-bg-bg-4);
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details .tags-social {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details .tags-social .tags {
    margin-bottom: 16px;
  }
}
.blog-details-section .blog-main-details .tags-social .tags ul li {
  display: inline-block;
}
.blog-details-section .blog-main-details .tags-social .tags ul li:nth-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin: 0 16px 0 0;
}
.blog-details-section .blog-main-details .tags-social .tags ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--ztc-bg-bg-4);
  padding: 8px 12px;
  margin: 0 8px 0 0;
  border-radius: 8px;
}
.blog-details-section .blog-main-details .tags-social .tags ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.blog-details-section .blog-main-details .tags-social .social ul li {
  display: inline-block;
}
.blog-details-section .blog-main-details .tags-social .social ul li:nth-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  margin: 0 16px 0 0;
}
.blog-details-section .blog-main-details .tags-social .social ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  margin: 0 8px 0 0;
}
.blog-details-section .blog-main-details .tags-social .social ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.blog-details-section .blog-main-details .comments-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px;
}
.blog-details-section .blog-main-details .comments-boxarea.box2 {
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details .comments-boxarea.box2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .blog-main-details .comments-boxarea.box2 {
    margin: 0;
  }
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details .comments-boxarea .comments-boxes {
    display: inline-block;
  }
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes .comments-auhtor-box {
  display: flex;
  align-items: center;
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes .comments-auhtor-box .img3 img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes .comments-auhtor-box .content {
  padding-left: 18px;
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes .comments-auhtor-box .content .date {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px; /* 100% */
  display: inline-block;
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
  padding-bottom: 10px;
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes .reply {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-details .comments-boxarea .comments-boxes .reply {
    margin-top: 12px;
  }
}
.blog-details-section .blog-main-details .comments-boxarea .comments-boxes .reply i {
  margin: 0 2px 0 0;
}
.blog-details-section .blog-main-details .contact-boxarea {
  border-radius: 8px;
}
.blog-details-section .blog-main-details .contact-boxarea .input-area {
  margin-top: 16px;
}
.blog-details-section .blog-main-details .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px 16px;
  background: var(--ztc-bg-bg-4);
  border: 1px solid rgba(0, 127, 95, 0.1);
  border-radius: 8px;
}
.blog-details-section .blog-main-details .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;
  opacity: 70%;
}
.blog-details-section .blog-main-details .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;
  opacity: 70%;
}
.blog-details-section .blog-main-details .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-4);
  border: 1px solid rgba(0, 127, 95, 0.1);
  height: 140px;
  border-radius: 8px;
}
.blog-details-section .blog-main-details .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;
  opacity: 70%;
}
.blog-details-section .blog-main-details .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;
  opacity: 70%;
}
.blog-details-section .blog-main-details .contact-boxarea .input-area button {
  border: none;
  outline: none;
  text-align: center;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.vl-footer1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.vl-footer1-section-area .elements1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.vl-footer1-section-area .elements2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.vl-footer1-section-area .footer-logo1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .footer-logo1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .footer-logo1 {
    padding: 0;
  }
}
.vl-footer1-section-area .footer-logo1 img {
  width: 170px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
.vl-footer1-section-area .footer-logo1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.vl-footer1-section-area .footer-logo1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.vl-footer1-section-area .footer-logo1 ul li:nth-last-child(1) {
  margin: 0;
}
.vl-footer1-section-area .footer-logo1 ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  text-align: center;
  line-height: 40px;
  font-size: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-2);
  border-radius: 50%;
}
.vl-footer1-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer1-section-area .vl-footer-widget 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 .vl-footer-widget.contact {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
.vl-footer1-section-area .vl-footer-widget.contact ul li {
  padding-top: 24px;
}
.vl-footer1-section-area .vl-footer-widget.contact ul li:nth-child(1) 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-regular);
  line-height: 28px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.vl-footer1-section-area .vl-footer-widget.contact ul li:nth-child(1) a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.vl-footer1-section-area .vl-footer-widget.contact ul li a {
  display: flex;
  align-items: center;
  color: var(--Pragraph-Color, #676B74);
  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;
}
.vl-footer1-section-area .vl-footer-widget.contact ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.vl-footer1-section-area .vl-footer-widget.contact ul li a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer1-section-area .vl-footer-widget.first-padding {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
.vl-footer1-section-area .vl-footer-widget.first-padding 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-regular);
  line-height: 16px;
  display: inline-block;
  align-items: center;
  transition: all 0.4s;
  padding-top: 24px;
}
.vl-footer1-section-area .vl-footer-widget.first-padding ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer1-section-area .vl-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #EEEEEE;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .vl-copyright-area {
    display: inline-block;
  }
}
.vl-footer1-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
@media (max-width: 767px) {
  .vl-footer1-section-area .vl-copyright-area p {
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.vl-footer1-section-area .vl-copyright-area p span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
}
.vl-footer1-section-area .vl-copyright-area ul li {
  display: inline-block;
}
.vl-footer1-section-area .vl-copyright-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer1-section-area .vl-copyright-area ul li a span {
  color: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  display: inline-block;
  margin: 0 6px;
  background: #EEEEEE;
  width: 1px;
}

.vl-footer2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-2);
}
.vl-footer2-section-area .elements1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 10%;
}
.vl-footer2-section-area .elements2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 10%;
}
.vl-footer2-section-area .footer-logo1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .footer-logo1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .footer-logo1 {
    padding: 0;
  }
}
.vl-footer2-section-area .footer-logo1 img {
  width: 170px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer2-section-area .footer-logo1 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  opacity: 90%;
}
.vl-footer2-section-area .footer-logo1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.vl-footer2-section-area .footer-logo1 ul li:nth-last-child(1) {
  margin: 0;
}
.vl-footer2-section-area .footer-logo1 ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  text-align: center;
  line-height: 40px;
  font-size: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-2);
  border-radius: 50%;
}
.vl-footer2-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.vl-footer2-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer2-section-area .vl-footer-widget.contact {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
.vl-footer2-section-area .vl-footer-widget.contact ul li {
  padding-top: 24px;
}
.vl-footer2-section-area .vl-footer-widget.contact ul 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-regular);
  line-height: 28px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer2-section-area .vl-footer-widget.contact ul li:nth-child(1) a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.vl-footer2-section-area .vl-footer-widget.contact ul li:nth-child(1) a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer2-section-area .vl-footer-widget.contact ul li a {
  display: flex;
  align-items: center;
  color: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 90%;
}
.vl-footer2-section-area .vl-footer-widget.contact ul li a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.vl-footer2-section-area .vl-footer-widget.contact ul li a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer2-section-area .vl-footer-widget.first-padding {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
.vl-footer2-section-area .vl-footer-widget.first-padding ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  align-items: center;
  transition: all 0.4s;
  padding-top: 24px;
  opacity: 90%;
}
.vl-footer2-section-area .vl-footer-widget.first-padding ul li a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer2-section-area .vl-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #4C525C;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .vl-copyright-area {
    display: inline-block;
  }
}
.vl-footer2-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  opacity: 90%;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .vl-copyright-area p {
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.vl-footer2-section-area .vl-copyright-area p span {
  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;
}
.vl-footer2-section-area .vl-copyright-area ul li {
  display: inline-block;
}
.vl-footer2-section-area .vl-copyright-area ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer2-section-area .vl-copyright-area ul li a span {
  color: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  display: inline-block;
  margin: 0 6px;
  background: #4C525C;
  width: 1px;
}

.vl-footer3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-2);
  padding: 220px 0 0;
}
.vl-footer3-section-area .elements1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 10%;
}
.vl-footer3-section-area .elements2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 10%;
}
.vl-footer3-section-area .footer-logo1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .footer-logo1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .footer-logo1 {
    padding: 0;
  }
}
.vl-footer3-section-area .footer-logo1 img {
  width: 170px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer3-section-area .footer-logo1 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  opacity: 90%;
}
.vl-footer3-section-area .footer-logo1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.vl-footer3-section-area .footer-logo1 ul li:nth-last-child(1) {
  margin: 0;
}
.vl-footer3-section-area .footer-logo1 ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  text-align: center;
  line-height: 40px;
  font-size: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-2);
  border-radius: 50%;
}
.vl-footer3-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer3-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer3-section-area .vl-footer-widget.contact {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
.vl-footer3-section-area .vl-footer-widget.contact ul li {
  padding-top: 24px;
}
.vl-footer3-section-area .vl-footer-widget.contact ul 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-regular);
  line-height: 28px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer3-section-area .vl-footer-widget.contact ul li:nth-child(1) a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.vl-footer3-section-area .vl-footer-widget.contact ul li:nth-child(1) a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer3-section-area .vl-footer-widget.contact ul li a {
  display: flex;
  align-items: center;
  color: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 90%;
}
.vl-footer3-section-area .vl-footer-widget.contact ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.vl-footer3-section-area .vl-footer-widget.contact ul li a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer3-section-area .vl-footer-widget.first-padding {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
.vl-footer3-section-area .vl-footer-widget.first-padding ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  align-items: center;
  transition: all 0.4s;
  padding-top: 24px;
  opacity: 90%;
}
.vl-footer3-section-area .vl-footer-widget.first-padding ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer3-section-area .vl-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #4C525C;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .vl-copyright-area {
    display: inline-block;
  }
}
.vl-footer3-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  opacity: 90%;
}
@media (max-width: 767px) {
  .vl-footer3-section-area .vl-copyright-area p {
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.vl-footer3-section-area .vl-copyright-area p span {
  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;
}
.vl-footer3-section-area .vl-copyright-area ul li {
  display: inline-block;
}
.vl-footer3-section-area .vl-copyright-area ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer3-section-area .vl-copyright-area ul li a span {
  color: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  display: inline-block;
  margin: 0 6px;
  background: #4C525C;
  width: 1px;
}

.cta-footer-bg {
  background: var(--ztc-bg-bg-10);
}

.vl-footer4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 0;
}
.vl-footer4-section-area .elements1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 10%;
}
.vl-footer4-section-area .elements2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 10%;
}
.vl-footer4-section-area .footer-logo1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .footer-logo1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .footer-logo1 {
    padding: 0;
  }
}
.vl-footer4-section-area .footer-logo1 img {
  width: 170px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer4-section-area .footer-logo1 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  opacity: 90%;
}
.vl-footer4-section-area .footer-logo1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.vl-footer4-section-area .footer-logo1 ul li:nth-last-child(1) {
  margin: 0;
}
.vl-footer4-section-area .footer-logo1 ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  text-align: center;
  line-height: 40px;
  font-size: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-2);
  border-radius: 50%;
}
.vl-footer4-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer4-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer4-section-area .vl-footer-widget.contact {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
.vl-footer4-section-area .vl-footer-widget.contact ul li {
  padding-top: 24px;
}
.vl-footer4-section-area .vl-footer-widget.contact ul 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-regular);
  line-height: 28px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer4-section-area .vl-footer-widget.contact ul li:nth-child(1) a:hover {
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
}
.vl-footer4-section-area .vl-footer-widget.contact ul li:nth-child(1) a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer4-section-area .vl-footer-widget.contact ul li a {
  display: flex;
  align-items: center;
  color: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 90%;
}
.vl-footer4-section-area .vl-footer-widget.contact ul li a:hover {
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
}
.vl-footer4-section-area .vl-footer-widget.contact ul li a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer4-section-area .vl-footer-widget.first-padding {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
.vl-footer4-section-area .vl-footer-widget.first-padding ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  align-items: center;
  transition: all 0.4s;
  padding-top: 24px;
  opacity: 90%;
}
.vl-footer4-section-area .vl-footer-widget.first-padding ul li a:hover {
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer4-section-area .vl-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #4C525C;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .vl-copyright-area {
    display: inline-block;
  }
}
.vl-footer4-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  opacity: 90%;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .vl-copyright-area p {
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.vl-footer4-section-area .vl-copyright-area p span {
  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;
}
.vl-footer4-section-area .vl-copyright-area ul li {
  display: inline-block;
}
.vl-footer4-section-area .vl-copyright-area ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer4-section-area .vl-copyright-area ul li a span {
  color: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  display: inline-block;
  margin: 0 6px;
  background: #4C525C;
  width: 1px;
}

.vl-footer5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 0;
}
.vl-footer5-section-area .elements1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 10%;
}
.vl-footer5-section-area .elements2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 10%;
}
.vl-footer5-section-area .footer-logo1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .footer-logo1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .footer-logo1 {
    padding: 0;
  }
}
.vl-footer5-section-area .footer-logo1 img {
  width: 170px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer5-section-area .footer-logo1 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  opacity: 90%;
}
.vl-footer5-section-area .footer-logo1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.vl-footer5-section-area .footer-logo1 ul li:nth-last-child(1) {
  margin: 0;
}
.vl-footer5-section-area .footer-logo1 ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  text-align: center;
  line-height: 40px;
  font-size: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-2);
  border-radius: 50%;
}
.vl-footer5-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer5-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer5-section-area .vl-footer-widget.contact {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
.vl-footer5-section-area .vl-footer-widget.contact ul li {
  padding-top: 24px;
}
.vl-footer5-section-area .vl-footer-widget.contact ul 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-regular);
  line-height: 28px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer5-section-area .vl-footer-widget.contact ul li:nth-child(1) a:hover {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
}
.vl-footer5-section-area .vl-footer-widget.contact ul li:nth-child(1) a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer5-section-area .vl-footer-widget.contact ul li a {
  display: flex;
  align-items: center;
  color: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 90%;
}
.vl-footer5-section-area .vl-footer-widget.contact ul li a:hover {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
}
.vl-footer5-section-area .vl-footer-widget.contact ul li a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer5-section-area .vl-footer-widget.first-padding {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
.vl-footer5-section-area .vl-footer-widget.first-padding ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  align-items: center;
  transition: all 0.4s;
  padding-top: 24px;
  opacity: 90%;
}
.vl-footer5-section-area .vl-footer-widget.first-padding ul li a:hover {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer5-section-area .vl-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #4C525C;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .vl-copyright-area {
    display: inline-block;
  }
}
.vl-footer5-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  opacity: 90%;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .vl-copyright-area p {
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.vl-footer5-section-area .vl-copyright-area p span {
  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;
}
.vl-footer5-section-area .vl-copyright-area ul li {
  display: inline-block;
}
.vl-footer5-section-area .vl-copyright-area ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer5-section-area .vl-copyright-area ul li a span {
  color: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  display: inline-block;
  margin: 0 6px;
  background: #4C525C;
  width: 1px;
}

.vl-footer6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-14);
}
.vl-footer6-section-area .elements1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 10%;
}
.vl-footer6-section-area .elements2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 10%;
}
.vl-footer6-section-area .footer-logo1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer6-section-area .footer-logo1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .footer-logo1 {
    padding: 0;
  }
}
.vl-footer6-section-area .footer-logo1 img {
  width: 170px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer6-section-area .footer-logo1 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  opacity: 90%;
}
.vl-footer6-section-area .footer-logo1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.vl-footer6-section-area .footer-logo1 ul li:nth-last-child(1) {
  margin: 0;
}
.vl-footer6-section-area .footer-logo1 ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  text-align: center;
  line-height: 40px;
  font-size: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-2);
  border-radius: 50%;
}
.vl-footer6-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer6-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer6-section-area .vl-footer-widget.contact {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer6-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
.vl-footer6-section-area .vl-footer-widget.contact ul li {
  padding-top: 24px;
}
.vl-footer6-section-area .vl-footer-widget.contact ul 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-regular);
  line-height: 28px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer6-section-area .vl-footer-widget.contact ul li:nth-child(1) a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.vl-footer6-section-area .vl-footer-widget.contact ul li:nth-child(1) a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer6-section-area .vl-footer-widget.contact ul li a {
  display: flex;
  align-items: center;
  color: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 90%;
}
.vl-footer6-section-area .vl-footer-widget.contact ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.vl-footer6-section-area .vl-footer-widget.contact ul li a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer6-section-area .vl-footer-widget.first-padding {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .vl-footer6-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
.vl-footer6-section-area .vl-footer-widget.first-padding ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  align-items: center;
  transition: all 0.4s;
  padding-top: 24px;
  opacity: 90%;
}
.vl-footer6-section-area .vl-footer-widget.first-padding ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer6-section-area .vl-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #4C525C;
}
@media (max-width: 767px) {
  .vl-footer6-section-area .vl-copyright-area {
    display: inline-block;
  }
}
.vl-footer6-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  opacity: 90%;
}
@media (max-width: 767px) {
  .vl-footer6-section-area .vl-copyright-area p {
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.vl-footer6-section-area .vl-copyright-area p span {
  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;
}
.vl-footer6-section-area .vl-copyright-area ul li {
  display: inline-block;
}
.vl-footer6-section-area .vl-copyright-area ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer6-section-area .vl-copyright-area ul li a span {
  color: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  display: inline-block;
  margin: 0 6px;
  background: #4C525C;
  width: 1px;
}

.vl-footer7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-14);
}
.vl-footer7-section-area .elements1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 10%;
}
.vl-footer7-section-area .elements2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 10%;
}
.vl-footer7-section-area .footer-logo1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer7-section-area .footer-logo1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .footer-logo1 {
    padding: 0;
  }
}
.vl-footer7-section-area .footer-logo1 img {
  width: 170px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer7-section-area .footer-logo1 p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  opacity: 90%;
}
.vl-footer7-section-area .footer-logo1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.vl-footer7-section-area .footer-logo1 ul li:nth-last-child(1) {
  margin: 0;
}
.vl-footer7-section-area .footer-logo1 ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  text-align: center;
  line-height: 40px;
  font-size: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-2);
  border-radius: 50%;
}
.vl-footer7-section-area .footer-logo1 ul li a:hover {
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-footer7-section-area .vl-footer-widget h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}
.vl-footer7-section-area .vl-footer-widget.contact {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .vl-footer7-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .vl-footer-widget.contact {
    padding: 0;
  }
}
.vl-footer7-section-area .vl-footer-widget.contact ul li {
  padding-top: 24px;
}
.vl-footer7-section-area .vl-footer-widget.contact ul 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-regular);
  line-height: 28px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer7-section-area .vl-footer-widget.contact ul li:nth-child(1) a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.vl-footer7-section-area .vl-footer-widget.contact ul li:nth-child(1) a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer7-section-area .vl-footer-widget.contact ul li a {
  display: flex;
  align-items: center;
  color: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  opacity: 90%;
}
.vl-footer7-section-area .vl-footer-widget.contact ul li a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.vl-footer7-section-area .vl-footer-widget.contact ul li a svg {
  margin: 0 16px 0 0;
  height: 24px;
  width: 24px;
  max-height: 24px;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-footer7-section-area .vl-footer-widget.first-padding {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .vl-footer7-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .vl-footer-widget.first-padding {
    padding: 0;
    margin-top: 30px;
  }
}
.vl-footer7-section-area .vl-footer-widget.first-padding ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  align-items: center;
  transition: all 0.4s;
  padding-top: 24px;
  opacity: 90%;
}
.vl-footer7-section-area .vl-footer-widget.first-padding ul li a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer7-section-area .vl-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #4C525C;
}
@media (max-width: 767px) {
  .vl-footer7-section-area .vl-copyright-area {
    display: inline-block;
  }
}
.vl-footer7-section-area .vl-copyright-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
  opacity: 90%;
}
@media (max-width: 767px) {
  .vl-footer7-section-area .vl-copyright-area p {
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.vl-footer7-section-area .vl-copyright-area p span {
  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;
}
.vl-footer7-section-area .vl-copyright-area ul li {
  display: inline-block;
}
.vl-footer7-section-area .vl-copyright-area ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 90%;
}
.vl-footer7-section-area .vl-copyright-area ul li a span {
  color: var(--ztc-bg-bg-4);
  transition: all 0.4s;
  display: inline-block;
  margin: 0 6px;
  background: #4C525C;
  width: 1px;
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
.hero1-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 252px 0 212px;
}
@media (max-width: 767px) {
  .hero1-section {
    padding: 160px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section {
    padding: 160px 0 0;
  }
}
.hero1-section .hero-img1 .img1 {
  position: absolute;
  right: 25%;
  bottom: -100px;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero1-section .hero-img1 .img1 {
    position: relative;
    bottom: -200px;
    right: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section .hero-img1 .img1 {
    position: relative;
    bottom: -150px;
    right: 0;
    text-align: center;
  }
}
.hero1-section .hero-img1 .img2 img {
  position: absolute;
  top: -75px;
  right: 120px;
  animation: fti-roated-1 30s linear infinite;
  height: auto;
  width: auto;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero1-section .hero-img1 .img2 img {
    right: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-section .hero-img1 .img2 img {
    right: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero1-section .hero-img1 .img2 img {
    right: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section .hero-img1 .img2 img {
    top: 353px;
    right: -3px;
  }
}
@media (max-width: 767px) {
  .hero1-section .hero-img1 .img2 img {
    top: 545px;
    right: -3px;
  }
}
.hero1-section .hero-heading-area h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: uppercase;
}
.hero1-section .hero-heading-area h5 img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0);
  margin: -4px 8px 0 0;
}
.hero1-section .hero-heading-area h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
}
@media (max-width: 767px) {
  .hero1-section .hero-heading-area h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero1-section .hero-heading-area h2 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.hero1-section .hero-heading-area p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.hero1-section .header-brand-slider {
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.hero1-section .header-brand-slider .slider-brand-area .slick-list {
  overflow: inherit !important;
}
.hero1-section .video-background {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
}
.hero1-section video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero2-dots-slider {
  position: relative;
  z-index: 1;
}
.hero2-dots-slider .elements5 {
  height: 62px;
  width: 4px;
  position: absolute;
  z-index: 2;
  left: 67px;
  top: 35%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero2-dots-slider .elements5 {
    left: 35px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero2-dots-slider .elements5 {
    left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-dots-slider .elements5 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero2-dots-slider .elements5 {
    display: none;
  }
}
.hero2-dots-slider .elements6 {
  height: 62px;
  width: 4px;
  position: absolute;
  z-index: 2;
  bottom: 32%;
  left: 67px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero2-dots-slider .elements6 {
    left: 35px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero2-dots-slider .elements6 {
    left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-dots-slider .elements6 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero2-dots-slider .elements6 {
    display: none;
  }
}
.hero2-dots-slider .hero2-section-slider {
  position: relative;
  z-index: 1;
}
.hero2-dots-slider .hero2-section-slider .slick-slide.slick-current.slick-active h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero2-dots-slider .hero2-section-slider .slick-slide.slick-current.slick-active h1 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero2-dots-slider .hero2-section-slider .slick-slide.slick-current.slick-active p {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}
.hero2-dots-slider .hero2-section-slider .slick-slide.slick-current.slick-active .play-btns-area {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero2-dots-slider .hero2-section-slider .hero2-section {
  position: relative;
  z-index: 1;
  padding: 280px 0 160px;
}
@media (max-width: 767px) {
  .hero2-dots-slider .hero2-section-slider .hero2-section {
    padding: 160px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-dots-slider .hero2-section-slider .hero2-section {
    padding: 160px 0 120px;
  }
}
.hero2-dots-slider .hero2-section-slider .hero2-section::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #001233 2.66%, rgba(0, 18, 51, 0) 100%);
  z-index: -1;
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header {
  position: relative;
  z-index: 1;
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header h5 {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 12px;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header h5 img {
  filter: brightness(0) invert(1);
  margin: -5px 4px 0 0;
  display: inline-block;
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
  display: inline-block;
  transition: all 0.4s;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .hero2-dots-slider .hero2-section-slider .hero2-section .hero-header h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero2-dots-slider .hero2-section-slider .hero2-section .hero-header h1 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header .play-btns-area {
  display: flex;
  align-items: center;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .hero2-dots-slider .hero2-section-slider .hero2-section .hero-header .play-btns-area {
    display: inline-block;
  }
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header .play-btns-area .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;
  padding-left: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero2-dots-slider .hero2-section-slider .hero2-section .hero-header .play-btns-area .play-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.hero2-dots-slider .hero2-section-slider .hero2-section .hero-header .play-btns-area .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-2);
  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-dots-slider .hero2-section-slider .hero2-section .hero-header .play-btns-area .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-dots-slider .hero2-section-slider .slick-dots {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  z-index: 1;
  left: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero2-dots-slider .hero2-section-slider .slick-dots {
    left: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero2-dots-slider .hero2-section-slider .slick-dots {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-dots-slider .hero2-section-slider .slick-dots {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 0;
    bottom: 60px;
    justify-content: center;
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero2-dots-slider .hero2-section-slider .slick-dots {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 0;
    bottom: 60px;
    justify-content: center;
    left: 0;
  }
}
.hero2-dots-slider .hero2-section-slider .slick-dots li {
  margin: 0 0 16px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-dots-slider .hero2-section-slider .slick-dots li {
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .hero2-dots-slider .hero2-section-slider .slick-dots li {
    margin: 0 8px;
  }
}
.hero2-dots-slider .hero2-section-slider .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: var(--ztc-bg-bg-5);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.hero2-dots-slider .hero2-section-slider .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid var(--ztc-text-text-5);
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.hero2-dots-slider .hero2-section-slider .slick-dots li.slick-active button {
  background: var(--ztc-text-text-5);
}
.hero2-dots-slider .hero2-section-slider .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.hero3-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 40px 0 70px;
}
@media (max-width: 767px) {
  .hero3-section {
    padding: 120px 0 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section {
    padding: 120px 0 70px;
  }
}
.hero3-section .hero3-header {
  position: relative;
  z-index: 1;
  top: 50px;
}
.hero3-section .hero3-header .elements8 {
  position: absolute;
  left: -100px;
  top: 100px;
  z-index: -1;
}
.hero3-section .hero3-header h5 {
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 12px;
}
.hero3-section .hero3-header h5 img {
  filter: brightness(0) invert(1);
  margin: -5px 4px 0 0;
  display: inline-block;
}
.hero3-section .hero3-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero3-section .hero3-header h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero3-section .hero3-header h1 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.hero3-section .hero3-header .btn-area1 .vl-btn3.btn2 {
  background: none;
  border: 1px solid var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-1);
  margin-left: 16px;
}
.hero3-section .hero3-header .btn-area1 .vl-btn3.btn2:hover {
  border: 1px solid var(--ztc-text-text-2);
}
@media (max-width: 767px) {
  .hero3-section .hero3-header .btn-area1 .vl-btn3.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero3-section .images-area {
  position: relative;
  z-index: 1;
}
.hero3-section .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.hero3-section .images-area .elements7 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero4-section {
  position: relative;
  z-index: 1;
  padding: 280px 0 220px;
  background: var(--ztc-bg-bg-10);
}
@media (max-width: 767px) {
  .hero4-section {
    padding: 160px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section {
    padding: 160px 0 120px;
  }
}
.hero4-section .elements10 {
  position: absolute;
  top: 0;
  left: 0;
}
.hero4-section .elements12 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero4-section::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #001233 2.66%, rgba(0, 18, 51, 0) 100%);
  z-index: -1;
}
.hero4-section .hero-header {
  position: relative;
  z-index: 1;
  padding: 0 50px 0 0;
}
.hero4-section .hero-header .elements8 {
  position: absolute;
  left: -100px;
  top: 100px;
  z-index: -1;
  opacity: 10%;
}
.hero4-section .hero-header h5 {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 12px;
}
.hero4-section .hero-header h5 img {
  filter: brightness(0) invert(1);
  margin: -5px 4px 0 0;
  display: inline-block;
}
.hero4-section .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero4-section .hero-header h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero4-section .hero-header h1 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.hero4-section .hero-header p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.hero4-section .hero-header .play-btns-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero4-section .hero-header .play-btns-area {
    display: inline-block;
  }
}
.hero4-section .hero-header .play-btns-area .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;
  padding-left: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero4-section .hero-header .play-btns-area .play-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.hero4-section .hero-header .play-btns-area .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-2);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
}
.hero4-section .hero-header .play-btns-area .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%;
}
.hero4-section .hero4-images {
  position: relative;
  z-index: 1;
}
.hero4-section .hero4-images .img1 {
  max-width: 800px;
  max-height: 800px;
  width: 800px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .hero4-section .hero4-images .img1 {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section .hero4-images .img1 {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero4-section .hero4-images .img1 {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero4-section .hero4-images .img1 {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.hero4-section .hero4-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.hero4-section .hero4-images .elements11 {
  position: absolute;
  top: 0;
  right: 0;
}
.hero4-section .hero4-images .elements13 {
  position: absolute;
  top: 0;
  left: 0;
}
.hero4-section .hero4-images .elements14 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero4-section .auhtor-content {
  display: flex;
  align-items: center;
  position: absolute;
  left: 60%;
  bottom: 26px;
}
@media (max-width: 767px) {
  .hero4-section .auhtor-content {
    display: none;
  }
}
.hero4-section .auhtor-content img {
  width: 130px;
  height: 40px;
}
.hero4-section .auhtor-content .text {
  padding-left: 12px;
}
.hero4-section .auhtor-content .text p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}
.hero4-section .auhtor-content .text ul li {
  color: #E7A216;
  display: inline-block;
}

.hero5-section {
  position: relative;
  z-index: 1;
  padding: 180px 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero5-section {
    padding: 160px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section {
    padding: 160px 0 0;
  }
}
.hero5-section .elements8 {
  position: absolute;
  top: 140px;
  right: 100px;
  opacity: 10%;
}
.hero5-section::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #001233 2.66%, rgba(0, 18, 51, 0) 100%);
  z-index: -1;
}
.hero5-section .hero-header {
  position: relative;
  z-index: 1;
  top: -30px;
}
@media (max-width: 767px) {
  .hero5-section .hero-header {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section .hero-header {
    top: 0;
  }
}
.hero5-section .hero-header h5 {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 12px;
}
.hero5-section .hero-header h5 img {
  filter: brightness(0) invert(1);
  margin: -5px 4px 0 0;
  display: inline-block;
}
.hero5-section .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s72);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 82px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero5-section .hero-header h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero5-section .hero-header h1 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.hero5-section .hero-header p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.hero5-section .hero-header .play-btns-area .btn-area1 .vl-btn6.btn2 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  margin-left: 24px;
}
@media (max-width: 767px) {
  .hero5-section .hero-header .play-btns-area .btn-area1 .vl-btn6.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero5-section .hero-header .play-btns-area .btn-area1 .vl-btn6.btn2:hover {
  color: var(--ztc-text-text-1);
}
.hero5-section .images .img1 {
  position: relative;
  left: 50px;
}
@media (max-width: 767px) {
  .hero5-section .images .img1 {
    left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section .images .img1 {
    left: 0;
    margin-top: 30px;
  }
}
.hero5-section .images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero6-section {
  position: relative;
  z-index: 1;
  padding: 280px 0 130px;
}
@media (max-width: 767px) {
  .hero6-section {
    padding: 160px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section {
    padding: 160px 0 120px;
  }
}
.hero6-section::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(253deg, rgba(0, 0, 0, 0) 16.64%, #000 92.28%);
  z-index: -1;
}
.hero6-section .hero-header {
  position: relative;
  z-index: 1;
}
.hero6-section .hero-header h5 {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 12px;
}
.hero6-section .hero-header h5 img {
  filter: brightness(0) invert(1);
  margin: -5px 4px 0 0;
  display: inline-block;
}
.hero6-section .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s72);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 82px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero6-section .hero-header h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero6-section .hero-header h1 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.hero6-section .hero-header p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.hero6-section .hero-header .play-btns-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero6-section .hero-header .play-btns-area {
    display: inline-block;
  }
}
.hero6-section .hero-header .play-btns-area .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;
  padding-left: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero6-section .hero-header .play-btns-area .play-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.hero6-section .hero-header .play-btns-area .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-10);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
}
.hero6-section .hero-header .play-btns-area .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-arrowslider {
  position: relative;
  z-index: 1;
}
.hero-arrowslider .hero9-slider-area {
  position: relative;
  z-index: 1;
}
.hero-arrowslider .hero9-slider-area .slick-slide.slick-current.slick-active h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero-arrowslider .hero9-slider-area .slick-slide.slick-current.slick-active h1 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero-arrowslider .hero9-slider-area .slick-slide.slick-current.slick-active p {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}
.hero-arrowslider .hero9-slider-area .slick-slide.slick-current.slick-active .play-btns-area {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero-arrowslider .hero9-slider-area .hero9-section {
  position: relative;
  z-index: 1;
  padding: 280px 0 130px;
}
@media (max-width: 767px) {
  .hero-arrowslider .hero9-slider-area .hero9-section {
    padding: 160px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-arrowslider .hero9-slider-area .hero9-section {
    padding: 160px 0 120px;
  }
}
.hero-arrowslider .hero9-slider-area .hero9-section::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(253deg, rgba(0, 0, 0, 0) 16.64%, #000 92.28%);
  z-index: -1;
}
.hero-arrowslider .hero9-slider-area .hero9-section .hero-header {
  position: relative;
  z-index: 1;
}
.hero-arrowslider .hero9-slider-area .hero9-section .hero-header h5 {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 12px;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.hero-arrowslider .hero9-slider-area .hero9-section .hero-header h5 img {
  filter: brightness(0) invert(1);
  margin: -5px 4px 0 0;
  display: inline-block;
}
.hero-arrowslider .hero9-slider-area .hero9-section .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s72);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 82px;
  display: inline-block;
  transition: all 0.4s;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .hero-arrowslider .hero9-slider-area .hero9-section .hero-header h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-arrowslider .hero9-slider-area .hero9-section .hero-header h1 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.hero-arrowslider .hero9-slider-area .hero9-section .hero-header p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}
.hero-arrowslider .hero9-slider-area .hero9-section .hero-header .play-btns-area {
  display: flex;
  align-items: center;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .hero-arrowslider .hero9-slider-area .hero9-section .hero-header .play-btns-area {
    display: inline-block;
  }
}
.hero-arrowslider .hero9-slider-area .hero9-section .hero-header .play-btns-area .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;
  padding-left: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero-arrowslider .hero9-slider-area .hero9-section .hero-header .play-btns-area .play-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.hero-arrowslider .hero9-slider-area .hero9-section .hero-header .play-btns-area .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-10);
  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-arrowslider .hero9-slider-area .hero9-section .hero-header .play-btns-area .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-arrowslider .testimonial-arrows {
  z-index: 2;
  position: absolute;
  bottom: 60px;
  right: 60px;
}
.hero-arrowslider .testimonial-arrows .testimonial-prev-arrow-h9 {
  margin: 0 0 12px 0;
}
.hero-arrowslider .testimonial-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 57px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  outline: none;
  font-size: var(--ztc-font-size-font-s20);
  border: none;
  outline: none;
}
.hero-arrowslider .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.inner-header-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 210px 0 100px;
}
@media (max-width: 767px) {
  .inner-header-section {
    padding: 160px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section {
    padding: 160px 0 0;
  }
}
.inner-header-section .hero-img1 .img1 {
  position: absolute;
  right: 25%;
  z-index: -1;
  height: 300px;
  bottom: -60px;
}
@media (max-width: 767px) {
  .inner-header-section .hero-img1 .img1 {
    position: relative;
    bottom: -100px;
    right: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section .hero-img1 .img1 {
    position: relative;
    bottom: -50px;
    right: 0;
    text-align: center;
  }
}
.inner-header-section .hero-img1 .img2 img {
  position: absolute;
  top: -10px;
  right: 285px;
  animation: fti-roated-1 30s linear infinite;
  height: auto;
  width: auto;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .inner-header-section .hero-img1 .img2 img {
    right: 210px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .inner-header-section .hero-img1 .img2 img {
    right: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .inner-header-section .hero-img1 .img2 img {
    right: 135px;
    top: -14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section .hero-img1 .img2 img {
    top: 61px;
    right: 94px;
  }
}
@media (max-width: 767px) {
  .inner-header-section .hero-img1 .img2 img {
    top: 173px;
    right: -2px;
  }
}
.inner-header-section .hero-heading-area h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
}
@media (max-width: 767px) {
  .inner-header-section .hero-heading-area h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .inner-header-section .hero-heading-area h2 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.inner-header-section .hero-heading-area .btn-area1 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-regular);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.inner-header-section .hero-heading-area .btn-area1 a i {
  margin: 0 6px;
}
.inner-header-section .hero-heading-area .btn-area1 a span {
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
}
.inner-header-section .header-brand-slider {
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.inner-header-section .header-brand-slider .slider-brand-area .slick-list {
  overflow: inherit !important;
}

.hero10-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 252px 0 212px;
}
.hero10-section::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  opacity: 60%;
  transition: all 0.4s;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero10-section {
    padding: 160px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-section {
    padding: 160px 0 0;
  }
}
.hero10-section .hero-img1 .img1 {
  position: absolute;
  right: 25%;
  bottom: -100px;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero10-section .hero-img1 .img1 {
    position: relative;
    bottom: -200px;
    right: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-section .hero-img1 .img1 {
    position: relative;
    bottom: -150px;
    right: 0;
    text-align: center;
  }
}
.hero10-section .hero-img1 .img2 img {
  position: absolute;
  top: -75px;
  right: 120px;
  animation: fti-roated-1 30s linear infinite;
  height: auto;
  width: auto;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero10-section .hero-img1 .img2 img {
    right: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero10-section .hero-img1 .img2 img {
    right: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero10-section .hero-img1 .img2 img {
    right: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero10-section .hero-img1 .img2 img {
    top: 353px;
    right: -3px;
  }
}
@media (max-width: 767px) {
  .hero10-section .hero-img1 .img2 img {
    top: 545px;
    right: -3px;
  }
}
.hero10-section .hero-heading-area h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: uppercase;
}
.hero10-section .hero-heading-area h5 img {
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) invert(1);
  margin: -4px 8px 0 0;
}
.hero10-section .hero-heading-area h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
}
@media (max-width: 767px) {
  .hero10-section .hero-heading-area h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero10-section .hero-heading-area h2 {
    font-size: var(--ztc-font-size-font-s50);
    line-height: 60px;
  }
}
.hero10-section .hero-heading-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
.hero10-section .header-brand-slider {
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.hero10-section .header-brand-slider .slider-brand-area .slick-list {
  overflow: inherit !important;
}
.hero10-section .header-brand-slider .slider-brand-area img {
  filter: brightness(0) invert(1);
}
.hero10-section .video-background {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
}
.hero10-section video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============= 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);
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
    padding: 0;
  }
}
.homepage1-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage1-body .vl-transparent-header .row-bg1 {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--ztc-bg-bg-1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 14px 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:hover a {
  color: var(--ztc-text-text-4);
}
.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-3);
  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-4);
}
.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: -380px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 5px 25px 25px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 650px;
  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);
    height: auto;
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage1-body .vl-mega-menu {
    left: -300px;
    width: 1140px;
  }
}
.homepage1-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .homepage1-body .vl-home-thumb {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb {
    margin-top: 0;
  }
}
.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: -43px;
  margin-left: -85px;
}
@media (max-width: 767px) {
  .homepage1-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-3);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.homepage1-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}
.homepage1-body .vl-home-thumb 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);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 0;
}

.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-2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header {
    background: var(--ztc-bg-bg-2);
  }
}
.homepage2-body .vl-transparent-header::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: -16px;
  background: var(--ztc-bg-bg-1);
  opacity: 20%;
}
@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header::after {
    display: none;
  }
}
.homepage2-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage2-body .vl-main-menu ul {
  text-align: center;
}
.homepage2-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage2-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage2-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-5);
  background: none;
  opacity: 70%;
}
.homepage2-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage2-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-5);
}
.homepage2-body .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-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-5);
  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-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);
}
.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-5);
  z-index: 1;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--ztc-text-text-5);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.homepage2-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-5);
}
.homepage2-body .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 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: -380px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 5px 25px 25px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 650px;
  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);
    height: auto;
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage2-body .vl-mega-menu {
    left: -300px;
    width: 1140px;
  }
}
.homepage2-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .homepage2-body .vl-home-thumb {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb {
    margin-top: 0;
  }
}
.homepage2-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homepage2-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.homepage2-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -43px;
  margin-left: -85px;
}
@media (max-width: 767px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-2) !important;
  background: var(--ztc-bg-bg-5);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2:hover {
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.homepage2-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !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-5) !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-2);
}
.homepage2-body .header-sticky::after {
  display: none;
}

.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-2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header {
    background: var(--ztc-bg-bg-2);
  }
}
.homepage3-body .vl-transparent-header::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: -16px;
  background: var(--ztc-bg-bg-1);
  opacity: 20%;
}
@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header::after {
    display: none;
  }
}
.homepage3-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage3-body .vl-main-menu ul {
  text-align: center;
}
.homepage3-body .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.homepage3-body .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage3-body .vl-main-menu ul > li a.nav-link.active {
  color: var(--ztc-text-text-6);
  background: none;
  opacity: 70%;
}
.homepage3-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);
}
.homepage3-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-6);
}
.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-7);
  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-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);
}
.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-7);
  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-6);
}
.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-6);
}
.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: -380px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 5px 25px 25px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 650px;
  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);
    height: auto;
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage3-body .vl-mega-menu {
    left: -300px;
    width: 1140px;
  }
}
.homepage3-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .homepage3-body .vl-home-thumb {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb {
    margin-top: 0;
  }
}
.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-2);
  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: -43px;
  margin-left: -85px;
}
@media (max-width: 767px) {
  .homepage3-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 100px;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-7);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 100px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.homepage3-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !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-6) !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-2);
}
.homepage3-body .header-sticky::after {
  display: none;
}

.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-2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header {
    background: var(--ztc-bg-bg-2);
  }
}
.homepage4-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage4-body .header-top-area {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .homepage4-body .header-top-area {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .header-top-area {
    display: none;
  }
}
.homepage4-body .header-top-area ul li {
  display: inline-block;
  margin: 0 24px 0 0;
}
.homepage4-body .header-top-area ul li:nth-last-child(1) {
  margin: 0;
}
.homepage4-body .header-top-area ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage4-body .header-top-area ul li a:hover {
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
}
.homepage4-body .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}
.homepage4-body .header-top-area ul li ul li {
  margin: 0 12px 0 0;
}
.homepage4-body .header-top-area ul li ul li:nth-last-child(1) {
  margin: 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-8);
  background: none;
  opacity: 70%;
}
.homepage4-body .vl-main-menu ul > li > a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}
.homepage4-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-8);
}
.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-9);
  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-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);
}
.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-9);
  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-8);
}
.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-8);
}
.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: -380px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 5px 25px 25px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 650px;
  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);
    height: auto;
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage4-body .vl-mega-menu {
    left: -300px;
    width: 1140px;
  }
}
.homepage4-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .homepage4-body .vl-home-thumb {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-home-thumb {
    margin-top: 0;
  }
}
.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: -43px;
  margin-left: -85px;
}
@media (max-width: 767px) {
  .homepage4-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn5 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-9);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn5:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn5:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn5:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn5 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.homepage4-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !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-8) !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 .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-2);
}
.homepage4-body .header-sticky::after {
  display: none;
}
.homepage4-body .header-sticky .header-top-area {
  display: none;
  transition: all 0.4s;
}

.homepage5-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
  background: var(--ztc-bg-bg-1);
}
@media (max-width: 767px) {
  .homepage5-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage5-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage5-body .vl-transparent-header .vl-hero-btn .hero-btn1 .vl-btn6 {
    padding: 15px;
  }
}
.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-9);
  background: none;
  opacity: 70%;
}
.homepage5-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);
}
.homepage5-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-9);
}
.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-11);
  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-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);
}
.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-11);
  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-9);
}
.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-9);
}
.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: -380px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 5px 25px 25px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 650px;
  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);
    height: auto;
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage5-body .vl-mega-menu {
    left: -300px;
    width: 1140px;
  }
}
.homepage5-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .homepage5-body .vl-home-thumb {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-home-thumb {
    margin-top: 0;
  }
}
.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-2);
  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: -43px;
  margin-left: -85px;
}
@media (max-width: 767px) {
  .homepage5-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-11);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn6 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.homepage5-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !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-9) !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);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.homepage5-body .header-sticky::after {
  display: none;
}

.homepage6-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
  background: var(--ztc-bg-bg-1);
}
@media (max-width: 767px) {
  .homepage6-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}
.homepage6-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.homepage6-body .header-top-area {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .homepage6-body .header-top-area {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .header-top-area {
    display: none;
  }
}
.homepage6-body .header-top-area::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-12);
  height: 57px;
  width: 100%;
  z-index: -1;
}
.homepage6-body .header-top-area ul li {
  display: inline-block;
  margin: 0 24px 0 0;
}
.homepage6-body .header-top-area ul li:nth-last-child(1) {
  margin: 0;
}
.homepage6-body .header-top-area ul li a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.homepage6-body .header-top-area ul li a:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage6-body .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}
.homepage6-body .header-top-area ul li ul li {
  margin: 0 12px 0 0;
}
.homepage6-body .header-top-area ul li ul li:nth-last-child(1) {
  margin: 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-10);
  background: none;
  opacity: 70%;
}
.homepage6-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);
}
.homepage6-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-10);
}
.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-12);
  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-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);
}
.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-12);
  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-10);
}
.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-10);
}
.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: -380px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 5px 25px 25px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 650px;
  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);
    height: auto;
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage6-body .vl-mega-menu {
    left: -300px;
    width: 1140px;
  }
}
.homepage6-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .homepage6-body .vl-home-thumb {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-home-thumb {
    margin-top: 0;
  }
}
.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-2);
  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: -43px;
  margin-left: -85px;
}
@media (max-width: 767px) {
  .homepage6-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn7 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-12);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn7:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn7:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn7:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn7::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn7 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.homepage6-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !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-10) !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-1);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.homepage6-body .header-sticky::after {
  display: none;
}
.homepage6-body .header-sticky .header-top-area {
  display: none;
  transition: all 0.4s;
}

.homepage7-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
  background: var(--ztc-bg-bg-1);
}
@media (max-width: 767px) {
  .homepage7-body .vl-transparent-header {
    background: var(--ztc-bg-bg-2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-transparent-header {
    background: var(--ztc-bg-bg-2);
  }
}
.homepage7-body .vl-transparent-header .vl-logo .elements17 {
  position: absolute;
  top: 0;
  width: 30%;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .homepage7-body .vl-transparent-header .vl-logo .elements17 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-transparent-header .vl-logo .elements17 {
    display: none;
  }
}
.homepage7-body .vl-transparent-header .vl-logo img.logo {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage7-body .vl-transparent-header .vl-hero-btn .hero-btn1 .vl-btn8 {
    padding: 15px;
  }
}
.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-11);
  background: none;
  opacity: 70%;
}
.homepage7-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);
}
.homepage7-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-11);
}
.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-15);
  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-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);
}
.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-15);
  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-11);
}
.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-11);
}
.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: -380px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 5px 25px 25px 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  height: 650px;
  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);
    height: auto;
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homepage7-body .vl-mega-menu {
    left: -300px;
    width: 1140px;
  }
}
.homepage7-body .vl-home-thumb {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .homepage7-body .vl-home-thumb {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-home-thumb {
    margin-top: 0;
  }
}
.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-2);
  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: -43px;
  margin-left: -85px;
}
@media (max-width: 767px) {
  .homepage7-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-home-thumb .btn-area1 {
    margin-top: -70px;
  }
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn8 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-15);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: 20px;
  font-weight: var(--ztc-weight-bold);
  transition: all 0.4s;
  z-index: 1;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn8:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn8:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn8:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn8::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn8 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.homepage7-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-2) !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-11) !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: var(--ztc-bg-bg-1);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.homepage7-body .header-sticky::after {
  display: 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 ===============*/
/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: var(--ztc-text-text-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= VIDEO CSS AREA STARTS ===============*/
.video-section {
  position: relative;
  z-index: 1;
  height: 560px;
}
@media (max-width: 767px) {
  .video-section {
    height: 300px;
  }
}
.video-section .video-play-area {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -46px;
  margin-left: -46px;
}
.video-section .video-play-area .video {
  height: 92px;
  width: 92px;
  text-align: center;
  line-height: 92px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s32);
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
}
.video-section .video-play-area .video::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 45px;
  top: 45px;
  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%;
}

/*============= VIDEO CSS AREA ENDS ===============*/
/*============= BRAND CSS AREA STARTS ===============*/
.slider1-section-area {
  overflow: hidden !important;
}
.slider1-section-area .marquee-wrap {
  background: var(--ztc-bg-bg-5);
  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: -8px 16px 0 16px;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0);
}

.slider2-section-area {
  overflow: hidden !important;
}
.slider2-section-area .marquee-wrap {
  background: var(--ztc-bg-bg-15);
  width: 100%;
  position: relative;
}
.slider2-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) {
  .slider2-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
@media (max-width: 767px) {
  .slider2-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}
.slider2-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}
.slider2-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}
.slider2-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: -8px 16px 0 16px;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) invert(1);
}

.brand-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.brand-section .header-brand-slider {
  position: relative;
}
.brand-section .header-brand-slider .slider-brand-area2 .slick-list {
  overflow: inherit !important;
}
.brand-section .header-brand-slider .slider-brand-area2 .img1 {
  margin: 0 30px;
}

.brand4-section {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-9);
  padding: 26px;
  bottom: 0;
  width: 50%;
  border-radius: 0 16px 0 0;
}
@media (max-width: 767px) {
  .brand4-section {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand4-section {
    width: 100%;
    border-radius: 0;
  }
}
.brand4-section .header-brand-slider {
  position: relative;
}
.brand4-section .header-brand-slider .slider-brand-area2 .slick-list {
  overflow: inherit !important;
}
.brand4-section .header-brand-slider .slider-brand-area2 .img1 {
  margin: 0 30px;
}

/*============= BRAND CSS AREA ENDS ===============*/
/*============= PROJECT CSS AREA STARTS ===============*/
.project6-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.project6-section .cs_case_study_1_list {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project6-section .cs_case_study_1_list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .project6-section .cs_case_study_1_list {
    flex-direction: column;
  }
}
.project6-section .cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 1;
}
.project6-section .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}
.project6-section .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.6s ease;
  left: 80px;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project6-section .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.project6-section .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
}
.project6-section .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.8s ease;
  transition-delay: 0.6s;
}
.project6-section .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;
}
.project6-section .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.8s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project6-section .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.project6-section .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;
}
.project6-section .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) {
  .project6-section .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}
.project6-section .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}
.project6-section .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.project6-section .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) {
  .project6-section .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project6-section .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.project6-section .cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  height: 55px;
  width: 55px;
  transition: all 0.8s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project6-section .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) {
  .project6-section .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.project6-section .cs_case_study_thumb {
  background-image: url(../img/all-images/projects/project-img1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.project6-section .cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(../img/all-images/projects/project-img2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.project6-section .cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(../img/all-images/projects/project-img3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.project6-section .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 8px;
  border-radius: 16px;
  height: 475px;
  min-width: 320px;
  width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project6-section .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .project6-section .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
    width: 100%;
  }
}
.project6-section .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.8s;
}
.project6-section .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  right: 60px;
  transition: all 0.8s;
  opacity: 1;
}
.project6-section .content-area {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  background: var(--ztc-bg-bg-1);
  right: 60px;
  border-radius: 16px;
}
.project6-section .content-area a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s28);
  color: var(--ztc-text-text-2);
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 8px;
}
.project6-section .content-area h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-regular);
  transition: all 0.4s;
  background: var(--BT-6, linear-gradient(90deg, #15B2FF 0%, #4867FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project6-section .content-area .arrow {
  position: absolute;
  top: 50%;
  margin-top: -39px;
  right: -30px;
}
.project6-section .content-area .arrow a {
  height: 58px;
  width: 58px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.project6-section .content-area .arrow a:hover {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  transform: rotate(0);
}

/*============= PROJECT CSS AREA ENDS ===============*/
/*============= GALLERY CSS AREA STARTS ===============*/
.gallery1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
}
.gallery1 .gallery-slider-area {
  position: relative;
  z-index: 1;
}
.gallery1 .gallery-slider-area .slick-slide.slick-current.slick-active .img1::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .slick-slide.slick-current.slick-active .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .slick-slide.slick-current.slick-active .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.gallery1 .gallery-slider-area .slick-list {
  overflow: inherit !important;
}
.gallery1 .gallery-slider-area .gallery-images-area {
  position: relative;
  z-index: 1;
  margin: 0 10px;
}
.gallery1 .gallery-slider-area .gallery-images-area:hover .img1::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .gallery-images-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .gallery-images-area:hover .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.gallery1 .gallery-slider-area .gallery-images-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .gallery-images-area .img1::after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FC7646 100%);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .gallery-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .gallery-images-area .content-area {
  background: var(--ztc-bg-bg-1);
  text-align: center;
  padding: 45px 24px 24px 24px;
  border-radius: 16px;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  left: 24px;
  right: 24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.gallery1 .gallery-slider-area .gallery-images-area .content-area .icons a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  background: var(--ztc-bg-bg-15);
  color: var(--ztc-text-text-1);
  display: inline-block;
  border-radius: 50%;
  transform: rotate(-45deg);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -21px;
}
.gallery1 .gallery-slider-area .gallery-images-area .content-area h5 {
  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: 16px;
}
.gallery1 .gallery-slider-area .gallery-images-area .content-area a.title {
  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: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.gallery1 .gallery-slider-area .gallery-images-area .content-area a.title:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery1 .gallery-slider-area .gallery-images-area .content-area a.title {
    font-size: var(--ztc-font-size-font-s20);
  }
}

/*============= GALLERY CSS AREA ENDS ===============*/
/*============= HISTORY CSS AREA STARTS ===============*/
.history1-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.history1-section .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.history1-section .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.history1-section .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.history1-section .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.history1-section .history-tabs-section .tabs-button {
  text-align: center;
}
.history1-section .history-tabs-section .tabs-button ul {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px;
}
.history1-section .history-tabs-section .tabs-button ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .history1-section .history-tabs-section .tabs-button ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .history1-section .history-tabs-section .tabs-button ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .history1-section .history-tabs-section .tabs-button ul li {
    margin-bottom: 10px;
  }
}
.history1-section .history-tabs-section .tabs-button ul li:nth-last-child(1) {
  margin: 0 0 0 0;
}
.history1-section .history-tabs-section .tabs-button ul li button {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  padding: 16px 40px;
}
.history1-section .history-tabs-section .tabs-button ul li button.active {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.history1-section .tab-content {
  position: relative;
}
.history1-section .tab-content .tab-pane .heading1 {
  background: var(--ztc-bg-bg-1);
  padding: 30px;
  border-radius: 16px;
}
.history1-section .tab-content .tab-pane .heading1 h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}
@media (max-width: 767px) {
  .history1-section .tab-content .tab-pane .heading1 h3 {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}
.history1-section .tab-content .tab-pane .heading1 p span {
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  display: inline-block;
}
@media (max-width: 767px) {
  .history1-section .tab-content .tab-pane .img1 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .history1-section .tab-content .tab-pane .img1 {
    margin-top: 30px;
  }
}
.history1-section .tab-content .tab-pane .img1 img {
  height: 364px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

/*============= HISTORY CSS AREA ENDS ===============*/
/*============= VALUE CSS AREA STARTS ===============*/
.value-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.value-section .img1 img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.value-section .nav-pills1 {
  border-top: 4px solid var(--ztc-bg-bg-4);
}
.value-section .nav-pills1 li button {
  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;
  padding: 0;
  background: none;
  outline: none;
  margin: 0 60px 0 0;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.value-section .nav-pills1 li button.active {
  color: var(--ztc-text-text-4);
  background: var(--ztc-bg-bg-1);
}
.value-section .nav-pills1 li button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.value-section .nav-pills1 li button::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  top: -3px;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  border-radius: 8px;
}
.value-section .value-header {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .value-section .value-header {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .value-section .value-header {
    padding: 0;
    margin-top: 30px;
  }
}
.value-section .tab-content .tab-pane.heading1 span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
}
.value-section .tab-content .tab-pane.heading1 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: 28px;
}

/*============= HISTORY CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA STARTS ===============*/
.error-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.error-section .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/*============= ERROR CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.team1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team1 .team1-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
}
.team1 .team1-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}
.team1 .team1-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team1 .team1-boxarea:hover .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.team1 .team1-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.team1 .team1-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: all 0.4s;
}
.team1 .team1-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.team1 .team1-boxarea .content-area {
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -61px;
  margin-left: -110px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.team1 .team1-boxarea .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-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.team1 .team1-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.team1 .team1-boxarea .content-area p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.team1 .team1-boxarea .content-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.team1 .team1-boxarea .content-area ul li:nth-last-child(1) {
  margin: 0;
}
.team1 .team1-boxarea .content-area ul li a {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  transition: all 0.4s;
  line-height: 40px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  text-align: center;
  font-size: var(--ztc-font-size-font-s18);
}
.team1 .team1-boxarea .content-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-bg-3);
}

.team2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team2 .team1-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.team2 .team1-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.team2 .team1-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}
.team2 .team1-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team2 .team1-boxarea:hover .content-area ul {
  right: 20px;
  transition: all 0.6s;
}
.team2 .team1-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.team2 .team1-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .team2 .team1-boxarea .img1::after {
    width: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 70%;
    transform: scale(1);
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team2 .team1-boxarea .img1::after {
    width: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 70%;
    transform: scale(1);
    height: 100%;
  }
}
.team2 .team1-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.team2 .team1-boxarea .content-area {
  margin-top: 30px;
}
.team2 .team1-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-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.team2 .team1-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.team2 .team1-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.team2 .team1-boxarea .content-area ul {
  position: absolute;
  top: 50%;
  z-index: 2;
  right: -100%;
  margin-top: -150px;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .team2 .team1-boxarea .content-area ul {
    right: 20px;
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team2 .team1-boxarea .content-area ul {
    right: 20px;
    margin-top: -150px;
  }
}
.team2 .team1-boxarea .content-area ul li {
  display: block;
  margin: 0 0 16px 0;
}
.team2 .team1-boxarea .content-area ul li:nth-last-child(1) {
  margin: 0;
}
.team2 .team1-boxarea .content-area ul li a {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  transition: all 0.4s;
  line-height: 40px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  text-align: center;
  font-size: var(--ztc-font-size-font-s18);
}
.team2 .team1-boxarea .content-area ul li a:hover {
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-bg-5);
}

.team3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team3 .team1-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.team3 .team1-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.team3 .team1-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}
.team3 .team1-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team3 .team1-boxarea:hover .content-area ul {
  left: 20px;
  transition: all 0.6s;
}
.team3 .team1-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.team3 .team1-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .team3 .team1-boxarea .img1::after {
    width: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 70%;
    transform: scale(1);
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team3 .team1-boxarea .img1::after {
    width: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 70%;
    transform: scale(1);
    height: 100%;
  }
}
.team3 .team1-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.team3 .team1-boxarea .content-area {
  margin-top: 30px;
}
.team3 .team1-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-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.team3 .team1-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}
.team3 .team1-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.team3 .team1-boxarea .content-area ul {
  position: absolute;
  z-index: 2;
  left: -100%;
  bottom: 135px;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .team3 .team1-boxarea .content-area ul {
    left: 20px;
    bottom: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team3 .team1-boxarea .content-area ul {
    left: 20px;
    bottom: 135px;
  }
}
.team3 .team1-boxarea .content-area ul li {
  display: block;
  margin: 0 0 16px 0;
}
.team3 .team1-boxarea .content-area ul li:nth-last-child(1) {
  margin: 0;
}
.team3 .team1-boxarea .content-area ul li a {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  transition: all 0.4s;
  line-height: 40px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  text-align: center;
  font-size: var(--ztc-font-size-font-s18);
}
.team3 .team1-boxarea .content-area ul li a:hover {
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-bg-8);
}

.team5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team5 .team1-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  margin-bottom: 30px;
}
.team5 .team1-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}
.team5 .team1-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team5 .team1-boxarea:hover .team-social {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.team5 .team1-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.team5 .team1-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: all 0.4s;
}
.team5 .team1-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.team5 .team1-boxarea .team-social {
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -61px;
  margin-left: -110px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.team5 .team1-boxarea .team-social li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.team5 .team1-boxarea .team-social li:nth-last-child(1) {
  margin: 0;
}
.team5 .team1-boxarea .team-social li a {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  transition: all 0.4s;
  line-height: 40px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  text-align: center;
  font-size: var(--ztc-font-size-font-s18);
}
.team5 .team1-boxarea .team-social li a:hover {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-bg-11);
}
.team5 .team1-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-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.team5 .team1-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
}
.team5 .team1-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.team6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.team6 .team1-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.team6 .team1-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.team6 .team1-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}
.team6 .team1-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team6 .team1-boxarea:hover .content-area ul {
  right: 20px;
  transition: all 0.6s;
}
.team6 .team1-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.team6 .team1-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .team6 .team1-boxarea .img1::after {
    width: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 70%;
    transform: scale(1);
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team6 .team1-boxarea .img1::after {
    width: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 70%;
    transform: scale(1);
    height: 100%;
  }
}
.team6 .team1-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.team6 .team1-boxarea .content-area {
  margin-top: 30px;
}
.team6 .team1-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-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.team6 .team1-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.team6 .team1-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.team6 .team1-boxarea .content-area ul {
  position: absolute;
  top: 50%;
  z-index: 2;
  right: -100%;
  margin-top: -150px;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .team6 .team1-boxarea .content-area ul {
    right: 20px;
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team6 .team1-boxarea .content-area ul {
    right: 20px;
    margin-top: -150px;
  }
}
.team6 .team1-boxarea .content-area ul li {
  display: block;
  margin: 0 0 16px 0;
}
.team6 .team1-boxarea .content-area ul li:nth-last-child(1) {
  margin: 0;
}
.team6 .team1-boxarea .content-area ul li a {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  transition: all 0.4s;
  line-height: 40px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  text-align: center;
  font-size: var(--ztc-font-size-font-s18);
}
.team6 .team1-boxarea .content-area ul li a:hover {
  background: var(--ztc-bg-bg-12);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-bg-12);
}

.team7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
}
.team7 .team4-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
}
.team7 .team4-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.team7 .team4-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}
.team7 .team4-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team7 .team4-boxarea:hover .content-area ul {
  right: 24px;
  transition: all 0.6s;
}
.team7 .team4-boxarea:hover .content-area .icons a {
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
}
.team7 .team4-boxarea:hover .content-area .icons a i {
  transform: rotate(-45deg);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.team7 .team4-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  transition: all 0.4s;
}
.team7 .team4-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .team7 .team4-boxarea .img1::after {
    width: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 70%;
    transform: scale(1);
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team7 .team4-boxarea .img1::after {
    width: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 70%;
    transform: scale(1);
    height: 100%;
  }
}
.team7 .team4-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}
.team7 .team4-boxarea .content-area {
  padding: 24px;
  position: relative;
  z-index: 1;
}
.team7 .team4-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-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.team7 .team4-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.team7 .team4-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.team7 .team4-boxarea .content-area .icons a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border-radius: 50px;
  color: var(--ztc-text-text-2);
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -20px;
}
.team7 .team4-boxarea .content-area .icons a i {
  transition: all 0.4s;
}
.team7 .team4-boxarea .content-area ul {
  position: absolute;
  z-index: 2;
  right: -100%;
  bottom: 135px;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .team7 .team4-boxarea .content-area ul {
    right: 24px;
    bottom: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team7 .team4-boxarea .content-area ul {
    right: 24px;
    bottom: 135px;
  }
}
.team7 .team4-boxarea .content-area ul li {
  display: block;
  margin: 0 0 16px 0;
}
.team7 .team4-boxarea .content-area ul li:nth-last-child(1) {
  margin: 0;
}
.team7 .team4-boxarea .content-area ul li a {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  transition: all 0.4s;
  line-height: 40px;
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  text-align: center;
  font-size: var(--ztc-font-size-font-s18);
}
.team7 .team4-boxarea .content-area ul li a:hover {
  background: var(--ztc-bg-bg-15);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  border: 1px solid var(--ztc-bg-bg-15);
}

.team-details-section {
  position: relative;
  z-index: 1;
}
.team-details-section .team-side-details {
  position: sticky;
  top: 120px;
}
.team-details-section .team-side-details .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.team-details-section .team-side-details .heading2 span {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.team-details-section .team-side-details .heading2 .team-social li {
  display: inline-block;
}
.team-details-section .team-side-details .heading2 .team-social li a {
  height: 48px;
  width: 48px;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  transition: all 0.4s;
  line-height: 48px;
  border-radius: 50%;
  color: var(--ztc-text-text-2);
  text-align: center;
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 6px 0 0;
}
.team-details-section .team-side-details .heading2 .team-social li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.team-details-section .team-side-details .heading2 .choose-boxarea {
  border-radius: 8px;
  transition: all 0.4s;
  margin-top: 24px;
}
.team-details-section .team-side-details .heading2 .choose-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.team-details-section .team-side-details .heading2 .choose-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
}
.team-details-section .team-side-details .heading2 .choose-boxarea:hover .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.team-details-section .team-side-details .heading2 .choose-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  position: absolute;
}
@media (max-width: 767px) {
  .team-details-section .team-side-details .heading2 .choose-boxarea .icons {
    position: relative;
  }
}
.team-details-section .team-side-details .heading2 .choose-boxarea .icons svg {
  transition: all 0.4s;
}
.team-details-section .team-side-details .heading2 .choose-boxarea .content {
  padding-left: 75px;
}
@media (max-width: 767px) {
  .team-details-section .team-side-details .heading2 .choose-boxarea .content {
    padding-left: 0;
    margin-top: 24px;
  }
}
.team-details-section .team-side-details .heading2 .choose-boxarea .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .team-details-section .team-side-details .heading2 .choose-boxarea .content a {
    line-height: 26px;
  }
}
.team-details-section .team-side-details .heading2 .choose-boxarea .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.team-details-section .team-main-detils-area {
  position: relative;
  z-index: 1;
}
.team-details-section .team-main-detils-area.padding1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .team-details-section .team-main-detils-area.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-section .team-main-detils-area.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
.team-details-section .team-main-detils-area .team-others-boxarea {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
.team-details-section .team-main-detils-area .team-others-boxarea h5 {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px !important;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  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);
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
}
.team-details-section .team-main-detils-area .team-others-boxarea a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.team-details-section .team-main-detils-area .team-others-boxarea a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.team-details-section .team-main-detils-area ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  margin-top: 20px;
}
.team-details-section .team-main-detils-area ul li img {
  margin: -5px 6px 0 0;
}
.team-details-section .team-main-detils-area .progress-container {
  margin-top: 24px;
}
.team-details-section .team-main-detils-area .label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  margin-bottom: 16px;
}
.team-details-section .team-main-detils-area .progress-bar {
  position: relative;
  background-color: var(--ztc-bg-bg-4);
  border-radius: 10px;
  height: 10px;
  overflow: hidden;
}
.team-details-section .team-main-detils-area .progress-fill {
  background-color: var(--ztc-bg-bg-3);
  height: 100%;
  width: 0;
  border-radius: 10px;
  transition: width 1s ease-in-out;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq1 .accordion-widget-area .accordion .accordion-item {
  border-radius: none;
  background: var(--ztc-bg-bg-3);
  border: none;
  border-radius: 16px;
}
.faq1 .accordion-widget-area .accordion .accordion-item button {
  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;
  transition: all 0.4s;
  border: none;
  box-shadow: none;
  outline: none;
  background: var(--ztc-bg-bg-4);
  padding: 24px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .faq1 .accordion-widget-area .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq1 .accordion-widget-area .accordion .accordion-item button::after {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.faq1 .accordion-widget-area .accordion .accordion-item button::before {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 27px;
  transform: rotate(-90deg);
  transition: all 0.4s;
}
.faq1 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.faq1 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
}
.faq1 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  padding: 30px 30px 0 30px;
  background: none;
  color: var(--ztc-text-text-1);
}
.faq1 .accordion-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq1 .accordion-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 30px 30px 30px;
}

.faq2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq2 .accordion-widget-area .accordion .accordion-item {
  border-radius: none;
  background: var(--ztc-bg-bg-5);
  border: none;
  border-radius: 16px;
}
.faq2 .accordion-widget-area .accordion .accordion-item button {
  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;
  transition: all 0.4s;
  border: none;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--ztc-bg-bg-4);
  padding: 24px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .faq2 .accordion-widget-area .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq2 .accordion-widget-area .accordion .accordion-item button::after {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.faq2 .accordion-widget-area .accordion .accordion-item button::before {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 28px;
  transform: rotate(-90deg);
  transition: all 0.4s;
}
.faq2 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.faq2 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-2);
}
.faq2 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  padding: 30px 30px 0 30px;
  background: none;
  border: none;
}
.faq2 .accordion-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq2 .accordion-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 30px 30px 30px;
}

.faq3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
@media (max-width: 767px) {
  .faq3 .heading3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq3 .heading3 {
    margin-bottom: 30px;
  }
}
.faq3 .accordion-widget-area .accordion .accordion-item {
  border-radius: none;
  background: var(--ztc-bg-bg-8);
  border: none;
  border-radius: 16px;
}
.faq3 .accordion-widget-area .accordion .accordion-item button {
  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;
  transition: all 0.4s;
  border: none;
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(0, 18, 51, 0.15);
  padding: 24px;
  border-radius: 14px;
  background: var(--ztc-bg-bg-4);
}
@media (max-width: 767px) {
  .faq3 .accordion-widget-area .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq3 .accordion-widget-area .accordion .accordion-item button::after {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.faq3 .accordion-widget-area .accordion .accordion-item button::before {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 28px;
  transform: rotate(-90deg);
  transition: all 0.4s;
}
.faq3 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.faq3 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
}
.faq3 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  padding: 30px 30px 0 30px;
  background: none;
  border: none;
  color: var(--ztc-text-text-1);
}
.faq3 .accordion-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq3 .accordion-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 30px 30px 30px;
}

.faq4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
@media (max-width: 767px) {
  .faq4 .accordion-widget-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq4 .accordion-widget-area {
    margin-top: 30px;
  }
}
.faq4 .accordion-widget-area .accordion .accordion-item {
  border-radius: none;
  background: var(--ztc-bg-bg-9);
  border: none;
  border-radius: 16px;
}
.faq4 .accordion-widget-area .accordion .accordion-item button {
  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;
  transition: all 0.4s;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 24px;
  border-radius: 14px;
  border-radius: 16px;
  border: 1px solid var(--ztc-bg-bg-4);
  background: var(--ztc-bg-bg-1);
}
@media (max-width: 767px) {
  .faq4 .accordion-widget-area .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq4 .accordion-widget-area .accordion .accordion-item button::after {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.faq4 .accordion-widget-area .accordion .accordion-item button::before {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 28px;
  transform: rotate(-90deg);
  transition: all 0.4s;
}
.faq4 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.faq4 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-2);
}
.faq4 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  padding: 30px 30px 0 30px;
  background: none;
  border: none;
  color: var(--ztc-text-text-2);
}
.faq4 .accordion-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq4 .accordion-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 30px 30px 30px;
}
.faq4 .img1 img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.faq5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq5 .accordion-widget-area .accordion .accordion-item {
  border-radius: none;
  background: var(--ztc-bg-bg-4);
  border: none;
  border-radius: 16px;
}
.faq5 .accordion-widget-area .accordion .accordion-item button {
  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;
  transition: all 0.4s;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 16px 0px;
  border: 1px solid var(--Strok-Color, #EEE);
  padding: 24px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .faq5 .accordion-widget-area .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq5 .accordion-widget-area .accordion .accordion-item button::after {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.faq5 .accordion-widget-area .accordion .accordion-item button::before {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 28px;
  transform: rotate(-90deg);
  transition: all 0.4s;
}
.faq5 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.faq5 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-2);
}
.faq5 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  padding: 30px 30px 0 30px;
  background: none;
  border: none;
}
.faq5 .accordion-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq5 .accordion-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 30px 30px 30px;
}

.faq6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq6 .heading6 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq6 .heading6 {
    margin-bottom: 30px;
  }
}
.faq6 .accordion-widget-area .accordion .accordion-item {
  border-radius: none;
  background: var(--ztc-bg-bg-12);
  border: none;
  border-radius: 16px;
}
.faq6 .accordion-widget-area .accordion .accordion-item button {
  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;
  transition: all 0.4s;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 24px;
  border-radius: 14px;
  background: var(--ztc-bg-bg-4);
}
@media (max-width: 767px) {
  .faq6 .accordion-widget-area .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq6 .accordion-widget-area .accordion .accordion-item button::after {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.faq6 .accordion-widget-area .accordion .accordion-item button::before {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 28px;
  transform: rotate(-90deg);
  transition: all 0.4s;
}
.faq6 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.faq6 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
}
.faq6 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  padding: 30px 30px 0 30px;
  background: none;
  border: none;
  color: var(--ztc-text-text-1);
}
.faq6 .accordion-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq6 .accordion-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 30px 30px 30px;
}

.faq7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq7 .accordion-widget-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq7 .accordion-widget-area {
    margin-top: 30px;
  }
}
.faq7 .accordion-widget-area .accordion .accordion-item {
  border-radius: none;
  background: var(--ztc-bg-bg-15);
  border: none;
  border-radius: 16px;
}
.faq7 .accordion-widget-area .accordion .accordion-item button {
  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;
  transition: all 0.4s;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 24px;
  border-radius: 14px;
  border-radius: 16px;
  border: 1px solid var(--ztc-border-border-1);
  background: var(--ztc-bg-bg-1);
}
@media (max-width: 767px) {
  .faq7 .accordion-widget-area .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq7 .accordion-widget-area .accordion .accordion-item button::after {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.faq7 .accordion-widget-area .accordion .accordion-item button::before {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 28px;
  transform: rotate(-90deg);
  transition: all 0.4s;
}
.faq7 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.faq7 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
}
.faq7 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  padding: 30px 30px 0 30px;
  background: none;
  border: none;
  color: var(--ztc-text-text-1);
}
.faq7 .accordion-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq7 .accordion-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 30px 30px 30px;
}
.faq7 .img1 img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.faq-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-inner .faq-main-section {
  position: relative;
  z-index: 1;
}
.faq-inner .faq-main-section .accordion-item {
  border-radius: none;
  background: var(--ztc-bg-bg-3);
  border: none;
  border-radius: 16px;
}
.faq-inner .faq-main-section .accordion-item button {
  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;
  transition: all 0.4s;
  border: none;
  box-shadow: none;
  outline: none;
  background: var(--ztc-bg-bg-4);
  padding: 24px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .faq-inner .faq-main-section .accordion-item button {
    line-height: 26px;
  }
}
.faq-inner .faq-main-section .accordion-item button::after {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.faq-inner .faq-main-section .accordion-item button::before {
  height: 13px;
  width: 2px;
  background: var(--ztc-text-text-2);
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 27px;
  transform: rotate(-90deg);
  transition: all 0.4s;
}
.faq-inner .faq-main-section .accordion-item .accordion-button:not(.collapsed)::after {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.faq-inner .faq-main-section .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
}
.faq-inner .faq-main-section .accordion-item .accordion-button:not(.collapsed) {
  padding: 30px 30px 0 30px;
  background: none;
  color: var(--ztc-text-text-1);
}
.faq-inner .faq-main-section .accordion-item .accordion-body {
  padding: 0;
}
.faq-inner .faq-main-section .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: 400;
  line-height: 26px;
  padding: 20px 30px 30px 30px;
}

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact1 .widget-contactbox {
  border-radius: 8px;
  border: 1px solid var(--ztc-border-border-1);
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px;
  position: relative;
  display: flex;
  z-index: 1;
}
.contact1 .widget-contactbox:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.contact1 .widget-contactbox:hover .content h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact1 .widget-contactbox:hover .content a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  transition: all 0.4s;
}
.contact1 .widget-contactbox:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact1 .widget-contactbox::after {
  background: var(--ztc-bg-bg-3);
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  width: 10px;
  border-radius: 10px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.contact1 .widget-contactbox .icons {
  height: 40px;
  width: 40px;
}
.contact1 .widget-contactbox .content {
  padding-left: 16px;
}
.contact1 .widget-contactbox .content h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  transition: all 0.4s;
}
.contact1 .widget-contactbox .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 10px;
}
.contact1 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.contact1 .contact1-boxarea {
  position: relative;
  z-index: 1;
}
.contact1 .contact1-boxarea .input-area {
  margin-top: 24px;
}
.contact1 .contact1-boxarea .input-area input {
  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;
  border-radius: 8px;
  border: 1px solid rgba(0, 127, 95, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 18px 16px;
  width: 100%;
}
.contact1 .contact1-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-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
.contact1 .contact1-boxarea .input-area input::placeholder {
  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-regular);
  line-height: 18px;
}
.contact1 .contact1-boxarea .input-area .nice-select {
  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-regular);
  line-height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(0, 127, 95, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 18px 16px;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.contact1 .contact1-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  right: 16px;
}
.contact1 .contact1-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact1 .contact1-boxarea .input-area textarea {
  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;
  border-radius: 8px;
  border: 1px solid rgba(0, 127, 95, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 18px 16px;
  width: 100%;
  height: 154px;
}
.contact1 .contact1-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-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 18px;
}
.contact1 .contact1-boxarea .input-area textarea::placeholder {
  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-regular);
  line-height: 18px;
}
.contact1 .contact1-boxarea .input-area button {
  border: none;
  outline: none;
}

.contact-maps-area iframe {
  width: 100%;
  height: 470px;
}
@media (max-width: 767px) {
  .contact-maps-area iframe {
    height: 220px;
  }
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta1 .cta-content-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  padding: 70px;
}
@media (max-width: 767px) {
  .cta1 .cta-content-bg {
    padding: 70px 24px;
  }
}
.cta1 .cta-content-bg form {
  position: relative;
  z-index: 1;
  width: 430px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cta1 .cta-content-bg form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta1 .cta-content-bg form {
    width: 100%;
  }
}
.cta1 .cta-content-bg form input {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  outline: none;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 24px 16px;
  border-radius: 8px;
}
.cta1 .cta-content-bg form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta1 .cta-content-bg form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta1 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 5px;
}

.cta2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta2 .cta-content-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  padding: 70px;
}
@media (max-width: 767px) {
  .cta2 .cta-content-bg {
    padding: 70px 24px 0 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 .cta-content-bg {
    padding: 70px 24px 0 24px;
  }
}
.cta2 .cta-content-bg .heading1 h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta2 .cta-content-bg .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta2 .cta-content-bg form {
  position: relative;
  z-index: 1;
  width: 430px;
}
@media (max-width: 767px) {
  .cta2 .cta-content-bg form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 .cta-content-bg form {
    width: 100%;
  }
}
.cta2 .cta-content-bg form input {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  outline: none;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 24px 16px;
  border-radius: 8px;
}
.cta2 .cta-content-bg form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta2 .cta-content-bg form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta2 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 5px;
}
.cta2 .cta-content-bg .images {
  position: absolute;
  right: 40px;
  bottom: 0;
  top: 0;
}
@media (max-width: 767px) {
  .cta2 .cta-content-bg .images {
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 .cta-content-bg .images {
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cta2 .cta-content-bg .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 .cta-content-bg .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cta3 {
  position: relative;
  z-index: 2;
}
.cta3 .cta-content-bg {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 16px;
  padding: 80px;
  margin-bottom: -150px;
}
@media (max-width: 767px) {
  .cta3 .cta-content-bg {
    padding: 30px 24px 30px 24px;
  }
}
.cta3 .cta-content-bg .heading1 h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta3 .cta-content-bg .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta3 .cta-content-bg form {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta3 .cta-content-bg form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3 .cta-content-bg form {
    width: 100%;
  }
}
.cta3 .cta-content-bg form input {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  outline: none;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 24px 16px;
  border-radius: 8px;
}
.cta3 .cta-content-bg form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta3 .cta-content-bg form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta3 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 5px;
}
.cta3 .cta-content-bg .images form {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta3 .cta-content-bg .images form {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3 .cta-content-bg .images form {
    width: 100%;
    margin-top: 20px;
  }
}
.cta3 .cta-content-bg .images form input {
  width: 100%;
  border-radius: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 24px 16px;
}
.cta3 .cta-content-bg .images form input::-moz-placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta3 .cta-content-bg .images form input::placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta3 .cta-content-bg .images form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 5px;
}

.cta4 {
  position: relative;
  z-index: 2;
}
.cta4 .cta-content-bg {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .cta4 .cta-content-bg {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4 .cta-content-bg {
    padding: 40px;
  }
}
.cta4 .cta-content-bg .heading1 h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta4 .cta-content-bg .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta4 .cta-content-bg form {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta4 .cta-content-bg form {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4 .cta-content-bg form {
    width: 100%;
    margin-top: 20px;
  }
}
.cta4 .cta-content-bg form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 24px 16px;
  border-radius: 8px !important;
}
.cta4 .cta-content-bg form input::-moz-placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta4 .cta-content-bg form input::placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta4 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 5px;
}

.cta5 {
  position: relative;
  z-index: 2;
}
.cta5 .cta-content-bg {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .cta5 .cta-content-bg {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5 .cta-content-bg {
    padding: 40px;
  }
}
.cta5 .cta-content-bg .heading1 h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta5 .cta-content-bg .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta5 .cta-content-bg form {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta5 .cta-content-bg form {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta5 .cta-content-bg form {
    width: 100%;
    margin-top: 20px;
  }
}
.cta5 .cta-content-bg form input {
  width: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 24px 16px;
  border-radius: 8px !important;
}
.cta5 .cta-content-bg form input::-moz-placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta5 .cta-content-bg form input::placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta5 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 5px;
}

.cta6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta6 .cta-content-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  padding: 70px;
}
@media (max-width: 767px) {
  .cta6 .cta-content-bg {
    padding: 70px 24px 0 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6 .cta-content-bg {
    padding: 70px 24px 0 24px;
  }
}
.cta6 .cta-content-bg .heading1 h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta6 .cta-content-bg .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta6 .cta-content-bg form {
  position: relative;
  z-index: 1;
  width: 430px;
}
@media (max-width: 767px) {
  .cta6 .cta-content-bg form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6 .cta-content-bg form {
    width: 100%;
  }
}
.cta6 .cta-content-bg form input {
  width: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  outline: none;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 24px 16px;
  border-radius: 8px;
}
.cta6 .cta-content-bg form input::-moz-placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta6 .cta-content-bg form input::placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta6 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 6px;
  top: 5px;
}
.cta6 .cta-content-bg .images {
  position: absolute;
  right: 40px;
  bottom: 0;
  top: 0;
}
@media (max-width: 767px) {
  .cta6 .cta-content-bg .images {
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6 .cta-content-bg .images {
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cta6 .cta-content-bg .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6 .cta-content-bg .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cta7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta7 .cta-content-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  padding: 70px;
}
@media (max-width: 767px) {
  .cta7 .cta-content-bg {
    padding: 70px 24px 0 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7 .cta-content-bg {
    padding: 70px 24px 0 24px;
  }
}
.cta7 .cta-content-bg .heading1 h2 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.cta7 .cta-content-bg .heading1 p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}
.cta7 .cta-content-bg form {
  position: relative;
  z-index: 1;
  width: 430px;
}
@media (max-width: 767px) {
  .cta7 .cta-content-bg form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7 .cta-content-bg form {
    width: 100%;
  }
}
.cta7 .cta-content-bg form input {
  width: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  outline: none;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  padding: 24px 16px;
  border-radius: 8px;
}
.cta7 .cta-content-bg form input::-moz-placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta7 .cta-content-bg form input::placeholder {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.cta7 .cta-content-bg form button {
  border: none;
  outline: none;
  position: absolute;
  right: 6px;
  top: 5px;
}
.cta7 .cta-content-bg .images {
  position: absolute;
  right: 40px;
  bottom: 0;
  top: 0;
}
@media (max-width: 767px) {
  .cta7 .cta-content-bg .images {
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7 .cta-content-bg .images {
    position: relative;
    margin-top: 30px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cta7 .cta-content-bg .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7 .cta-content-bg .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testimonial1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.testimonial1 .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.testimonial1 .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.testimonial1 .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.testimonial1 .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.testimonial1 .testimonail-widget-slider {
  position: relative;
  z-index: 1;
}
.testimonial1 .testimonail-widget-slider .slick-list {
  overflow: inherit !important;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  transition: all 0.4s;
  margin: 0 10px;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea:hover ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea:hover .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea:hover .images .text p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea:hover .images .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea .images {
  display: flex;
  align-items: center;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea .images .img1 img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea .images .text {
  padding-left: 16px;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea .images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .testimonial-boxarea .images .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-regular);
  line-height: 16px;
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.testimonial1 .testimonail-widget-slider .slick-dots li {
  margin: 0 8px;
}
.testimonial1 .testimonail-widget-slider .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: rgba(0, 127, 95, 0.6);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.testimonial1 .testimonail-widget-slider .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: rgba(0, 127, 95, 0.6);
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.testimonial1 .testimonail-widget-slider .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-3);
}
.testimonial1 .testimonail-widget-slider .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.testimonial2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.testimonial2 .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.testimonial2 .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.testimonial2 .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.testimonial2 .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.testimonial2 .testimonail-widget-slider2 {
  position: relative;
  z-index: 1;
}
.testimonial2 .testimonail-widget-slider2 .slick-list {
  overflow: inherit !important;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2 {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 54px 30px 30px 30px;
  transition: all 0.4s;
  margin: 0 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
  border-radius: 16px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2:hover ul li {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2:hover .pera {
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2:hover .images .text p {
  color: var(--ztc-text-text-2);
  opacity: 80%;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2:hover .images .text a {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2.slick-current.slick-active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2.slick-current.slick-active ul li {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2.slick-current.slick-active .pera {
  color: var(--ztc-text-text-3);
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2.slick-current.slick-active .images .text p {
  color: var(--ztc-text-text-2);
  opacity: 80%;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2.slick-current.slick-active .images .text a {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2 .img1 {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2 .img1 img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2 ul li {
  display: inline-block;
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2 .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2 .images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .testimonial-boxarea2 .images .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-regular);
  line-height: 16px;
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.testimonial2 .testimonail-widget-slider2 .slick-dots li {
  margin: 0 8px;
}
.testimonial2 .testimonail-widget-slider2 .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: var(--ztc-bg-bg-5);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.testimonial2 .testimonail-widget-slider2 .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-5);
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.testimonial2 .testimonail-widget-slider2 .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-5);
}
.testimonial2 .testimonail-widget-slider2 .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  opacity: 30%;
}

.testimonial3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.testimonial3 .testimonial-arrows {
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 2;
}
.testimonial3 .testimonial-arrows .testimonial-prev-arrow {
  margin: 0 16px 0 0;
}
.testimonial3 .testimonial-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 57px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-text-text-2);
  outline: none;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial3 .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-7);
}
.testimonial3 .testimonial-dots-main .testimonial-main-slider {
  position: relative;
  z-index: 1;
}
.testimonial3 .testimonial-dots-main .testimonial-main-slider ul li {
  display: inline-block;
  color: #FFDC00;
  transition: all 0.4s;
}
.testimonial3 .testimonial-dots-main .testimonial-main-slider .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 42px;
  transition: all 0.4s;
}
.testimonial3 .testimonial-dots-main .testimonial-main-slider .images {
  display: flex;
  align-items: center;
}
.testimonial3 .testimonial-dots-main .testimonial-main-slider .images .img1 img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial3 .testimonial-dots-main .testimonial-main-slider .images .text {
  padding-left: 16px;
}
.testimonial3 .testimonial-dots-main .testimonial-main-slider .images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial3 .testimonial-dots-main .testimonial-main-slider .images .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-regular);
  line-height: 16px;
  transition: all 0.4s;
}
.testimonial3 .testimonial-dots-main .slick-dots {
  display: flex;
  justify-content: start;
  margin-top: 32px;
}
.testimonial3 .testimonial-dots-main .slick-dots li {
  margin: 0 8px;
}
.testimonial3 .testimonial-dots-main .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: rgba(6, 193, 90, 0.3);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.testimonial3 .testimonial-dots-main .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: rgba(6, 193, 90, 0.3);
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.testimonial3 .testimonial-dots-main .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-8);
}
.testimonial3 .testimonial-dots-main .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.testimonial3 .main-images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial3 .main-images-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3 .main-images-area {
    margin-top: 30px;
  }
}
.testimonial3 .main-images-area .img1 img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.testimonial4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial4 .testimonial-dots-main2 .testimonial-main-slider {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid var(--ztc-border-border-1);
  background: var(--ztc-bg-bg-4);
  padding: 30px;
  margin: 0 10px;
}
.testimonial4 .testimonial-dots-main2 .testimonial-main-slider ul li {
  display: inline-block;
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s28);
}
.testimonial4 .testimonial-dots-main2 .testimonial-main-slider .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 32px;
  transition: all 0.4s;
}
.testimonial4 .testimonial-dots-main2 .testimonial-main-slider .images {
  display: flex;
  align-items: center;
}
.testimonial4 .testimonial-dots-main2 .testimonial-main-slider .images .img1 img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial4 .testimonial-dots-main2 .testimonial-main-slider .images .text {
  padding-left: 16px;
}
.testimonial4 .testimonial-dots-main2 .testimonial-main-slider .images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial4 .testimonial-dots-main2 .testimonial-main-slider .images .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-regular);
  line-height: 16px;
  transition: all 0.4s;
}
.testimonial4 .testimonial-dots-main2 .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.testimonial4 .testimonial-dots-main2 .slick-dots li {
  margin: 0 8px;
}
.testimonial4 .testimonial-dots-main2 .slick-dots button {
  display: inline-block;
  width: 40px;
  height: 4px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: rgba(0, 211, 72, 0.1);
  text-indent: -9999px;
  position: relative;
}
.testimonial4 .testimonial-dots-main2 .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-9);
}
.testimonial4 .testimonial-dots-main2 .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.testimonial5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.testimonial5 .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.testimonial5 .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.testimonial5 .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.testimonial5 .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.testimonial5 .testimonial-arrows {
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 2;
}
.testimonial5 .testimonial-arrows .testimonial-prev-arrow5 {
  margin: 0 16px 0 0;
}
.testimonial5 .testimonial-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 57px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-text-text-2);
  outline: none;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial5 .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-9);
}
.testimonial5 .testimonial-dots-main5 .testimonial-main-slider {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid rgba(0, 114, 0, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 30px;
  margin: 0 10px;
}
.testimonial5 .testimonial-dots-main5 .testimonial-main-slider ul li {
  display: inline-block;
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial5 .testimonial-dots-main5 .testimonial-main-slider .quoto {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: -1;
}
.testimonial5 .testimonial-dots-main5 .testimonial-main-slider .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
  padding-bottom: 6px;
}
.testimonial5 .testimonial-dots-main5 .testimonial-main-slider .images {
  display: flex;
  align-items: center;
  padding: 16px 0 0 0;
  border-top: 1px solid var(--ztc-border-border-1);
}
.testimonial5 .testimonial-dots-main5 .testimonial-main-slider .images .img1 img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial5 .testimonial-dots-main5 .testimonial-main-slider .images .text {
  padding-left: 16px;
}
.testimonial5 .testimonial-dots-main5 .testimonial-main-slider .images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial5 .testimonial-dots-main5 .testimonial-main-slider .images .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-regular);
  line-height: 16px;
  transition: all 0.4s;
}

.testimonial6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial6 .testimonial-arrows {
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 2;
}
.testimonial6 .testimonial-arrows .testimonial-prev-arrow {
  margin: 0 16px 0 0;
}
.testimonial6 .testimonial-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 57px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-text-text-2);
  outline: none;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial6 .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-12);
}
.testimonial6 .testimonial-dots-main .testimonial-main-slider {
  position: relative;
  z-index: 1;
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .testimonial6 .testimonial-dots-main .testimonial-main-slider {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial6 .testimonial-dots-main .testimonial-main-slider {
    padding: 0;
  }
}
.testimonial6 .testimonial-dots-main .testimonial-main-slider ul li {
  display: inline-block;
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.testimonial6 .testimonial-dots-main .testimonial-main-slider .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 42px;
  transition: all 0.4s;
}
.testimonial6 .testimonial-dots-main .testimonial-main-slider .images {
  display: flex;
  align-items: center;
}
.testimonial6 .testimonial-dots-main .testimonial-main-slider .images .img1 img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial6 .testimonial-dots-main .testimonial-main-slider .images .text {
  padding-left: 16px;
}
.testimonial6 .testimonial-dots-main .testimonial-main-slider .images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial6 .testimonial-dots-main .testimonial-main-slider .images .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-regular);
  line-height: 16px;
  transition: all 0.4s;
}
.testimonial6 .testimonial-dots-main .slick-dots {
  display: flex;
  justify-content: start;
  margin-top: 32px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .testimonial6 .testimonial-dots-main .slick-dots {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial6 .testimonial-dots-main .slick-dots {
    padding: 0;
  }
}
.testimonial6 .testimonial-dots-main .slick-dots li {
  margin: 0 8px;
}
.testimonial6 .testimonial-dots-main .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(21, 178, 255, 0.4) 0%, rgba(72, 103, 255, 0.4) 100%);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.testimonial6 .testimonial-dots-main .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(21, 178, 255, 0.4) 0%, rgba(72, 103, 255, 0.4) 100%);
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.testimonial6 .testimonial-dots-main .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-12);
}
.testimonial6 .testimonial-dots-main .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.testimonial6 .main-images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial6 .main-images-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial6 .main-images-area {
    margin-bottom: 30px;
  }
}
.testimonial6 .main-images-area .img1 img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.testimonial7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial7 .testimonial-arrow {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .testimonial-main-slider {
  position: relative;
  z-index: 1;
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .testimonial7 .testimonial-arrow .testimonial-dots-main7 .testimonial-main-slider {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial7 .testimonial-arrow .testimonial-dots-main7 .testimonial-main-slider {
    padding: 0;
  }
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .testimonial-main-slider ul li {
  display: inline-block;
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .testimonial-main-slider .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 42px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .testimonial7 .testimonial-arrow .testimonial-dots-main7 .testimonial-main-slider .pera {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .testimonial-main-slider .images {
  display: flex;
  align-items: center;
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .testimonial-main-slider .images .img1 img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .testimonial-main-slider .images .text {
  padding-left: 16px;
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .testimonial-main-slider .images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .testimonial-main-slider .images .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-regular);
  line-height: 16px;
  transition: all 0.4s;
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .slick-dots {
  display: flex;
  justify-content: start;
  margin-top: 32px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .testimonial7 .testimonial-arrow .testimonial-dots-main7 .slick-dots {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial7 .testimonial-arrow .testimonial-dots-main7 .slick-dots {
    padding: 0;
  }
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .slick-dots li {
  margin: 0 8px;
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(21, 178, 255, 0.4) 0%, rgba(72, 103, 255, 0.4) 100%);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(21, 178, 255, 0.4) 0%, rgba(72, 103, 255, 0.4) 100%);
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-12);
}
.testimonial7 .testimonial-arrow .testimonial-dots-main7 .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.testimonial7 .testimonial-arrow .testimonial-arrows {
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial7 .testimonial-arrow .testimonial-arrows .testimonial-prev-arrow {
  margin: 0 16px 0 0;
}
@media (max-width: 767px) {
  .testimonial7 .testimonial-arrow .testimonial-arrows {
    position: relative;
    justify-content: start;
    margin-top: 30px;
  }
}
.testimonial7 .testimonial-arrow .testimonial-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 57px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-text-text-2);
  outline: none;
  font-size: var(--ztc-font-size-font-s20);
}
.testimonial7 .testimonial-arrow .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-11);
}
.testimonial7 .main-images-area7 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial7 .main-images-area7 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial7 .main-images-area7 {
    margin-bottom: 30px;
  }
}
.testimonial7 .main-images-area7 .img1 img {
  height: 440px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.testi-inner1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testi-inner1-area .testimonial-boxarea {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ztc-bg-bg-4);
  padding: 34px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.testi-inner1-area .testimonial-boxarea:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.testi-inner1-area .testimonial-boxarea:hover ul li {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testi-inner1-area .testimonial-boxarea:hover .pera {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.testi-inner1-area .testimonial-boxarea:hover .images .text p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.testi-inner1-area .testimonial-boxarea:hover .images .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.testi-inner1-area .testimonial-boxarea ul li {
  display: inline-block;
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.testi-inner1-area .testimonial-boxarea .pera {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
}
.testi-inner1-area .testimonial-boxarea .images {
  display: flex;
  align-items: center;
}
.testi-inner1-area .testimonial-boxarea .images .img1 img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testi-inner1-area .testimonial-boxarea .images .text {
  padding-left: 16px;
}
.testi-inner1-area .testimonial-boxarea .images .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.testi-inner1-area .testimonial-boxarea .images .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-regular);
  line-height: 16px;
  transition: all 0.4s;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= PROJECTS CSS AREA STARTS ===============*/
.project1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project1-section-area .project-main-area .tab-content .tab-pane.fade.show.active .project-img {
  transform: scale(1);
  transition: all 0.8s;
}
.project1-section-area .project-main-area .tab-content .tab-pane .project-img {
  margin: 0 60px;
  position: relative;
  z-index: 1;
  transform: scale(0.6);
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .project1-section-area .project-main-area .tab-content .tab-pane .project-img {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project1-section-area .project-main-area .tab-content .tab-pane .project-img {
    margin: 0 0 30px 0;
  }
}
.project1-section-area .project-main-area .tab-content .tab-pane .project-img:hover img {
  transform: rotate(0);
  transition: all 0.4s;
}
.project1-section-area .project-main-area .tab-content .tab-pane .project-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-5);
  opacity: 40%;
  border-radius: 16px;
  z-index: -1;
}
@media (max-width: 767px) {
  .project1-section-area .project-main-area .tab-content .tab-pane .project-img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project1-section-area .project-main-area .tab-content .tab-pane .project-img {
    margin-top: 30px;
  }
}
.project1-section-area .project-main-area .tab-content .tab-pane .project-img img {
  height: 440px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transform: rotate(6deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .project1-section-area .project-main-area .tab-content .tab-pane .project-img img {
    transform: rotate(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project1-section-area .project-main-area .tab-content .tab-pane .project-img img {
    transform: rotate(0);
  }
}
.project1-section-area .project-main-area ul {
  display: block;
}
.project1-section-area .project-main-area ul li {
  margin-bottom: 24px;
}
.project1-section-area .project-main-area ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.project1-section-area .project-main-area ul li button {
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .project1-section-area .project-main-area ul li button {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 22px;
    text-align: start !important;
  }
}
.project1-section-area .project-main-area ul li button .arrow {
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  display: inline-block;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  font-size: 10px;
}
.project1-section-area .project-main-area ul li button.active {
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-2);
}

.project3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
}
.project3 .gallery-slider-area3 {
  position: relative;
  z-index: 1;
}
.project3 .gallery-slider-area3 .slick-slide.slick-current.slick-active .img1::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .slick-slide.slick-current.slick-active .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .slick-slide.slick-current.slick-active .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.project3 .gallery-slider-area3 .slick-dots {
  display: flex;
  justify-content: start;
  margin-top: 40px;
  justify-content: center;
}
.project3 .gallery-slider-area3 .slick-dots li {
  margin: 0 8px;
}
.project3 .gallery-slider-area3 .slick-dots button {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: rgba(6, 193, 90, 0.3);
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
}
.project3 .gallery-slider-area3 .slick-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: rgba(6, 193, 90, 0.3);
  left: -5px;
  top: -5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .slick-dots li.slick-active button {
  background: var(--ztc-bg-bg-8);
}
.project3 .gallery-slider-area3 .slick-dots li.slick-active button::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .gallery-images-area {
  position: relative;
  z-index: 1;
  margin: 0 10px;
}
.project3 .gallery-slider-area3 .gallery-images-area:hover .img1::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .gallery-images-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .gallery-images-area:hover .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.project3 .gallery-slider-area3 .gallery-images-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .gallery-images-area .img1::after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(6, 193, 90, 0) 0%, #06C15A 100%);
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .gallery-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.project3 .gallery-slider-area3 .gallery-images-area .content-area {
  text-align: center;
  padding: 45px 24px 24px 24px;
  border-radius: 8px;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  left: 24px;
  right: 24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.project3 .gallery-slider-area3 .gallery-images-area .content-area .icons a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
  display: inline-block;
  border-radius: 50%;
  transform: rotate(-45deg);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -21px;
}
.project3 .gallery-slider-area3 .gallery-images-area .content-area h5 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.project3 .gallery-slider-area3 .gallery-images-area .content-area a.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: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project3 .gallery-slider-area3 .gallery-images-area .content-area a.title {
    font-size: var(--ztc-font-size-font-s20);
  }
}

.project4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.project4 .gallery-images-area {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.project4 .gallery-images-area:hover .img1::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.project4 .gallery-images-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project4 .gallery-images-area:hover .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.project4 .gallery-images-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}
.project4 .gallery-images-area .img1::after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #001233 100%);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
}
.project4 .gallery-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.project4 .gallery-images-area .content-area {
  background: var(--ztc-bg-bg-1);
  text-align: center;
  padding: 45px 24px 24px 24px;
  border-radius: 16px;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  left: 24px;
  right: 24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.project4 .gallery-images-area .content-area .icons a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  display: inline-block;
  border-radius: 50%;
  transform: rotate(-45deg);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -21px;
}
.project4 .gallery-images-area .content-area h5 {
  color: var(--ztc-text-text-5);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.project4 .gallery-images-area .content-area a.title {
  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: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.project4 .gallery-images-area .content-area a.title:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project4 .gallery-images-area .content-area a.title {
    font-size: var(--ztc-font-size-font-s20);
  }
}

.project-inner-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-inner-section .gallery-images-area {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.project-inner-section .gallery-images-area:hover .img1::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
}
.project-inner-section .gallery-images-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project-inner-section .gallery-images-area:hover .content-area {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.project-inner-section .gallery-images-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.project-inner-section .gallery-images-area .img1::after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #007F5F 100%);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
}
.project-inner-section .gallery-images-area .img1 img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.project-inner-section .gallery-images-area .content-area {
  background: var(--ztc-bg-bg-1);
  text-align: center;
  padding: 45px 24px 24px 24px;
  border-radius: 16px;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  left: 24px;
  right: 24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.project-inner-section .gallery-images-area .content-area .icons a {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  display: inline-block;
  border-radius: 50%;
  transform: rotate(-45deg);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -21px;
}
.project-inner-section .gallery-images-area .content-area h5 {
  color: var(--ztc-text-text-4);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}
.project-inner-section .gallery-images-area .content-area a.title {
  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: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.project-inner-section .gallery-images-area .content-area a.title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-inner-section .gallery-images-area .content-area a.title {
    font-size: var(--ztc-font-size-font-s20);
  }
}

.project-detiails-section {
  position: relative;
  z-index: 1;
}
.project-detiails-section .project-side-details {
  position: sticky;
  top: 120px;
  transition: all 0.4s;
}
.project-detiails-section .project-side-details .service-post-widget h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
}
.project-detiails-section .project-side-details .service-post-widget .search-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.project-detiails-section .project-side-details .service-post-widget .search-area form {
  position: relative;
  z-index: 1;
}
.project-detiails-section .project-side-details .service-post-widget .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
}
.project-detiails-section .project-side-details .service-post-widget .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%;
}
.project-detiails-section .project-side-details .service-post-widget .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%;
}
.project-detiails-section .project-side-details .service-post-widget .search-area form button {
  border: none;
  outline: none;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 48px;
  border-radius: 0 8px 8px 0;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 0;
}
.project-detiails-section .project-side-details .service-post-widget .categories-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.project-detiails-section .project-side-details .service-post-widget .categories-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px;
  transition: all 0.4s;
  margin-top: 20px;
}
.project-detiails-section .project-side-details .service-post-widget .categories-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.project-detiails-section .project-side-details .service-post-widget .help-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.project-detiails-section .project-side-details .service-post-widget .help-area h3 {
  line-height: 30px;
}
.project-detiails-section .project-side-details .service-post-widget .help-area .btn-area1 a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-3);
  padding: 10px 16px;
  display: inline-block;
  transition: all 0.4s;
}
.project-detiails-section .project-side-details .service-post-widget .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.project-detiails-section .project-side-details .service-post-widget .help-area .btn-area1 a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  transition: all 0.4s;
  margin: 0 4px 0 0;
}
.project-detiails-section .project-side-details .service-post-widget .social-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 20px;
}
.project-detiails-section .project-side-details .service-post-widget .social-area ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.project-detiails-section .project-side-details .service-post-widget .social-area ul li:last-child {
  margin: 0;
}
.project-detiails-section .project-side-details .service-post-widget .social-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
}
.project-detiails-section .project-side-details .service-post-widget .social-area ul li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
  padding: 24px 28px;
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea .input-area {
  margin-top: 16px;
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
}
.project-detiails-section .project-side-details .service-post-widget .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;
}
.project-detiails-section .project-side-details .service-post-widget .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;
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  height: 120px;
}
.project-detiails-section .project-side-details .service-post-widget .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;
}
.project-detiails-section .project-side-details .service-post-widget .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;
}
.project-detiails-section .project-side-details .service-post-widget .contact-boxarea .input-area button {
  border: none;
  outline: none;
}
.project-detiails-section .project-main-conetnt.padding1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .project-detiails-section .project-main-conetnt.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-detiails-section .project-main-conetnt.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
.project-detiails-section .project-main-conetnt.padding2 {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .project-detiails-section .project-main-conetnt.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-detiails-section .project-main-conetnt.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.project-detiails-section .project-main-conetnt h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}
.project-detiails-section .project-main-conetnt .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.project-detiails-section .project-main-conetnt .project-list ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  margin-top: 24px;
}
.project-detiails-section .project-main-conetnt .project-list ul li img {
  margin: -5px 6px 0 0;
}

/*============= PROJECTS CSS AREA ENDS ===============*/
/*============= CHOOSE CSS AREA STARTS ===============*/
.choose1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose1 .choose-images .img1 img {
  width: 100%;
  height: 515px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.choose1 .heading1 {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .choose1 .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose1 .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
.choose1 .heading1 .choose-boxarea {
  border-radius: 8px;
  transition: all 0.4s;
  margin-top: 24px;
}
.choose1 .heading1 .choose-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.choose1 .heading1 .choose-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
}
.choose1 .heading1 .choose-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.choose1 .heading1 .choose-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  position: absolute;
}
@media (max-width: 767px) {
  .choose1 .heading1 .choose-boxarea .icons {
    position: relative;
  }
}
.choose1 .heading1 .choose-boxarea .icons img {
  transition: all 0.4s;
}
.choose1 .heading1 .choose-boxarea .content {
  padding-left: 75px;
}
@media (max-width: 767px) {
  .choose1 .heading1 .choose-boxarea .content {
    padding-left: 0;
    margin-top: 24px;
  }
}
.choose1 .heading1 .choose-boxarea .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose1 .heading1 .choose-boxarea .content a {
    line-height: 26px;
  }
}
.choose1 .heading1 .choose-boxarea .content a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.choose2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose2 .choose-img {
  margin: 0 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .choose2 .choose-img {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose2 .choose-img {
    margin: 0 0 30px 0;
  }
}
.choose2 .choose-img:hover img {
  transform: rotate(0);
  transition: all 0.4s;
}
.choose2 .choose-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-text-text-5);
  opacity: 40%;
  border-radius: 16px;
  z-index: -1;
}
.choose2 .choose-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transform: rotate(-6deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose2 .choose-img img {
    transform: rotate(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose2 .choose-img img {
    transform: rotate(0);
  }
}
.choose2 .heading2 {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .choose2 .heading2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose2 .heading2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.choose2 .heading2 .choose-boxarea {
  border-radius: 8px;
  transition: all 0.4s;
  margin-top: 32px;
}
.choose2 .heading2 .choose-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.choose2 .heading2 .choose-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
}
.choose2 .heading2 .choose-boxarea:hover .icons img {
  filter: brightness(0);
  transition: all 0.4s;
}
.choose2 .heading2 .choose-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  position: absolute;
}
@media (max-width: 767px) {
  .choose2 .heading2 .choose-boxarea .icons {
    position: relative;
  }
}
.choose2 .heading2 .choose-boxarea .icons img {
  transition: all 0.4s;
}
.choose2 .heading2 .choose-boxarea .content {
  padding-left: 75px;
}
@media (max-width: 767px) {
  .choose2 .heading2 .choose-boxarea .content {
    padding-left: 0;
    margin-top: 24px;
  }
}
.choose2 .heading2 .choose-boxarea .content a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose2 .heading2 .choose-boxarea .content a {
    line-height: 26px;
  }
}
.choose2 .heading2 .choose-boxarea .content a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.choose3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose3 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.choose3 .heading3 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .choose3 .heading3 {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose3 .heading3 {
    margin-top: 30px;
    padding: 0;
  }
}
.choose3 .heading3 .counter-boxarea .counter-box {
  margin-top: 24px;
}

.choose4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose4 .img1 .experiance-box {
  padding: 30px;
  border-radius: 16px;
  background: var(--ztc-bg-bg-9);
}
.choose4 .img1 .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-bold);
  line-height: 44px;
}
.choose4 .img1 .experiance-box p {
  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-regular);
  line-height: 24px;
}
.choose4 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.choose4 .heading4 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .choose4 .heading4 {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose4 .heading4 {
    margin-top: 30px;
    padding: 0;
  }
}
.choose4 .heading4 .counter-boxarea .counter-box {
  margin-top: 24px;
}

.choose5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose5 .choose5-boxarea {
  border-radius: 16px;
  border: 1px solid rgba(0, 114, 0, 0.1);
  background: var(--ztc-bg-bg-4);
  position: relative;
  z-index: 1;
  padding: 40px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.choose5 .choose5-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
}
.choose5 .choose5-boxarea:hover .icons img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.choose5 .choose5-boxarea:hover .content-area a.title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.choose5 .choose5-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 90%;
}
.choose5 .choose5-boxarea .icons img {
  transition: all 0.4s;
}
.choose5 .choose5-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose5 .choose5-boxarea .content-area .title {
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose5 .choose5-boxarea .content-area .title {
    line-height: 30px;
  }
}
.choose5 .choose5-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
  transition: all 0.4s;
}
.choose5 .choose5-boxarea .content-area .btn-area1 a {
  background: var(--ztc-bg-bg-4);
  border: 1px solid var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-9);
}
.choose5 .choose5-boxarea .content-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
}

.choose6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .choose6 .img1 {
    margin-top: 30px;
  }
}
.choose6 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.choose6 .heading6 {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .choose6 .heading6 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose6 .heading6 {
    margin-bottom: 30px;
    padding: 0;
  }
}
.choose6 .heading6 .counter-boxarea .counter-box {
  margin-top: 24px;
}
.choose6 .heading6 .counter-boxarea .counter-box h2 {
  background: var(--BT-6, linear-gradient(90deg, #15B2FF 0%, #4867FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.choose7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose7 .heading7 {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .choose7 .heading7 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose7 .heading7 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.choose7 .choose7-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 16px;
  padding: 16px 24px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 20px rgba(0, 18, 51, 0.08);
}
.choose7 .choose7-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  right: 0;
  background: var(--ztc-bg-bg-15);
  top: 0;
  border-radius: 0 16px 16px 0;
}
.choose7 .choose7-boxarea:hover {
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  transform: translateY(-10px);
}
.choose7 .choose7-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-15);
}
.choose7 .choose7-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.choose7 .choose7-boxarea .icons {
  transition: all 0.4s;
  height: 62px;
  width: 62px;
  text-align: center;
  line-height: 62px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  position: absolute;
}
.choose7 .choose7-boxarea .icons img {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose7 .choose7-boxarea .icons {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose7 .choose7-boxarea .icons {
    position: relative;
  }
}
.choose7 .choose7-boxarea .content-area {
  padding-left: 78px;
}
@media (max-width: 767px) {
  .choose7 .choose7-boxarea .content-area {
    padding-left: 0;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose7 .choose7-boxarea .content-area {
    padding-left: 0;
    margin-top: 24px;
  }
}
.choose7 .choose7-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  line-height: 24px;
}
.choose7 .choose7-boxarea .content-area a:hover {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose7 .choose7-boxarea .content-area a {
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose7 .choose7-boxarea .content-area a {
    line-height: 30px;
  }
}
.choose7 .choose7-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.4s;
}
.choose7 .choose7-images {
  position: relative;
}
@media (max-width: 767px) {
  .choose7 .choose7-images .img1 {
    margin-top: 30px;
  }
}
.choose7 .choose7-images .img1 img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose7 .choose7-images .img2 {
  text-align: end;
  position: relative;
  margin-top: -60px;
  z-index: -1;
}
@media (max-width: 767px) {
  .choose7 .choose7-images .img2 {
    margin-top: 0;
  }
}
.choose7 .choose7-images .img2 img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= SKILLS CSS AREA STARTS ===============*/
.skils1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.skils1 .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.skils1 .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.skils1 .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.skils1 .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.skils1 .skills-boxarea {
  position: relative;
  z-index: 1;
}
.skils1 .skills-boxarea:hover h3 {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.skils1 .skills-boxarea h3 {
  background: var(--ztc-bg-bg-1);
  border: 1px solid rgba(0, 127, 95, 0.1);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-4);
  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-bold);
  text-transform: uppercase;
  line-height: 48px;
  position: absolute;
}
.skils1 .skills-boxarea .content-area {
  padding-left: 64px;
}
.skils1 .skills-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.skils1 .skills-boxarea .content-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.skils1 .skills-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
@media (max-width: 767px) {
  .skils1 .images-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skils1 .images-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.skils1 .images-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 50%;
}

.skils2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-4);
}
.skils2 .elements1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.skils2 .elements2 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.skils2 .elements3 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.skils2 .elements4 {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.skils2 .skills-boxarea {
  position: relative;
  z-index: 1;
}
.skils2 .skills-boxarea:hover h3 {
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.skils2 .skills-boxarea h3 {
  background: var(--ztc-bg-bg-1);
  border: 1px solid rgba(0, 127, 95, 0.1);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  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-bold);
  text-transform: uppercase;
  line-height: 48px;
  position: absolute;
}
.skils2 .skills-boxarea .content-area {
  padding-left: 64px;
}
.skils2 .skills-boxarea .content-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.skils2 .skills-boxarea .content-area a:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}
.skils2 .skills-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 28px;
}
@media (max-width: 767px) {
  .skils2 .images-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skils2 .images-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.skils2 .images-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 50%;
}

/*============= SKILLS CSS AREA STARTS ===============*//*# sourceMappingURL=main.css.map */