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

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: #65C8D0;
  --ztc-text-text-10: #4867FF;
  --ztc-text-text-11: #FC7646;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #001233;
  --ztc-bg-bg-3: #65C8D0;
  --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: #65C8D0;
  --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;
}

.heading5 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;
  border: 1px solid rgba(157, 241, 245, 0.3);
  background: rgba(157, 241, 245, 0.87);
  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;
}

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

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

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

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

.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;
}
/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.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;
}

.purpose-main-slider {
    position: relative;
    z-index: 1;
    margin: 0 10px;
}

.purpose-arrows {
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 2;
    .purpose-prev-arrow {
        margin: 0 16px 0 0;
    }
    button {
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 57px;
        border-radius: 50%;
        display: inline-block;
        transition: all .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);
        &:hover {
            background: var(--ztc-bg-bg-11);
            transition: all .4s;
            color: var(--ztc-text-text-1);
            border: 1px solid var(--ztc-text-text-9);
        }
    }
}

.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 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
}

.service5 .service5-boxarea .content-area .icon-left {
    width: 50px;
    height: auto;
    flex-shrink: 0;
    margin-top: 5px;
}

.service5 .service5-boxarea .content-area .text-wrapper {
    flex: 1;
}

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

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

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

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.blog-details-section {
  position: relative;
  z-index: 1;
}
/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.cta-footer-bg {
  background: var(--ztc-bg-bg-10);
}

.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;
}
/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
.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;
}

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

.inner-header-section .hero-heading-area h4 {
    color: var(--ztc-text-text-1);
}

@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-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 20px;
  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;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.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;
}

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

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

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

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= PROJECTS CSS AREA STARTS ===============*/
.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 ===============*/
.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 .choose-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);
}
/*============= CHOOSE CSS AREA ENDS ===============*/
/*============= SKILLS CSS AREA STARTS ===============*/
.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-12);
  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 {

  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 */

.custom-bullet {
    color: #65C8D0;
    margin-right: 8px;
    font-size: 14px; /* optional */
}

/* The actual timeline (the vertical ruler) */
.main-timeline {
    position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #939597;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline {
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #65C8D0;
    border: 5px solid #65C8D0;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    padding: 0px 40px 20px 0px;
    left: 0;
}

/* Place the container to the right */
.right {
    padding: 0px 0px 20px 40px;
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -12px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .main-timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 18px;
    }

    .left::before {
        right: auto;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

[id] {
    scroll-margin-top: 120px;
}

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