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

Name:  Staffx - Staffing And Agency HTML Templete
Version: 1.0.0
Description: Staffx - Staffing And Agency HTML Templete
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
       CASE CSS
       BENEFIT CSS
       PROJECT CSS

**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap");
a, a:hover {
  text-decoration: none;
}

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

h2, p {
  margin-bottom: 0;
}

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

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

.gap{width: 100%; height: 70px;}
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(0) translateY(0) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.rotateme {
  position: relative;
  animation-name: animation-7;
  animation-duration: 80s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #0D0701;
  --ztc-text-text-3: #4E4D4C;
  --ztc-text-text-4: #FB8500;
  --ztc-text-text-5: #0B182A;
  --ztc-text-text-6: #5B5E5C;
  --ztc-text-text-7: #28AA4A;
  --ztc-text-text-8: #091E42;
  --ztc-text-text-9: #5C5D62;
  --ztc-text-text-10: #F8CE69;
  --ztc-text-text-11: #14141E;
  --ztc-text-text-12: #50474A;
  --ztc-text-text-13: #FF4A47;
  --ztc-text-text-14: #02111A;
  --ztc-text-text-15: #5C5D62;
  --ztc-text-text-16: #F54200;
  --ztc-text-text-17: #2470C3;
  --ztc-text-text-18: #F8CE69;
  --ztc-text-text-19: #89B927;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #0D0701;
  --ztc-bg-bg-3: #FB8500;
  --ztc-bg-bg-4: #F4F4F9;
  --ztc-bg-bg-5: #0B182A;
  --ztc-bg-bg-6: #28AA4A;
  --ztc-bg-bg-7: #4F5661;
  --ztc-bg-bg-8: #F3F5F2;
  --ztc-bg-bg-9: #091E42;
  --ztc-bg-bg-10: #F8CE69;
  --ztc-bg-bg-11: #F2F2F2;
  --ztc-bg-bg-12: #093E3E;
  --ztc-bg-bg-13: #14141E;
  --ztc-bg-bg-14: #FF4A47;
  --ztc-bg-bg-15: #F6F8FA;
  --ztc-bg-bg-16: #02111A;
  --ztc-bg-bg-17: #F54200;
  --ztc-bg-bg-18: #0852a1;
  --ztc-bg-bg-19: #EDF3F4;
  --ztc-bg-bg-20: #F8CE69;
  --ztc-bg-bg-21: #F3F5F2;
  --ztc-bg-bg-22: #89B927;
  --ztc-bg-bg-23: #EEEEEE;
  --ztc-border-border-1: #DBDAD9;
  --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-s80: 80px;
  --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-s80: 80px;
  --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: 'Manrope', 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-semibold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid rgba(251, 133, 0, 0.1);
  background: rgba(251, 133, 0, 0.12);
}
.heading1 h5 svg {
  margin: -4px 4px 0 0;
}
.heading1 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}
@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-s40);
    line-height: 50px;
  }
}
.heading1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading2 h5 {
  color: var(--ztc-text-text-7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(40, 170, 74, 0.1);
  background: rgba(40, 170, 74, 0.1);
}

.heading2 h5 svg {
  margin: -4px 4px 0 0;
}
.heading2 h2 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}
.heading2 p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading3 h5 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 50px;
  border: 1px solid var(--ztc-bg-bg-11);
  background: #d1ae6c;
}
.heading3 h5 svg {
  margin: -4px 4px 0 0;
}
.heading3 h2 {
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}
@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-s40);
    line-height: 50px;
  }
}
.heading3 p {
  color: #464545;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading4 h5 {
  color: var(--ztc-text-text-13);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 50px;
  border-radius: 4px;
  border: 1px solid rgba(255, 74, 71, 0.07);
  background: rgba(255, 74, 71, 0.07);
}
.heading4 h5 svg {
  margin: -4px 4px 0 0;
}
.heading4 h2 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}
.heading4 p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading5 h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
}
.heading5 h5 svg {
  margin: -4px 4px 0 0;
}
.heading5 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}
@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-s40);
    line-height: 50px;
  }
}
.heading5 p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading6 h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 14px;
  border-radius: 50px;
  border-radius: 4px;
  border-radius: 50px;
  border: 1px solid var(--ztc-bg-bg-11);
  background: var(--ztc-bg-bg-15);
}
.heading6 h5 svg {
  margin: -4px 4px 0 0;
}
.heading6 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}
.heading6 p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading7 h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
}
.heading7 h5 svg {
  margin: -4px 4px 0 0;
}
.heading7 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}
.heading7 p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading8 h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
}
.heading8 h5 svg {
  margin: -4px 4px 0 0;
}
.heading8 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
}
.image-11{
  border-radius: 20px;
  box-shadow: 10px 10px 0px var(--ztc-bg-bg-14);
  margin-bottom: 20px;
 

}
@media (max-width: 767px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}
.heading8 p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading9 h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
}
.heading9 h5 svg {
  margin: -4px 4px 0 0;
}
.heading9 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading9 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading9 h2 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}
.heading9 p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.box{padding:20px; border:solid #ccc 2px; box-shadow: 2px 2px 10px #ccc;}
.heading10 h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
}
.heading10 h5 svg {
  margin: -4px 4px 0 0;
}
.heading10 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  padding: 16px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .heading10 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .heading10 h2 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 50px;
  }
}
.heading10 p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.vl-btn1 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-3);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}
.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;
}

.vl-btn2 {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 20px;
  border-radius: 10px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-6);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}
.vl-btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn2:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn2:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn2 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-btn2::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-btn3 {
  position: relative;
  display: inline-block;
  padding: 20px 28px;
  border-radius: 54px;
  color: var(--ztc-text-text-8);
  background: #d1ae6c;
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}
.vl-btn3:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn3:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 54px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.vl-btn4 {
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 24px;
  border-radius: 10px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-14);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}
.vl-btn4:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn4:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn4:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn4 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.vl-btn5 {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-17);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
}
.vl-btn5:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn5:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn5:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-16);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.vl-btn5 i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-btn6:hover .text {
  background: var(--ztc-bg-bg-16);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn6:hover .arrow {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(0);
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1);
}
.vl-btn6 .text {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 18px 28px;
  border-radius: 70px;
  background: var(--ztc-bg-bg-18);
}
.vl-btn6 .arrow {
  height: 54px;
  width: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-18);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
}

.vl-btn7:hover .text {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
}
.vl-btn7:hover .arrow {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(0);
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14);
}
.vl-btn7 .text {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 18px 28px;
  border-radius: 70px;
  background: var(--ztc-bg-bg-1);
}
.vl-btn7 .arrow {
  height: 54px;
  width: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14);
  transform: rotate(-45deg);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
}

.vl-btn8:hover .text {
  background: var(--ztc-bg-bg-16);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.vl-btn8:hover .arrow {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(0);
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1);
}
.vl-btn8 .text {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 18px 28px;
  border-radius: 70px;
  background: var(--ztc-bg-bg-20);
}
.vl-btn8 .arrow {
  height: 54px;
  width: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-20);
  color: var(--ztc-text-text-14);
  transform: rotate(-45deg);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
}

.vl-btn9 {
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 24px;
  border-radius: 54px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-17);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}
.vl-btn9:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn9:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn9:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-btn9 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-btn9::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 54px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.vl-btn10 {
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 24px;
  border-radius: 54px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-22);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}
.vl-btn10:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.vl-btn10:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.vl-btn10:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  color: var(--ztc-text-text-14);
}
.vl-btn10 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-btn10::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 54px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

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

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

/*============= COMMON CSS AREA ENDS===============*/
.sp1 {
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.space-margin30 {
  margin-bottom: 30px;
}

/*============= SERVICE CSS AREA ===============*/
.service1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 55px;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service1 {
    margin: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service1 {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1 {
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .service1 {
    margin: 0;
    border-radius: 0;
  }
}
.service1 .service-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 16px 16px 32px 16px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service1 .service-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service1 .service-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service1 .service-boxarea .img1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}
.service1 .service-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 10px;
}
.service1 .service-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;
}
.service1 .service-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service1 .service-boxarea .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}
.service1 .service-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service1 .service-boxarea2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service1 .service-boxarea2:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service1 .service-boxarea2 .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;
}
.service1 .service-boxarea2 .content-area .title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1 .service-boxarea2 .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .service1 .service-boxarea2 .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}
.service1 .service-boxarea2 .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-8);
}
.service2 .service-widget-warp {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #DDDFDC;
  padding: 24px 0;
}
.service2 .service-widget-warp.box1 {
  border-top: 1px solid #DDDFDC;
}
.service2 .service-widget-warp:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service2 .service-widget-warp:hover .serial-warp-area h4 {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
  padding-right: 24px;
}
.service2 .service-widget-warp:hover .serial-warp-area .arrow a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
  position: relative;
  height: 60px;
  width: 60px;
}
.service2 .service-widget-warp .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.service2 .service-widget-warp .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service2 .service-widget-warp .heading-pera {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2 .service-widget-warp .heading-pera {
    margin-top: 24px;
  }
}
.service2 .service-widget-warp .heading-pera a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.service2 .service-widget-warp .heading-pera p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service2 .service-widget-warp .serial-warp-area {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2 .service-widget-warp .serial-warp-area {
    justify-content: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .service2 .service-widget-warp .serial-warp-area {
    justify-content: start;
    margin-top: 20px;
  }
}
.service2 .service-widget-warp .serial-warp-area h4 {
  color: rgba(25, 26, 25, 0.1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s80);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 80px;
  transition: all 0.4s;
}
.service2 .service-widget-warp .serial-warp-area .arrow a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-6);
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.7);
  position: relative;
  height: 0;
  width: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2 .service-widget-warp .serial-warp-area .arrow a {
    height: 60px;
    width: 60px;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .service2 .service-widget-warp .serial-warp-area .arrow a {
    height: 60px;
    width: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.service3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #d1ae6c;
}
.service3 .heading3 h5 {
  background: var(--ztc-bg-bg-1);
}
.service3 .service-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 16px 16px 32px 16px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service3 .service-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service3 .service-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service3 .service-boxarea .img1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}
.service3 .service-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 10px;
}
.service3 .service-boxarea .content-area .title {
  color: var(--ztc-text-text-8);
  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;
}
.service3 .service-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service3 .service-boxarea .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}
.service3 .service-boxarea .content-area p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service3 .service-boxarea2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 32px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.service3 .service-boxarea2:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service3 .service-boxarea2 .content-area .title {
  color: var(--ztc-text-text-8);
  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;
}
.service3 .service-boxarea2 .content-area .title:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service3 .service-boxarea2 .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .service3 .service-boxarea2 .content-area .title {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
  }
}
.service3 .service-boxarea2 .content-area p {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-15);
}
.service4 .testimonial-arrow {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 767px) {
  .service4 .testimonial-arrow {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4 .testimonial-arrow {
    margin-bottom: 30px;
  }
}
.service4 .testimonial-arrow button {
  border: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-11);
}
.service4 .testimonial-arrow button:hover {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service4 .testimonial-arrow .prev-arrow-ser4 {
  margin: 0 16px 0 0;
}
.service4 .service-widget-slider-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service4 .service-widget-slider-area .service4-widget-box {
  position: relative;
  z-index: 2;
  margin: 0 10px;
  transition: all 0.4s;
}
.service4 .service-widget-slider-area .service4-widget-box.slick-slide.slick-current.slick-active .content-ser-box {
  background: #fff;
  transition: all 0.4s;
}

.service4 .service-widget-slider-area .service4-widget-box.slick-slide.slick-current.slick-active:hover .content-ser-box {
  background: var(--ztc-bg-bg-14);;
  transition: all 0.4s;
}
.service4 .service-widget-slider-area .service4-widget-box.slick-slide.slick-current.slick-active .content-ser-box .title {
  color: #000;
  transition: all 0.4s;
}
.service4 .service-widget-slider-area .service4-widget-box.slick-slide.slick-current.slick-active .content-ser-box p {
  color: #000;
  opacity: 80%;
}
.service4 .service-widget-slider-area .service4-widget-box:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service4 .service-widget-slider-area .service4-widget-box:hover .content-ser-box {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
}
.service4 .service-widget-slider-area .service4-widget-box:hover .content-ser-box .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service4 .service-widget-slider-area .service4-widget-box:hover .content-ser-box p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.service4 .service-widget-slider-area .service4-widget-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}
.service4 .service-widget-slider-area .service4-widget-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service4 .service-widget-slider-area .service4-widget-box .content-ser-box {
  text-align: center;
  position: relative;
  z-index: 2;
  background: var(--ztc-bg-bg-1);
  padding: 75px 0 0 0;
  border-radius: 8px;
  margin: -120px 20px 0 20px;
  transition: all 0.4s;
}
.service4 .service-widget-slider-area .service4-widget-box .content-ser-box .icons {
  height: 80px;
  width: 80px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 auto;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -40px;
  z-index: 2;
}
.service4 .service-widget-slider-area .service4-widget-box .content-ser-box .icons img {
  height: 44px;
  width: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  line-height: 44px;
}
.service4 .service-widget-slider-area .service4-widget-box .content-ser-box .title {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.service4 .service-widget-slider-area .service4-widget-box .content-ser-box p {
  color: var(--ztc-text-text-12);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.service4 .service-widget-slider-area .service4-widget-box .content-ser-box .readmore {
  background: var(--ztc-bg-bg-13);
  padding: 12px;
  margin-top: 20px;
  border-radius: 0 0 8px 8px;
}
.service4 .service-widget-slider-area .service4-widget-box .content-ser-box .readmore a {
  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-black);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}
.service4 .service-widget-slider-area .service4-widget-box .content-ser-box .readmore a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-13);
  display: inline-block;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s12);
  margin-left: 6px;
  transform: rotate(-45deg);
}

.service5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-15);
}
.service5 .testimonial-arrow {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 767px) {
  .service5 .testimonial-arrow {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5 .testimonial-arrow {
    margin-bottom: 30px;
  }
}
.service5 .testimonial-arrow button {
  border: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-11);
}
.service5 .testimonial-arrow button:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service5 .testimonial-arrow .prev-arrow-ser5 {
  margin: 0 16px 0 0;
}
.service5 .service-widget-slider-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service5 .service-widget-slider-area .service5-widget-box {
  position: relative;
  z-index: 2;
  margin: 0 10px;
  transition: all 0.4s;
}
.service5 .service-widget-slider-area .service5-widget-box.slick-slide.slick-current.slick-active .content-ser-box {
  background: #fff;
  transition: all 0.4s;
}

.service5 .service-widget-slider-area .service5-widget-box.slick-slide.slick-current.slick-active:hover .content-ser-box {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.service5 .service-widget-slider-area .service5-widget-box.slick-slide.slick-current.slick-active .content-ser-box .title {
  color: #000;
  transition: all 0.4s;
}
.service5 .service-widget-slider-area .service5-widget-box.slick-slide.slick-current.slick-active .content-ser-box p {
  color: #000;
  opacity: 80%;
}
.service5 .service-widget-slider-area .service5-widget-box:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service5 .service-widget-slider-area .service5-widget-box:hover .content-ser-box {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}
.service5 .service-widget-slider-area .service5-widget-box:hover .content-ser-box .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service5 .service-widget-slider-area .service5-widget-box:hover .content-ser-box p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}
.service5 .service-widget-slider-area .service5-widget-box .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}
.service5 .service-widget-slider-area .service5-widget-box .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service5 .service-widget-slider-area .service5-widget-box .content-ser-box {
  text-align: center;
  position: relative;
  z-index: 2;
  background: var(--ztc-bg-bg-1);
  padding: 75px 0 0 0;
  border-radius: 8px;
  margin: -120px 20px 0 20px;
  transition: all 0.4s;
}
.service5 .service-widget-slider-area .service5-widget-box .content-ser-box .icons {
  height: 80px;
  width: 80px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 auto;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -40px;
  z-index: 2;
}
.service5 .service-widget-slider-area .service5-widget-box .content-ser-box .icons img {
  height: 44px;
  width: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  line-height: 44px;
}
.service5 .service-widget-slider-area .service5-widget-box .content-ser-box .title {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.service5 .service-widget-slider-area .service5-widget-box .content-ser-box p {
  color: var(--ztc-text-text-12);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.service5 .service-widget-slider-area .service5-widget-box .content-ser-box .readmore {
  background: var(--ztc-bg-bg-13);
  padding: 12px;
  margin-top: 20px;
  border-radius: 0 0 8px 8px;
}
.service5 .service-widget-slider-area .service5-widget-box .content-ser-box .readmore a {
  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-black);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}
.service5 .service-widget-slider-area .service5-widget-box .content-ser-box .readmore a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-4);
  display: inline-block;
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s12);
  margin-left: 6px;
  transform: rotate(-45deg);
}


.service6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service6 .service6-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-15);
  padding: 32px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
}
.service6 .service6-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service6 .service6-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service6 .service6-boxarea .icons {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  margin: 0 auto;
}
.service6 .service6-boxarea .title {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.service6 .service6-boxarea .title:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}
.service6 .service6-boxarea p {
  color: var(--ztc-text-text-15);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service6 .service6-boxarea .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.service6 .service6-boxarea .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service6 .service6-boxarea .readmore:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}
.service6 .service6-boxarea .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.service7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-19);
}
.service7 .service7-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px 24px;
  margin-bottom: 30px;
}
.service7 .service7-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service7 .service7-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service7 .service7-boxarea:hover .content-area .arrow a {
  background: var(--ztc-bg-bg-16);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotate(-45deg);
}
.service7 .service7-boxarea .title {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .service7-boxarea .title {
    font-size: var(--ztc-font-size-font-s20);
  }
}
.service7 .service7-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.service7 .service7-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px;
}
.service7 .service7-boxarea .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service7 .service7-boxarea .content-area p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service7 .service7-boxarea .content-area .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.5s;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-14);
  border-radius: 50%;
}

.service8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service8 .service8-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  text-align: center;
  border-bottom: 1px solid #DEDFE0;
  border-left: 1px solid #DEDFE0;
  border-right: 1px solid #DEDFE0;
  border-top: 1px solid #DEDFE0;
}
.service8 .service8-boxarea:hover {
  transition: all 0.4s;
}
.service8 .service8-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service8 .service8-boxarea:hover .vl-btn8 .text {
  background: var(--ztc-bg-bg-16);
  border: 1px solid var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}
.service8 .service8-boxarea:hover .vl-btn8 .arrow {
  background: var(--ztc-bg-bg-16);
  border: 1px solid var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}
.service8 .service8-boxarea .icons {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  margin: 0 auto;
}
.service8 .service8-boxarea .title {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.service8 .service8-boxarea .title:hover {
  color: var(--ztc-text-text-18);
  transition: all 0.4s;
}
.service8 .service8-boxarea p {
  color: var(--ztc-text-text-15);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service8 .service8-boxarea .vl-btn8:hover .text {
  background: var(--ztc-bg-bg-16);
  border: 1px solid var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}
.service8 .service8-boxarea .vl-btn8:hover .arrow {
  background: var(--ztc-bg-bg-16);
  border: 1px solid var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
}
.service8 .service8-boxarea .vl-btn8 .text {
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-text-text-14);
}
.service8 .service8-boxarea .vl-btn8 .arrow {
  background: var(--ztc-bg-bg-1);
  border: 1px solid var(--ztc-text-text-14);
}

.service9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service9 .service9-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
  padding: 24px;
  transition: all 0.4s;
  border-radius: 8px;
  margin-bottom: 30px;
}
.service9 .service9-boxarea:hover {
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  transform: translateY(-10px);
}
.service9 .service9-boxarea:hover .icons {
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service9 .service9-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service9 .service9-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border: 1px solid var(--ztc-text-text-16);
  border-radius: 50%;
}
.service9 .service9-boxarea .icons img {
  transition: all 0.4s;
}
.service9 .service9-boxarea .textarea {
  padding-top: 16px;
  border-top: 1px solid #DEE1E4;
}
.service9 .service9-boxarea .textarea .title {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service9 .service9-boxarea .textarea .title:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.service9 .service9-boxarea .textarea p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.service9 .service9-boxarea .textarea .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  transition: all 0.4s;
  text-transform: uppercase;
}
.service9 .service9-boxarea .textarea .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(-45deg);
}
.service9 .service9-boxarea .textarea .readmore:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.service9 .service9-boxarea .textarea .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.service10 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service10 .service10-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 30px;
  padding: 32px 24px;
  margin-bottom: 30px;
}
.service10 .service10-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service10 .service10-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service10 .service10-boxarea:hover .content-area .arrow a {
  background: var(--ztc-bg-bg-22);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: rotate(-45deg);
}
.service10 .service10-boxarea .title {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service10 .service10-boxarea .title {
    font-size: var(--ztc-font-size-font-s20);
  }
}
.service10 .service10-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.service10 .service10-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px;
}
.service10 .service10-boxarea .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service10 .service10-boxarea .content-area p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service10 .service10-boxarea .content-area .arrow a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.5s;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-14);
  border-radius: 50%;
}

.service11 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-15);
}
.service11 .service11-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  padding: 32px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
}
.service11 .service11-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service11 .service11-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service11 .service11-boxarea .icons {
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  margin: 0 auto;
}
.service11 .service11-boxarea .title {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
}
.service11 .service11-boxarea .title:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.service11 .service11-boxarea p {
  color: var(--ztc-text-text-15);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service11 .service11-boxarea .readmore {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.service11 .service11-boxarea .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service11 .service11-boxarea .readmore:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}
.service11 .service11-boxarea .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.service-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-inner-area .service-inner-boxarea {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 48px 28px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-area .service-inner-boxarea {
    padding: 24px 24px 0 24px;
  }
}
@media (max-width: 767px) {
  .service-inner-area .service-inner-boxarea {
    padding: 24px 24px 0 24px;
  }
}
.service-inner-area .service-inner-boxarea:hover {
  background: #D07F16;
  transition: all 0.4s;
  transform: translateY(-10px);
}
.service-inner-area .service-inner-boxarea:hover .content-area .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-inner-area .service-inner-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}
.service-inner-area .service-inner-boxarea:hover .content-area .readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-inner-area .service-inner-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  transition: all 0.4s;
}
.service-inner-area .service-inner-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.service-inner-area .service-inner-boxarea .content-area .readmore {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
}
.service-inner-area .service-inner-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-area .service-inner-boxarea .img1 {
    text-align: end;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .service-inner-area .service-inner-boxarea .img1 {
    text-align: end;
    margin-top: 20px;
  }
}
.service-inner-area .service-inner-boxarea .img1 img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-inner-area .service-inner-boxarea .img1 img {
    position: relative;
    text-align: end;
  }
}
@media (max-width: 767px) {
  .service-inner-area .service-inner-boxarea .img1 img {
    position: relative;
    text-align: end;
  }
}

.service-details-section {
  position: relative;
  z-index: 1;
}
.service-details-section .service-side-details-area {
  position: sticky;
  top: 120px;
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 32px 20px;
}
.service-details-section .service-side-details-area .service-side-widget-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 24px;
}
.service-details-section .service-side-details-area .service-side-widget-area .search-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 24px;
}
.service-details-section .service-side-details-area .service-side-widget-area .search-area form {
  position: relative;
  z-index: 1;
}
.service-details-section .service-side-details-area .service-side-widget-area .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-4);
  padding: 16px;
}
.service-details-section .service-side-details-area .service-side-widget-area .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}
.service-details-section .service-side-details-area .service-side-widget-area .search-area form input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}
.service-details-section .service-side-details-area .service-side-widget-area .search-area form button {
  border: none;
  outline: none;
  background: none;
  text-align: center;
  transition: all 0.4s;
  position: absolute;
  right: 7px;
  top: 13px;
}
.service-details-section .service-side-details-area .service-side-widget-area .categories-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-4);
}
.service-details-section .service-side-details-area .service-side-widget-area .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-s20);
  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-area .service-side-widget-area .categories-area ul li a:hover {
  background: #D07F16;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service-details-section .service-side-details-area .service-side-widget-area .categories-area ul li a:hover span {
  transform: rotate(90deg);
  transition: all 0.4s;
  background: #FB941F;
  color: var(--ztc-text-text-1);
}
.service-details-section .service-side-details-area .service-side-widget-area .categories-area ul li a span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: var(--ztc-text-text-4);
  border-radius: 36px;
  background: rgba(251, 133, 0, 0.08);
  transition: all 0.4s;
}
.service-details-section .service-side-details-area .service-side-widget-area .help-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-2);
  padding: 32px 24px;
}
.service-details-section .service-side-details-area .service-side-widget-area .help-area h3 {
  line-height: 28px;
  color: var(--ztc-text-text-1);
}
.service-details-section .service-side-details-area .service-side-widget-area .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: #D07F16;
  padding: 16px 16px;
  display: inline-block;
  transition: all 0.4s;
}
.service-details-section .service-side-details-area .service-side-widget-area .help-area .btn-area1 a:hover {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.service-details-section .service-side-details-area .service-side-widget-area .help-area .btn-area1 a:hover svg {
  filter: brightness(0);
}
.service-details-section .service-side-details-area .service-side-widget-area .help-area .btn-area1 a span {
  display: inline-block;
  transition: all 0.4s;
  margin: 0 4px 0 0;
}
.service-details-section .service-side-details-area .service-side-widget-area .help-area .btn-area1 a span svg {
  transition: all 0.4s;
}
.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 24px;
  text-align: center;
}
.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn1 {
  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: #D07F16;
  padding: 16px 16px;
  display: block;
  transition: all 0.4s;
  text-align: center;
}
.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn1:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
}
.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn1 svg {
  transition: all 0.4s;
  margin: -4px 4px 0 0;
}
.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn2 {
  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;
  border-radius: 8px;
  background: #FFF3E6;
  padding: 16px 16px;
  display: block;
  transition: all 0.4s;
  text-align: center;
}
.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn2:hover {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}
.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn2:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service-details-section .service-side-details-area .service-side-widget-area .download-btn-area .btn-area1 .d-btn2 svg {
  transition: all 0.4s;
  margin: -4px 4px 0 0;
}
.service-details-section .service-side-details-area .service-side-widget-area .social-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 24px;
}
.service-details-section .service-side-details-area .service-side-widget-area .social-area ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.service-details-section .service-side-details-area .service-side-widget-area .social-area ul li:last-child {
  margin: 0;
}
.service-details-section .service-side-details-area .service-side-widget-area .social-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-4);
  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-area .service-side-widget-area .social-area ul li a:hover {
  background: #D07F16;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service-details-section .service-main-content {
  position: relative;
  z-index: 1;
}
.service-details-section .service-main-content.padding1 {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .service-details-section .service-main-content.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-content.padding1 {
    padding: 0;
    margin-top: 30px;
  }
}
.service-details-section .service-main-content.padding2 {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .service-details-section .service-main-content.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-content.padding2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.service-details-section .service-main-content h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}
@media (max-width: 767px) {
  .service-details-section .service-main-content h3 {
    line-height: 40px;
  }
}
.service-details-section .service-main-content .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.service-details-section .service-main-content .side-head ul li {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  margin-top: 16px;
}
.service-details-section .service-main-content .side-head ul li img {
  margin: 0 4px 0 0;
}
.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item {
  border-radius: none;
  background: #D07F16;
  border: none;
  border-radius: 16px;
}
.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item button {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  transition: all 0.4s;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  background: var(--ztc-bg-bg-4);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  padding: 34px 30px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item button {
    line-height: 26px;
    font-size: var(--ztc-font-size-font-s20);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item button {
    line-height: 36px;
  }
}
.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item button::after {
  filter: brightness(0);
}
.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item button::before {
  position: absolute;
  content: "";
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: rgba(11, 24, 42, 0.1);
  right: 15px;
  transition: all 0.4s;
}
.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-1);
}
.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  color: var(--ztc-text-text-1);
}
.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.service-details-section .service-main-content .accordion-widget-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  padding: 0 30px 30px 30px;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= 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: #D07F16;
  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%;
  }
  .heading4 h5 {margin-left:30px;}

  .inner-header-area .inner-heading h1 {
    line-height: 30px;
    font-size: var(--ztc-font-size-font-s32);
    margin-top:25px;
    
  }
}
.img-1{margin-bottom:10px;}
.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: 225px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul {
  list-style: none;
}
.vl-offcanvas-menu ul li {
  position: relative;
}
.vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-offcanvas-menu ul li a span {
  display: block;
}
.vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.vl-offcanvas-menu ul li.active > a {
  color: var(--ztc-text-text-1);
}
.vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}
.vl-menu-close i {
  transition: 0.3s;
}

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


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

.homepage5-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-11);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-11);
}
.homepage5-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s20);
}
.homepage5-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-3);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 70px;
  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: 225px;
  -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;
}

/*============= FOOTER CSS AREA ===============*/
.vl-footer2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 210px 0 32px;
  background: var(--ztc-bg-bg-8);
}
.vl-footer2-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}
.vl-footer2-section-area .footer-logo-area img {
  width: 230px;
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer2-section-area .footer-logo-area p {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}
.vl-footer2-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.vl-footer2-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}
.vl-footer2-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.vl-footer2-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-footer2-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}
.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}
.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer2-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}
.vl-footer2-section-area .footer-widget-area form {
  position: relative;
  z-index: 1;
}
.vl-footer2-section-area .footer-widget-area form input {
  width: 100%;
  outline: none;
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 24px;
}
.vl-footer2-section-area .footer-widget-area form button {
  width: 100%;
  border: none;
  outline: none;
}
.vl-footer2-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.vl-footer2-section-area .copyright-area a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area a {
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer2-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer2-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer2-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}


.vl-footer4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 32px;
  background: var(--ztc-bg-bg-15);
  padding-top:150px;
}
.vl-footer4-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}
.vl-footer4-section-area .footer-logo-area img {
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer4-section-area .footer-logo-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}
.vl-footer4-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.vl-footer4-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}
.vl-footer4-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.vl-footer4-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-14);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-footer4-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}
.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}
.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer4-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}
.vl-footer4-section-area .footer-widget-area form {
  position: relative;
  z-index: 1;
}
.vl-footer4-section-area .footer-widget-area form input {
  width: 100%;
  outline: none;
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 24px;
}
.vl-footer4-section-area .footer-widget-area form button {
  width: 100%;
  border: none;
  outline: none;
}
.vl-footer4-section-area .footer-widget-area ul li {
  padding-top: 24px;
}
.vl-footer4-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer4-section-area .footer-widget-area ul li a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}
.vl-footer4-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}
.vl-footer4-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.vl-footer4-section-area .copyright-area a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area a {
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer4-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer4-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer4-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}

.vl-footer5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 32px;
  background: var(--ztc-bg-bg-15);
  padding-top:150px;
}
.vl-footer5-section-area .footer-logo-area {
  position: relative;
  z-index: 1;
}
.vl-footer5-section-area .footer-logo-area img {
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-footer5-section-area .footer-logo-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  opacity: 80%;
}
.vl-footer5-section-area .footer-logo-area .social-links li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.vl-footer5-section-area .footer-logo-area .social-links li:nth-last-child(1) {
  margin: 0;
}
.vl-footer5-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.vl-footer5-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-widget-area.foot-padding1 {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding1 {
    padding: 0;
  }
}
.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li {
  padding-top: 24px;
}
.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li {
  padding-top: 24px;
}
.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  padding-left: 5px;
}
.vl-footer5-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 4px;
}
.vl-footer5-section-area .footer-widget-area form {
  position: relative;
  z-index: 1;
}
.vl-footer5-section-area .footer-widget-area form input {
  width: 100%;
  outline: none;
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  padding: 24px;
}
.vl-footer5-section-area .footer-widget-area form button {
  width: 100%;
  border: none;
  outline: none;
}
.vl-footer5-section-area .footer-widget-area ul li {
  padding-top: 24px;
}
.vl-footer5-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-widget-area ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.vl-footer5-section-area .footer-widget-area ul li a svg {
  margin: 0 5px 0 0;
}
.vl-footer5-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ztc-border-border-1);
  padding-top: 24px;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .copyright-area {
    display: block;
    text-align: center;
  }
}
.vl-footer5-section-area .copyright-area a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area a {
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area ul {
    padding-top: 20px;
  }
}
.vl-footer5-section-area .copyright-area ul li {
  display: inline-block;
}
.vl-footer5-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer5-section-area .copyright-area ul li span {
  display: inline-block;
  margin: 0 16px;
  color: var(--ztc-border-border-1);
}
/*============= FOOTER CSS AREA ===============*/

/*============= HEADER CSS AREA ===============*/
.hero2-arrow-hero {
  position: relative;
  z-index: 1;
}
.hero2-arrow-hero .hero-main-slider {
  position: relative;
  z-index: 1;
}
.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active h1 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active p {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}
.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active .btn-area1 {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active .elements4 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active .elements3 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: scale(1);
  opacity: 1;
}
.hero2-arrow-hero .hero-main-slider .slick-slide.slick-current.slick-active .img1 img {
  transform: scale(1.1);
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 225px 0 150px;
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(77deg, #191919 10.1%, rgba(25, 25, 25, 0) 73.88%);
  transition: all 0.4s;
  z-index: -1;
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area .img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transform: scale(1);
  transition: transform 8000ms ease, opacity 1800ms ease-in;
  z-index: -1;
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area .elements2 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area .elements3 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: scale(0.7);
  opacity: 0;
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area .elements4 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: translateX(-600px);
  opacity: 0;
  overflow: hidden;
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading h5 svg {
  margin: -3px 4px 0 0;
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading 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-black);
  line-height: 68px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  .hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading .btn-area1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading .btn-area1 .vl-btn2.btn2 {
  background: transparent;
  border: 1px solid var(--ztc-bg-bg-1);
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading .btn-area1 .vl-btn2.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero2-arrow-hero .hero-main-slider .hero2-slider-area .hero2-heading .btn-area1 .vl-btn2.btn2:hover {
  border: 1px solid var(--ztc-text-text-5);
}
.hero2-arrow-hero .testimonial-arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 2;
  margin-top: -62px;
}
@media (max-width: 767px) {
  .hero2-arrow-hero .testimonial-arrow {
    bottom: 30px;
    top: inherit;
    right: 20px;
  }
}
.hero2-arrow-hero .testimonial-arrow .prev-arrow-hero {
  margin: 0 0 16px 0;
}
.hero2-arrow-hero .testimonial-arrow button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s18);
}
.hero2-arrow-hero .testimonial-arrow button:hover {
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
}


.inner-header-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 210px 0 100px;
}
@media (max-width: 767px) {
  .inner-header-area {
    padding: 170px 0 0 0;
  }
}
.inner-header-area .inner-heading h1 {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s54);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 70px;
  display: inline-block;
}
@media (max-width: 767px) {
  .inner-header-area .inner-heading h1 {
    line-height: 40px;
    font-size: var(--ztc-font-size-font-s32);
  }
}
.inner-header-area .inner-heading a {
  color: #fff;
  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: 24px;
  display: inline-block;
}
.inner-header-area .inner-heading a i {
  margin: 0 8px;
}
.inner-header-area .inner-heading a span {
  font-weight: var(--ztc-weight-black);
  display: inline-block;
  transition: all 0.4s;
}
.inner-header-area .imges {
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-area .imges {
    right: 0;
  }
}
@media (max-width: 767px) {
  .inner-header-area .imges {
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
}
.inner-header-area .imges img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage2-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 16px 0;
  
}
@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header {
    background: var(--ztc-bg-bg-7);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header {
    background: var(--ztc-bg-bg-7);
  }
}
.homepage2-body .vl-transparent-header .vl-logo img {
  width: 210px;
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.homepage4-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 16px 0;
  background-color: #fff;
}

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

.homepage5-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 16px 0;
  background-color: #fff;
}

@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: 300px;
  height: 150px;
  -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-btn4 {
    padding: 12px 10px 12px 20px;
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
  }
}
.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 {
  color: #5E5E62;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: 800;
}
.homepage5-body .vl-main-menu ul > li:hover a {
  color: var(--ztc-text-text-4);
}
.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-3);
  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: #42424A;
  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-semibold);
}
.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-3);
  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-4);
}
.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-4);
}
.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: -290px;
    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-bg-bg-13);
  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-btn4 {
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 24px;
  border-radius: 10px;
  color: var(--ztc-text-text-1) !important;
  background: var(--ztc-bg-bg-14);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn4:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn4:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn4:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn4 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 6px;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.homepage5-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-5) !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-13) !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 .row-bg1 {
  padding: 0;
  background: none;
  margin: 0;
}

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

/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: var(--ztc-text-text-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.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-2) transparent var(--ztc-text-text-2);
  animation: rotate-loading 2.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: 70px;
  width: 70px;
  animation: rotate-loading1 8.5s linear 0s infinite normal;
  margin-top: -35px;
  margin-left: -35px;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.loading1 {
  border: 1px solid transparent;
  border-color: transparent var(--ztc-text-text-2) transparent var(--ztc-text-text-2);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

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

/*============= CONTACT CSS AREA ===============*/
.contact2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact2 .heading2 {
  padding: 0 70px 0 0;
}
@media (max-width: 767px) {
  .contact2 .heading2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2 .heading2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.contact2 .heading2 .ot-con-boxarea {
  display: flex;
  align-items: center;
}
.contact2 .heading2 .ot-con-boxarea:hover .icons {
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.contact2 .heading2 .ot-con-boxarea:hover .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact2 .heading2 .ot-con-boxarea .icons {
  background: rgba(40, 170, 74, 0.08);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
}

.contact2 .heading2 .ot-con-boxarea .icons svg {
  transition: all 0.4s;
}
.contact2 .heading2 .ot-con-boxarea .text {
  padding-left: 16px;
  color: #666;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.contact2 .heading2 .ot-con-boxarea .text a {
  color: #666;
  font-family: var(--ztc-family-font1);
  font-size: 15px;;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.contact2 .heading2 .ot-con-boxarea .text a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;


}
.contact2 .contact-widget-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-8);
  border-radius: 10px;
  padding: 32px 24px;
}
.contact2 .contact-widget-boxarea .input-area h4 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
.contact2 .contact-widget-boxarea .input-area input {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 16px;
  border-radius: 8px;
  border: 1px solid rgba(11, 24, 42, 0.1);
  width: 100%;
}
.contact2 .contact-widget-boxarea .input-area textarea {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 16px;
  border-radius: 8px;
  border: 1px solid rgba(11, 24, 42, 0.1);
  width: 100%;
  height: 150px;
}
.contact2 .contact-widget-boxarea .input-area button {
  border: none;
  outline: none;
}

.contact-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-inner-area .single-box {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.contact-inner-area .single-box:hover {
  transition: all 0.4s;
}
.contact-inner-area .single-box:hover .icons {
  background: #D07F16;
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.contact-inner-area .single-box:hover .text h4 {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.contact-inner-area .single-box:hover .text a {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  opacity: 70%;
}
.contact-inner-area .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: #13C242;
  border-radius: 50%;
}
.contact-inner-area .single-box .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.contact-inner-area .single-box .text {
  padding-left: 14px;
}
.contact-inner-area .single-box .text h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
}
.contact-inner-area .single-box .text a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.contact-inner-area .heading1 {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .contact-inner-area .heading1 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-area .heading1 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.contact-inner-area .heading1 .contact-social li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.contact-inner-area .heading1 .contact-social li:nth-last-child(1) {
  margin: 0;
}
.contact-inner-area .heading1 .contact-social li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-4);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}
.contact-inner-area .heading1 .contact-social li a:hover {
  background: #D07F16;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact-inner-area .contact-main-boxarea {
  position: relative;
  z-index: 1;
}
.contact-inner-area .contact-main-boxarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
}
.contact-inner-area .contact-main-boxarea p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
}
.contact-inner-area .contact-main-boxarea .input-area {
  margin-top: 16px;
}
.contact-inner-area .contact-main-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;
  background: var(--ztc-bg-bg-4);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
}
.contact-inner-area .contact-main-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-medium);
  line-height: 18px;
}
.contact-inner-area .contact-main-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-medium);
  line-height: 18px;
}
.contact-inner-area .contact-main-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-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-4);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
}
.contact-inner-area .contact-main-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  right: 16px;
}
.contact-inner-area .contact-main-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact-inner-area .contact-main-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;
  background: var(--ztc-bg-bg-4);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: 140px;
}
.contact-inner-area .contact-main-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-medium);
  line-height: 18px;
}
.contact-inner-area .contact-main-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-medium);
  line-height: 18px;
}
.contact-inner-area .contact-main-boxarea .input-area button {
  border: none;
  outline: none;
}
.contact-inner-area iframe {
  width: 100%;
  border-radius: 8px;
  height: 500px;
}
@media (max-width: 767px) {
  .contact-inner-area iframe {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-area iframe {
    height: 400px;
  }
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta2-aection-area {
  position: relative;
  z-index: 2;
  margin-bottom: -90px;
}
.cta2-aection-area .cta-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-6);
  border-radius: 16px;
  padding: 0 60px;
}

.cta2-aection-area .cta-bg-area-2 {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-14);
  border-radius: 16px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .cta2-aection-area .cta-bg-area {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-aection-area .cta-bg-area {
    padding: 40px;
  }
}
.cta2-aection-area .cta-bg-area .cta-images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta2-aection-area .cta-bg-area .cta-images-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-aection-area .cta-bg-area .cta-images-area {
    margin-bottom: 30px;
  }
}
.cta2-aection-area .cta-bg-area .cta-images-area .elements5 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  top: 80px;
}
@media (max-width: 767px) {
  .cta2-aection-area .cta-bg-area .cta-images-area .elements5 {
    top: 50px;
  }
}
.cta2-aection-area .cta-bg-area .cta-images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.cta2-aection-area .cta-bg-area .cta-heading {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .cta2-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta2-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}
.cta2-aection-area .cta-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}
@media (max-width: 767px) {
  .cta2-aection-area .cta-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.cta2-aection-area .cta-bg-area .cta-heading .cta-contact-area {
  background: #3DB35C;
  display: flex;
  align-items: center;
  padding: 14px;
  border-radius: 8px;
  margin-top: 30px;
}
.cta2-aection-area .cta-bg-area .cta-heading .cta-contact-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
}
.cta2-aection-area .cta-bg-area .cta-heading .cta-contact-area .text {
  padding-left: 16px;
}
.cta2-aection-area .cta-bg-area .cta-heading .cta-contact-area .text p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
.cta2-aection-area .cta-bg-area .cta-heading .cta-contact-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
	.cta2-aection-area .cta-bg-area .cta-heading .cta-contact-area .text a {
		font-size: var(--ztc-font-size-font-s15);
	}
}

.cta4-aection-area {
  position: relative;
  z-index: 2;
  background: var(--ztc-bg-bg-14);
}
.cta4-aection-area .elements9 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.cta4-aection-area .cta-bg-area {
  position: relative;
  z-index: 1;
}
.cta4-aection-area .cta-bg-area .cta-heading {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .cta4-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta4-aection-area .cta-bg-area .cta-heading {
    padding: 0;
  }
}
.cta4-aection-area .cta-bg-area .cta-heading h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-black);
  line-height: 54px;
}
@media (max-width: 767px) {
  .cta4-aection-area .cta-bg-area .cta-heading h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
.cta4-aection-area .cta-bg-area .cta-heading p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.cta4-aection-area .cta-bg-area .cta-heading .btn-area1 .ctn-btn4 {
  position: relative;
  display: inline-block;
  padding: 12px 10px 12px 24px;
  border-radius: 10px;
  color: var(--ztc-text-text-11) !important;
  background: var(--ztc-bg-bg-1);
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 20px;
  font-weight: var(--ztc-weight-black);
  transition: all 0.4s;
  z-index: 1;
  text-transform: uppercase;
}
.cta4-aection-area .cta-bg-area .cta-heading .btn-area1 .ctn-btn4:hover {
  color: var(--ztc-text-text-1) !important;
  transition: all 0.4s;
  transform: translateY(-5px);
}
.cta4-aection-area .cta-bg-area .cta-heading .btn-area1 .ctn-btn4:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  left: 0;
}
.cta4-aection-area .cta-bg-area .cta-heading .btn-area1 .ctn-btn4:hover span {
  transform: rotate(0);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
}
.cta4-aection-area .cta-bg-area .cta-heading .btn-area1 .ctn-btn4 span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: var(--ztc-bg-bg-13);
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 6px;
}
.cta4-aection-area .cta-bg-area .cta-heading .btn-area1 .ctn-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
.cta4-aection-area .cta-bg-area .cta-contact-area {
  background: #f74f4d;
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  margin-top: 30px;
}
.cta4-aection-area .cta-bg-area .cta-contact-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
}
.cta4-aection-area .cta-bg-area .cta-contact-area .text {
  padding-left: 16px;
}
.cta4-aection-area .cta-bg-area .cta-contact-area .text p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
}
.cta4-aection-area .cta-bg-area .cta-contact-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
	.cta4-aection-area .cta-bg-area .cta-contact-area .text a {
		font-size: var(--ztc-font-size-font-s15);
	}
}
/*============= CTA CSS AREA ENDS===============*/

/*============= ABOUT CSS AREA ===============*/
.about2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about2 .about-images-area {
  position: relative;
  z-index: 1;
}
.about2 .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about2 .about-images-area .ot-widget-area {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.09);
  display: inline-flex;
  align-items: center;
  padding: 18px;
  position: absolute;
  bottom: 60px;
  left: 100px;
  z-index: 1;
}
@media (max-width: 767px) {
  .about2 .about-images-area .ot-widget-area {
    left: 0;
  }
}
.about2 .about-images-area .ot-widget-area p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  padding-left: 10px;
}
.about2 .about-images-area .ot-widget-area img {
  height: 40px;
  width: 40px;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about2 .about2-heading {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .about2 .about2-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2 .about2-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about2 .about2-heading {
    padding: 0;
  }
}
.about2 .about2-heading .about2-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.about2 .about2-heading .about2-boxarea .icons {
  border-radius: 60px;
  background: rgba(40, 170, 74, 0.08);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  position: absolute;
}
.about2 .about2-heading .about2-boxarea .text-area {
  padding-left: 76px;
}
.about2 .about2-heading .about2-boxarea .text-area a {
  color: var(--ztc-text-text-5);
  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;
}
.about2 .about2-heading .about2-boxarea .text-area a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.about-inner1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-inner1-area .heading1 {
  padding: 40px 0 0 20px;
}
@media (max-width: 767px) {
  .about-inner1-area .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner1-area .heading1 {
    padding: 0;
    margin-top: 30px;
  }
}
.about-inner1-area .img1 img {
  height: 100%;
 width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ccc;
    padding: 10px;
}
.about-inner1-area .about-widget-area1 .about2-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.about-inner1-area .about-widget-area1 .about2-boxarea .icons {
  border-radius: 60px;
  background: rgba(40, 170, 74, 0.09);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  position: absolute;
}
.about-inner1-area .about-widget-area1 .about2-boxarea .text-area {
  padding-left: 76px;
}
.about-inner1-area .about-widget-area1 .about2-boxarea .text-area a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .about-inner1-area .about-widget-area1 .about2-boxarea .text-area a {
    line-height: 28px;
  }
}
.about-inner1-area .about-widget-area1 .about2-boxarea .text-area a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
/*============= ABOUT CSS AREA ===============*/

/*============= CHOOSE CSS AREA STARTS ===============*/
.choose1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose1 .choose-widget-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  padding: 24px;
  border: 1px solid var(--ztc-bg-bg-15);
}
.choose1 .choose-widget-boxarea:hover {
  border: 1px solid var(--ztc-text-text-13);
  transition: all 0.4s;
  transform: translateY(-10px);
}
.choose1 .choose-widget-boxarea .icons {
  height: 30px;
  width: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 35px;
}
@media (max-width: 767px) {
  .choose1 .choose-widget-boxarea .icons {
    position: relative;
    left: 10px;
    top: 0;
  }
}
.choose1 .choose-widget-boxarea .icons::after {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-14);
  opacity: 20%;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.choose1 .choose-widget-boxarea .content-text {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .choose1 .choose-widget-boxarea .content-text {
    padding-left: 0;
    margin-top: 40px;
  }
}
.choose1 .choose-widget-boxarea .content-text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 22px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.choose1 .choose-widget-boxarea .content-text a:hover {
  color: var(--ztc-text-text-13);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose1 .choose-widget-boxarea .content-text a {
    line-height: 30px;
  }
}
.choose1 .choose-widget-boxarea .content-text p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}
.choose1 .heading4 {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .choose1 .heading4 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose1 .heading4 {
    padding: 0;
    margin-top: 30px;
  }
}
/*============= CHOOSE CSS AREA ENDS ===============*/

.list-angle-right {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
}
.list-angle-right li {
    padding: 5px 5px 5px 20px;
    position: relative;
}
.list-angle-right li:before {
    content: "\f105";
	font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    font-size: 14px;
    color: #000;
}

/*============= TIMELINE AREA STARTS ===============*/
.timeline {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	list-style-type: none;
}

.timeline *,
.timeline :after,
.timeline :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.timeline:not(.timeline--horizontal):before {
	background-color: #ddd;
	bottom: 0;
	content: '';
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: 0;
	width: 4px;
	z-index: 1
}

.timeline__wrap {
	overflow: hidden;
	position: relative;
	z-index: 2
}

.timeline__item {
	font-size: 16px;
	font-size: 1rem;
	padding: .625rem 2.5rem .625rem 0;
	position: relative;
	width: 50%;
	z-index: 2
}

.timeline__item:after {
	background-color: #fff;
	background-color: #28aa4a;
	border: 4px solid #ddd;
	border-radius: 50%;
	content: '';
	height: 20px;
	position: absolute;
	right: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 20px;
	z-index: 1
}

.timeline__item.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0
}

.timeline__item.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.timeline__item--left {
	left: 0
}

.timeline__item--right {
	left: 50%;
	padding: .625rem 0 .625rem 2.5rem
}

.timeline__item--right:after {
	left: -10px
}

.timeline__item--right .timeline__content:before {
	border-bottom: 10px solid transparent;
	border-right: 12px solid #ccc;
	border-left: none;
	border-top: 10px solid transparent;
	left: -12px
}

.timeline__item--right .timeline__content:after {
	border-bottom: 9px solid transparent;
	border-right: 11px solid #fff;
	border-left: none;
	border-top: 9px solid transparent;
	left: -10px
}

.timeline__content {
	background-color: #073d71;
	border: 1px solid #ccc;
	color: #333;
	display: block;
	padding: 1.25rem;
	position: relative
}

.timeline__content:after,
.timeline__content:before {
	content: '';
	height: 0;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 0
}

.timeline__content:before {
	border-bottom: 10px solid transparent;
	border-left: 12px solid #ccc;
	border-top: 10px solid transparent;
	right: -12px;
	z-index: 1
}

.timeline__content:after {
	border-bottom: 9px solid transparent;
	border-left: 11px solid #fff;
	border-top: 9px solid transparent;
	right: -10px;
	z-index: 2
}

.timeline__content h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 .625rem;
	color: #fff;
}

.timeline__content p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #fff;
}

.timeline--horizontal {
	font-size: 0;
	padding: 0 3rem;
	overflow: hidden;
	white-space: nowrap
}

.timeline--horizontal .timeline-divider {
	background-color: #ddd;
	display: block;
	height: 4px;
	left: 40px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 40px;
	z-index: 1
}

.timeline--horizontal .timeline__items {
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	will-change: transform
}

.timeline--horizontal .timeline__item {
	display: inline-block;
	left: 0;
	padding: 0 0 2.5rem;
	position: relative;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	vertical-align: top;
	white-space: normal
}

.timeline--horizontal .timeline__item:after {
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 100%
}

.timeline--horizontal .timeline__item .timeline__item__inner {
	display: table;
	height: 100%;
	width: 100%
}

.timeline--horizontal .timeline__item .timeline__content__wrap {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: bottom
}

.timeline--horizontal .timeline__item .timeline__content:before {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #073d71;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%
}

.timeline--horizontal .timeline__item .timeline__content:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #073d71;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%
}

.timeline--horizontal .timeline__item--bottom {
	padding: 2.5rem 0 0
}

.timeline--horizontal .timeline__item--bottom:after {
	top: 0
}

.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
	vertical-align: top
}

.timeline--horizontal .timeline__item--bottom .timeline__content:before {
	border-bottom: 12px solid #073d71;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: none;
	bottom: 100%;
	top: auto
}

.timeline--horizontal .timeline__item--bottom .timeline__content:after {
	border-bottom: 10px solid #073d71;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: none;
	bottom: 100%;
	top: auto
}

.timeline-nav-button {
	background-color: #6D6E71;
	border: 2px solid #ddd;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	height: 40px;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 40px;
	z-index: 10
}

.timeline-nav-button:disabled {
	opacity: .5;
	pointer-events: none
}

.timeline-nav-button:before {
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 14px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	width: 8px
}

.timeline-nav-button--prev {
	left: 0
}

.timeline-nav-button--prev:before {
	background-image: url(../img/icons/arrow-left.svg)
}

.timeline-nav-button--next {
	right: 0
}

.timeline-nav-button--next:before {
	background-image: url(../img/icons/arrow-right.svg)
}

.timeline--mobile {
	padding: 0
}

.timeline--mobile:before {
	left: 10px !important;
	margin: 0 !important
}

.timeline--mobile .timeline__item {
	left: 0;
	padding-left: 40px;
	padding-right: 0;
	width: 100%
}

.timeline--mobile .timeline__item:after {
	left: 2px;
	margin: 0
}

.timeline--mobile .timeline__item .timeline__content:before {
	left: -12px;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #ccc;
	border-left: none;
	border-top: 12px solid transparent
}

.timeline--mobile .timeline__item .timeline__content:after {
	left: -10px;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	border-left: none;
	border-top: 10px solid transparent
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		top: 70px
	}

	100% {
		opacity: 1;
		top: 0
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		top: 70px
	}

	100% {
		opacity: 1;
		top: 0
	}
}

@-webkit-keyframes liftUp {
	0% {
		top: 0
	}

	100% {
		top: -15px
	}
}

@keyframes liftUp {
	0% {
		top: 0
	}

	100% {
		top: -15px
	}
}
/*============= TIMELINE AREA ENDS ===============*/

/*============= VALUE SECTION AREA STARTS ===============*/
.intro-section {
	text-align: center;
}

.value-that-shapes-section .intro-section .container {
	background-color: #e9f6ed;
}

.intro-section-bg {
	padding: 0 30px;
}

.intro-section .intro-img {
	border-radius: 50%;
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
	border: 2px solid rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	background-color: #fff;
	left: 32%;
	width: 34%;
	transform: translateY(-20px);
}

.value-that-shapes-subtitle {
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 20px 0;
	color: rgba(0, 0, 0, .6);
}

.value-that-shapes-row-1 .container {
	background-color: #000;
	padding: 0;
}

.value-that-shapes-inner-row {
	position: relative;
}

.value-that-shapes-row-2 {
	padding: 20px;
}

.value-that-shapes-wrapper-2 {
	text-align: center;
}

.value-that-shapes-title {
	margin: 0;
	color: #fff;
	position: absolute;
	bottom: 25px;
	right: 30px;
	font-size: 36px;
	font-weight: 900;
}

.value-that-shapes-subtitle {
	color: rgba(0, 0, 0, .6);
}

.value-that-shapes-content {
	margin-bottom: 0;
}

.value-that-shapes-section .service_box {
	min-height: 538px;
	background-color: transparent;
}

.value-that-shapes-section .service_box:hover {
	background-color: #28AA4A;
}

.value-that-shapes-section .service_box .service_icon img {
	padding: 4px;
}

.service_box {
	margin: 20px 0;
	padding: 40px 20px;
	text-align: center;
	background-color: #e8f4fc;
	transition: all 0.30s ease 0s;
	border: 2px solid #959595;
	transition: .5s transform ease-in-out;
}

.service_box:hover {
	background-color: #25A4D8;
	transform: scale(1.07);
}

.service_box:hover h3,
.service_box:hover p {
	color: #fff;
}

.service_box .service_icon {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	font-size: 35px;
	background: #fff;
	line-height: 80px;
	border-radius: 50px;
	border: 2px solid #959595;
	transform: translateY(-100%);
}

.service_box .service_icon i {
	color: #333;
}

.service_box h3 {
	position: relative;
	top: -40px;
	margin: 0;
	color: #454545;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
}

.service_box p {
	color: #454545;
	margin: 0;
}

.service_box .service_icon img {
	width: 70px;
	height: 70px;
}
	
@media only screen and (max-width: 767px) {
	.intro-section .intro-img {
		width: 30%;
		left: 35%;
		transform: translateY(-60px);
	}
	.intro-section-bg .col-sm-6 {
		padding: 0;
	}
	.value-that-shapes-inner-row {
		flex-direction: column-reverse;
		height: 340px !important;
	}
	.value-that-shapes-wrapper-2 {
		margin-top: 38px;
	}
	.value-that-shapes-title {
		font-size: 30px;
	}
	.value-that-shapes-title {
		right: 15px;
		width: 50%;
		font-size: 24px;
	}
	.value-that-shapes-section {
		background-color: #fef1ea;
	}
	.value-that-shapes-section .service_box {
		margin: 60px 0 0;
	}
}
/*============= VALUE SECTION AREA ENDS ===============*/

/*============= ACCORDIANS AREA STARTS ===============*/
.wt-accordion .wt-panel {
	background-color: transparent;
	border: none;
	margin-bottom: 10px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.acod-head {
	position: relative;
	color: #FB8500;
}

.acod-head a.collapsed {
	color: #00173c;
}

.acod-title {
	margin-top: 0;
	margin-bottom: 0;
	font-family:'Manrope', sans-serif;
}

.acod-title a {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.acod-head .fa {
	margin-right: 5px;
}

.acod-head a {
	display: block;
	padding: 15px 60px 15px 15px;
	font-size: 22px;
	font-weight: 500;
}

.acod-head a,
.acod-head a:hover,
.acod-head a:active,
.acod-head a:focus {
	color: #0f1221;
}

.acod-body {
	color: #000;
	font-family:'Manrope', sans-serif;
}

.acod-body .acod-content p:last-child{
	margin-bottom:0px;
}

.acod-head .indicator {
	padding: 15px;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	font-size: 12px;
}

.acod-head .indicator .fa {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.acod-head.acc-actives .indicator .fa:before,
.acod-head [aria-expanded="false"] .indicator .fa:before {
	content: "\f067";
	font-family: 'FontAwesome';
}

.acod-head.acc-actives .indicator .fa:before,
.acod-head [aria-expanded="true"] .indicator .fa:before {
	font-family: 'FontAwesome';
	content: "\f068"
}

.acod-head .collapsed .indicator .fa:before,
.acod-head .collapsed [aria-expanded="false"] .indicator .fa:before {
	content: "\f067";
	font-family: 'FontAwesome';
}

.acod-head .indicator .fa:before,
.acod-head [aria-expanded="true"] .indicator .fa:before {
	font-family: 'FontAwesome';
	content: "\f068"
}

/* Accordion bg gray */

.acc-bg-gray a {
	background-color: #EFF3F6;
}

.acc-bg-gray .acod-head .indicator {
	color: #fff;
	background-color: #00173c;
}

.acc-bg-gray.acc-has-bg .acod-body {
	color: #fff;
}

@media only screen and (max-width:540px){
.acod-head a .indicator {
	font-size: 12px;
}
}
/*============= ACCORDIANS AREA ENDS ===============*/

/*============= WHAT WE DO AREA STARTS ===============*/
.what-we-do-section2-new{
	position: relative;
}

.whatWedo-media-section-new{
	position:relative;
	margin-right: 30px;
}

.whatWedo-media-section-new img{
	width:100%;
}

.whatWedo-media-content-new{
	position: absolute;
	bottom: 0;
	left: 0;
}
.whatWedo-media-inner-new{
	position:relative;
	z-index:1;
	padding:30px;
	background-color: #FB8500;
}
.whatWedo-media-inner-new p{margin-bottom:0px;}
.wt-icon-card-outer-new{padding-top:15px;}
.wt-icon-card-new{padding:20px; border-left:solid 6px #FB8500; margin-bottom:30px;}
.wt-icon-card-new:last-child{margin-bottom:0px}
.wt-icon-card-new .wt-card-header-new{/*! padding-bottom:10px; */}
.wt-icon-card-new .wt-card-header-new i{font-size:48px;padding-right:10px; line-height: 48px;display: inline-block;}
.wt-icon-card-new .wt-card-header-new span{font-size:20px;}
.wt-icon-card-new .wt-card-content-new p{margin-bottom:0px;}
.wt-media img{width:100%;}
.bg-yellow-light{background-color:#fff0e0;}
.site-text-secondry {color: #00173c;display: flex;align-items: center}
.site-text-secondry img{float:left; margin: 0px; padding-right: 12px;}
/*============= WHAT WE DO AREA ENDS ===============*/

/*# sourceMappingURL=main.css.map */