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

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: #d4df39;
  --ztc-text-text-5: #ffcc00;
  --ztc-text-text-6: #c4302b;
  --ztc-text-text-7: #ffcc00;
  --ztc-text-text-8: #ffcc00;
  --ztc-text-text-9: #007200;
  --ztc-text-text-10: #4867FF;
  --ztc-text-text-11: #FC7646;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #001233;
  --ztc-bg-bg-3: #007F5F;
  --ztc-bg-bg-4: #F6F8FA;
  --ztc-bg-bg-5: linear-gradient(90deg, #ffcc00 0%, #ceda2f 100%);
  --ztc-bg-bg-6: linear-gradient(90deg, #93F125 0%, #ffcc00 100%);
  --ztc-bg-bg-7: #c4302b;
  --ztc-bg-bg-8: #ffcc00;
  --ztc-bg-bg-9: #ffcc00;
  --ztc-bg-bg-10: #03010C;
  --ztc-bg-bg-11: #dace31;
  --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 ===============*/

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





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



/*============= COMMON CSS AREA ENDS===============*/
.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

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



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

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

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

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

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

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

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

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

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

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

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


/*============= SERVICE CSS AREA ===============*/

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


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


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



.homepage3-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-6);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-6);
}
.homepage3-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-6);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage3-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-2);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .homepage3-body .vl-offcanvas {
    width: 100%;
  }
}
.homepage3-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.homepage3-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .homepage3-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.homepage3-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}
.homepage3-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.homepage3-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}
.homepage3-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.homepage3-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.homepage3-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.homepage3-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-menu ul {
  list-style: none;
}
.homepage3-body .vl-offcanvas-menu ul li {
  position: relative;
}
.homepage3-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.homepage3-body .vl-offcanvas-menu ul li a span {
  display: block;
}
.homepage3-body .vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.homepage3-body .vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.homepage3-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.homepage3-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}
.homepage3-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.homepage3-body .vl-menu-close i {
  transition: 0.3s;
}



/*============= FOOTER CSS AREA ===============*/


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

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


/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/


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



.hero-arrowslider {
  position: relative;
  z-index: 1;
}

.hero-arrowslider .testimonial-arrows {
  z-index: 2;
  position: absolute;
  bottom: 60px;
  right: 60px;
}
.hero-arrowslider .testimonial-arrows .testimonial-prev-arrow-h9 {
  margin: 0 0 12px 0;
}
.hero-arrowslider .testimonial-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 57px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-1);
  outline: none;
  font-size: var(--ztc-font-size-font-s20);
  border: none;
  outline: none;
}
.hero-arrowslider .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.inner-header-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 210px 0 100px;
}
/* @media (max-width: 767px) {
  .inner-header-section {
    padding: 160px 0 0;
  }
} */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section {
    padding: 160px 0 0;
  }
}
.inner-header-section .hero-img1 .img1 {
  position: absolute;
  right: 25%;
  z-index: -1;
  height: 300px;
  bottom: -60px;
}
@media (max-width: 767px) {
  .inner-header-section .hero-img1 .img1 {
    position: relative;
    bottom: -100px;
    right: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section .hero-img1 .img1 {
    position: relative;
    bottom: -50px;
    right: 0;
    text-align: center;
  }
}
.inner-header-section .hero-img1 .img2 img {
  position: absolute;
  top: -10px;
  right: 285px;
  animation: fti-roated-1 30s linear infinite;
  height: auto;
  width: auto;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .inner-header-section .hero-img1 .img2 img {
    right: 210px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .inner-header-section .hero-img1 .img2 img {
    right: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .inner-header-section .hero-img1 .img2 img {
    right: 135px;
    top: -14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section .hero-img1 .img2 img {
    top: 61px;
    right: 94px;
  }
}
@media (max-width: 767px) {
  .inner-header-section .hero-img1 .img2 img {
    top: 173px;
    right: -2px;
  }
}
.inner-header-section .hero-heading-area h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
}
@media (max-width: 767px) {
  .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 ===============*/


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


/*============= 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-text-text-5);
  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 ===============*/




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


/*============= CTA CSS AREA ENDS===============*/

/*============= CHOOSE CSS AREA STARTS ===============*/


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



/*============= CHOOSE CSS AREA ENDS ===============*/
