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

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: none;
    }

h2,
p {
    margin-bottom: 0;
}

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

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

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

div#loading-icon img {
    width: 100%;
    height: 50%;
}

.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: #bf2127;
    --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: #bf2127;
    --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: var(--ztc-bg-bg-11);
}

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

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

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

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

    .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: var(--ztc-bg-bg-10);
    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: var(--ztc-bg-bg-3);
                    color: var(--ztc-text-text-1);
                    transition: all 0.4s;
                }

                .pagination-area ul li a.active {
                    background: var(--ztc-bg-bg-3);
                    color: var(--ztc-text-text-1);
                    transition: all 0.4s;
                }

.paragraph {
    text-align: justify;
}

/*============= COMMON CSS AREA ENDS===============*/
.sp1 {
    padding: 0px 0 80px;
}

@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: 18px 16px;
    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: var(--ztc-bg-bg-11);
}

    .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: 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: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

            .service4 .service-widget-slider-area .service4-widget-box.slick-slide.slick-current.slick-active .content-ser-box p {
                color: var(--ztc-text-text-1);
                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 .service5-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;
    }

        .service5 .service5-boxarea:hover {
            transform: translateY(-10px);
            transition: all 0.4s;
        }

            .service5 .service5-boxarea:hover .icons {
                transform: rotateY(-180deg);
                transition: all 0.4s;
            }

        .service5 .service5-boxarea .icons {
            height: 48px;
            width: 48px;
            -o-object-fit: cover;
            object-fit: cover;
            text-align: center;
            margin: 0 auto;
        }

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

            .service5 .service5-boxarea .title:hover {
                color: var(--ztc-text-text-16);
                transition: all 0.4s;
            }

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

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

            .service5 .service5-boxarea .readmore i {
                margin-left: 4px;
                transform: rotate(-45deg);
                transition: all 0.4s;
            }

            .service5 .service5-boxarea .readmore:hover {
                color: var(--ztc-text-text-16);
                transition: all 0.4s;
            }

                .service5 .service5-boxarea .readmore:hover i {
                    transform: rotate(0);
                    transition: all 0.4s;
                }

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

.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: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    transform: translateY(-10px);
    color: #fff;
}

    .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: var(--ztc-bg-bg-3);
                    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: #bf2127;
                        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: var(--ztc-bg-bg-3);
                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: var(--ztc-bg-bg-3);
                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: var(--ztc-bg-bg-3);
                        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: var(--ztc-bg-bg-3);
    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: var(--ztc-bg-bg-3);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
    .vl-offcanvas {
        width: 100%;
    }
}

.vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}

.vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}

.vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}

    .vl-offcanvas-info span a i {
        margin: 0 4px 0 0;
    }

.vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}

.vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

.vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul {
    list-style: none;
}

    .vl-offcanvas-menu ul li {
        position: relative;
    }

        .vl-offcanvas-menu ul li a {
            padding: 8px 0;
            display: block;
            font-size: var(--ztc-font-size-font-s18);
            font-weight: var(--ztc-weight-medium);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
        }

            .vl-offcanvas-menu ul li a span {
                display: block;
            }

        .vl-offcanvas-menu ul li > a {
            border-bottom: none;
        }

        .vl-offcanvas-menu ul li.active > a {
            color: var(--ztc-text-text-1);
        }

        .vl-offcanvas-menu ul li.active > .vl-menu-close i {
            transform: rotate(90deg);
        }

        .vl-offcanvas-menu ul li .sub-menu {
            display: none;
            padding-left: 20px;
        }

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

    .vl-menu-close i {
        transition: 0.3s;
    }

.homepage2-body .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-1);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-1);
}

    .homepage2-body .vl-header-action-item button {
        border: none;
        outline: none;
        background: none;
        transition: all 0.4s;
        color: var(--ztc-text-text-1);
        font-size: var(--ztc-font-size-font-s20);
    }

.homepage2-body .vl-offcanvas {
    position: fixed;
    background: var(--ztc-bg-bg-5);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
    .homepage2-body .vl-offcanvas {
        width: 100%;
    }
}

.homepage2-body .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.homepage2-body .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage2-body .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}

.homepage2-body .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}

    .homepage2-body .vl-offcanvas-info span a i {
        margin: 0 4px 0 0;
    }

.homepage2-body .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}

.homepage2-body .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.homepage2-body .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

.homepage2-body .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage2-body .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-menu ul {
    list-style: none;
}

    .homepage2-body .vl-offcanvas-menu ul li {
        position: relative;
    }

        .homepage2-body .vl-offcanvas-menu ul li a {
            padding: 8px 0;
            display: block;
            font-size: var(--ztc-font-size-font-s18);
            font-weight: var(--ztc-weight-medium);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
        }

            .homepage2-body .vl-offcanvas-menu ul li a span {
                display: block;
            }

        .homepage2-body .vl-offcanvas-menu ul li > a {
            border-bottom: none;
        }

        .homepage2-body .vl-offcanvas-menu ul li.active > a {
            color: var(--ztc-text-text-1);
        }

        .homepage2-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
            transform: rotate(90deg);
        }

        .homepage2-body .vl-offcanvas-menu ul li .sub-menu {
            display: none;
            padding-left: 20px;
        }

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

    .homepage2-body .vl-menu-close i {
        transition: 0.3s;
    }

.homepage3-body .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-1);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-1);
}

    .homepage3-body .vl-header-action-item button {
        border: none;
        outline: none;
        background: none;
        transition: all 0.4s;
        color: var(--ztc-text-text-1);
        font-size: var(--ztc-font-size-font-s20);
    }

.homepage3-body .vl-offcanvas {
    position: fixed;
    background: var(--ztc-bg-bg-9);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
    .homepage3-body .vl-offcanvas {
        width: 100%;
    }
}

.homepage3-body .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.homepage3-body .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage3-body .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}

.homepage3-body .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}

.homepage3-body .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}

    .homepage3-body .vl-offcanvas-info span a i {
        margin: 0 4px 0 0;
    }

.homepage3-body .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.homepage3-body .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}

.homepage3-body .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.homepage3-body .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

.homepage3-body .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage3-body .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}

.homepage3-body .vl-offcanvas-menu ul {
    list-style: none;
}

    .homepage3-body .vl-offcanvas-menu ul li {
        position: relative;
    }

        .homepage3-body .vl-offcanvas-menu ul li a {
            padding: 8px 0;
            display: block;
            font-size: var(--ztc-font-size-font-s18);
            font-weight: var(--ztc-weight-medium);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
        }

            .homepage3-body .vl-offcanvas-menu ul li a span {
                display: block;
            }

        .homepage3-body .vl-offcanvas-menu ul li > a {
            border-bottom: none;
        }

        .homepage3-body .vl-offcanvas-menu ul li.active > a {
            color: var(--ztc-text-text-1);
        }

        .homepage3-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
            transform: rotate(90deg);
        }

        .homepage3-body .vl-offcanvas-menu ul li .sub-menu {
            display: none;
            padding-left: 20px;
        }

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

    .homepage3-body .vl-menu-close i {
        transition: 0.3s;
    }

.homepage4-body .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-11);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-11);
}

    .homepage4-body .vl-header-action-item button {
        border: none;
        outline: none;
        background: none;
        transition: all 0.4s;
        color: var(--ztc-text-text-11);
        font-size: var(--ztc-font-size-font-s20);
    }

.homepage4-body .vl-offcanvas {
    position: fixed;
    background: var(--ztc-bg-bg-14);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
    .homepage4-body .vl-offcanvas {
        width: 100%;
    }
}

.homepage4-body .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.homepage4-body .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage4-body .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}

.homepage4-body .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}

.homepage4-body .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}

    .homepage4-body .vl-offcanvas-info span a i {
        margin: 0 4px 0 0;
    }

.homepage4-body .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.homepage4-body .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}

.homepage4-body .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.homepage4-body .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

.homepage4-body .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage4-body .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}

.homepage4-body .vl-offcanvas-menu ul {
    list-style: none;
}

    .homepage4-body .vl-offcanvas-menu ul li {
        position: relative;
    }

        .homepage4-body .vl-offcanvas-menu ul li a {
            padding: 8px 0;
            display: block;
            font-size: var(--ztc-font-size-font-s18);
            font-weight: var(--ztc-weight-medium);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
        }

            .homepage4-body .vl-offcanvas-menu ul li a span {
                display: block;
            }

        .homepage4-body .vl-offcanvas-menu ul li > a {
            border-bottom: none;
        }

        .homepage4-body .vl-offcanvas-menu ul li.active > a {
            color: var(--ztc-text-text-1);
        }

        .homepage4-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
            transform: rotate(90deg);
        }

        .homepage4-body .vl-offcanvas-menu ul li .sub-menu {
            display: none;
            padding-left: 20px;
        }

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

    .homepage4-body .vl-menu-close i {
        transition: 0.3s;
    }

.homepage5-body .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-14);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-14);
}

    .homepage5-body .vl-header-action-item button {
        border: none;
        outline: none;
        background: none;
        transition: all 0.4s;
        color: var(--ztc-text-text-14);
        font-size: var(--ztc-font-size-font-s20);
    }

.homepage5-body .vl-offcanvas {
    position: fixed;
    background: var(--ztc-bg-bg-17);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
    .homepage5-body .vl-offcanvas {
        width: 100%;
    }
}

.homepage5-body .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.homepage5-body .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage5-body .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}

.homepage5-body .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}

.homepage5-body .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}

    .homepage5-body .vl-offcanvas-info span a i {
        margin: 0 4px 0 0;
    }

.homepage5-body .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.homepage5-body .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}

.homepage5-body .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.homepage5-body .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

.homepage5-body .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage5-body .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}

.homepage5-body .vl-offcanvas-menu ul {
    list-style: none;
}

    .homepage5-body .vl-offcanvas-menu ul li {
        position: relative;
    }

        .homepage5-body .vl-offcanvas-menu ul li a {
            padding: 8px 0;
            display: block;
            font-size: var(--ztc-font-size-font-s18);
            font-weight: var(--ztc-weight-medium);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
        }

            .homepage5-body .vl-offcanvas-menu ul li a span {
                display: block;
            }

        .homepage5-body .vl-offcanvas-menu ul li > a {
            border-bottom: none;
        }

        .homepage5-body .vl-offcanvas-menu ul li.active > a {
            color: var(--ztc-text-text-1);
        }

        .homepage5-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
            transform: rotate(90deg);
        }

        .homepage5-body .vl-offcanvas-menu ul li .sub-menu {
            display: none;
            padding-left: 20px;
        }

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

    .homepage5-body .vl-menu-close i {
        transition: 0.3s;
    }

.homepage6-body .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-14);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-14);
}

    .homepage6-body .vl-header-action-item button {
        border: none;
        outline: none;
        background: none;
        transition: all 0.4s;
        color: var(--ztc-text-text-14);
        font-size: var(--ztc-font-size-font-s20);
    }

.homepage6-body .vl-offcanvas {
    position: fixed;
    background: var(--ztc-bg-bg-18);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
    .homepage6-body .vl-offcanvas {
        width: 100%;
    }
}

.homepage6-body .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.homepage6-body .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage6-body .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}

.homepage6-body .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}

.homepage6-body .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}

    .homepage6-body .vl-offcanvas-info span a i {
        margin: 0 4px 0 0;
    }

.homepage6-body .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.homepage6-body .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}

.homepage6-body .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.homepage6-body .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

.homepage6-body .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage6-body .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}

.homepage6-body .vl-offcanvas-menu ul {
    list-style: none;
}

    .homepage6-body .vl-offcanvas-menu ul li {
        position: relative;
    }

        .homepage6-body .vl-offcanvas-menu ul li a {
            padding: 8px 0;
            display: block;
            font-size: var(--ztc-font-size-font-s18);
            font-weight: var(--ztc-weight-medium);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
        }

            .homepage6-body .vl-offcanvas-menu ul li a span {
                display: block;
            }

        .homepage6-body .vl-offcanvas-menu ul li > a {
            border-bottom: none;
        }

        .homepage6-body .vl-offcanvas-menu ul li.active > a {
            color: var(--ztc-text-text-1);
        }

        .homepage6-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
            transform: rotate(90deg);
        }

        .homepage6-body .vl-offcanvas-menu ul li .sub-menu {
            display: none;
            padding-left: 20px;
        }

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

    .homepage6-body .vl-menu-close i {
        transition: 0.3s;
    }

.homepage7-body .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-1);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-1);
}

    .homepage7-body .vl-header-action-item button {
        border: none;
        outline: none;
        background: none;
        transition: all 0.4s;
        color: var(--ztc-text-text-1);
        font-size: var(--ztc-font-size-font-s20);
    }

.homepage7-body .vl-offcanvas {
    position: fixed;
    background: var(--ztc-bg-bg-16);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
    .homepage7-body .vl-offcanvas {
        width: 100%;
    }
}

.homepage7-body .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.homepage7-body .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage7-body .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}

.homepage7-body .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}

.homepage7-body .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}

    .homepage7-body .vl-offcanvas-info span a i {
        margin: 0 4px 0 0;
    }

.homepage7-body .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.homepage7-body .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}

.homepage7-body .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.homepage7-body .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

.homepage7-body .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage7-body .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}

.homepage7-body .vl-offcanvas-menu ul {
    list-style: none;
}

    .homepage7-body .vl-offcanvas-menu ul li {
        position: relative;
    }

        .homepage7-body .vl-offcanvas-menu ul li a {
            padding: 8px 0;
            display: block;
            font-size: var(--ztc-font-size-font-s18);
            font-weight: var(--ztc-weight-medium);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
        }

            .homepage7-body .vl-offcanvas-menu ul li a span {
                display: block;
            }

        .homepage7-body .vl-offcanvas-menu ul li > a {
            border-bottom: none;
        }

        .homepage7-body .vl-offcanvas-menu ul li.active > a {
            color: var(--ztc-text-text-1);
        }

        .homepage7-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
            transform: rotate(90deg);
        }

        .homepage7-body .vl-offcanvas-menu ul li .sub-menu {
            display: none;
            padding-left: 20px;
        }

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

    .homepage7-body .vl-menu-close i {
        transition: 0.3s;
    }

.homepage8-body .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-14);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-14);
}

    .homepage8-body .vl-header-action-item button {
        border: none;
        outline: none;
        background: none;
        transition: all 0.4s;
        color: var(--ztc-text-text-14);
        font-size: var(--ztc-font-size-font-s20);
    }

.homepage8-body .vl-offcanvas {
    position: fixed;
    background: var(--ztc-bg-bg-16);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
    .homepage8-body .vl-offcanvas {
        width: 100%;
    }
}

.homepage8-body .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.homepage8-body .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage8-body .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}

.homepage8-body .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}

.homepage8-body .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}

    .homepage8-body .vl-offcanvas-info span a i {
        margin: 0 4px 0 0;
    }

.homepage8-body .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.homepage8-body .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}

.homepage8-body .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.homepage8-body .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

.homepage8-body .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage8-body .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}

.homepage8-body .vl-offcanvas-menu ul {
    list-style: none;
}

    .homepage8-body .vl-offcanvas-menu ul li {
        position: relative;
    }

        .homepage8-body .vl-offcanvas-menu ul li a {
            padding: 8px 0;
            display: block;
            font-size: var(--ztc-font-size-font-s18);
            font-weight: var(--ztc-weight-medium);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
        }

            .homepage8-body .vl-offcanvas-menu ul li a span {
                display: block;
            }

        .homepage8-body .vl-offcanvas-menu ul li > a {
            border-bottom: none;
        }

        .homepage8-body .vl-offcanvas-menu ul li.active > a {
            color: var(--ztc-text-text-1);
        }

        .homepage8-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
            transform: rotate(90deg);
        }

        .homepage8-body .vl-offcanvas-menu ul li .sub-menu {
            display: none;
            padding-left: 20px;
        }

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

    .homepage8-body .vl-menu-close i {
        transition: 0.3s;
    }

.homepage9-body .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-14);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-14);
}

    .homepage9-body .vl-header-action-item button {
        border: none;
        outline: none;
        background: none;
        transition: all 0.4s;
        color: var(--ztc-text-text-14);
        font-size: var(--ztc-font-size-font-s20);
    }

.homepage9-body .vl-offcanvas {
    position: fixed;
    background: var(--ztc-bg-bg-17);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
    .homepage9-body .vl-offcanvas {
        width: 100%;
    }
}

.homepage9-body .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.homepage9-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) {
    .homepage9-body .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}

.homepage9-body .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}

.homepage9-body .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}

    .homepage9-body .vl-offcanvas-info span a i {
        margin: 0 4px 0 0;
    }

.homepage9-body .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

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

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

.homepage9-body .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

.homepage9-body .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage9-body .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}

.homepage9-body .vl-offcanvas-menu ul {
    list-style: none;
}

    .homepage9-body .vl-offcanvas-menu ul li {
        position: relative;
    }

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

            .homepage9-body .vl-offcanvas-menu ul li a span {
                display: block;
            }

        .homepage9-body .vl-offcanvas-menu ul li > a {
            border-bottom: none;
        }

        .homepage9-body .vl-offcanvas-menu ul li.active > a {
            color: var(--ztc-text-text-1);
        }

        .homepage9-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
            transform: rotate(90deg);
        }

        .homepage9-body .vl-offcanvas-menu ul li .sub-menu {
            display: none;
            padding-left: 20px;
        }

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

    .homepage9-body .vl-menu-close i {
        transition: 0.3s;
    }

.homepage10-body .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-14);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-14);
}

    .homepage10-body .vl-header-action-item button {
        border: none;
        outline: none;
        background: none;
        transition: all 0.4s;
        color: var(--ztc-text-text-14);
        font-size: var(--ztc-font-size-font-s20);
    }

.homepage10-body .vl-offcanvas {
    position: fixed;
    background: var(--ztc-bg-bg-22);
    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) {
    .homepage10-body .vl-offcanvas {
        width: 100%;
    }
}

.homepage10-body .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.homepage10-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) {
    .homepage10-body .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}

.homepage10-body .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}

.homepage10-body .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}

    .homepage10-body .vl-offcanvas-info span a i {
        margin: 0 4px 0 0;
    }

.homepage10-body .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

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

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

.homepage10-body .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

.homepage10-body .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage10-body .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}

.homepage10-body .vl-offcanvas-menu ul {
    list-style: none;
}

    .homepage10-body .vl-offcanvas-menu ul li {
        position: relative;
    }

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

            .homepage10-body .vl-offcanvas-menu ul li a span {
                display: block;
            }

        .homepage10-body .vl-offcanvas-menu ul li > a {
            border-bottom: none;
        }

        .homepage10-body .vl-offcanvas-menu ul li.active > a {
            color: var(--ztc-text-text-1);
        }

        .homepage10-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
            transform: rotate(90deg);
        }

        .homepage10-body .vl-offcanvas-menu ul li .sub-menu {
            display: none;
            padding-left: 20px;
        }

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

    .homepage10-body .vl-menu-close i {
        transition: 0.3s;
    }

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.vl-blog-1-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .vl-blog-1-area .vl-blog-1-item {
        position: relative;
        z-index: 1;
        border-radius: 0px 0px 10px 10px;
        background: var(--ztc-bg-bg-4);
        margin-bottom: 30px;
    }

        .vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb .date {
            background: var(--ztc-bg-bg-3);
            transition: all 0.8s;
            transform: rotateY(-360deg);
        }

        .vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-content .vl-blog-meta .tags a {
            background: var(--ztc-bg-bg-3);
            border: 1px solid var(--ztc-text-text-4);
            transition: all 0.4s;
            color: var(--ztc-text-text-1);
        }

        .vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
            position: relative;
            z-index: 1;
            overflow: hidden;
            transition: all 0.4s;
            border-radius: 8px 8px 0 0;
        }

            .vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb .date {
                background: var(--ztc-bg-bg-2);
                display: inline-block;
                border-radius: 10px;
                padding: 12px;
                transition: all 0.8s;
                position: absolute;
                bottom: 24px;
                left: 24px;
                z-index: 2;
            }

                .vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb .date p {
                    color: var(--ztc-text-text-1);
                    text-align: center;
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s28);
                    font-style: normal;
                    font-weight: var(--ztc-weight-black);
                    line-height: 28px;
                    text-transform: capitalize;
                }

                .vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb .date span {
                    color: var(--ztc-text-text-1);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s12);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 12px;
                    text-transform: capitalize;
                }

            .vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px 8px 0 0;
                transition: all 0.4s;
            }

        .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
            padding: 24px;
            position: relative;
            z-index: 1;
            min-height: 268px;
        }

            .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .tags a {
                color: var(--ztc-text-text-2);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s18);
                font-style: normal;
                font-weight: var(--ztc-weight-semibold);
                line-height: 18px;
                display: inline-block;
                transition: all 0.4s;
                padding: 8px 20px;
                border-radius: 20px;
                border: 1px solid var(--ztc-text-text-2);
            }

            .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li {
                display: inline-block;
                margin: 0 24px 0 0;
            }

                .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li:nth-last-child(1) {
                    margin: 0;
                }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li {
        margin: 0 4px 0 0;
    }
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
}

    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a svg {
        margin: -4px 4px 0 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 12px;
    }
}

@media (max-width: 767px) {
    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 12px;
    }
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    line-height: 28px;
    display: inline-block;
}

    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
        color: var(--ztc-text-text-4);
        transition: all 0.4s;
    }

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .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;
    display: inline-block;
    transition: all 0.4s;
}

    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
        color: var(--ztc-text-text-4);
        transition: all 0.4s;
    }

        .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
            transform: rotate(0);
            transition: all 0.4s;
        }

    .vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore i {
        transform: rotate(-45deg);
        transition: all 0.4s;
    }

.vl-blog-2-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .vl-blog-2-area .vl-blog-1-item {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-content .date {
            transform: rotateX(-360deg);
            transition: all 0.8s;
            background: var(--ztc-bg-bg-6);
        }

        .vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px;
        }

            .vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px;
                transition: all 0.4s;
            }

        .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
            border-radius: 8px;
            background: var(--ztc-bg-bg-1);
            box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
            position: relative;
            z-index: 1;
            padding: 32px 24px 24px 24px;
            margin: -120px 24px 0;
        }

            .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .date {
                background: var(--ztc-bg-bg-5);
                display: inline-block;
                transition: all 0.8s;
                border-radius: 8px;
                padding: 12px;
                position: absolute;
                top: -40px;
                right: 16px;
            }

                .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .date p {
                    color: var(--ztc-text-text-1);
                    text-align: center;
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s28);
                    font-style: normal;
                    font-weight: var(--ztc-weight-bold);
                    line-height: 28px;
                    text-transform: capitalize;
                }

                .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .date span {
                    color: var(--ztc-text-text-1);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s12);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 12px;
                    text-transform: capitalize;
                    display: inline-block;
                    transition: all 0.4s;
                }

            .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
                display: inline-block;
                margin: 0 16px 0 0;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
    margin: 0;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-6);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

@media (max-width: 767px) {
    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-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: 30px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 24px;
    border-bottom: 1px solid #E7E8EA;
}

    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
        color: var(--ztc-text-text-7);
        transition: all 0.4s;
    }

.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-black);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
}

    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore span {
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 32px;
        border-radius: 50%;
        background: var(--ztc-bg-bg-5);
        color: var(--ztc-text-text-1);
        display: inline-block;
        transition: all 0.4s;
        font-size: var(--ztc-font-size-font-s12);
        margin-left: 6px;
        transform: rotate(-45deg);
    }

    .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
        color: var(--ztc-text-text-7);
        transition: all 0.4s;
    }

        .vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .readmore:hover span {
            transform: rotate(0);
            transition: all 0.4s;
            background: var(--ztc-bg-bg-6);
        }

.vl-blog-3-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .vl-blog-3-area .vl-blog-1-item {
        position: relative;
        z-index: 1;
        border-radius: 0px 0px 10px 10px;
        background: var(--ztc-bg-bg-11);
        margin-bottom: 30px;
    }

        .vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .vl-blog-3-area .vl-blog-1-item:hover .vl-blog-1-content ul li a {
            background: var(--ztc-bg-bg-10);
            transition: all 0.4s;
        }

        .vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb {
            position: relative;
            z-index: 1;
            overflow: hidden;
            transition: all 0.4s;
            border-radius: 8px 8px 0 0;
        }

            .vl-blog-3-area .vl-blog-1-item .vl-blog-1-thumb img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px 8px 0 0;
                transition: all 0.4s;
            }

        .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content {
            padding: 24px;
            position: relative;
            z-index: 1;
        }

            .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li {
                display: inline-block;
                margin: 0 8px 0 0;
            }

                .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li:nth-last-child(1) {
                    margin: 0;
                }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li {
        margin: 0 4px 0 0;
    }
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li a {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    padding: 8px 12px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li a svg {
        margin: -4px 4px 0 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 12px;
    }
}

@media (max-width: 767px) {
    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 12px;
    }
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    line-height: 28px;
    display: inline-block;
}

    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
        color: var(--ztc-text-text-10);
        transition: all 0.4s;
    }

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content 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;
}

.vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore {
    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-black);
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}

    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
        color: var(--ztc-text-text-10);
        transition: all 0.4s;
    }

        .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
            transform: rotate(0);
            transition: all 0.4s;
        }

    .vl-blog-3-area .vl-blog-1-item .vl-blog-1-content .readmore i {
        transform: rotate(-45deg);
        transition: all 0.4s;
    }

.vl-blog-4-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .vl-blog-4-area .side-heading {
        color: rgba(63, 40, 48, 0.05);
        font-family: var(--ztc-family-font1);
        font-size: 110px;
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 110px;
        /* 100% */
        text-transform: uppercase;
        position: absolute;
        z-index: -1;
        left: 0;
        transform: rotate(-90deg);
        width: 0;
        height: 0;
        bottom: 0;
    }

    .vl-blog-4-area .vl-blog-1-item {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-content .date {
            transform: rotateX(-360deg);
            transition: all 0.8s;
            background: var(--ztc-bg-bg-14);
        }

        .vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px 8px 0 0;
        }

            .vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px 8px 0 0;
                transition: all 0.4s;
            }

        .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
            border-radius: 0 0 8px 8px;
            background: var(--ztc-bg-bg-1);
            box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
            position: relative;
            z-index: 1;
            padding: 32px 24px 24px 24px;
        }

            .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .date {
                background: var(--ztc-bg-bg-13);
                display: inline-block;
                transition: all 0.8s;
                border-radius: 8px;
                padding: 12px;
                position: absolute;
                top: -90px;
                right: 16px;
            }

                .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .date p {
                    color: var(--ztc-text-text-1);
                    text-align: center;
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s28);
                    font-style: normal;
                    font-weight: var(--ztc-weight-bold);
                    line-height: 28px;
                    text-transform: capitalize;
                }

                .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .date span {
                    color: var(--ztc-text-text-1);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s12);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 12px;
                    text-transform: capitalize;
                    display: inline-block;
                    transition: all 0.4s;
                }

            .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
                display: inline-block;
                margin: 0 16px 0 0;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
    margin: 0;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

@media (max-width: 767px) {
    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-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: 30px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 24px;
    border-bottom: 1px solid #E7E8EA;
}

    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
        color: var(--ztc-text-text-13);
        transition: all 0.4s;
    }

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-black);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
}

    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore span {
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 32px;
        border-radius: 50%;
        background: var(--ztc-bg-bg-13);
        color: var(--ztc-text-text-1);
        display: inline-block;
        transition: all 0.4s;
        font-size: var(--ztc-font-size-font-s12);
        margin-left: 6px;
        transform: rotate(-45deg);
    }

    .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
        color: var(--ztc-text-text-13);
        transition: all 0.4s;
    }

        .vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover span {
            transform: rotate(0);
            transition: all 0.4s;
            background: var(--ztc-bg-bg-14);
        }

.vl-blog-5-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .vl-blog-5-area .vl-blog-1-item {
        position: relative;
        z-index: 1;
        border-radius: 0px 0px 10px 10px;
        background: var(--ztc-bg-bg-15);
        margin-bottom: 30px;
    }

        .vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-content ul li a {
            background: var(--ztc-bg-bg-17);
            transition: all 0.4s;
            color: var(--ztc-text-text-1);
        }

            .vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-content ul li a svg {
                filter: brightness(0) invert(1);
            }

        .vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb {
            position: relative;
            z-index: 1;
            overflow: hidden;
            transition: all 0.4s;
            border-radius: 8px 8px 0 0;
        }

            .vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px 8px 0 0;
                transition: all 0.4s;
            }

        .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content {
            padding: 24px;
            position: relative;
            z-index: 1;
        }

            .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li {
                display: inline-block;
                margin: 0 8px 0 0;
            }

                .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li:nth-last-child(1) {
                    margin: 0;
                }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li {
        margin: 0 4px 0 0;
    }
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li a {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    padding: 8px 12px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li a svg {
        margin: -4px 4px 0 0;
        transition: all 0.4s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 12px;
    }
}

@media (max-width: 767px) {
    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 12px;
    }
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    line-height: 28px;
    display: inline-block;
}

    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
        color: var(--ztc-text-text-16);
        transition: all 0.4s;
    }

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content 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-blog-5-area .vl-blog-1-item .vl-blog-1-content .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;
    display: inline-block;
    transition: all 0.4s;
}

    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
        color: var(--ztc-text-text-16);
        transition: all 0.4s;
    }

        .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
            transform: rotate(0);
            transition: all 0.4s;
        }

    .vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .readmore i {
        transform: rotate(-45deg);
        transition: all 0.4s;
    }

.vl-blog-6-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .vl-blog-6-area .vl-blog-1-item {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .vl-blog-6-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .vl-blog-6-area .vl-blog-1-item:hover .vl-blog-1-content .date {
            transform: rotateX(-360deg);
            transition: all 0.8s;
            background: var(--ztc-bg-bg-18);
        }

        .vl-blog-6-area .vl-blog-1-item .vl-blog-1-thumb {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px 8px 0 0;
        }

            .vl-blog-6-area .vl-blog-1-item .vl-blog-1-thumb img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px 8px 0 0;
                transition: all 0.4s;
            }

        .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content {
            border-radius: 0 0 8px 8px;
            background: var(--ztc-bg-bg-1);
            box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
            position: relative;
            z-index: 1;
            padding: 32px 24px 24px 24px;
        }

            .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .date {
                background: var(--ztc-bg-bg-16);
                display: inline-block;
                transition: all 0.8s;
                border-radius: 8px;
                padding: 12px;
                position: absolute;
                top: -90px;
                right: 16px;
            }

                .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .date p {
                    color: var(--ztc-text-text-1);
                    text-align: center;
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s28);
                    font-style: normal;
                    font-weight: var(--ztc-weight-bold);
                    line-height: 28px;
                    text-transform: capitalize;
                }

                .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .date span {
                    color: var(--ztc-text-text-1);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s12);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 12px;
                    text-transform: capitalize;
                    display: inline-block;
                    transition: all 0.4s;
                }

            .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
                display: inline-block;
                margin: 0 16px 0 0;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
    margin: 0;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

@media (max-width: 767px) {
    .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-14);
    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: 30px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 24px;
    border-bottom: 1px solid #E7E8EA;
}

    .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
        color: var(--ztc-text-text-17);
        transition: all 0.4s;
    }

.vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .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;
    display: inline-block;
    transition: all 0.4s;
}

    .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore i {
        margin-left: 4px;
        transform: rotate(-45deg);
        transition: all 0.4s;
    }

    .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
        color: var(--ztc-text-text-17);
        transition: all 0.4s;
    }

        .vl-blog-6-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
            transform: rotate(0);
            transition: all 0.4s;
        }

.vl-blog-7-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .vl-blog-7-area .vl-blog-1-item {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .vl-blog-7-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .vl-blog-7-area .vl-blog-1-item:hover .vl-blog-1-content .date {
            transform: rotateX(-360deg);
            transition: all 0.8s;
            background: var(--ztc-bg-bg-16);
        }

        .vl-blog-7-area .vl-blog-1-item .vl-blog-1-thumb {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px;
        }

            .vl-blog-7-area .vl-blog-1-item .vl-blog-1-thumb img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px;
                transition: all 0.4s;
            }

        .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content {
            border-radius: 8px;
            background: var(--ztc-bg-bg-1);
            box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
            position: relative;
            z-index: 1;
            padding: 32px 24px 24px 24px;
            margin: -120px 24px 0;
        }

            .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .date {
                background: var(--ztc-bg-bg-16);
                display: inline-block;
                transition: all 0.8s;
                border-radius: 8px;
                padding: 12px;
                position: absolute;
                top: -40px;
                right: 16px;
            }

                .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .date p {
                    color: var(--ztc-text-text-1);
                    text-align: center;
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s28);
                    font-style: normal;
                    font-weight: var(--ztc-weight-bold);
                    line-height: 28px;
                    text-transform: capitalize;
                }

                .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .date span {
                    color: var(--ztc-text-text-1);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s12);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 12px;
                    text-transform: capitalize;
                    display: inline-block;
                    transition: all 0.4s;
                }

            .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
                display: inline-block;
                margin: 0 16px 0 0;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
    margin: 0;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-15);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
    }
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-14);
    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: 30px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 24px;
    border-bottom: 1px solid #E7E8EA;
}

    .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
        color: var(--ztc-text-text-14);
        transition: all 0.4s;
        text-decoration: underline;
    }

.vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .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;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
}

    .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore span {
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 32px;
        border-radius: 50%;
        background: var(--ztc-bg-bg-19);
        color: var(--ztc-text-text-14);
        display: inline-block;
        transition: all 0.4s;
        font-size: var(--ztc-font-size-font-s12);
        margin-left: 6px;
        transform: rotate(-45deg);
    }

    .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
        color: var(--ztc-text-text-14);
        transition: all 0.4s;
    }

        .vl-blog-7-area .vl-blog-1-item .vl-blog-1-content .readmore:hover span {
            transform: rotate(0);
            transition: all 0.4s;
            background: var(--ztc-bg-bg-16);
            color: var(--ztc-text-text-1);
        }

.vl-blog-8-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .vl-blog-8-area .vl-blog-1-item {
        position: relative;
        z-index: 1;
        border-radius: 0px 0px 10px 10px;
        background: var(--ztc-bg-bg-15);
        margin-bottom: 30px;
    }

        .vl-blog-8-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .vl-blog-8-area .vl-blog-1-item:hover .vl-blog-1-content ul li a {
            background: var(--ztc-bg-bg-20);
            transition: all 0.4s;
        }

        .vl-blog-8-area .vl-blog-1-item .vl-blog-1-thumb {
            position: relative;
            z-index: 1;
            overflow: hidden;
            transition: all 0.4s;
            border-radius: 8px 8px 0 0;
        }

            .vl-blog-8-area .vl-blog-1-item .vl-blog-1-thumb img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px 8px 0 0;
                transition: all 0.4s;
            }

        .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content {
            padding: 24px;
            position: relative;
            z-index: 1;
        }

            .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li {
                display: inline-block;
                margin: 0 8px 0 0;
            }

                .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li:nth-last-child(1) {
                    margin: 0;
                }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li {
        margin: 0 4px 0 0;
    }
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li a {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    padding: 8px 12px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li a svg {
        margin: -4px 4px 0 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 12px;
    }
}

@media (max-width: 767px) {
    .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 12px;
    }
}

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all 0.4s;
    line-height: 28px;
    display: inline-block;
}

    .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
        color: var(--ztc-text-text-18);
        transition: all 0.4s;
    }

.vl-blog-8-area .vl-blog-1-item .vl-blog-1-content 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-blog-8-area .vl-blog-1-item .vl-blog-1-content .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;
    display: inline-block;
    transition: all 0.4s;
}

    .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
        color: var(--ztc-text-text-18);
        transition: all 0.4s;
    }

        .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
            transform: rotate(0);
            transition: all 0.4s;
        }

    .vl-blog-8-area .vl-blog-1-item .vl-blog-1-content .readmore i {
        transform: rotate(-45deg);
        transition: all 0.4s;
    }

.vl-blog-9-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .vl-blog-9-area .vl-blog-1-item {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .vl-blog-9-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .vl-blog-9-area .vl-blog-1-item:hover .vl-blog-1-content .date {
            transform: rotateX(-360deg);
            transition: all 0.8s;
            background: var(--ztc-bg-bg-17);
        }

            .vl-blog-9-area .vl-blog-1-item:hover .vl-blog-1-content .date p {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

            .vl-blog-9-area .vl-blog-1-item:hover .vl-blog-1-content .date span {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

        .vl-blog-9-area .vl-blog-1-item .vl-blog-1-thumb {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px;
        }

            .vl-blog-9-area .vl-blog-1-item .vl-blog-1-thumb img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px;
                transition: all 0.4s;
            }

        .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content {
            border-radius: 8px;
            background: var(--ztc-bg-bg-1);
            box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
            position: relative;
            z-index: 1;
            padding: 32px 24px 24px 24px;
            margin: -120px 24px 0;
        }

            .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .date {
                background: var(--ztc-bg-bg-15);
                display: inline-block;
                transition: all 0.8s;
                border-radius: 8px;
                padding: 12px;
                position: absolute;
                top: -40px;
                right: 16px;
            }

                .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .date p {
                    color: var(--ztc-text-text-14);
                    text-align: center;
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s28);
                    font-style: normal;
                    font-weight: var(--ztc-weight-bold);
                    line-height: 28px;
                    text-transform: capitalize;
                }

                .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .date span {
                    color: var(--ztc-text-text-14);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s12);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 12px;
                    text-transform: capitalize;
                    display: inline-block;
                    transition: all 0.4s;
                }

            .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
                display: inline-block;
                margin: 0 16px 0 0;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
    margin: 0;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-15);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

@media (max-width: 767px) {
    .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 24px;
    border-bottom: 1px solid #E7E8EA;
}

    .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
        color: var(--ztc-text-text-16);
        transition: all 0.4s;
    }

.vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .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;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
}

    .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .readmore i {
        margin-left: 4px;
        transition: all 0.4s;
        transform: rotate(-45deg);
    }

    .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
        color: var(--ztc-text-text-16);
        transition: all 0.4s;
    }

        .vl-blog-9-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
            transform: rotate(0);
            transition: all 0.4s;
        }

.vl-blog-10-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .vl-blog-10-area .vl-blog-1-item {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .vl-blog-10-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .vl-blog-10-area .vl-blog-1-item:hover .vl-blog-1-content .date {
            transform: rotateX(-360deg);
            transition: all 0.8s;
            background: var(--ztc-bg-bg-22);
        }

            .vl-blog-10-area .vl-blog-1-item:hover .vl-blog-1-content .date p {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

            .vl-blog-10-area .vl-blog-1-item:hover .vl-blog-1-content .date span {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

        .vl-blog-10-area .vl-blog-1-item .vl-blog-1-thumb {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px;
        }

            .vl-blog-10-area .vl-blog-1-item .vl-blog-1-thumb img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px;
                transition: all 0.4s;
            }

        .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content {
            border-radius: 8px;
            background: var(--ztc-bg-bg-1);
            box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
            position: relative;
            z-index: 1;
            padding: 32px 24px 24px 24px;
            margin: -120px 24px 0;
        }

            .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .date {
                background: var(--ztc-bg-bg-15);
                display: inline-block;
                transition: all 0.8s;
                border-radius: 8px;
                padding: 12px;
                position: absolute;
                top: -40px;
                right: 16px;
            }

                .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .date p {
                    color: var(--ztc-text-text-14);
                    text-align: center;
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s28);
                    font-style: normal;
                    font-weight: var(--ztc-weight-bold);
                    line-height: 28px;
                    text-transform: capitalize;
                }

                .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .date span {
                    color: var(--ztc-text-text-14);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s12);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 12px;
                    text-transform: capitalize;
                    display: inline-block;
                    transition: all 0.4s;
                }

            .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
                display: inline-block;
                margin: 0 16px 0 0;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
    margin: 0;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-15);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

@media (max-width: 767px) {
    .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 24px;
    border-bottom: 1px solid #E7E8EA;
}

    .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
        color: var(--ztc-text-text-19);
        transition: all 0.4s;
    }

.vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .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;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
}

    .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .readmore i {
        margin-left: 4px;
        transition: all 0.4s;
        transform: rotate(-45deg);
    }

    .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
        color: var(--ztc-text-text-19);
        transition: all 0.4s;
    }

        .vl-blog-10-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
            transform: rotate(0);
            transition: all 0.4s;
        }

.blog-inner-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .blog-inner-area .vl-blog-1-item {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .blog-inner-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .blog-inner-area .vl-blog-1-item:hover .vl-blog-1-content .date {
            transform: rotateX(-360deg);
            transition: all 0.8s;
            background: var(--ztc-bg-bg-3);
        }

        .blog-inner-area .vl-blog-1-item .vl-blog-1-thumb {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px;
        }

            .blog-inner-area .vl-blog-1-item .vl-blog-1-thumb img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px;
                transition: all 0.4s;
            }

        .blog-inner-area .vl-blog-1-item .vl-blog-1-content {
            border-radius: 8px;
            background: var(--ztc-bg-bg-1);
            box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
            position: relative;
            z-index: 1;
            padding: 32px 24px 24px 24px;
            margin: -120px 24px 0;
            min-height: 244px;
        }

            .blog-inner-area .vl-blog-1-item .vl-blog-1-content .date {
                background: var(--ztc-bg-bg-2);
                display: inline-block;
                transition: all 0.8s;
                border-radius: 8px;
                padding: 12px;
                position: absolute;
                top: -40px;
                right: 16px;
            }

                .blog-inner-area .vl-blog-1-item .vl-blog-1-content .date p {
                    color: var(--ztc-text-text-1);
                    text-align: center;
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s28);
                    font-style: normal;
                    font-weight: var(--ztc-weight-bold);
                    line-height: 28px;
                    text-transform: capitalize;
                }

                .blog-inner-area .vl-blog-1-item .vl-blog-1-content .date span {
                    color: var(--ztc-text-text-1);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s12);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 12px;
                    text-transform: capitalize;
                    display: inline-block;
                    transition: all 0.4s;
                }

            .blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
                display: inline-block;
                margin: 0 16px 0 0;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
        margin: 0;
    }
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
    margin: 0;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
        font-size: var(--ztc-font-size-font-s14);
    }
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
    margin: -4px 4px 0 0;
}

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: 26px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 33px;
    display: inline-block;
    transition: all 0.4s;
    padding-bottom: 24px;
    border-bottom: 1px solid #E7E8EA;
}

    .blog-inner-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
        color: var(--ztc-text-text-4);
        transition: all 0.4s;
    }

.blog-inner-area .vl-blog-1-item .vl-blog-1-content .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-black);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
}

    .blog-inner-area .vl-blog-1-item .vl-blog-1-content .readmore span {
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 32px;
        border-radius: 50%;
        background: var(--ztc-bg-bg-2);
        color: var(--ztc-text-text-1);
        display: inline-block;
        transition: all 0.4s;
        font-size: var(--ztc-font-size-font-s12);
        margin-left: 6px;
        transform: rotate(-45deg);
    }

    .blog-inner-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
        color: var(--ztc-text-text-4);
        transition: all 0.4s;
    }

        .blog-inner-area .vl-blog-1-item .vl-blog-1-content .readmore:hover span {
            transform: rotate(0);
            transition: all 0.4s;
            background: var(--ztc-bg-bg-3);
            color: var(--ztc-text-text-1);
        }

.blog-details-section {
    position: relative;
    z-index: 1;
}

    .blog-details-section .blog-side-details {
        position: sticky;
        top: 120px;
        background: var(--ztc-bg-bg-4);
        border-radius: 8px;
        padding: 32px 20px;
    }

        .blog-details-section .blog-side-details .blog-widget-area1 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;
        }

        .blog-details-section .blog-side-details .blog-widget-area1 .search-area {
            border-radius: 8px;
            background: var(--ztc-bg-bg-1);
            padding: 32px 24px;
        }

            .blog-details-section .blog-side-details .blog-widget-area1 .search-area form {
                position: relative;
                z-index: 1;
            }

                .blog-details-section .blog-side-details .blog-widget-area1 .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;
                }

                    .blog-details-section .blog-side-details .blog-widget-area1 .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%;
                    }

                    .blog-details-section .blog-side-details .blog-widget-area1 .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%;
                    }

                .blog-details-section .blog-side-details .blog-widget-area1 .search-area form button {
                    border: none;
                    outline: none;
                    background: none;
                    text-align: center;
                    transition: all 0.4s;
                    position: absolute;
                    right: 7px;
                    top: 13px;
                }

        .blog-details-section .blog-side-details .blog-widget-area1 .categories-area {
            border-radius: 8px;
            background: var(--ztc-bg-bg-4);
        }

            .blog-details-section .blog-side-details .blog-widget-area1 .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;
            }

                .blog-details-section .blog-side-details .blog-widget-area1 .categories-area ul li a:hover {
                    background: var(--ztc-bg-bg-3);
                    transition: all 0.4s;
                    color: var(--ztc-text-text-1);
                }

                    .blog-details-section .blog-side-details .blog-widget-area1 .categories-area ul li a:hover span {
                        transform: rotate(90deg);
                        transition: all 0.4s;
                        background: #FB941F;
                        color: var(--ztc-text-text-1);
                    }

                .blog-details-section .blog-side-details .blog-widget-area1 .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;
                }

        .blog-details-section .blog-side-details .blog-widget-area1 .help-area {
            border-radius: 8px;
            background: var(--ztc-bg-bg-2);
            padding: 32px 24px;
        }

            .blog-details-section .blog-side-details .blog-widget-area1 .help-area h3 {
                line-height: 28px;
                color: var(--ztc-text-text-1);
            }

            .blog-details-section .blog-side-details .blog-widget-area1 .help-area .btn-area1 a {
                color: var(--ztc-text-text-1);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-bold);
                line-height: 16px;
                border-radius: 8px;
                background: var(--ztc-bg-bg-3);
                padding: 16px 16px;
                display: inline-block;
                transition: all 0.4s;
            }

                .blog-details-section .blog-side-details .blog-widget-area1 .help-area .btn-area1 a:hover {
                    background: var(--ztc-bg-bg-1);
                    transition: all 0.4s;
                    color: var(--ztc-text-text-2);
                }

                    .blog-details-section .blog-side-details .blog-widget-area1 .help-area .btn-area1 a:hover svg {
                        filter: brightness(0);
                    }

                .blog-details-section .blog-side-details .blog-widget-area1 .help-area .btn-area1 a span {
                    display: inline-block;
                    transition: all 0.4s;
                    margin: 0 4px 0 0;
                }

                    .blog-details-section .blog-side-details .blog-widget-area1 .help-area .btn-area1 a span svg {
                        transition: all 0.4s;
                    }

        .blog-details-section .blog-side-details .blog-widget-area1 .our-tags-area {
            border-radius: 8px;
            background: var(--ztc-bg-bg-1);
            padding: 32px 24px;
        }

            .blog-details-section .blog-side-details .blog-widget-area1 .our-tags-area ul li {
                display: inline-block;
                margin: 12px 8px 0 0;
            }

                .blog-details-section .blog-side-details .blog-widget-area1 .our-tags-area ul li:nth-last-child(1) {
                    margin: 12px 0 0 0;
                }

                .blog-details-section .blog-side-details .blog-widget-area1 .our-tags-area ul li a {
                    color: var(--ztc-text-text-2);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s18);
                    font-style: normal;
                    font-weight: var(--ztc-weight-medium);
                    line-height: 18px;
                    display: inline-block;
                    transition: all 0.4s;
                    background: var(--ztc-bg-bg-4);
                    padding: 8px 12px;
                    border-radius: 4px;
                }

                    .blog-details-section .blog-side-details .blog-widget-area1 .our-tags-area ul li a:hover {
                        background: var(--ztc-bg-bg-3);
                        color: var(--ztc-text-text-1);
                        transition: all 0.4s;
                    }

        .blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area {
            position: relative;
            z-index: 1;
            border-radius: 8px;
            background: var(--ztc-bg-bg-1);
            padding: 32px 24px;
            text-align: center;
        }

            .blog-details-section .blog-side-details .blog-widget-area1 .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;
            }

            .blog-details-section .blog-side-details .blog-widget-area1 .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: var(--ztc-bg-bg-3);
                padding: 16px 16px;
                display: block;
                transition: all 0.4s;
                text-align: center;
            }

                .blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area .btn-area1 .d-btn1:hover {
                    background: var(--ztc-bg-bg-2);
                    transition: all 0.4s;
                }

                .blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area .btn-area1 .d-btn1 svg {
                    transition: all 0.4s;
                    margin: -4px 4px 0 0;
                }

            .blog-details-section .blog-side-details .blog-widget-area1 .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;
            }

                .blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area .btn-area1 .d-btn2:hover {
                    background: var(--ztc-bg-bg-2);
                    transition: all 0.4s;
                    color: var(--ztc-text-text-1);
                }

                    .blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area .btn-area1 .d-btn2:hover svg {
                        filter: brightness(0) invert(1);
                        transition: all 0.4s;
                    }

                .blog-details-section .blog-side-details .blog-widget-area1 .download-btn-area .btn-area1 .d-btn2 svg {
                    transition: all 0.4s;
                    margin: -4px 4px 0 0;
                }

        .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area {
            border-radius: 8px;
            background: var(--ztc-bg-bg-1);
            padding: 32px 24px;
            position: relative;
        }

@media (max-width: 767px) {
    .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area {
        text-align: center;
    }
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts {
    position: relative;
}

@media (max-width: 767px) {
    .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts {
        text-align: center;
    }
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .img1 {
    position: absolute;
}

@media (max-width: 767px) {
    .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .img1 {
        position: relative;
    }
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .img1 img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    max-height: 100px;
    max-width: 100px;
}

@media (max-width: 767px) {
    .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .img1 img {
        height: 100px;
        width: 100px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .content {
    padding-left: 120px;
}

@media (max-width: 767px) {
    .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .content {
        padding-left: 0;
        margin-top: 16px;
    }
}

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .content ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(---ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}

    .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .content ul li a img {
        margin: -5px 4px 0 0;
        transition: all 0.4s;
    }

.blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .content h4 a {
    color: var(--ztc-text-text-2);
    font-family: var(---ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 26px;
    display: inline-block;
    transition: all 0.4s;
}

    .blog-details-section .blog-side-details .blog-widget-area1 .recent-posts-area .recent-posts .content h4 a:hover {
        color: var(--ztc-text-text-4);
        transition: all 0.4s;
    }

.blog-details-section .blog-main-content.padding1 {
    padding: 0 0 0 40px;
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-section .blog-main-content.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}

.blog-details-section .blog-main-content.padding2 {
    padding: 0 40px 0 0;
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-section .blog-main-content.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}

.blog-details-section .blog-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) {
    .blog-details-section .blog-main-content h3 {
        line-height: 40px;
    }
}

.blog-details-section .blog-main-content .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.blog-details-section .blog-main-content .client-area {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(11, 24, 42, 0.2);
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content .client-area {
        padding-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content .client-area .client-info {
        margin-bottom: 20px;
    }
}

.blog-details-section .blog-main-content .client-area .client-info span {
    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.4ss;
}

.blog-details-section .blog-main-content .client-area .client-info a {
    color: var(--HOME-03RD-TEXT-COLORS, #0D0701);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.blog-details-section .blog-main-content .pera p {
    background: var(--ztc-bg-bg-4);
    position: relative;
    z-index: 1;
    padding: 24px 18px 24px 24px;
    position: relative;
    z-index: 1;
}

    .blog-details-section .blog-main-content .pera p::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 5px;
        left: 0;
        top: 0;
        background: var(--ztc-bg-bg-3);
        transition: all 0.4s;
    }

.blog-details-section .blog-main-content .progress-container {
    width: 100%;
    max-width: 100%;
    margin: 24px 0 0;
}

    .blog-details-section .blog-main-content .progress-container .label {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        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;
    }

    .blog-details-section .blog-main-content .progress-container .progress-bar {
        height: 8px;
        border-radius: 10px;
        background: rgba(11, 24, 42, 0.1);
        border-radius: 4px;
        overflow: hidden;
    }

    .blog-details-section .blog-main-content .progress-container .progress-fill {
        height: 100%;
        background-color: var(--ztc-bg-bg-2);
        border-radius: 4px;
    }

.blog-details-section .blog-main-content .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content .img1 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-section .blog-main-content .img1 {
        margin-top: 30px;
    }
}

.blog-details-section .blog-main-content .img1 .play a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    font-size: var(--ztc-font-size-font-s20);
}

.blog-details-section .blog-main-content .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.blog-details-section .blog-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;
}

    .blog-details-section .blog-main-content .side-head ul li img {
        margin: 0 4px 0 0;
    }

.blog-details-section .blog-main-content .tags-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
    border-top: 1px solid var(--ztc-bg-bg-4);
    border-bottom: 1px solid var(--ztc-bg-bg-4);
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content .tags-social {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content .tags-social .tags {
        margin-bottom: 16px;
    }
}

.blog-details-section .blog-main-content .tags-social .tags ul li {
    display: inline-block;
}

    .blog-details-section .blog-main-content .tags-social .tags ul li:nth-child(1) {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s18);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        line-height: 28px;
        margin: 0 16px 0 0;
    }

    .blog-details-section .blog-main-content .tags-social .tags ul li a {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 16px;
        text-transform: capitalize;
        display: inline-block;
        transition: all 0.4s;
        border-radius: 4px;
        background: var(--ztc-bg-bg-4);
        padding: 8px 12px;
        margin: 0 8px 0 0;
        border-radius: 8px;
    }

        .blog-details-section .blog-main-content .tags-social .tags ul li a:hover {
            background: var(--ztc-bg-bg-3);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
        }

.blog-details-section .blog-main-content .tags-social .social ul li {
    display: inline-block;
}

    .blog-details-section .blog-main-content .tags-social .social ul li:nth-child(1) {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s18);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        line-height: 18px;
        margin: 0 16px 0 0;
    }

    .blog-details-section .blog-main-content .tags-social .social ul li a {
        height: 44px;
        width: 44px;
        text-align: center;
        line-height: 44px;
        border-radius: 50%;
        transition: all 0.4s;
        background: var(--ztc-bg-bg-4);
        color: var(--ztc-text-text-2);
        transition: all 0.4s;
        display: inline-block;
        font-size: var(--ztc-font-size-font-s16);
        margin: 0 8px 0 0;
    }

        .blog-details-section .blog-main-content .tags-social .social ul li a:hover {
            background: var(--ztc-bg-bg-3);
            transition: all 0.4s;
            color: var(--ztc-text-text-1);
        }

.blog-details-section .blog-main-content .comments-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    border-radius: 8px;
    padding: 24px;
}

    .blog-details-section .blog-main-content .comments-boxarea.box2 {
        margin: 0 0 0 30px;
    }

@media (max-width: 767px) {
    .blog-details-section .blog-main-content .comments-boxarea.box2 {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-section .blog-main-content .comments-boxarea.box2 {
        margin: 0;
    }
}

.blog-details-section .blog-main-content .comments-boxarea .comments-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content .comments-boxarea .comments-boxes {
        display: inline-block;
    }
}

.blog-details-section .blog-main-content .comments-boxarea .comments-boxes .comments-auhtor-box {
    display: flex;
    align-items: center;
}

    .blog-details-section .blog-main-content .comments-boxarea .comments-boxes .comments-auhtor-box .img3 img {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .blog-details-section .blog-main-content .comments-boxarea .comments-boxes .comments-auhtor-box .content {
        padding-left: 18px;
    }

        .blog-details-section .blog-main-content .comments-boxarea .comments-boxes .comments-auhtor-box .content .date {
            color: var(--ztc-text-text-3);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s16);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 16px;
            /* 100% */
            display: inline-block;
        }

        .blog-details-section .blog-main-content .comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
            color: var(--ztc-text-text-2);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s20);
            font-style: normal;
            font-weight: var(--ztc-weight-bold);
            line-height: 20px;
            display: block;
            transition: all 0.4s;
            padding-bottom: 10px;
        }

.blog-details-section .blog-main-content .comments-boxarea .comments-boxes .reply {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .blog-details-section .blog-main-content .comments-boxarea .comments-boxes .reply {
        margin-top: 12px;
    }
}

.blog-details-section .blog-main-content .comments-boxarea .comments-boxes .reply i {
    margin: 0 2px 0 0;
}

.blog-details-section .blog-main-content .contact-boxarea {
    border-radius: 8px;
    background: var(--ztc-bg-bg-4);
    padding: 32px;
}

    .blog-details-section .blog-main-content .contact-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;
    }

    .blog-details-section .blog-main-content .contact-boxarea .input-area {
        margin-top: 16px;
    }

        .blog-details-section .blog-main-content .contact-boxarea .input-area input {
            width: 100%;
            color: var(--ztc-text-text-2);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s16);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 16px;
            padding: 20px 16px;
            background: var(--ztc-bg-bg-1);
            border-radius: 8px;
        }

            .blog-details-section .blog-main-content .contact-boxarea .input-area input::-moz-placeholder {
                color: var(--ztc-text-text-3);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-medium);
                line-height: 16px;
                opacity: 70%;
            }

            .blog-details-section .blog-main-content .contact-boxarea .input-area input::placeholder {
                color: var(--ztc-text-text-3);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-medium);
                line-height: 16px;
                opacity: 70%;
            }

        .blog-details-section .blog-main-content .contact-boxarea .input-area textarea {
            width: 100%;
            color: var(--ztc-text-text-2);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s16);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 16px;
            padding: 20px;
            border-radius: 4px;
            background: var(--ztc-bg-bg-1);
            height: 140px;
            border-radius: 8px;
        }

            .blog-details-section .blog-main-content .contact-boxarea .input-area textarea::-moz-placeholder {
                color: var(--ztc-text-text-3);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-medium);
                line-height: 16px;
                opacity: 70%;
            }

            .blog-details-section .blog-main-content .contact-boxarea .input-area textarea::placeholder {
                color: var(--ztc-text-text-3);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-medium);
                line-height: 16px;
                opacity: 70%;
            }

        .blog-details-section .blog-main-content .contact-boxarea .input-area button {
            border: none;
            outline: none;
            text-align: center;
        }

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.vl-footer1-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 80px 0 32px;
}

    .vl-footer1-section-area .footer-logo-area {
        position: relative;
        z-index: 1;
    }

        .vl-footer1-section-area .footer-logo-area img {
            width: 45%;
            /* height: 36px; */
            -o-object-fit: contain;
            object-fit: contain;
        }

        .vl-footer1-section-area .footer-logo-area p {
            color: var(--ztc-text-text-2);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s16);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 28px;
            opacity: 80%;
        }

        .vl-footer1-section-area .footer-logo-area .social-links li {
            display: inline-block;
            margin: 0 6px 0 0;
        }

            .vl-footer1-section-area .footer-logo-area .social-links li:nth-last-child(1) {
                margin: 0;
            }

            .vl-footer1-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-4);
                display: inline-block;
                font-size: var(--ztc-font-size-font-s18);
                transition: all 0.4s;
                color: var(--ztc-text-text-2);
            }

                .vl-footer1-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-footer1-section-area .footer-widget-area.foot-padding1 {
        padding-left: 70px;
    }

@media (max-width: 767px) {
    .vl-footer1-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer1-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

.vl-footer1-section-area .footer-widget-area.foot-padding1 ul li {
    padding-top: 24px;
}

    .vl-footer1-section-area .footer-widget-area.foot-padding1 ul li a {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer1-section-area .footer-widget-area.foot-padding1 ul li a:hover {
            color: var(--ztc-text-text-4);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer1-section-area .footer-widget-area.foot-padding2 ul li {
    padding-top: 24px;
}

    .vl-footer1-section-area .footer-widget-area.foot-padding2 ul li a {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer1-section-area .footer-widget-area.foot-padding2 ul li a:hover {
            color: var(--ztc-text-text-4);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer1-section-area .footer-widget-area h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    margin-bottom: 4px;
}

.vl-footer1-section-area .footer-widget-area ul li {
    padding-top: 24px;
}

    .vl-footer1-section-area .footer-widget-area ul li a {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 18px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer1-section-area .footer-widget-area ul li a:hover {
            color: var(--ztc-text-text-4);
            transition: all 0.4s;
        }

        .vl-footer1-section-area .footer-widget-area ul li a svg {
            margin: 0 5px 0 0;
        }

.vl-footer1-section-area .copyright-area {
    display: flex;
/*    align-items: center;*/
    justify-content: center;
    border-top: 1px solid var(--ztc-border-border-1);
    padding-top: 24px;
}

@media (max-width: 767px) {
    .vl-footer1-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer1-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

.vl-footer1-section-area .copyright-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .vl-footer1-section-area .copyright-area a {
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer1-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-footer1-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

.vl-footer1-section-area .copyright-area ul li {
    display: inline-block;
}

    .vl-footer1-section-area .copyright-area ul li a {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

    .vl-footer1-section-area .copyright-area ul li span {
        display: inline-block;
        margin: 0 16px;
        color: var(--ztc-border-border-1);
    }

.vl-footer2-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 274px 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: 148px;
            height: 36px;
            -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-footer3-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 225px 0 32px;
    background: var(--ztc-bg-bg-11);
}

    .vl-footer3-section-area .footer-logo-area {
        position: relative;
        z-index: 1;
    }

        .vl-footer3-section-area .footer-logo-area img {
            width: 148px;
            height: 36px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .vl-footer3-section-area .footer-logo-area p {
            color: var(--ztc-text-text-9);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s16);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 28px;
            opacity: 80%;
        }

        .vl-footer3-section-area .footer-logo-area .social-links li {
            display: inline-block;
            margin: 0 6px 0 0;
        }

            .vl-footer3-section-area .footer-logo-area .social-links li:nth-last-child(1) {
                margin: 0;
            }

            .vl-footer3-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-footer3-section-area .footer-logo-area .social-links li a:hover {
                    background: var(--ztc-bg-bg-10);
                    color: var(--ztc-text-text-8);
                    transition: all 0.4s;
                }

    .vl-footer3-section-area .footer-widget-area.foot-padding1 {
        padding-left: 70px;
    }

@media (max-width: 767px) {
    .vl-footer3-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer3-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li {
    padding-top: 24px;
}

    .vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a {
        color: var(--ztc-text-text-9);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a:hover {
            color: var(--ztc-text-text-10);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li {
    padding-top: 24px;
}

    .vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a {
        color: var(--ztc-text-text-9);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a:hover {
            color: var(--ztc-text-text-10);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer3-section-area .footer-widget-area h3 {
    color: var(--ztc-text-text-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;
    margin-bottom: 4px;
}

.vl-footer3-section-area .footer-widget-area ul li {
    padding-top: 24px;
}

    .vl-footer3-section-area .footer-widget-area ul li a {
        color: var(--ztc-text-text-9);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 18px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer3-section-area .footer-widget-area ul li a:hover {
            color: var(--ztc-text-text-4);
            transition: all 0.4s;
        }

        .vl-footer3-section-area .footer-widget-area ul li a svg {
            margin: 0 5px 0 0;
        }

.vl-footer3-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-footer3-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer3-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

.vl-footer3-section-area .copyright-area a {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .vl-footer3-section-area .copyright-area a {
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer3-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-footer3-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

.vl-footer3-section-area .copyright-area ul li {
    display: inline-block;
}

    .vl-footer3-section-area .copyright-area ul li a {
        color: var(--ztc-text-text-9);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

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

    .vl-footer4-section-area .footer-logo-area {
        position: relative;
        z-index: 1;
    }

        .vl-footer4-section-area .footer-logo-area img {
            width: 148px;
            height: 36px;
            -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: 225px 0 32px;
    background: var(--ztc-bg-bg-15);
}

    .vl-footer5-section-area .footer-logo-area {
        position: relative;
        z-index: 1;
    }

        .vl-footer5-section-area .footer-logo-area img {
            width: 148px;
            height: 36px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .vl-footer5-section-area .footer-logo-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: 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-17);
                    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-15);
        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-16);
            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-15);
        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-16);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer5-section-area .footer-widget-area h3 {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    margin-bottom: 4px;
}

.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-15);
        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: 18px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer5-section-area .footer-widget-area ul li a:hover {
            color: var(--ztc-text-text-16);
            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-15);
    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-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 16px;
        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);
    }

.vl-footer6-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 274px 0 32px;
    background: var(--ztc-bg-bg-15);
}

    .vl-footer6-section-area .footer-logo-area {
        position: relative;
        z-index: 1;
    }

        .vl-footer6-section-area .footer-logo-area img {
            width: 148px;
            height: 36px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .vl-footer6-section-area .footer-logo-area p {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s16);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 28px;
            opacity: 80%;
        }

        .vl-footer6-section-area .footer-logo-area .social-links li {
            display: inline-block;
            margin: 0 6px 0 0;
        }

            .vl-footer6-section-area .footer-logo-area .social-links li:nth-last-child(1) {
                margin: 0;
            }

            .vl-footer6-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-footer6-section-area .footer-logo-area .social-links li a:hover {
                    background: var(--ztc-bg-bg-18);
                    color: var(--ztc-text-text-1);
                    transition: all 0.4s;
                }

    .vl-footer6-section-area .footer-widget-area.foot-padding1 {
        padding-left: 70px;
    }

@media (max-width: 767px) {
    .vl-footer6-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer6-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

.vl-footer6-section-area .footer-widget-area.foot-padding1 ul li {
    padding-top: 24px;
}

    .vl-footer6-section-area .footer-widget-area.foot-padding1 ul li a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer6-section-area .footer-widget-area.foot-padding1 ul li a:hover {
            color: var(--ztc-text-text-17);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer6-section-area .footer-widget-area.foot-padding2 ul li {
    padding-top: 24px;
}

    .vl-footer6-section-area .footer-widget-area.foot-padding2 ul li a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer6-section-area .footer-widget-area.foot-padding2 ul li a:hover {
            color: var(--ztc-text-text-17);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer6-section-area .footer-widget-area h3 {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    margin-bottom: 4px;
}

.vl-footer6-section-area .footer-widget-area form {
    position: relative;
    z-index: 1;
}

    .vl-footer6-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-footer6-section-area .footer-widget-area form button {
        width: 100%;
        border: none;
        outline: none;
    }

        .vl-footer6-section-area .footer-widget-area form button.vl-btn6 {
            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-18);
            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-footer6-section-area .footer-widget-area form button.vl-btn6:hover {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
                transform: translateY(-5px);
            }

                .vl-footer6-section-area .footer-widget-area form button.vl-btn6:hover::after {
                    visibility: visible;
                    opacity: 1;
                    transition: all 0.4s;
                    width: 100%;
                    left: 0;
                }

                .vl-footer6-section-area .footer-widget-area form button.vl-btn6:hover span {
                    transform: rotate(0);
                    transition: all 0.4s;
                }

            .vl-footer6-section-area .footer-widget-area form button.vl-btn6 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-17);
                transition: all 0.4s;
                display: inline-block;
                transform: rotate(-45deg);
                margin-left: 6px;
            }

            .vl-footer6-section-area .footer-widget-area form button.vl-btn6::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-footer6-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-footer6-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer6-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

.vl-footer6-section-area .copyright-area a {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .vl-footer6-section-area .copyright-area a {
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer6-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-footer6-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

.vl-footer6-section-area .copyright-area ul li {
    display: inline-block;
}

    .vl-footer6-section-area .copyright-area ul li a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

    .vl-footer6-section-area .copyright-area ul li span {
        display: inline-block;
        margin: 0 16px;
        color: var(--ztc-border-border-1);
    }

.vl-footer7-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 225px 0 32px;
    background: var(--ztc-bg-bg-19);
}

    .vl-footer7-section-area .footer-logo-area {
        position: relative;
        z-index: 1;
    }

        .vl-footer7-section-area .footer-logo-area img {
            width: 148px;
            height: 36px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .vl-footer7-section-area .footer-logo-area p {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s16);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 28px;
            opacity: 80%;
        }

        .vl-footer7-section-area .footer-logo-area .social-links li {
            display: inline-block;
            margin: 0 6px 0 0;
        }

            .vl-footer7-section-area .footer-logo-area .social-links li:nth-last-child(1) {
                margin: 0;
            }

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

                .vl-footer7-section-area .footer-logo-area .social-links li a:hover {
                    background: var(--ztc-bg-bg-16);
                    color: var(--ztc-text-text-1);
                    transition: all 0.4s;
                }

    .vl-footer7-section-area .footer-widget-area.foot-padding1 {
        padding-left: 70px;
    }

@media (max-width: 767px) {
    .vl-footer7-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer7-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

.vl-footer7-section-area .footer-widget-area.foot-padding1 ul li {
    padding-top: 24px;
}

    .vl-footer7-section-area .footer-widget-area.foot-padding1 ul li a {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer7-section-area .footer-widget-area.foot-padding1 ul li a:hover {
            color: var(--ztc-text-text-14);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer7-section-area .footer-widget-area.foot-padding2 ul li {
    padding-top: 24px;
}

    .vl-footer7-section-area .footer-widget-area.foot-padding2 ul li a {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer7-section-area .footer-widget-area.foot-padding2 ul li a:hover {
            color: var(--ztc-text-text-14);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer7-section-area .footer-widget-area h3 {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    margin-bottom: 4px;
}

.vl-footer7-section-area .footer-widget-area ul li {
    padding-top: 24px;
}

    .vl-footer7-section-area .footer-widget-area ul li a {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 18px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer7-section-area .footer-widget-area ul li a:hover {
            color: var(--ztc-text-text-14);
            transition: all 0.4s;
        }

        .vl-footer7-section-area .footer-widget-area ul li a svg {
            margin: 0 5px 0 0;
        }

.vl-footer7-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-footer7-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer7-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

.vl-footer7-section-area .copyright-area a {
    color: var(--ztc-text-text-15);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .vl-footer7-section-area .copyright-area a {
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer7-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-footer7-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

.vl-footer7-section-area .copyright-area ul li {
    display: inline-block;
}

    .vl-footer7-section-area .copyright-area ul li a {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

    .vl-footer7-section-area .copyright-area ul li span {
        display: inline-block;
        margin: 0 16px;
        color: var(--ztc-border-border-1);
    }

.vl-footer8-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 274px 0 32px;
    background: var(--ztc-bg-bg-21);
}

    .vl-footer8-section-area .footer-logo-area {
        position: relative;
        z-index: 1;
    }

        .vl-footer8-section-area .footer-logo-area img {
            width: 148px;
            height: 36px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .vl-footer8-section-area .footer-logo-area p {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s16);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 28px;
            opacity: 80%;
        }

        .vl-footer8-section-area .footer-logo-area .social-links li {
            display: inline-block;
            margin: 0 6px 0 0;
        }

            .vl-footer8-section-area .footer-logo-area .social-links li:nth-last-child(1) {
                margin: 0;
            }

            .vl-footer8-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-footer8-section-area .footer-logo-area .social-links li a:hover {
                    background: var(--ztc-bg-bg-20);
                    color: var(--ztc-text-text-14);
                    transition: all 0.4s;
                }

    .vl-footer8-section-area .footer-widget-area.foot-padding1 {
        padding-left: 70px;
    }

@media (max-width: 767px) {
    .vl-footer8-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer8-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

.vl-footer8-section-area .footer-widget-area.foot-padding1 ul li {
    padding-top: 24px;
}

    .vl-footer8-section-area .footer-widget-area.foot-padding1 ul li a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer8-section-area .footer-widget-area.foot-padding1 ul li a:hover {
            color: var(--ztc-text-text-18);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer8-section-area .footer-widget-area.foot-padding2 ul li {
    padding-top: 24px;
}

    .vl-footer8-section-area .footer-widget-area.foot-padding2 ul li a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer8-section-area .footer-widget-area.foot-padding2 ul li a:hover {
            color: var(--ztc-text-text-18);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer8-section-area .footer-widget-area h3 {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    margin-bottom: 4px;
}

.vl-footer8-section-area .footer-widget-area form {
    position: relative;
    z-index: 1;
}

    .vl-footer8-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: 100px;
        padding: 24px;
    }

    .vl-footer8-section-area .footer-widget-area form button {
        width: 100%;
        border: none;
        outline: none;
    }

        .vl-footer8-section-area .footer-widget-area form button.vl-btn8 {
            position: relative;
            display: inline-block;
            padding: 12px 10px 12px 24px;
            border-radius: 100px;
            color: var(--ztc-text-text-14);
            background: var(--ztc-bg-bg-20);
            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-footer8-section-area .footer-widget-area form button.vl-btn8:hover {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
                transform: translateY(-5px);
            }

                .vl-footer8-section-area .footer-widget-area form button.vl-btn8:hover::after {
                    visibility: visible;
                    opacity: 1;
                    transition: all 0.4s;
                    width: 100%;
                    left: 0;
                }

                .vl-footer8-section-area .footer-widget-area form button.vl-btn8:hover span {
                    transform: rotate(0);
                    transition: all 0.4s;
                    background: var(--ztc-bg-bg-1);
                    color: var(--ztc-text-text-14);
                }

            .vl-footer8-section-area .footer-widget-area form button.vl-btn8 span {
                height: 32px;
                width: 32px;
                text-align: center;
                line-height: 32px;
                background: var(--ztc-bg-bg-16);
                border-radius: 50%;
                color: var(--ztc-text-text-18);
                transition: all 0.4s;
                display: inline-block;
                transform: rotate(-45deg);
                margin-left: 6px;
            }

            .vl-footer8-section-area .footer-widget-area form button.vl-btn8::after {
                position: absolute;
                content: "";
                height: 100%;
                width: 10px;
                background: var(--ztc-bg-bg-16);
                transition: all 0.4s;
                top: 0;
                left: 50%;
                border-radius: 100px;
                z-index: -2;
                visibility: hidden;
                opacity: 0;
            }

.vl-footer8-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-footer8-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer8-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

.vl-footer8-section-area .copyright-area a {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .vl-footer8-section-area .copyright-area a {
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer8-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-footer8-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

.vl-footer8-section-area .copyright-area ul li {
    display: inline-block;
}

    .vl-footer8-section-area .copyright-area ul li a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

    .vl-footer8-section-area .copyright-area ul li span {
        display: inline-block;
        margin: 0 16px;
        color: var(--ztc-border-border-1);
    }

.vl-footer9-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 225px 0 32px;
    background: var(--ztc-bg-bg-15);
}

    .vl-footer9-section-area .footer-logo-area {
        position: relative;
        z-index: 1;
    }

        .vl-footer9-section-area .footer-logo-area img {
            width: 148px;
            height: 36px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .vl-footer9-section-area .footer-logo-area p {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s16);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 28px;
            opacity: 80%;
        }

        .vl-footer9-section-area .footer-logo-area .social-links li {
            display: inline-block;
            margin: 0 6px 0 0;
        }

            .vl-footer9-section-area .footer-logo-area .social-links li:nth-last-child(1) {
                margin: 0;
            }

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

                .vl-footer9-section-area .footer-logo-area .social-links li a:hover {
                    background: var(--ztc-bg-bg-17);
                    color: var(--ztc-text-text-1);
                    transition: all 0.4s;
                }

    .vl-footer9-section-area .footer-widget-area.foot-padding1 {
        padding-left: 70px;
    }

@media (max-width: 767px) {
    .vl-footer9-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer9-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

.vl-footer9-section-area .footer-widget-area.foot-padding1 ul li {
    padding-top: 24px;
}

    .vl-footer9-section-area .footer-widget-area.foot-padding1 ul li a {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer9-section-area .footer-widget-area.foot-padding1 ul li a:hover {
            color: var(--ztc-text-text-16);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer9-section-area .footer-widget-area.foot-padding2 ul li {
    padding-top: 24px;
}

    .vl-footer9-section-area .footer-widget-area.foot-padding2 ul li a {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer9-section-area .footer-widget-area.foot-padding2 ul li a:hover {
            color: var(--ztc-text-text-16);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer9-section-area .footer-widget-area h3 {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    margin-bottom: 4px;
}

.vl-footer9-section-area .footer-widget-area ul li {
    padding-top: 24px;
}

    .vl-footer9-section-area .footer-widget-area ul li a {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 18px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer9-section-area .footer-widget-area ul li a:hover {
            color: var(--ztc-text-text-16);
            transition: all 0.4s;
        }

        .vl-footer9-section-area .footer-widget-area ul li a svg {
            margin: 0 5px 0 0;
        }

.vl-footer9-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-footer9-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer9-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

.vl-footer9-section-area .copyright-area a {
    color: var(--ztc-text-text-15);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .vl-footer9-section-area .copyright-area a {
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer9-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-footer9-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

.vl-footer9-section-area .copyright-area ul li {
    display: inline-block;
}

    .vl-footer9-section-area .copyright-area ul li a {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

    .vl-footer9-section-area .copyright-area ul li span {
        display: inline-block;
        margin: 0 16px;
        color: var(--ztc-border-border-1);
    }

.vl-footer10-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 225px 0 32px;
    background: var(--ztc-bg-bg-15);
}

    .vl-footer10-section-area .footer-logo-area {
        position: relative;
        z-index: 1;
    }

        .vl-footer10-section-area .footer-logo-area img {
            width: 148px;
            height: 36px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .vl-footer10-section-area .footer-logo-area p {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s16);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 28px;
            opacity: 80%;
        }

        .vl-footer10-section-area .footer-logo-area .social-links li {
            display: inline-block;
            margin: 0 6px 0 0;
        }

            .vl-footer10-section-area .footer-logo-area .social-links li:nth-last-child(1) {
                margin: 0;
            }

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

                .vl-footer10-section-area .footer-logo-area .social-links li a:hover {
                    background: var(--ztc-bg-bg-22);
                    color: var(--ztc-text-text-1);
                    transition: all 0.4s;
                }

    .vl-footer10-section-area .footer-widget-area.foot-padding1 {
        padding-left: 70px;
    }

@media (max-width: 767px) {
    .vl-footer10-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer10-section-area .footer-widget-area.foot-padding1 {
        padding: 0;
    }
}

.vl-footer10-section-area .footer-widget-area.foot-padding1 ul li {
    padding-top: 24px;
}

    .vl-footer10-section-area .footer-widget-area.foot-padding1 ul li a {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer10-section-area .footer-widget-area.foot-padding1 ul li a:hover {
            color: var(--ztc-text-text-19);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer10-section-area .footer-widget-area.foot-padding2 ul li {
    padding-top: 24px;
}

    .vl-footer10-section-area .footer-widget-area.foot-padding2 ul li a {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer10-section-area .footer-widget-area.foot-padding2 ul li a:hover {
            color: var(--ztc-text-text-19);
            transition: all 0.4s;
            padding-left: 5px;
        }

.vl-footer10-section-area .footer-widget-area h3 {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    margin-bottom: 4px;
}

.vl-footer10-section-area .footer-widget-area ul li {
    padding-top: 24px;
}

    .vl-footer10-section-area .footer-widget-area ul li a {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 18px;
        display: inline-block;
        transition: all 0.4s;
    }

        .vl-footer10-section-area .footer-widget-area ul li a:hover {
            color: var(--ztc-text-text-19);
            transition: all 0.4s;
        }

        .vl-footer10-section-area .footer-widget-area ul li a svg {
            margin: 0 5px 0 0;
        }

.vl-footer10-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-footer10-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer10-section-area .copyright-area {
        display: block;
        text-align: center;
    }
}

.vl-footer10-section-area .copyright-area a {
    color: var(--ztc-text-text-15);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .vl-footer10-section-area .copyright-area a {
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer10-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-footer10-section-area .copyright-area ul {
        padding-top: 20px;
    }
}

.vl-footer10-section-area .copyright-area ul li {
    display: inline-block;
}

    .vl-footer10-section-area .copyright-area ul li a {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s16);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 16px;
        display: inline-block;
        transition: all 0.4s;
    }

    .vl-footer10-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 ===============*/
.main-section-area {
    position: relative;
    margin: 16px 55px 0 55px;
}

@media (max-width: 767px) {
    .main-section-area {
        margin: 0;
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-section-area {
        margin: 0;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-section-area {
        margin: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .main-section-area {
        margin: 16px 30px 0;
    }
}

.main-section-area .hero1 {
    position: relative;
    overflow: hidden;
    padding: 200px 0 0;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .main-section-area .hero1 {
        padding: 160px 0 0 0;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-section-area .hero1 {
        padding: 160px 0 0 0;
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-section-area .hero1 {
        padding: 160px 0 0 0;
        margin: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .main-section-area .hero1 {
        padding: 160px 0 0 0;
        margin: 16px 0 0;
    }
}

.main-section-area .hero1 .hero-header-area {
    padding: 0 80px 0 0;
    position: relative;
    top: 240px;
}

@media (max-width: 767px) {
    .main-section-area .hero1 .hero-header-area {
        padding: 0;
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-section-area .hero1 .hero-header-area {
        padding: 0;
        top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-section-area .hero1 .hero-header-area {
        padding: 0;
        top: 0;
    }
}

.main-section-area .hero1 .hero-header-area h5 {
    border-radius: 10px;
    border: 1px solid var(--ztc-bg-bg-1);
    background: var(--ztc-bg-bg-1);
    padding: 10px 14px;
    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;
}

    .main-section-area .hero1 .hero-header-area h5 svg {
        height: 18px;
        width: 18px;
        -o-object-fit: cover;
        object-fit: cover;
        margin: -4px 0 0 0;
    }

@media (max-width: 767px) {
    .main-section-area .hero1 .hero-header-area h5 {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

.main-section-area .hero1 .hero-header-area h1 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s60);
    font-style: normal;
    font-weight: var(--ztc-weight-black);
    line-height: 68px;
}

@media (max-width: 767px) {
    .main-section-area .hero1 .hero-header-area h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.main-section-area .hero1 .hero-header-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: 28px;
}

.main-section-area .hero1 .hero-header-area .btn-area1 .vl-btn1.btn2 {
    background: transparent;
    border: 1px solid var(--ztc-text-text-2);
    color: var(--ztc-text-text-2) !important;
    margin-left: 16px;
    padding: 16px 24px;
}

    .main-section-area .hero1 .hero-header-area .btn-area1 .vl-btn1.btn2:hover {
        color: var(--ztc-text-text-1) !important;
        transition: all 0.4s;
    }

@media (max-width: 767px) {
    .main-section-area .hero1 .hero-header-area .btn-area1 .vl-btn1.btn2 {
        margin-left: 0;
        margin-top: 20px;
    }
}

.main-section-area .hero1 .hero-main-img {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .main-section-area .hero1 .hero-main-img {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-section-area .hero1 .hero-main-img {
        margin-top: 30px;
    }
}

.main-section-area .hero1 .hero-main-img .elements1 {
    position: absolute;
    right: 30px;
    top: 60px;
}

.main-section-area .hero1 .hero-main-img .img1 {
    position: relative;
    z-index: 1;
}

    .main-section-area .hero1 .hero-main-img .img1::after {
        position: absolute;
        content: "";
        height: 500px;
        width: 500px;
        -o-object-fit: cover;
        object-fit: cover;
        left: 50%;
        top: 100px;
        border-radius: 10px 10px 0px 0px;
        background: linear-gradient(180deg, rgb(191 33 39 / 26%) 0%, rgb(191 33 39 / 8%) 100%);
        z-index: -1;
        margin-left: -250px;
    }

@media (max-width: 767px) {
    .main-section-area .hero1 .hero-main-img .img1::after {
        width: 100%;
        height: 100%;
        margin-left: 0;
        left: 0;
    }
}

.main-section-area .hero1 .hero-main-img .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.main-section-area .counter-section-area {
    position: absolute;
    background: var(--ztc-bg-bg-3);
    padding: 40px 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

@media (max-width: 767px) {
    .main-section-area .counter-section-area {
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-section-area .counter-section-area {
        position: relative;
    }
}

.main-section-area .counter-section-area .counter-boxarea 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: 44px;
}

.main-section-area .counter-section-area .counter-boxarea p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    /* 100% */
}

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

.hero3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 150px 0 60px;
}

    .hero3 .hero3-header 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;
        text-transform: uppercase;
        display: inline-block;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.1);
        padding: 10px 14px;
    }

        .hero3 .hero3-header h5 svg {
            margin: -4px 4px 0 0;
        }

@media (max-width: 767px) {
    .hero3 .hero3-header h5 {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

.hero3 .hero3-header h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s60);
    font-style: normal;
    font-weight: var(--ztc-weight-black);
    line-height: 68px;
    /* 113.333% */
}

@media (max-width: 767px) {
    .hero3 .hero3-header h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.hero3 .hero3-header 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: 28px;
}

.hero3 .hero3-header .btn-area1 .vl-btn3.btn2 {
    background: transparent;
    border: 1px solid var(--ztc-text-text-1);
    color: var(--ztc-text-text-1);
    margin-left: 16px;
}

@media (max-width: 767px) {
    .hero3 .hero3-header .btn-area1 .vl-btn3.btn2 {
        margin-left: 0;
        margin-top: 20px;
    }
}

.hero3 .hero3-header .btn-area1 .vl-btn3.btn2:hover {
    border: 1px solid var(--ztc-text-text-8);
    transition: all 0.4s;
}

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

@media (max-width: 767px) {
    .hero3 .hero-images {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3 .hero-images {
        margin-top: 30px;
    }
}

.hero3 .hero-images .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;
    right: -50px;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero3 .hero-images .ot-widget-area {
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3 .hero-images .ot-widget-area {
        right: 0;
    }
}

.hero3 .hero-images .ot-widget-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-semibold);
    line-height: 24px;
    padding-left: 10px;
}

.hero3 .hero-images .ot-widget-area img {
    height: 40px;
    width: 40px;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.hero3 .hero-images .elements6 {
    position: absolute;
    right: 0;
    top: 100px;
}

.hero3 .hero-images .elements7 {
    position: absolute;
    left: 0;
    top: 100px;
    left: 50px;
}

.hero3 .hero-images .img1 {
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3 .hero-images .img1 {
        text-align: center;
    }
}

.hero4-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-13);
    margin: 100px 55px 0;
    border-radius: 10px;
    padding: 60px 0 230px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero4-section {
        margin: 100px 0 0 0;
        border-radius: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero4-section {
        margin: 100px 30px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero4-section {
        margin: 80px 0 0 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .hero4-section {
        margin: 80px 0 0 0;
        border-radius: 0;
    }
}

.hero4-section .elements9 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.hero4-section .heading4 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;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
}

@media (max-width: 767px) {
    .hero4-section .heading4 h5 {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 14px;
    }
}

.hero4-section .heading4 h5 svg {
    margin: -4px 4px 0 0;
}

.hero4-section .heading4 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;
}

@media (max-width: 767px) {
    .hero4-section .heading4 h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.hero4-section .heading4 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: 28px;
}

.hero4-section .heading4 .btn-area1 .vl-hero4-btn {
    position: relative;
    display: inline-block;
    padding: 12px 10px 12px 24px;
    border-radius: 10px;
    color: var(--ztc-text-text-13) !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;
}

    .hero4-section .heading4 .btn-area1 .vl-hero4-btn:hover {
        color: var(--ztc-text-text-1) !important;
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .hero4-section .heading4 .btn-area1 .vl-hero4-btn:hover::after {
            visibility: visible;
            opacity: 1;
            transition: all 0.4s;
            width: 100%;
            left: 0;
        }

        .hero4-section .heading4 .btn-area1 .vl-hero4-btn:hover span {
            transform: rotate(0);
            transition: all 0.4s;
            background: var(--ztc-bg-bg-1);
            color: var(--ztc-text-text-13);
        }

    .hero4-section .heading4 .btn-area1 .vl-hero4-btn span {
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 32px;
        background: var(--ztc-bg-bg-14);
        border-radius: 50%;
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
        display: inline-block;
        transform: rotate(-45deg);
        margin-left: 6px;
    }

    .hero4-section .heading4 .btn-area1 .vl-hero4-btn::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 10px;
        background: var(--ztc-bg-bg-14);
        transition: all 0.4s;
        top: 0;
        left: 50%;
        border-radius: 8px;
        z-index: -2;
        visibility: hidden;
        opacity: 0;
    }

.hero4-section .heading4 .btn-area1 .vl-hero4-btn2 {
    position: relative;
    display: inline-block;
    padding: 12px 10px 12px 24px;
    border-radius: 10px;
    color: var(--ztc-text-text-1) !important;
    background: transparent;
    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;
    border: 1px solid var(--ztc-bg-bg-1);
    margin-left: 16px;
}

@media (max-width: 767px) {
    .hero4-section .heading4 .btn-area1 .vl-hero4-btn2 {
        margin-left: 0;
        margin-top: 20px;
    }
}

.hero4-section .heading4 .btn-area1 .vl-hero4-btn2:hover {
    color: var(--ztc-text-text-1) !important;
    transition: all 0.4s;
    transform: translateY(-5px);
    border: 1px solid var(--ztc-text-text-13);
}

    .hero4-section .heading4 .btn-area1 .vl-hero4-btn2:hover::after {
        visibility: visible;
        opacity: 1;
        transition: all 0.4s;
        width: 100%;
        left: 0;
    }

    .hero4-section .heading4 .btn-area1 .vl-hero4-btn2:hover span {
        transform: rotate(0);
        transition: all 0.4s;
        background: var(--ztc-bg-bg-1);
        color: var(--ztc-text-text-13);
    }

.hero4-section .heading4 .btn-area1 .vl-hero4-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-13);
    transition: all 0.4s;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 6px;
}

.hero4-section .heading4 .btn-area1 .vl-hero4-btn2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    background: var(--ztc-bg-bg-14);
    transition: all 0.4s;
    top: 0;
    left: 50%;
    border-radius: 8px;
    z-index: -2;
    visibility: hidden;
    opacity: 0;
}

.others-counter-area {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-top: -160px;
}

    .others-counter-area .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

    .others-counter-area .ot-counter-box {
        margin-top: 30px;
        text-align: center;
    }

.hero5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 110px 32px 0;
    border-radius: 10px;
    padding: 220px 0;
}

    .hero5::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 10px;
        background: linear-gradient(246deg, rgba(2, 17, 26, 0.12) 44.42%, rgba(2, 17, 26, 0.6) 81.7%);
        z-index: -1;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero5 {
        margin: 110px 32px 0;
        border-radius: 10px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero5 {
        margin: 110px 32px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5 {
        margin: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .hero5 {
        margin: 0;
        border-radius: 0;
        padding: 160px 0 70px;
    }
}

.hero5 .hero5-header-area h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s60);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 68px;
    display: inline-block;
}

@media (max-width: 767px) {
    .hero5 .hero5-header-area h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.hero5 .hero5-header-area h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
}

.hero5 .hero5-header-area .images {
    display: flex;
    align-items: center;
}

    .hero5 .hero5-header-area .images .img1 {
        margin: 0 36px 0 0;
    }

        .hero5 .hero5-header-area .images .img1 img {
            width: 120px;
            height: 32px;
            -o-object-fit: contain;
            object-fit: contain;
        }

.hero6-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 225px 0 335px;
}

@media (max-width: 767px) {
    .hero6-area {
        padding: 160px 0 335px;
    }
}

.hero6-area .hero6-heading h5 {
    color: var(--ztc-text-text-17);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 14px;
    border-radius: 50px;
    border-radius: 4px;
    border-radius: 50px;
    border-radius: 40px;
    background: rgba(36, 112, 195, 0.1);
}

    .hero6-area .hero6-heading h5 svg {
        margin: -4px 4px 0 0;
    }

.hero6-area .hero6-heading h1 {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s60);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 68px;
}

@media (max-width: 767px) {
    .hero6-area .hero6-heading h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero6-area .hero6-heading h1 {
        font-size: var(--ztc-font-size-font-s40);
        line-height: 50px;
    }
}

.hero6-area .hero6-heading 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;
}

.hero6-area .hero6-heading .btn-area1 .popup-youtube {
    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;
    /* 100% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-transform: capitalize;
    margin-left: 24px;
}

@media (max-width: 767px) {
    .hero6-area .hero6-heading .btn-area1 .popup-youtube {
        margin-left: 0;
        margin-top: 20px;
        display: block;
    }
}

.hero6-area .contact6-widget-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    border-radius: 10px;
    padding: 32px;
}

@media (max-width: 767px) {
    .hero6-area .contact6-widget-boxarea {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero6-area .contact6-widget-boxarea {
        margin-top: 30px;
    }
}

.hero6-area .contact6-widget-boxarea h4 {
    color: var(--ztc-text-text-5);
    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: 28px;
}

@media (max-width: 767px) {
    .hero6-area .contact6-widget-boxarea h4 {
        line-height: 34px;
    }
}

.hero6-area .contact6-widget-boxarea p {
    color: var(--ztc-text-text-15);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 28px;
}

.hero6-area .contact6-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: 18px 16px;
    border-radius: 8px;
    background: #F0F0F1;
    width: 100%;
}

.hero6-area .contact6-widget-boxarea .input-area .nice-select {
    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: 18px 16px;
    border-radius: 8px;
    background: #F0F0F1;
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
}

    .hero6-area .contact6-widget-boxarea .input-area .nice-select ul {
        width: 100%;
    }

    .hero6-area .contact6-widget-boxarea .input-area .nice-select::after {
        height: 7px;
        width: 7px;
        right: 16px;
    }

.hero6-area .contact6-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: 18px 16px;
    border-radius: 8px;
    background: #F0F0F1;
    width: 100%;
    height: 150px;
}

.hero6-area .contact6-widget-boxarea .input-area button {
    border: none;
    outline: none;
    background: none;
}

.hero7 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 200px 0 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7 {
        padding: 160px 0 0;
    }
}

@media (max-width: 767px) {
    .hero7 {
        padding: 160px 0 0;
    }
}

.hero7 .main-img img {
    position: absolute;
    right: 0;
    bottom: -140px;
    width: 45%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero7 .main-img img {
        bottom: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero7 .main-img img {
        bottom: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero7 .main-img img {
        bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7 .main-img img {
        position: relative;
        bottom: 0;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hero7 .main-img img {
        position: relative;
        bottom: 0;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        margin-top: 30px;
    }
}

.hero7 .heading7-area h5 {
    color: var(--ztc-text-text-1);
    text-transform: capitalize !important;
}

.hero7 .heading7-area 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;
}

@media (max-width: 767px) {
    .hero7 .heading7-area h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero7 .heading7-area h1 {
        font-size: var(--ztc-font-size-font-s40);
        line-height: 50px;
    }
}

.hero7 .heading7-area p {
    color: var(--ztc-text-text-1);
    opacity: 80%;
}

.hero7 .heading7-area .counter-area .counter-box {
    position: relative;
    margin-top: 40px;
}

    .hero7 .heading7-area .counter-area .counter-box svg {
        position: absolute;
        top: -10px;
        z-index: -1;
        left: -20px;
    }

    .hero7 .heading7-area .counter-area .counter-box h2 {
        color: var(--ztc-text-text-1);
    }

.hero8-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 225px 0 80px;
    background: var(--ztc-bg-bg-15);
}

@media (max-width: 767px) {
    .hero8-area {
        padding: 160px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8-area {
        padding: 160px 0 0;
    }
}

.hero8-area .hero8-heading 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;
    padding: 10px 14px;
    border-radius: 50px;
    border-radius: 4px;
    border-radius: 50px;
    border-radius: 40px;
    background: var(--ztc-bg-bg-20);
}

    .hero8-area .hero8-heading h5 svg {
        margin: -4px 4px 0 0;
    }

.hero8-area .hero8-heading h1 {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s60);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 68px;
}

@media (max-width: 767px) {
    .hero8-area .hero8-heading h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero8-area .hero8-heading h1 {
        font-size: var(--ztc-font-size-font-s40);
        line-height: 50px;
    }
}

.hero8-area .hero8-heading 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;
}

.hero8-area .hero8-heading .btn-area1 .popup-youtube {
    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;
    /* 100% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-transform: capitalize;
    margin-left: 24px;
}

@media (max-width: 767px) {
    .hero8-area .hero8-heading .btn-area1 .popup-youtube {
        margin-left: 0;
        margin-top: 20px;
        display: block;
    }
}

.hero8-area .hero8-heading .images {
    display: flex;
    align-items: center;
}

    .hero8-area .hero8-heading .images .img1 {
        margin: 0 36px 0 0;
    }

        .hero8-area .hero8-heading .images .img1 img {
            width: 120px;
            height: 32px;
            -o-object-fit: contain;
            object-fit: contain;
            filter: brightness(0);
        }

.hero8-area .main-img img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .hero8-area .main-img img {
        position: relative;
        height: 100%;
        width: 100%;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8-area .main-img img {
        position: relative;
        height: 100%;
        width: 100%;
        margin-top: 30px;
    }
}

.hero9-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 210px 0 0;
}

@media (max-width: 767px) {
    .hero9-section-area {
        padding: 160px 0 0;
    }
}

.hero9-section-area .hero9-heading {
    position: relative;
    z-index: 1;
}

    .hero9-section-area .hero9-heading .arrow-btnarea {
        position: absolute;
        top: 200px;
        left: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9-section-area .hero9-heading .arrow-btnarea {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero9-section-area .hero9-heading .arrow-btnarea {
        display: none;
    }
}

.hero9-section-area .hero9-heading .arrow-btnarea a {
    border-width: 1px;
    border: 1px solid var(--ztc-bg-bg-17);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    border-radius: 50%;
    padding: 8px;
    height: 150px;
    width: 150px;
}

    .hero9-section-area .hero9-heading .arrow-btnarea a .arrow1 {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 40px;
        width: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }

    .hero9-section-area .hero9-heading .arrow-btnarea a .circle {
        position: absolute;
        margin-bottom: 0;
        font-size: var(--ztc-font-size-font-s14);
        text-transform: uppercase;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: var(--tg-color-white-default);
        font-weight: var(--ztc-weight-medium);
    }

        .hero9-section-area .hero9-heading .arrow-btnarea a .circle span {
            position: absolute;
            top: -65px;
            display: inline-block;
            transform-origin: 0 65px;
            color: var(--ztc-text-text-16);
        }

@media (max-width: 767px) {
    .hero9-section-area .hero9-heading .arrow-btnarea a {
        margin-top: 15px;
    }
}

.hero9-section-area .hero9-heading .elements22 {
    position: absolute;
    right: 0;
}

@media (max-width: 767px) {
    .hero9-section-area .hero9-heading .elements22 {
        display: none;
    }
}

.hero9-section-area .hero9-heading h1 {
    color: var(--ztc-text-text-14);
    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;
}

@media (max-width: 767px) {
    .hero9-section-area .hero9-heading h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.hero9-section-area .hero9-heading .images-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .hero9-section-area .hero9-heading .images-area {
        display: none;
    }
}

.hero9-section-area .hero9-heading .images-area .img1 {
    position: relative;
    margin: 0 40px 0 0;
    top: 100px;
}

.hero9-section-area .hero9-heading .images-area .img3 img {
    height: 80px;
    width: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 16px;
}

@media (max-width: 767px) {
    .hero9-section-area .hero9-heading .images-area .img3 img {
        display: none;
    }
}

.hero9-section-area .hero9-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.hero10 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 180px 0 0 0;
}

    .hero10 .hero10-heading h1 {
        color: var(--ztc-text-text-14);
        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: 70px;
        display: inline-block;
    }

@media (max-width: 767px) {
    .hero10 .hero10-heading h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.hero10 .others-area .arrow-btnarea {
    position: relative;
    top: 0;
    left: 0;
}

    .hero10 .others-area .arrow-btnarea a {
        border-width: 1px;
        border: 1px solid var(--ztc-bg-bg-16);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s;
        border-radius: 50%;
        padding: 8px;
        height: 150px;
        width: 150px;
    }

        .hero10 .others-area .arrow-btnarea a .arrow1 {
            position: absolute;
            left: 50%;
            top: 50%;
            height: 40px;
            width: 40px;
            margin-top: -20px;
            margin-left: -20px;
            filter: brightness(0);
        }

        .hero10 .others-area .arrow-btnarea a .circle {
            position: absolute;
            margin-bottom: 0;
            font-size: var(--ztc-font-size-font-s14);
            text-transform: uppercase;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: var(--tg-color-white-default);
            font-weight: var(--ztc-weight-medium);
        }

            .hero10 .others-area .arrow-btnarea a .circle span {
                position: absolute;
                top: -65px;
                display: inline-block;
                transform-origin: 0 65px;
                color: var(--ztc-text-text-14);
            }

@media (max-width: 767px) {
    .hero10 .others-area .arrow-btnarea a {
        margin-top: 15px;
    }
}

.hero10 .others-area .img1 {
    position: relative;
    bottom: 20px;
}

    .hero10 .others-area .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

.hero10 .images {
    position: relative;
    z-index: 1;
}

    .hero10 .images .elements23 {
        position: absolute;
        left: 0;
    }

    .hero10 .images .elements24 {
        position: absolute;
        right: 0;
    }

    .hero10 .images .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

.hero10 .heading-pera p {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 28px;
    opacity: 80%;
}

.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: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s64);
    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: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 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 ===============*/
.homepage1-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 16px 0;
}

.homepage1-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: 24px;
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-semibold);
}


@media (max-width: 767px) {
    .homepage1-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}

.homepage1-body .vl-transparent-header .vl-logo img {
    /* width: 148px; */
    /* height: 36px; */
    -o-object-fit: contain;
    object-fit: contain;
    width: 70%;
}

.homepage1-body .vl-transparent-header .row-bg1 {
    border-radius: 10px;
    background: var(--ztc-bg-bg-1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 16px 10px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .homepage1-body .vl-transparent-header .row-bg1 {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-transparent-header .row-bg1 {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage1-body .vl-transparent-header .row-bg1 {
        /* padding: 0; */
        /* background: none; */
        border-radius: 0;
        /* margin: 0; */
    }

    .homepage1-body .vl-main-menu ul > li > a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage1-body .vl-transparent-header .row-bg1 .hero-btn1 .vl-btn1 {
        padding: 16px;
        font-size: var(--ztc-font-size-font-s16);
    }

    .homepage1-body .vl-main-menu ul > li > a {
        font-size: 14px;
    }
}

.homepage1-body .vl-main-menu ul {
    text-align: center;
}

    .homepage1-body .vl-main-menu ul > li {
        display: inline-block;
        position: relative;
    }

        .homepage1-body .vl-main-menu ul > li .span-arrow {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
        }

        .homepage1-body .vl-main-menu ul > li a.nav-link.active {
            color: var(--ztc-text-text-2);
            background: none;
            opacity: 70%;
        }


        .homepage1-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-4);
        }

        .homepage1-body .vl-main-menu ul > li .sub-menu {
            position: absolute;
            top: 201%;
            width: 220px;
            left: 0;
            background: var(--ztc-bg-bg-1);
            padding: 12px 20px 24px;
            opacity: 0;
            visibility: hidden;
            box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
            transition: 0.4s;
            border-radius: 4px;
            transform-origin: top;
            transform: scale(1, 0);
        }

            .homepage1-body .vl-main-menu ul > li .sub-menu::after {
                position: absolute;
                content: "";
                height: 2px;
                left: 0;
                width: 100%;
                background: var(--ztc-bg-bg-3);
                top: 0;
            }

            .homepage1-body .vl-main-menu ul > li .sub-menu.menu1 {
                top: 20% !important;
            }

            .homepage1-body .vl-main-menu ul > li .sub-menu li {
                margin-right: 0;
                display: block;
                text-align: start;
            }

                .homepage1-body .vl-main-menu ul > li .sub-menu li a {
                    color: var(--ztc-text-text-2);
                    display: inline-block;
                    font-size: 22px;
                    position: relative;
                    z-index: 1;
                    padding: 12px 0 0 0;
                    font-weight: var(--ztc-weight-semibold);
                }

                    .homepage1-body .vl-main-menu ul > li .sub-menu li a::after {
                        position: absolute;
                        content: "";
                        height: 2px;
                        width: 0;
                        transition: all 0.4s;
                        left: 0;
                        bottom: 0;
                        background: var(--ztc-bg-bg-3);
                        z-index: 1;
                    }

                    .homepage1-body .vl-main-menu ul > li .sub-menu li a:hover::after {
                        width: 50%;
                        transition: all 0.4s;
                    }

                    .homepage1-body .vl-main-menu ul > li .sub-menu li a:before {
                        display: none;
                    }

                .homepage1-body .vl-main-menu ul > li .sub-menu li .sub-menu {
                    left: 100%;
                    top: 201%;
                    opacity: 0;
                    visibility: hidden;
                    transition: 0.4s;
                    transform-origin: top;
                    transform: scale(1, 0);
                }

                .homepage1-body .vl-main-menu ul > li .sub-menu li:hover > a {
                    color: var(--ztc-text-text-4);
                }

                .homepage1-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
                    opacity: 1;
                    visibility: visible;
                    top: 201%;
                    transform: scale(1);
                }

        .homepage1-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-4);
        }

        .homepage1-body .vl-main-menu ul > li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            top: 201%;
            transform: scale(1);
            transition: all 0.4s;
        }

        .homepage1-body .vl-main-menu ul > li:hover .vl-mega-menu {
            opacity: 1;
            visibility: visible;
            transition: 0.3s;
            top: 201%;
            transform: scale(1);
        }

.homepage1-body .vl-mega-menu {
    position: absolute;
    left: -380px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 5px 25px 25px 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
    height: 650px;
    overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage1-body .vl-mega-menu {
        left: -162px;
        width: 929px;
    }

    .homepage1-body .vl-main-menu ul > li > a {
        font-size: 11px;
        padding: 0 14px;
        font-weight: 700;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage1-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
        height: auto;
        padding: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage1-body .vl-mega-menu {
        left: -290px;
        width: 1140px;
    }
}

.homepage1-body .vl-home-thumb {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .homepage1-body .vl-home-thumb {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-home-thumb {
        margin-top: 0;
    }
}

.homepage1-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.homepage1-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}

    .homepage1-body .vl-home-thumb .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        transition: all 0.4s;
        top: 0;
        background: var(--ztc-text-text-2);
        border-radius: 4px;
        transform: scale(0.8);
        visibility: hidden;
        opacity: 0;
    }

.homepage1-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -85px;
}

@media (max-width: 767px) {
    .homepage1-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 {
    position: relative;
    display: inline-block;
    padding: 18px 24px;
    border-radius: 8px;
    color: var(--ztc-text-text-1) !important;
    background: var(--ztc-bg-bg-3);
    z-index: 1;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 20px;
    font-weight: var(--ztc-weight-black);
    transition: all 0.4s;
    z-index: 1;
    text-transform: uppercase;
}

    .homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
            visibility: visible;
            opacity: 1;
            transition: all 0.4s;
            width: 100%;
            left: 0;
        }

        .homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover i {
            transform: rotate(0);
            transition: all 0.4s;
        }

    .homepage1-body .vl-home-thumb .btn-area1 .vl-btn1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 10px;
        background: var(--ztc-bg-bg-2);
        transition: all 0.4s;
        top: 0;
        left: 50%;
        border-radius: 8px;
        z-index: -2;
        visibility: hidden;
        opacity: 0;
    }

    .homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 i {
        margin-left: 4px;
        transform: rotate(-45deg);
        transition: all 0.4s;
    }

.homepage1-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}

    .homepage1-body .vl-home-thumb a:hover {
        color: var(--ztc-text-text-4) !important;
        transition: all 0.4s;
    }

.homepage1-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}

.homepage1-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}

.homepage1-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

    .homepage1-body .header-sticky .row-bg1 {
        padding: 0;
        background: none;
        margin: 0;
    }

.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: 148px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

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

.homepage3-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 16px 0;
}

@media (max-width: 767px) {
    .homepage3-body .vl-transparent-header {
        background: var(--ztc-bg-bg-9);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-body .vl-transparent-header {
        background: var(--ztc-bg-bg-9);
    }
}

.homepage3-body .vl-transparent-header .vl-logo img {
    width: 148px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage3-body .vl-transparent-header .row-bg1 {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: 16px 10px;
}

@media (max-width: 767px) {
    .homepage3-body .vl-transparent-header .row-bg1 {
        padding: 0;
        margin: 0;
        background: var(--ztc-bg-bg-9);
        border: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-body .vl-transparent-header .row-bg1 {
        padding: 0;
        margin: 0;
        background: var(--ztc-bg-bg-9);
        border: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage3-body .vl-transparent-header .row-bg1 {
        background: none;
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage3-body .vl-transparent-header .row-bg1 .hero-btn1 .vl-btn3 {
        padding: 20px;
        font-size: var(--ztc-font-size-font-s16);
    }
}

.homepage3-body .vl-main-menu ul {
    text-align: center;
}

    .homepage3-body .vl-main-menu ul > li {
        display: inline-block;
        position: relative;
    }

        .homepage3-body .vl-main-menu ul > li .span-arrow {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
        }

        .homepage3-body .vl-main-menu ul > li > a {
            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);
        }

        .homepage3-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-10);
        }

        .homepage3-body .vl-main-menu ul > li .sub-menu {
            position: absolute;
            top: 201%;
            width: 220px;
            left: 0;
            background: var(--ztc-bg-bg-1);
            padding: 12px 20px 24px;
            opacity: 0;
            visibility: hidden;
            box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
            transition: 0.4s;
            border-radius: 4px;
            transform-origin: top;
            transform: scale(1, 0);
        }

            .homepage3-body .vl-main-menu ul > li .sub-menu::after {
                position: absolute;
                content: "";
                height: 2px;
                left: 0;
                width: 100%;
                background: var(--ztc-bg-bg-10);
                top: 0;
            }

            .homepage3-body .vl-main-menu ul > li .sub-menu.menu1 {
                top: 20% !important;
            }

            .homepage3-body .vl-main-menu ul > li .sub-menu li {
                margin-right: 0;
                display: block;
                text-align: start;
            }

                .homepage3-body .vl-main-menu ul > li .sub-menu li a {
                    color: var(--ztc-text-text-8);
                    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);
                }

                    .homepage3-body .vl-main-menu ul > li .sub-menu li a::after {
                        position: absolute;
                        content: "";
                        height: 2px;
                        width: 0;
                        transition: all 0.4s;
                        left: 0;
                        bottom: 0;
                        background: var(--ztc-bg-bg-10);
                        z-index: 1;
                    }

                    .homepage3-body .vl-main-menu ul > li .sub-menu li a:hover::after {
                        width: 50%;
                        transition: all 0.4s;
                    }

                    .homepage3-body .vl-main-menu ul > li .sub-menu li a:before {
                        display: none;
                    }

                .homepage3-body .vl-main-menu ul > li .sub-menu li .sub-menu {
                    left: 100%;
                    top: 201%;
                    opacity: 0;
                    visibility: hidden;
                    transition: 0.4s;
                    transform-origin: top;
                    transform: scale(1, 0);
                }

                .homepage3-body .vl-main-menu ul > li .sub-menu li:hover > a {
                    color: var(--ztc-text-text-10);
                }

                .homepage3-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
                    opacity: 1;
                    visibility: visible;
                    top: 201%;
                    transform: scale(1);
                }

        .homepage3-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-10);
        }

        .homepage3-body .vl-main-menu ul > li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            top: 201%;
            transform: scale(1);
            transition: all 0.4s;
        }

        .homepage3-body .vl-main-menu ul > li:hover .vl-mega-menu {
            opacity: 1;
            visibility: visible;
            transition: 0.3s;
            top: 201%;
            transform: scale(1);
        }

.homepage3-body .vl-mega-menu {
    position: absolute;
    left: -380px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 5px 25px 25px 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
    height: 650px;
    overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage3-body .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage3-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
        height: auto;
        padding: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage3-body .vl-mega-menu {
        left: -290px;
        width: 1140px;
    }
}

.homepage3-body .vl-home-thumb {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .homepage3-body .vl-home-thumb {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-body .vl-home-thumb {
        margin-top: 0;
    }
}

.homepage3-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.homepage3-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}

    .homepage3-body .vl-home-thumb .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        transition: all 0.4s;
        top: 0;
        background: var(--ztc-text-text-8);
        border-radius: 4px;
        transform: scale(0.8);
        visibility: hidden;
        opacity: 0;
    }

.homepage3-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -85px;
}

@media (max-width: 767px) {
    .homepage3-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 {
    position: relative;
    display: inline-block;
    padding: 20px 28px;
    border-radius: 54px;
    color: var(--ztc-text-text-8);
    background: var(--ztc-bg-bg-10);
    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;
}

    .homepage3-body .vl-home-thumb .btn-area1 .vl-btn3:hover {
        color: var(--ztc-text-text-1) !important;
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .homepage3-body .vl-home-thumb .btn-area1 .vl-btn3:hover::after {
            visibility: visible;
            opacity: 1;
            transition: all 0.4s;
            width: 100%;
            left: 0;
        }

    .homepage3-body .vl-home-thumb .btn-area1 .vl-btn3::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;
    }

    .homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 i {
        margin-left: 4;
        transform: rotate(-45deg);
    }

.homepage3-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-5) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}

    .homepage3-body .vl-home-thumb a:hover {
        color: var(--ztc-text-text-10) !important;
        transition: all 0.4s;
    }

.homepage3-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}

.homepage3-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}

.homepage3-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-9);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

    .homepage3-body .header-sticky .row-bg1 {
        padding: 0;
        background: none;
        margin: 0;
        border: none;
    }

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

@media (max-width: 767px) {
    .homepage4-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}

.homepage4-body .vl-transparent-header .vl-logo img {
    width: 148px;
    height: 36px;
    -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: var(--ztc-text-text-11);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s18);
            display: inline-block;
            position: relative;
            transition: 0.4s;
            padding: 0 16px;
            font-weight: var(--ztc-weight-semibold);
        }

        .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: var(--ztc-text-text-11);
                    display: inline-block;
                    font-size: var(--ztc-font-size-font-s18);
                    position: relative;
                    z-index: 1;
                    padding: 12px 0 0 0;
                    font-weight: var(--ztc-weight-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 .header-pera {
    background: var(--ztc-bg-bg-17);
    text-align: center;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .homepage5-body .header-pera {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage5-body .header-pera {
        display: none;
    }
}

.homepage5-body .header-pera p {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    display: inline-block;
}

    .homepage5-body .header-pera p img {
        margin: -4px 4px 0 0;
    }

.homepage5-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 90px 0 32px;
}

@media (max-width: 767px) {
    .homepage5-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
        padding: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage5-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
        padding: 16px;
    }
}

.homepage5-body .vl-transparent-header .vl-logo img {
    width: 148px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage5-body .vl-transparent-header .hero-btn1 .vl-btn5 {
        padding: 16px;
        font-size: var(--ztc-font-size-font-s16);
    }
}

.homepage5-body .vl-main-menu ul {
    text-align: center;
}

    .homepage5-body .vl-main-menu ul > li {
        display: inline-block;
        position: relative;
    }

        .homepage5-body .vl-main-menu ul > li .span-arrow {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
        }

        .homepage5-body .vl-main-menu ul > li a.nav-link.active {
            color: var(--ztc-text-text-16);
            background: none;
            opacity: 70%;
        }

        .homepage5-body .vl-main-menu ul > li > a {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s18);
            display: inline-block;
            position: relative;
            transition: 0.4s;
            padding: 0 16px;
            font-weight: var(--ztc-weight-semibold);
        }

        .homepage5-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-16);
        }

        .homepage5-body .vl-main-menu ul > li .sub-menu {
            position: absolute;
            top: 201%;
            width: 220px;
            left: 0;
            background: var(--ztc-bg-bg-1);
            padding: 12px 20px 24px;
            opacity: 0;
            visibility: hidden;
            box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
            transition: 0.4s;
            border-radius: 4px;
            transform-origin: top;
            transform: scale(1, 0);
        }

            .homepage5-body .vl-main-menu ul > li .sub-menu::after {
                position: absolute;
                content: "";
                height: 2px;
                left: 0;
                width: 100%;
                background: var(--ztc-bg-bg-17);
                top: 0;
            }

            .homepage5-body .vl-main-menu ul > li .sub-menu.menu1 {
                top: 20% !important;
            }

            .homepage5-body .vl-main-menu ul > li .sub-menu li {
                margin-right: 0;
                display: block;
                text-align: start;
            }

                .homepage5-body .vl-main-menu ul > li .sub-menu li a {
                    color: var(--ztc-text-text-14);
                    display: inline-block;
                    font-size: var(--ztc-font-size-font-s18);
                    position: relative;
                    z-index: 1;
                    padding: 12px 0 0 0;
                    font-weight: var(--ztc-weight-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-17);
                        z-index: 1;
                    }

                    .homepage5-body .vl-main-menu ul > li .sub-menu li a:hover::after {
                        width: 50%;
                        transition: all 0.4s;
                    }

                    .homepage5-body .vl-main-menu ul > li .sub-menu li a:before {
                        display: none;
                    }

                .homepage5-body .vl-main-menu ul > li .sub-menu li .sub-menu {
                    left: 100%;
                    top: 201%;
                    opacity: 0;
                    visibility: hidden;
                    transition: 0.4s;
                    transform-origin: top;
                    transform: scale(1, 0);
                }

                .homepage5-body .vl-main-menu ul > li .sub-menu li:hover > a {
                    color: var(--ztc-text-text-16);
                }

                .homepage5-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
                    opacity: 1;
                    visibility: visible;
                    top: 201%;
                    transform: scale(1);
                }

        .homepage5-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-16);
        }

        .homepage5-body .vl-main-menu ul > li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            top: 201%;
            transform: scale(1);
            transition: all 0.4s;
        }

        .homepage5-body .vl-main-menu ul > li:hover .vl-mega-menu {
            opacity: 1;
            visibility: visible;
            transition: 0.3s;
            top: 201%;
            transform: scale(1);
        }

.homepage5-body .vl-mega-menu {
    position: absolute;
    left: -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-text-text-14);
        border-radius: 4px;
        transform: scale(0.8);
        visibility: hidden;
        opacity: 0;
    }

.homepage5-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -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-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;
}

    .homepage5-body .vl-home-thumb .btn-area1 .vl-btn5:hover {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .homepage5-body .vl-home-thumb .btn-area1 .vl-btn5:hover::after {
            visibility: visible;
            opacity: 1;
            transition: all 0.4s;
            width: 100%;
            left: 0;
        }

        .homepage5-body .vl-home-thumb .btn-area1 .vl-btn5:hover i {
            transform: rotate(0);
            transition: all 0.4s;
        }

    .homepage5-body .vl-home-thumb .btn-area1 .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;
    }

    .homepage5-body .vl-home-thumb .btn-area1 .vl-btn5 i {
        margin-left: 4px;
        transform: rotate(-45deg);
        transition: all 0.4s;
    }

.homepage5-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-14) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}

    .homepage5-body .vl-home-thumb a:hover {
        color: var(--ztc-text-text-16) !important;
        transition: all 0.4s;
    }

.homepage5-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}

.homepage5-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}

.homepage5-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    padding: 16px;
}

.homepage6-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 16px 0;
}

@media (max-width: 767px) {
    .homepage6-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
        box-shadow: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage6-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
        box-shadow: none;
    }
}

.homepage6-body .vl-transparent-header .vl-logo img {
    width: 148px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}

.homepage6-body .vl-transparent-header .row-bg1 {
    border-radius: 100px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 16px 10px;
}

@media (max-width: 767px) {
    .homepage6-body .vl-transparent-header .row-bg1 {
        padding: 0;
        margin: 0;
        background: var(--ztc-bg-bg-1);
        border: none;
        box-shadow: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage6-body .vl-transparent-header .row-bg1 {
        padding: 0;
        margin: 0;
        background: var(--ztc-bg-bg-1);
        border: none;
        box-shadow: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage6-body .vl-transparent-header .row-bg1 {
        background: var(--ztc-bg-bg-1);
        margin: 0;
    }
}

.homepage6-body .vl-main-menu ul {
    text-align: center;
}

    .homepage6-body .vl-main-menu ul > li {
        display: inline-block;
        position: relative;
    }

        .homepage6-body .vl-main-menu ul > li .span-arrow {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
        }

        .homepage6-body .vl-main-menu ul > li > a {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s18);
            display: inline-block;
            position: relative;
            transition: 0.4s;
            padding: 0 16px;
            font-weight: var(--ztc-weight-semibold);
        }

        .homepage6-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-17);
        }

        .homepage6-body .vl-main-menu ul > li .sub-menu {
            position: absolute;
            top: 201%;
            width: 220px;
            left: 0;
            background: var(--ztc-bg-bg-1);
            padding: 12px 20px 24px;
            opacity: 0;
            visibility: hidden;
            box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
            transition: 0.4s;
            border-radius: 4px;
            transform-origin: top;
            transform: scale(1, 0);
        }

            .homepage6-body .vl-main-menu ul > li .sub-menu::after {
                position: absolute;
                content: "";
                height: 2px;
                left: 0;
                width: 100%;
                background: var(--ztc-bg-bg-18);
                top: 0;
            }

            .homepage6-body .vl-main-menu ul > li .sub-menu.menu1 {
                top: 20% !important;
            }

            .homepage6-body .vl-main-menu ul > li .sub-menu li {
                margin-right: 0;
                display: block;
                text-align: start;
            }

                .homepage6-body .vl-main-menu ul > li .sub-menu li a {
                    color: var(--ztc-text-text-14);
                    display: inline-block;
                    font-size: var(--ztc-font-size-font-s18);
                    position: relative;
                    z-index: 1;
                    padding: 12px 0 0 0;
                    font-weight: var(--ztc-weight-semibold);
                }

                    .homepage6-body .vl-main-menu ul > li .sub-menu li a::after {
                        position: absolute;
                        content: "";
                        height: 2px;
                        width: 0;
                        transition: all 0.4s;
                        left: 0;
                        bottom: 0;
                        background: var(--ztc-bg-bg-18);
                        z-index: 1;
                    }

                    .homepage6-body .vl-main-menu ul > li .sub-menu li a:hover::after {
                        width: 50%;
                        transition: all 0.4s;
                    }

                    .homepage6-body .vl-main-menu ul > li .sub-menu li a:before {
                        display: none;
                    }

                .homepage6-body .vl-main-menu ul > li .sub-menu li .sub-menu {
                    left: 100%;
                    top: 201%;
                    opacity: 0;
                    visibility: hidden;
                    transition: 0.4s;
                    transform-origin: top;
                    transform: scale(1, 0);
                }

                .homepage6-body .vl-main-menu ul > li .sub-menu li:hover > a {
                    color: var(--ztc-text-text-17);
                }

                .homepage6-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
                    opacity: 1;
                    visibility: visible;
                    top: 201%;
                    transform: scale(1);
                }

        .homepage6-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-17);
        }

        .homepage6-body .vl-main-menu ul > li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            top: 201%;
            transform: scale(1);
            transition: all 0.4s;
        }

        .homepage6-body .vl-main-menu ul > li:hover .vl-mega-menu {
            opacity: 1;
            visibility: visible;
            transition: 0.3s;
            top: 201%;
            transform: scale(1);
        }

.homepage6-body .vl-mega-menu {
    position: absolute;
    left: -312px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 5px 25px 25px 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
    height: 650px;
    overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage6-body .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage6-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
        height: auto;
        padding: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage6-body .vl-mega-menu {
        left: -240px;
        width: 1140px;
    }
}

.homepage6-body .vl-home-thumb {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .homepage6-body .vl-home-thumb {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage6-body .vl-home-thumb {
        margin-top: 0;
    }
}

.homepage6-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage6-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.homepage6-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}

    .homepage6-body .vl-home-thumb .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        transition: all 0.4s;
        top: 0;
        background: var(--ztc-text-text-14);
        border-radius: 4px;
        transform: scale(0.8);
        visibility: hidden;
        opacity: 0;
    }

.homepage6-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -55px;
    margin-left: -95px;
}

@media (max-width: 767px) {
    .homepage6-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage6-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

.homepage6-body .vl-home-thumb .btn-area1 .vl-btn6:hover .text {
    background: var(--ztc-bg-bg-16);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.homepage6-body .vl-home-thumb .btn-area1 .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);
}

.homepage6-body .vl-home-thumb .btn-area1 .vl-btn6 .text {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: capitalize;
    padding: 18px 28px;
    border-radius: 70px;
    background: var(--ztc-bg-bg-18);
}

.homepage6-body .vl-home-thumb .btn-area1 .vl-btn6 .arrow {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    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);
}

.homepage6-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-14) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}

    .homepage6-body .vl-home-thumb a:hover {
        color: var(--ztc-text-text-17) !important;
        transition: all 0.4s;
    }

.homepage6-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}

.homepage6-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}

.homepage6-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

    .homepage6-body .header-sticky .row-bg1 {
        padding: 0;
        background: none;
        margin: 0;
        border: none;
        box-shadow: none;
    }

.homepage7-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 16px 0;
}

@media (max-width: 767px) {
    .homepage7-body .vl-transparent-header {
        background: var(--ztc-bg-bg-16);
        box-shadow: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage7-body .vl-transparent-header {
        background: var(--ztc-bg-bg-16);
        box-shadow: none;
    }
}

.homepage7-body .vl-transparent-header .vl-logo img {
    width: 148px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage7-body .vl-main-menu ul {
    text-align: center;
}

    .homepage7-body .vl-main-menu ul > li {
        display: inline-block;
        position: relative;
    }

        .homepage7-body .vl-main-menu ul > li .span-arrow {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
        }

        .homepage7-body .vl-main-menu ul > li > a {
            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);
        }

        .homepage7-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-1);
        }

        .homepage7-body .vl-main-menu ul > li .sub-menu {
            position: absolute;
            top: 201%;
            width: 220px;
            left: 0;
            background: var(--ztc-bg-bg-1);
            padding: 12px 20px 24px;
            opacity: 0;
            visibility: hidden;
            box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
            transition: 0.4s;
            border-radius: 4px;
            transform-origin: top;
            transform: scale(1, 0);
        }

            .homepage7-body .vl-main-menu ul > li .sub-menu::after {
                position: absolute;
                content: "";
                height: 2px;
                left: 0;
                width: 100%;
                background: var(--ztc-bg-bg-16);
                top: 0;
            }

            .homepage7-body .vl-main-menu ul > li .sub-menu.menu1 {
                top: 20% !important;
            }

            .homepage7-body .vl-main-menu ul > li .sub-menu li {
                margin-right: 0;
                display: block;
                text-align: start;
            }

                .homepage7-body .vl-main-menu ul > li .sub-menu li a {
                    color: var(--ztc-text-text-14);
                    display: inline-block;
                    font-size: var(--ztc-font-size-font-s18);
                    position: relative;
                    z-index: 1;
                    padding: 12px 0 0 0;
                    font-weight: var(--ztc-weight-semibold);
                }

                    .homepage7-body .vl-main-menu ul > li .sub-menu li a::after {
                        position: absolute;
                        content: "";
                        height: 2px;
                        width: 0;
                        transition: all 0.4s;
                        left: 0;
                        bottom: 0;
                        background: var(--ztc-bg-bg-16);
                        z-index: 1;
                    }

                    .homepage7-body .vl-main-menu ul > li .sub-menu li a:hover::after {
                        width: 50%;
                        transition: all 0.4s;
                    }

                    .homepage7-body .vl-main-menu ul > li .sub-menu li a:before {
                        display: none;
                    }

                .homepage7-body .vl-main-menu ul > li .sub-menu li .sub-menu {
                    left: 100%;
                    top: 201%;
                    opacity: 0;
                    visibility: hidden;
                    transition: 0.4s;
                    transform-origin: top;
                    transform: scale(1, 0);
                }

                .homepage7-body .vl-main-menu ul > li .sub-menu li:hover > a {
                    color: var(--ztc-text-text-14);
                }

                .homepage7-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
                    opacity: 1;
                    visibility: visible;
                    top: 201%;
                    transform: scale(1);
                }

        .homepage7-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-1);
        }

        .homepage7-body .vl-main-menu ul > li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            top: 201%;
            transform: scale(1);
            transition: all 0.4s;
        }

        .homepage7-body .vl-main-menu ul > li:hover .vl-mega-menu {
            opacity: 1;
            visibility: visible;
            transition: 0.3s;
            top: 201%;
            transform: scale(1);
        }

.homepage7-body .vl-mega-menu {
    position: absolute;
    left: -312px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 5px 25px 25px 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
    height: 650px;
    overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage7-body .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage7-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
        height: auto;
        padding: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage7-body .vl-mega-menu {
        left: -240px;
        width: 1140px;
    }
}

.homepage7-body .vl-home-thumb {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .homepage7-body .vl-home-thumb {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage7-body .vl-home-thumb {
        margin-top: 0;
    }
}

.homepage7-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage7-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.homepage7-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}

    .homepage7-body .vl-home-thumb .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        transition: all 0.4s;
        top: 0;
        background: var(--ztc-text-text-14);
        border-radius: 4px;
        transform: scale(0.8);
        visibility: hidden;
        opacity: 0;
    }

.homepage7-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -55px;
    margin-left: -95px;
}

@media (max-width: 767px) {
    .homepage7-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage7-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

.homepage7-body .vl-home-thumb .btn-area1 .vl-btn7:hover .text {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    color: var(--ztc-text-text-14);
}

.homepage7-body .vl-home-thumb .btn-area1 .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);
}

.homepage7-body .vl-home-thumb .btn-area1 .vl-btn7 .text {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: capitalize;
    padding: 18px 28px;
    border-radius: 70px;
    background: var(--ztc-bg-bg-1);
}

.homepage7-body .vl-home-thumb .btn-area1 .vl-btn7 .arrow {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    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);
}

.homepage7-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-14) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}

    .homepage7-body .vl-home-thumb a:hover {
        color: var(--ztc-text-text-14) !important;
        transition: all 0.4s;
    }

.homepage7-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}

.homepage7-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}

.homepage7-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-16);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

    .homepage7-body .header-sticky .row-bg1 {
        padding: 0;
        background: none;
        margin: 0;
        border: none;
        box-shadow: none;
    }

.homepage8-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 16px 0;
}

@media (max-width: 767px) {
    .homepage8-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage8-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}

.homepage8-body .vl-transparent-header .vl-logo img {
    width: 148px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0);
}

.homepage8-body .vl-main-menu ul {
    text-align: center;
    padding-left: 140px;
    position: relative;
    left: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage8-body .vl-main-menu ul {
        padding-left: 0;
        left: 0;
    }
}

@media (max-width: 767px) {
    .homepage8-body .vl-main-menu ul {
        padding-left: 0;
        left: 0;
        text-align: center;
        position: inherit !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage8-body .vl-main-menu ul {
        padding-left: 0;
        left: 0;
        text-align: center;
        position: inherit !important;
    }
}

.homepage8-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}

    .homepage8-body .vl-main-menu ul > li .span-arrow {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .homepage8-body .vl-main-menu ul > li > a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s18);
        display: inline-block;
        position: relative;
        transition: 0.4s;
        padding: 0 16px;
        font-weight: var(--ztc-weight-semibold);
        background: var(--ztc-bg-bg-1);
        border-radius: 38px;
        padding: 8px 16px;
    }

    .homepage8-body .vl-main-menu ul > li:hover a {
        color: var(--ztc-text-text-18);
    }

    .homepage8-body .vl-main-menu ul > li .sub-menu {
        position: absolute;
        top: 150%;
        width: 220px;
        left: 0;
        background: var(--ztc-bg-bg-1);
        padding: 12px 20px 24px;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
        transition: 0.4s;
        border-radius: 4px;
        transform-origin: top;
        transform: scale(1, 0);
    }

        .homepage8-body .vl-main-menu ul > li .sub-menu::after {
            position: absolute;
            content: "";
            height: 2px;
            left: 0;
            width: 100%;
            background: var(--ztc-bg-bg-20);
            top: 0;
        }

        .homepage8-body .vl-main-menu ul > li .sub-menu.menu1 {
            top: 20% !important;
        }

        .homepage8-body .vl-main-menu ul > li .sub-menu li {
            margin-right: 0;
            display: block;
            text-align: start;
        }

            .homepage8-body .vl-main-menu ul > li .sub-menu li a {
                color: var(--ztc-text-text-14);
                display: inline-block;
                font-size: var(--ztc-font-size-font-s18);
                position: relative;
                z-index: 1;
                padding: 12px 0 0 0;
                font-weight: var(--ztc-weight-semibold);
            }

                .homepage8-body .vl-main-menu ul > li .sub-menu li a::after {
                    position: absolute;
                    content: "";
                    height: 2px;
                    width: 0;
                    transition: all 0.4s;
                    left: 0;
                    bottom: 0;
                    background: var(--ztc-bg-bg-20);
                    z-index: 1;
                }

                .homepage8-body .vl-main-menu ul > li .sub-menu li a:hover::after {
                    width: 50%;
                    transition: all 0.4s;
                }

                .homepage8-body .vl-main-menu ul > li .sub-menu li a:before {
                    display: none;
                }

            .homepage8-body .vl-main-menu ul > li .sub-menu li .sub-menu {
                left: 100%;
                top: 150%;
                opacity: 0;
                visibility: hidden;
                transition: 0.4s;
                transform-origin: top;
                transform: scale(1, 0);
            }

            .homepage8-body .vl-main-menu ul > li .sub-menu li:hover > a {
                color: var(--ztc-text-text-18);
            }

            .homepage8-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
                opacity: 1;
                visibility: visible;
                top: 150%;
                transform: scale(1);
            }

    .homepage8-body .vl-main-menu ul > li:hover a {
        color: var(--ztc-text-text-18);
    }

    .homepage8-body .vl-main-menu ul > li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 150%;
        transform: scale(1);
        transition: all 0.4s;
    }

    .homepage8-body .vl-main-menu ul > li:hover .vl-mega-menu {
        opacity: 1;
        visibility: visible;
        transition: 0.3s;
        top: 150%;
        transform: scale(1);
    }

.homepage8-body .vl-mega-menu {
    position: absolute;
    left: -490px;
    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: 150%;
    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) {
    .homepage8-body .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage8-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
        height: auto;
        padding: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage8-body .vl-mega-menu {
        left: -280px;
        width: 1140px;
    }
}

.homepage8-body .vl-home-thumb {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .homepage8-body .vl-home-thumb {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage8-body .vl-home-thumb {
        margin-top: 0;
    }
}

.homepage8-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage8-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.homepage8-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}

    .homepage8-body .vl-home-thumb .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        transition: all 0.4s;
        top: 0;
        background: var(--ztc-text-text-14);
        border-radius: 4px;
        transform: scale(0.8);
        visibility: hidden;
        opacity: 0;
    }

.homepage8-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -55px;
    margin-left: -95px;
}

@media (max-width: 767px) {
    .homepage8-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage8-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

.homepage8-body .vl-home-thumb .btn-area1 .vl-btn8:hover .text {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    color: var(--ztc-text-text-14);
}

.homepage8-body .vl-home-thumb .btn-area1 .vl-btn8:hover .arrow {
    margin-left: 4px;
    transition: all 0.4s;
    transform: rotate(0);
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-14);
}

.homepage8-body .vl-home-thumb .btn-area1 .vl-btn8 .text {
    color: var(--ztc-text-text-14);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: capitalize;
    padding: 18px 28px;
    border-radius: 70px;
    background: var(--ztc-bg-bg-20);
}

.homepage8-body .vl-home-thumb .btn-area1 .vl-btn8 .arrow {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    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);
}

.homepage8-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-14) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}

    .homepage8-body .vl-home-thumb a:hover {
        color: var(--ztc-text-text-18) !important;
        transition: all 0.4s;
    }

.homepage8-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}

.homepage8-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}

.homepage8-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

    .homepage8-body .header-sticky .row-bg1 {
        padding: 0;
        background: none;
        margin: 0;
        border: none;
        box-shadow: none;
    }

.homepage9-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 16px 0;
}

@media (max-width: 767px) {
    .homepage9-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage9-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}

.homepage9-body .vl-transparent-header .vl-logo img {
    width: 148px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage9-body .vl-transparent-header .vl-hero-btn .hero-btn1 .vl-btn9 {
        padding: 12px 10px 12px 20px;
        font-size: var(--ztc-font-size-font-s14);
        line-height: 16px;
    }
}

.homepage9-body .vl-transparent-header .row-bg1 {
    border-radius: 100px;
    border: 1px solid rgba(245, 66, 0, 0.1);
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 16px 10px;
}

@media (max-width: 767px) {
    .homepage9-body .vl-transparent-header .row-bg1 {
        padding: 0;
        margin: 0;
        background: var(--ztc-bg-bg-1);
        border: none;
        box-shadow: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage9-body .vl-transparent-header .row-bg1 {
        padding: 0;
        margin: 0;
        background: var(--ztc-bg-bg-1);
        border: none;
        box-shadow: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage9-body .vl-transparent-header .row-bg1 {
        margin: 0;
    }
}

.homepage9-body .vl-main-menu ul {
    text-align: center;
}

    .homepage9-body .vl-main-menu ul > li {
        display: inline-block;
        position: relative;
    }

        .homepage9-body .vl-main-menu ul > li .span-arrow {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
        }

        .homepage9-body .vl-main-menu ul > li > a {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s18);
            display: inline-block;
            position: relative;
            transition: 0.4s;
            padding: 0 16px;
            font-weight: var(--ztc-weight-semibold);
        }

        .homepage9-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-16);
        }

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

            .homepage9-body .vl-main-menu ul > li .sub-menu::after {
                position: absolute;
                content: "";
                height: 2px;
                left: 0;
                width: 100%;
                background: var(--ztc-bg-bg-17);
                top: 0;
            }

            .homepage9-body .vl-main-menu ul > li .sub-menu.menu1 {
                top: 20% !important;
            }

            .homepage9-body .vl-main-menu ul > li .sub-menu li {
                margin-right: 0;
                display: block;
                text-align: start;
            }

                .homepage9-body .vl-main-menu ul > li .sub-menu li a {
                    color: var(--ztc-text-text-14);
                    display: inline-block;
                    font-size: var(--ztc-font-size-font-s18);
                    position: relative;
                    z-index: 1;
                    padding: 12px 0 0 0;
                    font-weight: var(--ztc-weight-semibold);
                }

                    .homepage9-body .vl-main-menu ul > li .sub-menu li a::after {
                        position: absolute;
                        content: "";
                        height: 2px;
                        width: 0;
                        transition: all 0.4s;
                        left: 0;
                        bottom: 0;
                        background: var(--ztc-bg-bg-17);
                        z-index: 1;
                    }

                    .homepage9-body .vl-main-menu ul > li .sub-menu li a:hover::after {
                        width: 50%;
                        transition: all 0.4s;
                    }

                    .homepage9-body .vl-main-menu ul > li .sub-menu li a:before {
                        display: none;
                    }

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

                .homepage9-body .vl-main-menu ul > li .sub-menu li:hover > a {
                    color: var(--ztc-text-text-16);
                }

                .homepage9-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
                    opacity: 1;
                    visibility: visible;
                    top: 201%;
                    transform: scale(1);
                }

        .homepage9-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-16);
        }

        .homepage9-body .vl-main-menu ul > li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            top: 201%;
            transform: scale(1);
            transition: all 0.4s;
        }

        .homepage9-body .vl-main-menu ul > li:hover .vl-mega-menu {
            opacity: 1;
            visibility: visible;
            transition: 0.3s;
            top: 201%;
            transform: scale(1);
        }

.homepage9-body .vl-mega-menu {
    position: absolute;
    left: -315px;
    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) {
    .homepage9-body .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage9-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) {
    .homepage9-body .vl-mega-menu {
        left: -245px;
        width: 1140px;
    }
}

.homepage9-body .vl-home-thumb {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .homepage9-body .vl-home-thumb {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage9-body .vl-home-thumb {
        margin-top: 0;
    }
}

.homepage9-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) {
    .homepage9-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.homepage9-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}

    .homepage9-body .vl-home-thumb .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        transition: all 0.4s;
        top: 0;
        background: var(--ztc-text-text-14);
        border-radius: 4px;
        transform: scale(0.8);
        visibility: hidden;
        opacity: 0;
    }

.homepage9-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) {
    .homepage9-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage9-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

.homepage9-body .vl-home-thumb .btn-area1 .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;
}

    .homepage9-body .vl-home-thumb .btn-area1 .vl-btn9:hover {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .homepage9-body .vl-home-thumb .btn-area1 .vl-btn9:hover::after {
            visibility: visible;
            opacity: 1;
            transition: all 0.4s;
            width: 100%;
            left: 0;
        }

        .homepage9-body .vl-home-thumb .btn-area1 .vl-btn9:hover span {
            transform: rotate(0);
            transition: all 0.4s;
        }

    .homepage9-body .vl-home-thumb .btn-area1 .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;
    }

    .homepage9-body .vl-home-thumb .btn-area1 .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;
    }

.homepage9-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-14) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}

    .homepage9-body .vl-home-thumb a:hover {
        color: var(--ztc-text-text-16) !important;
        transition: all 0.4s;
    }

.homepage9-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}

.homepage9-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}

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

    .homepage9-body .header-sticky .row-bg1 {
        padding: 0;
        background: none;
        margin: 0;
        box-shadow: none;
        border: none;
    }

.homepage10-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 16px 0;
}

@media (max-width: 767px) {
    .homepage10-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage10-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}

.homepage10-body .vl-transparent-header .vl-logo img {
    width: 148px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage10-body .vl-transparent-header .vl-hero-btn .hero-btn1 .vl-btn9 {
        padding: 12px 10px 12px 20px;
        font-size: var(--ztc-font-size-font-s14);
        line-height: 16px;
    }
}

.homepage10-body .vl-transparent-header .row-bg1 {
    border-radius: 100px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 16px 10px;
}

@media (max-width: 767px) {
    .homepage10-body .vl-transparent-header .row-bg1 {
        padding: 0;
        margin: 0;
        background: var(--ztc-bg-bg-1);
        border: none;
        box-shadow: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage10-body .vl-transparent-header .row-bg1 {
        padding: 0;
        margin: 0;
        background: var(--ztc-bg-bg-1);
        border: none;
        box-shadow: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage10-body .vl-transparent-header .row-bg1 {
        margin: 0;
    }
}

.homepage10-body .vl-main-menu ul {
    text-align: center;
}

    .homepage10-body .vl-main-menu ul > li {
        display: inline-block;
        position: relative;
    }

        .homepage10-body .vl-main-menu ul > li .span-arrow {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
        }

        .homepage10-body .vl-main-menu ul > li > a {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s18);
            display: inline-block;
            position: relative;
            transition: 0.4s;
            padding: 0 16px;
            font-weight: var(--ztc-weight-semibold);
        }

        .homepage10-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-19);
        }

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

            .homepage10-body .vl-main-menu ul > li .sub-menu::after {
                position: absolute;
                content: "";
                height: 2px;
                left: 0;
                width: 100%;
                background: var(--ztc-bg-bg-22);
                top: 0;
            }

            .homepage10-body .vl-main-menu ul > li .sub-menu.menu1 {
                top: 20% !important;
            }

            .homepage10-body .vl-main-menu ul > li .sub-menu li {
                margin-right: 0;
                display: block;
                text-align: start;
            }

                .homepage10-body .vl-main-menu ul > li .sub-menu li a {
                    color: var(--ztc-text-text-14);
                    display: inline-block;
                    font-size: var(--ztc-font-size-font-s18);
                    position: relative;
                    z-index: 1;
                    padding: 12px 0 0 0;
                    font-weight: var(--ztc-weight-semibold);
                }

                    .homepage10-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-22);
                        z-index: 1;
                    }

                    .homepage10-body .vl-main-menu ul > li .sub-menu li a:hover::after {
                        width: 50%;
                        transition: all 0.4s;
                    }

                    .homepage10-body .vl-main-menu ul > li .sub-menu li a:before {
                        display: none;
                    }

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

                .homepage10-body .vl-main-menu ul > li .sub-menu li:hover > a {
                    color: var(--ztc-text-text-19);
                }

                .homepage10-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
                    opacity: 1;
                    visibility: visible;
                    top: 201%;
                    transform: scale(1);
                }

        .homepage10-body .vl-main-menu ul > li:hover a {
            color: var(--ztc-text-text-19);
        }

        .homepage10-body .vl-main-menu ul > li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            top: 201%;
            transform: scale(1);
            transition: all 0.4s;
        }

        .homepage10-body .vl-main-menu ul > li:hover .vl-mega-menu {
            opacity: 1;
            visibility: visible;
            transition: 0.3s;
            top: 201%;
            transform: scale(1);
        }

.homepage10-body .vl-mega-menu {
    position: absolute;
    left: -315px;
    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) {
    .homepage10-body .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .homepage10-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) {
    .homepage10-body .vl-mega-menu {
        left: -245px;
        width: 1140px;
    }
}

.homepage10-body .vl-home-thumb {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .homepage10-body .vl-home-thumb {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage10-body .vl-home-thumb {
        margin-top: 0;
    }
}

.homepage10-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) {
    .homepage10-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.homepage10-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}

    .homepage10-body .vl-home-thumb .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        transition: all 0.4s;
        top: 0;
        background: var(--ztc-text-text-14);
        border-radius: 4px;
        transform: scale(0.8);
        visibility: hidden;
        opacity: 0;
    }

.homepage10-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) {
    .homepage10-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage10-body .vl-home-thumb .btn-area1 {
        margin-top: -70px;
    }
}

.homepage10-body .vl-home-thumb .btn-area1 .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;
}

    .homepage10-body .vl-home-thumb .btn-area1 .vl-btn10:hover {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .homepage10-body .vl-home-thumb .btn-area1 .vl-btn10:hover::after {
            visibility: visible;
            opacity: 1;
            transition: all 0.4s;
            width: 100%;
            left: 0;
        }

        .homepage10-body .vl-home-thumb .btn-area1 .vl-btn10:hover span {
            transform: rotate(0);
            transition: all 0.4s;
            color: var(--ztc-text-text-14);
        }

    .homepage10-body .vl-home-thumb .btn-area1 .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;
    }

    .homepage10-body .vl-home-thumb .btn-area1 .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;
    }

.homepage10-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-14) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}

    .homepage10-body .vl-home-thumb a:hover {
        color: var(--ztc-text-text-19) !important;
        transition: all 0.4s;
    }

.homepage10-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}

.homepage10-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}

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

    .homepage10-body .header-sticky .row-bg1 {
        padding: 0;
        background: none;
        margin: 0;
        box-shadow: none;
        border: none;
    }

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
.work1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .work1 .works-main-widget-area {
        position: relative;
        z-index: 1;
        margin: 0 70px 0 0;
    }

@media (max-width: 767px) {
    .work1 .works-main-widget-area {
        margin: 0;
    }
}

.work1 .works-main-widget-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    right: -85px;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    top: 0;
}

@media (max-width: 767px) {
    .work1 .works-main-widget-area::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work1 .works-main-widget-area::after {
        display: none;
    }
}

.work1 .works-main-widget-area:hover .icons {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    transform: rotateY(-180deg);
}

    .work1 .works-main-widget-area:hover .icons img {
        filter: brightness(0) invert(1);
        transition: all 0.4s;
    }

.work1 .works-main-widget-area:hover .works8-boxarea {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}

    .work1 .works-main-widget-area:hover .works8-boxarea a {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work1 .works-main-widget-area:hover .works8-boxarea p {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work1 .works-main-widget-area:hover .works8-boxarea h5 {
        background: var(--ztc-bg-bg-3);
        color: var(--ztc-text-text-1);
    }

.work1 .works-main-widget-area .icons {
    height: 80px;
    width: 80px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 10px;
    text-align: center;
    line-height: 80px;
    background: var(--ztc-bg-bg-4);
}

    .work1 .works-main-widget-area .icons img {
        transition: all 0.4s;
    }

.work1 .works-main-widget-area .works8-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    padding: 24px;
    transition: all 0.4s;
    border-radius: 10px;
}

    .work1 .works-main-widget-area .works8-boxarea a {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s24);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        line-height: 24px;
        display: inline-block;
        transition: all 0.4s;
    }

    .work1 .works-main-widget-area .works8-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: 26px;
        transition: all 0.4s;
    }

    .work1 .works-main-widget-area .works8-boxarea h5 {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s22);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        background: var(--ztc-bg-bg-4);
        position: absolute;
        top: 50%;
        right: -100px;
        margin-top: -20px;
        transition: all 0.4s;
    }

@media (max-width: 767px) {
    .work1 .works-main-widget-area .works8-boxarea h5 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work1 .works-main-widget-area .works8-boxarea h5 {
        right: -60px;
    }
}

.work1 .works-main-widget-area2 {
    position: relative;
    z-index: 1;
    margin: 0 0 0 70px;
}

@media (max-width: 767px) {
    .work1 .works-main-widget-area2 {
        margin: 0;
    }
}

.work1 .works-main-widget-area2:hover .icons {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    transform: rotateY(-180deg);
}

    .work1 .works-main-widget-area2:hover .icons img {
        filter: brightness(0) invert(1);
        transition: all 0.4s;
    }

.work1 .works-main-widget-area2:hover .works8-boxarea {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}

    .work1 .works-main-widget-area2:hover .works8-boxarea a {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work1 .works-main-widget-area2:hover .works8-boxarea p {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work1 .works-main-widget-area2:hover .works8-boxarea h5 {
        background: var(--ztc-bg-bg-3);
        color: var(--ztc-text-text-1);
    }

.work1 .works-main-widget-area2 .icons {
    height: 80px;
    width: 80px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 10px;
    text-align: center;
    line-height: 80px;
    background: var(--ztc-bg-bg-1);
}

    .work1 .works-main-widget-area2 .icons img {
        transition: all 0.4s;
    }

.work1 .works-main-widget-area2 .works8-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    padding: 24px;
    transition: all 0.4s;
    border-radius: 8px;
}

    .work1 .works-main-widget-area2 .works8-boxarea a {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s24);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        line-height: 24px;
        display: inline-block;
        transition: all 0.4s;
    }

    .work1 .works-main-widget-area2 .works8-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: 26px;
        transition: all 0.4s;
    }

    .work1 .works-main-widget-area2 .works8-boxarea h5 {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s22);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        background: var(--ztc-bg-bg-4);
        position: absolute;
        top: 50%;
        left: -100px;
        margin-top: -20px;
        transition: all 0.4s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work1 .works-main-widget-area2 .works8-boxarea h5 {
        left: -60px;
    }
}

@media (max-width: 767px) {
    .work1 .works-main-widget-area2 .works8-boxarea h5 {
        display: none;
    }
}

.work3-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-11);
}

    .work3-section-area .heading3 h5 {
        background: var(--ztc-bg-bg-1);
    }

    .work3-section-area .work-single-boxarea {
        position: relative;
        z-index: 1;
        text-align: center;
        margin-bottom: 30px;
    }

        .work3-section-area .work-single-boxarea:hover .elements4 {
            transform: rotate(-90deg);
            transition: all 0.8s;
        }

        .work3-section-area .work-single-boxarea:hover .textarea {
            background: var(--ztc-bg-bg-10);
            transition: all 0.4s;
        }

        .work3-section-area .work-single-boxarea .img1 img {
            height: 215px;
            width: 215px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 8px;
        }

        .work3-section-area .work-single-boxarea img.elements4 {
            position: absolute;
            top: -30px;
            left: 30px;
            z-index: -1;
            transition: all 0.8s;
        }

@media (max-width: 767px) {
    .work3-section-area .work-single-boxarea img.elements4 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work3-section-area .work-single-boxarea img.elements4 {
        display: none;
    }
}

.work3-section-area .work-single-boxarea .textarea {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 20px;
    transition: all 0.4s;
}

    .work3-section-area .work-single-boxarea .textarea a {
        color: var(--ztc-text-text-8);
        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: 24px;
        display: block;
        transition: all 0.4s;
    }

        .work3-section-area .work-single-boxarea .textarea a:hover {
            color: var(--ztc-text-text-8);
            transition: all 0.4s;
        }

    .work3-section-area .work-single-boxarea .textarea p {
        color: var(--ztc-text-text-9);
        text-align: center;
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s18);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 26px;
    }

.work4-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-13);
}

    .work4-section .heading4 h5 {
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.1);
        color: var(--ztc-text-text-1);
    }

    .work4-section .heading4 h2 {
        color: var(--ztc-text-text-1);
    }

    .work4-section .works-main-bg-area {
        position: relative;
        z-index: 1;
        overflow: hidden;
        background: var(--ztc-bg-bg-1);
        border-radius: 10px;
        padding: 60px 48px 30px;
    }

        .work4-section .works-main-bg-area .elements11 {
            position: absolute;
            top: 30%;
            left: 20%;
        }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .work4-section .works-main-bg-area .elements11 {
        top: 28%;
    }
}

@media (max-width: 767px) {
    .work4-section .works-main-bg-area .elements11 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work4-section .works-main-bg-area .elements11 {
        display: none;
    }
}

.work4-section .works-main-bg-area .works4-boxarea {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
}

    .work4-section .works-main-bg-area .works4-boxarea:hover .icons {
        background: var(--ztc-bg-bg-14);
        transition: all 0.4s;
        transform: rotateY(-180deg);
    }

        .work4-section .works-main-bg-area .works4-boxarea:hover .icons img {
            filter: brightness(0) invert(1);
            transition: all 0.4s;
        }

    .work4-section .works-main-bg-area .works4-boxarea:hover .arrow a {
        background: var(--ztc-bg-bg-14);
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work4-section .works-main-bg-area .works4-boxarea .arrow {
        position: absolute;
        right: -25px;
        top: 15px;
    }

@media (max-width: 767px) {
    .work4-section .works-main-bg-area .works4-boxarea .arrow {
        display: none;
    }
}

.work4-section .works-main-bg-area .works4-boxarea .arrow a {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    display: inline-block;
    background: var(--ztc-bg-bg-15);
    border: 1px solid rgba(63, 40, 48, 0.1);
    color: var(--ztc-text-text-11);
}

    .work4-section .works-main-bg-area .works4-boxarea .arrow a:hover {
        background: var(--ztc-bg-bg-14);
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

.work4-section .works-main-bg-area .works4-boxarea .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-15);
    display: inline-block;
    transition: all 0.4s;
}

    .work4-section .works-main-bg-area .works4-boxarea .icons img {
        transition: all 0.4s;
    }

.work4-section .works-main-bg-area .works4-boxarea .text-area a {
    color: var(--HOME-02ND-TEXT-COLORS, #14141E);
    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: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .work4-section .works-main-bg-area .works4-boxarea .text-area a {
        line-height: 26px;
    }
}

.work4-section .works-main-bg-area .works4-boxarea .text-area a:hover {
    color: var(--ztc-text-text-13);
    transition: all 0.4s;
}

.work4-section .works-main-bg-area .works4-boxarea .text-area 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;
}

.works6 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .works6 .step-boxarea {
        position: relative;
        z-index: 1;
        overflow: hidden;
        background: var(--ztc-bg-bg-15);
        border-radius: 10px;
        padding: 32px 24px;
        margin-bottom: 30px;
        transition: all 0.4s;
    }

        .works6 .step-boxarea:hover {
            transition: all 0.4s;
            transform: translateY(-10px);
        }

        .works6 .step-boxarea h4 {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s32);
            font-style: normal;
            font-weight: var(--ztc-weight-black);
            line-height: 28px;
        }

            .works6 .step-boxarea h4 span {
                color: rgba(5, 13, 25, 0.5);
                display: inline-block;
            }

        .works6 .step-boxarea a {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s20);
            font-style: normal;
            font-weight: var(--ztc-weight-bold);
            line-height: 28px;
            display: block;
            transition: all 0.4s;
            padding-bottom: 20px;
            border-bottom: 1px solid #CFD1D3;
        }

            .works6 .step-boxarea a:hover {
                color: var(--ztc-text-text-17);
                transition: all 0.4s;
            }

        .works6 .step-boxarea p {
            color: var(--ztc-text-text-15);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s18);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 26px;
        }

.works7 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .works7 .step-boxarea {
        position: relative;
        z-index: 1;
        overflow: hidden;
        background: var(--ztc-bg-bg-19);
        border-radius: 10px;
        padding: 32px 24px;
        margin-bottom: 30px;
        transition: all 0.4s;
    }

        .works7 .step-boxarea:hover {
            transition: all 0.4s;
            transform: translateY(-10px);
        }

        .works7 .step-boxarea h4 {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s32);
            font-style: normal;
            font-weight: var(--ztc-weight-black);
            line-height: 28px;
        }

            .works7 .step-boxarea h4 span {
                color: rgba(5, 13, 25, 0.5);
                display: inline-block;
            }

        .works7 .step-boxarea a {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s20);
            font-style: normal;
            font-weight: var(--ztc-weight-bold);
            line-height: 28px;
            display: block;
            transition: all 0.4s;
            padding-bottom: 20px;
            border-bottom: 1px solid #CFD1D3;
        }

            .works7 .step-boxarea a:hover {
                color: var(--ztc-text-text-14);
                transition: all 0.4s;
                text-decoration: underline;
            }

        .works7 .step-boxarea p {
            color: var(--ztc-text-text-15);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s18);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 26px;
        }

.work8 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .work8 .work8-boxes-area ul {
        display: inline-block;
    }

        .work8 .work8-boxes-area ul li {
            margin-bottom: 30px;
        }

            .work8 .work8-boxes-area ul li:nth-last-child(1) {
                margin-bottom: 0;
            }

            .work8 .work8-boxes-area ul li button {
                text-align: start;
                background: var(--ztc-bg-bg-15);
                border: 1px solid var(--ztc-bg-bg-15);
                padding: 20px 24px;
                border-radius: 30px;
            }

                .work8 .work8-boxes-area ul li button.active {
                    border: 1px solid var(--ztc-bg-bg-20);
                    background: var(--ztc-bg-bg-20);
                }

                .work8 .work8-boxes-area ul li button .button-content .text {
                    display: block;
                }

                    .work8 .work8-boxes-area ul li button .button-content .text .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: block;
                        transition: all 0.4s;
                        padding-bottom: 16px;
                    }

                    .work8 .work8-boxes-area ul li button .button-content .text .pera {
                        color: var(--ztc-text-text-3);
                        font-family: var(--ztc-family-font1);
                        font-size: var(--ztc-font-size-font-s16);
                        font-style: normal;
                        font-weight: var(--ztc-weight-medium);
                        line-height: 26px;
                    }

    .work8 .work8-images-area .tab-content .tab-pane.fade.show.active .images img {
        transform: scale(1);
        transition: all 0.4s;
    }

@media (max-width: 767px) {
    .work8 .work8-images-area .tab-content .tab-pane .images {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work8 .work8-images-area .tab-content .tab-pane .images {
        margin-top: 30px;
    }
}

.work8 .work8-images-area .tab-content .tab-pane .images img {
    height: 730px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(0.7);
    transition: all 0.4s;
}

.work9 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .work9 .works-main-widget-area {
        position: relative;
        z-index: 1;
        margin: 0 70px 0 0;
    }

@media (max-width: 767px) {
    .work9 .works-main-widget-area {
        margin: 0;
    }
}

.work9 .works-main-widget-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    right: -85px;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-15);
    top: 0;
}

@media (max-width: 767px) {
    .work9 .works-main-widget-area::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work9 .works-main-widget-area::after {
        display: none;
    }
}

.work9 .works-main-widget-area:hover .icons {
    background: var(--ztc-bg-bg-17);
    transition: all 0.4s;
    transform: rotateY(-180deg);
}

    .work9 .works-main-widget-area:hover .icons img {
        filter: brightness(0) invert(1);
        transition: all 0.4s;
    }

.work9 .works-main-widget-area:hover .works8-boxarea {
    background: var(--ztc-bg-bg-17);
    transition: all 0.4s;
}

    .work9 .works-main-widget-area:hover .works8-boxarea a {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work9 .works-main-widget-area:hover .works8-boxarea p {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work9 .works-main-widget-area:hover .works8-boxarea h5 {
        background: var(--ztc-bg-bg-17);
        color: var(--ztc-text-text-1);
    }

.work9 .works-main-widget-area .icons {
    height: 80px;
    width: 80px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 10px;
    text-align: center;
    line-height: 80px;
    background: var(--ztc-bg-bg-15);
}

    .work9 .works-main-widget-area .icons img {
        transition: all 0.4s;
    }

.work9 .works-main-widget-area .works8-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-15);
    padding: 24px;
    transition: all 0.4s;
    border-radius: 10px;
}

    .work9 .works-main-widget-area .works8-boxarea a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s24);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        line-height: 24px;
        display: inline-block;
        transition: all 0.4s;
    }

    .work9 .works-main-widget-area .works8-boxarea p {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s18);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 26px;
        transition: all 0.4s;
    }

    .work9 .works-main-widget-area .works8-boxarea h5 {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s22);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        background: var(--ztc-bg-bg-15);
        position: absolute;
        top: 50%;
        right: -100px;
        margin-top: -20px;
        transition: all 0.4s;
    }

@media (max-width: 767px) {
    .work9 .works-main-widget-area .works8-boxarea h5 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work9 .works-main-widget-area .works8-boxarea h5 {
        right: -60px;
    }
}

.work9 .works-main-widget-area2 {
    position: relative;
    z-index: 1;
    margin: 0 0 0 70px;
}

@media (max-width: 767px) {
    .work9 .works-main-widget-area2 {
        margin: 0;
    }
}

.work9 .works-main-widget-area2:hover .icons {
    background: var(--ztc-bg-bg-17);
    transition: all 0.4s;
    transform: rotateY(-180deg);
}

    .work9 .works-main-widget-area2:hover .icons img {
        filter: brightness(0) invert(1);
        transition: all 0.4s;
    }

.work9 .works-main-widget-area2:hover .works8-boxarea {
    background: var(--ztc-bg-bg-17);
    transition: all 0.4s;
}

    .work9 .works-main-widget-area2:hover .works8-boxarea a {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work9 .works-main-widget-area2:hover .works8-boxarea p {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work9 .works-main-widget-area2:hover .works8-boxarea h5 {
        background: var(--ztc-bg-bg-17);
        color: var(--ztc-text-text-1);
    }

.work9 .works-main-widget-area2 .icons {
    height: 80px;
    width: 80px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 10px;
    text-align: center;
    line-height: 80px;
    background: var(--ztc-bg-bg-15);
}

    .work9 .works-main-widget-area2 .icons img {
        transition: all 0.4s;
    }

.work9 .works-main-widget-area2 .works8-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-15);
    padding: 24px;
    transition: all 0.4s;
    border-radius: 8px;
}

    .work9 .works-main-widget-area2 .works8-boxarea a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s24);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        line-height: 24px;
        display: inline-block;
        transition: all 0.4s;
    }

    .work9 .works-main-widget-area2 .works8-boxarea p {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s18);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 26px;
        transition: all 0.4s;
    }

    .work9 .works-main-widget-area2 .works8-boxarea h5 {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s22);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        background: var(--ztc-bg-bg-15);
        position: absolute;
        top: 50%;
        left: -100px;
        margin-top: -20px;
        transition: all 0.4s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work9 .works-main-widget-area2 .works8-boxarea h5 {
        left: -60px;
    }
}

@media (max-width: 767px) {
    .work9 .works-main-widget-area2 .works8-boxarea h5 {
        display: none;
    }
}

.work10 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .work10 .works-main-widget-area {
        position: relative;
        z-index: 1;
        margin: 0 70px 0 0;
    }

@media (max-width: 767px) {
    .work10 .works-main-widget-area {
        margin: 0;
    }
}

.work10 .works-main-widget-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    right: -85px;
    transition: all 0.4s;
    background: #D7D7D6;
    top: 0;
}

@media (max-width: 767px) {
    .work10 .works-main-widget-area::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work10 .works-main-widget-area::after {
        display: none;
    }
}

.work10 .works-main-widget-area:hover .icons {
    background: var(--ztc-bg-bg-22);
    transition: all 0.4s;
    transform: rotateY(-180deg);
}

    .work10 .works-main-widget-area:hover .icons img {
        filter: brightness(0) invert(1);
        transition: all 0.4s;
    }

.work10 .works-main-widget-area:hover .works8-boxarea {
    background: var(--ztc-bg-bg-22);
    transition: all 0.4s;
}

    .work10 .works-main-widget-area:hover .works8-boxarea a {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work10 .works-main-widget-area:hover .works8-boxarea p {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work10 .works-main-widget-area:hover .works8-boxarea h5 {
        background: var(--ztc-bg-bg-22);
        color: var(--ztc-text-text-1);
    }

.work10 .works-main-widget-area .icons {
    height: 80px;
    width: 80px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 10px;
    text-align: center;
    line-height: 80px;
    background: var(--ztc-bg-bg-1);
}

    .work10 .works-main-widget-area .icons img {
        transition: all 0.4s;
    }

.work10 .works-main-widget-area .works8-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    padding: 24px;
    transition: all 0.4s;
    border-radius: 10px;
}

    .work10 .works-main-widget-area .works8-boxarea a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s24);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        line-height: 24px;
        display: inline-block;
        transition: all 0.4s;
    }

    .work10 .works-main-widget-area .works8-boxarea p {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s18);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 26px;
        transition: all 0.4s;
    }

    .work10 .works-main-widget-area .works8-boxarea h5 {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s22);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        background: var(--ztc-bg-bg-1);
        position: absolute;
        top: 50%;
        right: -100px;
        margin-top: -20px;
        transition: all 0.4s;
    }

@media (max-width: 767px) {
    .work10 .works-main-widget-area .works8-boxarea h5 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work10 .works-main-widget-area .works8-boxarea h5 {
        right: -60px;
    }
}

.work10 .works-main-widget-area2 {
    position: relative;
    z-index: 1;
    margin: 0 0 0 70px;
}

@media (max-width: 767px) {
    .work10 .works-main-widget-area2 {
        margin: 0;
    }
}

.work10 .works-main-widget-area2:hover .icons {
    background: var(--ztc-bg-bg-22);
    transition: all 0.4s;
    transform: rotateY(-180deg);
}

    .work10 .works-main-widget-area2:hover .icons img {
        filter: brightness(0) invert(1);
        transition: all 0.4s;
    }

.work10 .works-main-widget-area2:hover .works8-boxarea {
    background: var(--ztc-bg-bg-22);
    transition: all 0.4s;
}

    .work10 .works-main-widget-area2:hover .works8-boxarea a {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work10 .works-main-widget-area2:hover .works8-boxarea p {
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
    }

    .work10 .works-main-widget-area2:hover .works8-boxarea h5 {
        background: var(--ztc-bg-bg-22);
        color: var(--ztc-text-text-1);
    }

.work10 .works-main-widget-area2 .icons {
    height: 80px;
    width: 80px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 10px;
    text-align: center;
    line-height: 80px;
    background: var(--ztc-bg-bg-1);
}

    .work10 .works-main-widget-area2 .icons img {
        transition: all 0.4s;
    }

.work10 .works-main-widget-area2 .works8-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    padding: 24px;
    transition: all 0.4s;
    border-radius: 8px;
}

    .work10 .works-main-widget-area2 .works8-boxarea a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s24);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        line-height: 24px;
        display: inline-block;
        transition: all 0.4s;
    }

    .work10 .works-main-widget-area2 .works8-boxarea p {
        color: var(--ztc-text-text-15);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s18);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 26px;
        transition: all 0.4s;
    }

    .work10 .works-main-widget-area2 .works8-boxarea h5 {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s22);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        background: var(--ztc-bg-bg-1);
        position: absolute;
        top: 50%;
        left: -100px;
        margin-top: -20px;
        transition: all 0.4s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work10 .works-main-widget-area2 .works8-boxarea h5 {
        left: -60px;
    }
}

@media (max-width: 767px) {
    .work10 .works-main-widget-area2 .works8-boxarea h5 {
        display: none;
    }
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background-color: var(--ztc-text-text-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 #bf2127 transparent #bf2127;
    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);
    }

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= BRAND CSS AREA STARTS ===============*/
.brand-section-area {
    position: relative;
    z-index: 1;
}

    .brand-section-area .brand-images-slider {
        border-top: 1px solid #D9D4D6;
    }

        .brand-section-area .brand-images-slider .brand-img img {
            width: 180px;
            height: 44px;
            -o-object-fit: contain;
            object-fit: contain;
        }

@media (max-width: 767px) {
    .brand-section-area .brand-images-slider .brand-img img {
        width: 150px;
    }
}

/*============= BRAND CSS AREA ENDS ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.oth-images-area {
    position: relative;
    z-index: 2;
    margin-top: -250px;
}

    .oth-images-area .oth6-images {
        position: relative;
        z-index: 1;
    }

        .oth-images-area .oth6-images .elements15 {
            position: absolute;
            right: -5px;
            top: -5px;
        }

        .oth-images-area .oth6-images .img1 img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 8px;
        }

@media (max-width: 767px) {
    .oth-images-area .oth6-images .img1 img {
        height: 500px;
    }
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA STARTS ===============*/
.error-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .error-section-area .error-images .img1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

/*============= ERROR CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.team1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-8);
}

    .team1 .testimonial-arrow {
        display: flex;
        align-items: center;
        justify-content: end;
    }

        .team1 .testimonial-arrow .t-prev-area {
            margin: 0 16px 0 0;
        }

        .team1 .testimonial-arrow button {
            border: none;
            outline: none;
            height: 60px;
            width: 60px;
            text-align: center;
            line-height: 60px;
            border-radius: 50%;
            background: var(--ztc-bg-bg-1);
            transition: all 0.4s;
            color: var(--ztc-text-text-7);
            font-size: var(--ztc-font-size-font-s18);
        }

            .team1 .testimonial-arrow button:hover {
                background: var(--ztc-bg-bg-6);
                transition: all 0.4s;
                color: var(--ztc-text-text-1);
            }

    .team1 .team-slider-boxarea {
        position: relative;
        z-index: 1;
    }

        .team1 .team-slider-boxarea .team-widget-boxarea {
            position: relative;
            z-index: 1;
            margin: 0 10px;
        }

            .team1 .team-slider-boxarea .team-widget-boxarea:hover .img1 img {
                transform: scale(1.1) rotate(-4deg);
                transition: all 0.4s;
            }

            .team1 .team-slider-boxarea .team-widget-boxarea:hover ul {
                visibility: visible;
                opacity: 1;
                transition: all 0.6s;
                transform: rotateY(0);
            }

            .team1 .team-slider-boxarea .team-widget-boxarea:hover .text-share-area .share {
                background: var(--ztc-bg-bg-5);
                transition: all 0.4s;
            }

            .team1 .team-slider-boxarea .team-widget-boxarea .img1 {
                position: relative;
                z-index: 1;
                overflow: hidden;
                transition: all 0.4s;
                border-radius: 10px;
            }

                .team1 .team-slider-boxarea .team-widget-boxarea .img1 img {
                    height: 100%;
                    width: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    border-radius: 10px;
                    transition: all 0.4s;
                }

            .team1 .team-slider-boxarea .team-widget-boxarea .text-share-area {
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-radius: 6px;
                background: var(--ztc-bg-bg-1);
                box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
                padding: 28px 24px;
                position: relative;
                margin: -60px 24px 0 24px;
                z-index: 2;
            }

                .team1 .team-slider-boxarea .team-widget-boxarea .text-share-area .text 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-black);
                    line-height: 20px;
                    display: inline-block;
                    transition: all 0.4s;
                }

                    .team1 .team-slider-boxarea .team-widget-boxarea .text-share-area .text a:hover {
                        color: var(--ztc-text-text-7);
                        transition: all 0.4s;
                    }

                .team1 .team-slider-boxarea .team-widget-boxarea .text-share-area .text p {
                    color: var(--ztc-text-text-6);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s16);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 16px;
                }

                .team1 .team-slider-boxarea .team-widget-boxarea .text-share-area .share {
                    height: 50px;
                    width: 50px;
                    text-align: center;
                    line-height: 50px;
                    display: inline-block;
                    transition: all 0.4s;
                    background: var(--ztc-bg-bg-6);
                    border-radius: 50%;
                }

            .team1 .team-slider-boxarea .team-widget-boxarea ul {
                position: absolute;
                top: 20%;
                right: 50px;
                z-index: 2;
                transition: all 0.6s;
                visibility: hidden;
                opacity: 0;
                transform: rotateY(-180deg);
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team1 .team-slider-boxarea .team-widget-boxarea ul {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0);
        top: 5%;
    }
}

@media (max-width: 767px) {
    .team1 .team-slider-boxarea .team-widget-boxarea ul {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0);
        top: 5%;
    }
}

.team1 .team-slider-boxarea .team-widget-boxarea ul li {
    margin: 0 0 12px 0;
}

    .team1 .team-slider-boxarea .team-widget-boxarea ul li:nth-last-child(1) {
        margin: 0;
    }

    .team1 .team-slider-boxarea .team-widget-boxarea ul li a {
        height: 44px;
        width: 44px;
        display: inline-block;
        transition: all 0.4s;
        line-height: 44px;
        border-radius: 50%;
        color: var(--ztc-text-text-5);
        background: var(--ztc-bg-bg-1);
        font-size: var(--ztc-font-size-font-s18);
        text-align: center;
    }

        .team1 .team-slider-boxarea .team-widget-boxarea ul li a:hover {
            background: var(--ztc-bg-bg-6);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
        }

.team4-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-15);
}

    .team4-section-area .team4-boxarea {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .team4-section-area .team4-boxarea:hover .img1 img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .team4-section-area .team4-boxarea:hover .content-name {
            background: var(--ztc-bg-bg-14);
            transition: all 0.4s;
        }

            .team4-section-area .team4-boxarea:hover .content-name a {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

            .team4-section-area .team4-boxarea:hover .content-name p {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

        .team4-section-area .team4-boxarea:hover .team-social {
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
            transform: rotateX(0);
        }

        .team4-section-area .team4-boxarea .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px;
            transition: all 0.4s;
        }

            .team4-section-area .team4-boxarea .img1 img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px;
                transition: all 0.4s;
            }

        .team4-section-area .team4-boxarea .team-social {
            position: absolute;
            top: 60%;
            z-index: 2;
            left: 50%;
            margin-left: -95px;
            transform: rotateX(-90deg);
            visibility: hidden;
            opacity: 0;
            transition: all 0.4s;
        }

            .team4-section-area .team4-boxarea .team-social li {
                display: inline-block;
            }

                .team4-section-area .team4-boxarea .team-social li a {
                    height: 44px;
                    width: 44px;
                    display: inline-block;
                    transition: all 0.4s;
                    line-height: 44px;
                    background: var(--ztc-bg-bg-1);
                    border-radius: 50%;
                    color: var(--ztc-text-text-11);
                    font-size: var(--ztc-font-size-font-s18);
                    text-align: center;
                }

                    .team4-section-area .team4-boxarea .team-social li a:hover {
                        background: var(--ztc-bg-bg-14);
                        color: var(--ztc-text-text-1);
                        transition: all 0.4s;
                    }

        .team4-section-area .team4-boxarea .content-name {
            background: var(--ztc-bg-bg-1);
            border-radius: 6px;
            padding: 28px;
            transition: all 0.4s;
            position: relative;
            z-index: 2;
            text-align: center;
            margin: -50px 20px 0 20px;
        }

            .team4-section-area .team4-boxarea .content-name a {
                color: var(--ztc-text-text-11);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s20);
                font-style: normal;
                font-weight: var(--ztc-weight-black);
                line-height: 20px;
                display: inline-block;
                transition: all 0.4s;
            }

            .team4-section-area .team4-boxarea .content-name p {
                color: var(--ztc-text-text-12);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-semibold);
                line-height: 16px;
                transition: all 0.4s;
            }

.team7 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .team7 .team7-widget-boxarea {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .team7 .team7-widget-boxarea:hover .team-images .img1 {
            background: var(--ztc-bg-bg-16);
            transition: all 0.4s;
        }

        .team7 .team7-widget-boxarea:hover .team-images .elements16 {
            visibility: visible;
            opacity: 1;
            transition: all 0.4s;
        }

        .team7 .team7-widget-boxarea:hover ul {
            visibility: visible;
            opacity: 1;
            transform: rotateY(0);
            transition: all 0.6s;
        }

        .team7 .team7-widget-boxarea:hover .text-share-area .share a {
            transform: rotate(-45deg);
            transition: all 0.4s;
        }

        .team7 .team7-widget-boxarea .team-images {
            position: relative;
            transition: all 0.4s;
        }

            .team7 .team7-widget-boxarea .team-images .elements16 {
                position: absolute;
                top: 0;
                left: 50%;
                top: 50%;
                margin-top: -130px;
                margin-left: -130px;
                visibility: hidden;
                opacity: 0;
                transition: all 0.4s;
            }

            .team7 .team7-widget-boxarea .team-images .img1 {
                border-radius: 8px;
                background: var(--ztc-bg-bg-19);
                transition: all 0.4s;
                height: 300px;
            }

                .team7 .team7-widget-boxarea .team-images .img1 img {
                    height: 100%;
                    width: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    position: relative;
                    z-index: 1;
                }

        .team7 .team7-widget-boxarea .text-share-area {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 16px 0 16px;
        }

            .team7 .team7-widget-boxarea .text-share-area .text a {
                color: var(--ztc-text-text-14);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s20);
                font-style: normal;
                font-weight: var(--ztc-weight-semibold);
                line-height: 20px;
                display: inline-block;
                transition: all 0.4s;
            }

                .team7 .team7-widget-boxarea .text-share-area .text a:hover {
                    color: var(--ztc-text-text-14);
                    transition: all 0.4s;
                }

            .team7 .team7-widget-boxarea .text-share-area .text 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: 16px;
                transition: all 0.4s;
            }

            .team7 .team7-widget-boxarea .text-share-area .share a {
                background: var(--ztc-bg-bg-19);
                border: 1px solid rgba(2, 17, 26, 0.1);
                height: 40px;
                width: 40px;
                text-align: center;
                line-height: 40px;
                border-radius: 50%;
                display: inline-block;
                transition: all 0.4s;
                color: var(--ztc-text-text-14);
            }

        .team7 .team7-widget-boxarea ul {
            position: absolute;
            bottom: 60px;
            z-index: 2;
            right: 20px;
            visibility: hidden;
            opacity: 0;
            transition: all 0.6s;
            transform: rotateY(-180deg);
        }

            .team7 .team7-widget-boxarea ul li {
                margin-bottom: 6px;
            }

                .team7 .team7-widget-boxarea ul li:nth-last-child(1) {
                    margin: 0;
                }

                .team7 .team7-widget-boxarea ul li a {
                    height: 32px;
                    width: 32px;
                    line-height: 32px;
                    border-radius: 50%;
                    display: inline-block;
                    background: var(--ztc-bg-bg-1);
                    color: var(--ztc-text-text-14);
                    transition: all 0.4s;
                    text-align: center;
                    font-size: var(--ztc-font-size-font-s16);
                    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
                }

                    .team7 .team7-widget-boxarea ul li a:hover {
                        background: var(--ztc-bg-bg-16);
                        color: var(--ztc-text-text-1);
                        transition: all 0.4s;
                    }

.team-about-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
}

    .team-about-inner .testimonial-arrow {
        display: flex;
        align-items: center;
        justify-content: end;
    }

        .team-about-inner .testimonial-arrow .t-prev-area {
            margin: 0 16px 0 0;
        }

        .team-about-inner .testimonial-arrow button {
            border: none;
            outline: none;
            height: 60px;
            width: 60px;
            text-align: center;
            line-height: 60px;
            border-radius: 50%;
            background: var(--ztc-bg-bg-1);
            transition: all 0.4s;
            color: var(--ztc-text-text-2);
            font-size: var(--ztc-font-size-font-s18);
        }

            .team-about-inner .testimonial-arrow button:hover {
                background: var(--ztc-bg-bg-3);
                transition: all 0.4s;
                color: var(--ztc-text-text-1);
            }

    .team-about-inner .team-slider-boxarea {
        position: relative;
        z-index: 1;
    }

        .team-about-inner .team-slider-boxarea .team-widget-boxarea {
            position: relative;
            z-index: 1;
            margin: 0 10px;
        }

            .team-about-inner .team-slider-boxarea .team-widget-boxarea:hover .img1 img {
                transform: scale(1.1) rotate(-4deg);
                transition: all 0.4s;
            }

            .team-about-inner .team-slider-boxarea .team-widget-boxarea:hover ul {
                visibility: visible;
                opacity: 1;
                transition: all 0.6s;
                transform: rotateY(0);
            }

            .team-about-inner .team-slider-boxarea .team-widget-boxarea:hover .text-share-area .share {
                background: var(--ztc-bg-bg-3);
                transition: all 0.4s;
            }

            .team-about-inner .team-slider-boxarea .team-widget-boxarea .img1 {
                position: relative;
                z-index: 1;
                overflow: hidden;
                transition: all 0.4s;
                border-radius: 10px;
            }

                .team-about-inner .team-slider-boxarea .team-widget-boxarea .img1 img {
                    height: 100%;
                    width: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    border-radius: 10px;
                    transition: all 0.4s;
                }

            .team-about-inner .team-slider-boxarea .team-widget-boxarea .text-share-area {
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-radius: 6px;
                background: var(--ztc-bg-bg-1);
                box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
                padding: 28px 24px;
                position: relative;
                margin: -60px 24px 0 24px;
                z-index: 2;
            }

                .team-about-inner .team-slider-boxarea .team-widget-boxarea .text-share-area .text a {
                    color: var(--ztc-text-text-2);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s20);
                    font-style: normal;
                    font-weight: var(--ztc-weight-black);
                    line-height: 20px;
                    display: inline-block;
                    transition: all 0.4s;
                }

                    .team-about-inner .team-slider-boxarea .team-widget-boxarea .text-share-area .text a:hover {
                        color: var(--ztc-text-text-4);
                        transition: all 0.4s;
                    }

                .team-about-inner .team-slider-boxarea .team-widget-boxarea .text-share-area .text p {
                    color: var(--ztc-text-text-3);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s16);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 16px;
                }

                .team-about-inner .team-slider-boxarea .team-widget-boxarea .text-share-area .share {
                    height: 50px;
                    width: 50px;
                    text-align: center;
                    line-height: 50px;
                    display: inline-block;
                    transition: all 0.4s;
                    background: var(--ztc-bg-bg-3);
                    border-radius: 50%;
                }

            .team-about-inner .team-slider-boxarea .team-widget-boxarea ul {
                position: absolute;
                top: 20%;
                right: 50px;
                z-index: 2;
                transition: all 0.6s;
                visibility: hidden;
                opacity: 0;
                transform: rotateY(-180deg);
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-about-inner .team-slider-boxarea .team-widget-boxarea ul {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0);
        top: 5%;
    }
}

@media (max-width: 767px) {
    .team-about-inner .team-slider-boxarea .team-widget-boxarea ul {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0);
        top: 5%;
    }
}

.team-about-inner .team-slider-boxarea .team-widget-boxarea ul li {
    margin: 0 0 12px 0;
}

    .team-about-inner .team-slider-boxarea .team-widget-boxarea ul li:nth-last-child(1) {
        margin: 0;
    }

    .team-about-inner .team-slider-boxarea .team-widget-boxarea ul li a {
        height: 44px;
        width: 44px;
        display: inline-block;
        transition: all 0.4s;
        line-height: 44px;
        border-radius: 50%;
        color: var(--ztc-text-text-2);
        background: var(--ztc-bg-bg-1);
        font-size: var(--ztc-font-size-font-s18);
        text-align: center;
    }

        .team-about-inner .team-slider-boxarea .team-widget-boxarea ul li a:hover {
            background: var(--ztc-bg-bg-3);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
        }

.team-inner-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .team-inner-area .team-widget-boxarea {
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }

        .team-inner-area .team-widget-boxarea:hover .img1 img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .team-inner-area .team-widget-boxarea:hover ul {
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
            transform: rotateY(0);
        }

        .team-inner-area .team-widget-boxarea:hover .text-share-area .share {
            background: var(--ztc-bg-bg-3);
            transition: all 0.4s;
        }

        .team-inner-area .team-widget-boxarea .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
            transition: all 0.4s;
            border-radius: 10px;
        }

            .team-inner-area .team-widget-boxarea .img1 img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 10px;
                transition: all 0.4s;
            }

        .team-inner-area .team-widget-boxarea .text-share-area {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 6px;
            background: var(--ztc-bg-bg-1);
            box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
            padding: 28px 24px;
            position: relative;
            margin: -60px 24px 0 24px;
            z-index: 2;
        }

            .team-inner-area .team-widget-boxarea .text-share-area .text a {
                color: var(--ztc-text-text-2);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s20);
                font-style: normal;
                font-weight: var(--ztc-weight-black);
                line-height: 20px;
                display: inline-block;
                transition: all 0.4s;
            }

                .team-inner-area .team-widget-boxarea .text-share-area .text a:hover {
                    color: var(--ztc-text-text-4);
                    transition: all 0.4s;
                }

            .team-inner-area .team-widget-boxarea .text-share-area .text p {
                color: var(--ztc-text-text-3);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-semibold);
                line-height: 16px;
            }

            .team-inner-area .team-widget-boxarea .text-share-area .share {
                height: 50px;
                width: 50px;
                text-align: center;
                line-height: 50px;
                display: inline-block;
                transition: all 0.4s;
                background: var(--ztc-bg-bg-3);
                border-radius: 50%;
            }

        .team-inner-area .team-widget-boxarea ul {
            position: absolute;
            top: 20%;
            right: 50px;
            z-index: 2;
            transition: all 0.6s;
            visibility: hidden;
            opacity: 0;
            transform: rotateY(-180deg);
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-inner-area .team-widget-boxarea ul {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0);
        top: 5%;
    }
}

@media (max-width: 767px) {
    .team-inner-area .team-widget-boxarea ul {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0);
        top: 5%;
    }
}

.team-inner-area .team-widget-boxarea ul li {
    margin: 0 0 12px 0;
}

    .team-inner-area .team-widget-boxarea ul li:nth-last-child(1) {
        margin: 0;
    }

    .team-inner-area .team-widget-boxarea ul li a {
        height: 44px;
        width: 44px;
        display: inline-block;
        transition: all 0.4s;
        line-height: 44px;
        border-radius: 50%;
        color: var(--ztc-text-text-2);
        background: var(--ztc-bg-bg-1);
        font-size: var(--ztc-font-size-font-s18);
        text-align: center;
    }

        .team-inner-area .team-widget-boxarea ul li a:hover {
            background: var(--ztc-bg-bg-3);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
        }

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-11);
}

    .faq1 .heading3 h5 {
        background: var(--ztc-bg-bg-1);
    }

    .faq1 .accordion-widget-area .accordion .accordion-item {
        border-radius: none;
        background: var(--ztc-bg-bg-10);
        border: none;
        border-radius: 16px;
    }

        .faq1 .accordion-widget-area .accordion .accordion-item button {
            color: var(--ztc-text-text-2);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-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-1);
            box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
            padding: 34px 30px;
            border-radius: 14px;
        }

@media (max-width: 767px) {
    .faq1 .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) {
    .faq1 .accordion-widget-area .accordion .accordion-item button {
        line-height: 36px;
    }
}

.faq1 .accordion-widget-area .accordion .accordion-item button::after {
    filter: brightness(0) invert(1);
}

.faq1 .accordion-widget-area .accordion .accordion-item button::before {
    position: absolute;
    content: "";
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-12);
    right: 15px;
    transition: all 0.4s;
}

.faq1 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::before {
    background: var(--ztc-bg-bg-9);
}

.faq1 .accordion-widget-area .accordion .accordion-item .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

.faq1 .accordion-widget-area .accordion .accordion-item .accordion-body {
    padding: 0;
}

    .faq1 .accordion-widget-area .accordion .accordion-item .accordion-body p {
        color: var(--ztc-text-text-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: 28px;
        padding: 0 30px 30px 30px;
    }

/*============= FAQ CSS AREA ===============*/
/*============= 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: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        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;
    }

        .contact2 .heading2 .ot-con-boxarea .text a {
            color: var(--ztc-text-text-5);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s22);
            font-style: normal;
            font-weight: var(--ztc-weight-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: var(--ztc-bg-bg-3);
                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: var(--ztc-bg-bg-2);
            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: var(--ztc-bg-bg-3);
            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 ===============*/
.cta1-aection-area {
    position: relative;
    z-index: 1;
}

    .cta1-aection-area .cta-bg-area {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-3);
        border-radius: 16px;
        padding: 0 60px;
    }

@media (max-width: 767px) {
    .cta1-aection-area .cta-bg-area {
        padding: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-aection-area .cta-bg-area {
        padding: 40px;
    }
}

.cta1-aection-area .cta-bg-area .cta-images-area {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .cta1-aection-area .cta-bg-area .cta-images-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-aection-area .cta-bg-area .cta-images-area {
        margin-bottom: 30px;
    }
}

.cta1-aection-area .cta-bg-area .cta-images-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    top: 50px;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: -1;
    margin-left: -250px;
}

@media (max-width: 767px) {
    .cta1-aection-area .cta-bg-area .cta-images-area::after {
        width: 100%;
        height: 100%;
        margin-left: 0;
        left: 0;
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-aection-area .cta-bg-area .cta-images-area::after {
        width: 100%;
        height: 100%;
        margin-left: 0;
        left: 0;
        top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cta1-aection-area .cta-bg-area .cta-images-area::after {
        width: 100%;
        height: 100%;
        margin-left: 0;
        left: 0;
        top: 0;
    }
}

.cta1-aection-area .cta-bg-area .cta-images-area img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.cta1-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) {
    .cta1-aection-area .cta-bg-area .cta-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.cta1-aection-area .cta-bg-area .cta-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;
}

.cta1-aection-area .cta-bg-area .cta-heading .form-area {
    position: relative;
    z-index: 1;
}

    .cta1-aection-area .cta-bg-area .cta-heading .form-area form {
        position: relative;
        z-index: 1;
    }

        .cta1-aection-area .cta-bg-area .cta-heading .form-area form input {
            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;
            /* 100% */
            background: var(--ztc-bg-bg-1);
            width: 100%;
            padding: 27px 20px;
            border-radius: 8px;
        }

        .cta1-aection-area .cta-bg-area .cta-heading .form-area form button {
            border: none;
            outline: none;
            position: absolute;
            right: 10px;
            top: 11px;
        }

.cta2-aection-area {
    position: relative;
    z-index: 2;
    margin-bottom: -200px;
}

    .cta2-aection-area .cta-bg-area {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-6);
        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: 24px;
    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;
        }

.cta3-aection-area {
    position: relative;
    z-index: 2;
    margin-bottom: -140px;
}

    .cta3-aection-area .cta-bg-area {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-12);
        border-radius: 16px;
        padding: 70px 60px;
    }

@media (max-width: 767px) {
    .cta3-aection-area .cta-bg-area {
        padding: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta3-aection-area .cta-bg-area {
        padding: 40px;
    }
}

.cta3-aection-area .cta-bg-area .form-area {
    position: relative;
    z-index: 1;
}

    .cta3-aection-area .cta-bg-area .form-area .cta-input input {
        width: 100%;
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.2);
        color: var(--ztc-text-text-1);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s18);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 18px;
        padding: 20px;
        height: 62px;
    }

        .cta3-aection-area .cta-bg-area .form-area .cta-input input::-moz-placeholder {
            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: 18px;
        }

        .cta3-aection-area .cta-bg-area .form-area .cta-input input::placeholder {
            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: 18px;
        }

    .cta3-aection-area .cta-bg-area .form-area .cta-input button {
        width: 100%;
        border: none;
        outline: none;
    }

.cta3-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) {
    .cta3-aection-area .cta-bg-area .cta-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.cta3-aection-area .cta-bg-area .cta-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;
}

.cta3-aection-area .cta-bg-area .cta-heading .form-area {
    position: relative;
    z-index: 1;
}

    .cta3-aection-area .cta-bg-area .cta-heading .form-area form {
        position: relative;
        z-index: 1;
    }

        .cta3-aection-area .cta-bg-area .cta-heading .form-area form input {
            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;
            /* 100% */
            background: var(--ztc-bg-bg-1);
            width: 100%;
            padding: 27px 20px;
            border-radius: 8px;
        }

        .cta3-aection-area .cta-bg-area .cta-heading .form-area form button {
            border: none;
            outline: none;
            position: absolute;
            right: 10px;
            top: 11px;
        }

.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: #FF5C59;
    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;
        }

.cta5-aection-area {
    position: relative;
    z-index: 2;
    margin-bottom: -140px;
}

    .cta5-aection-area .cta-bg-area {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-17);
        border-radius: 16px;
        padding: 70px 60px;
    }

@media (max-width: 767px) {
    .cta5-aection-area .cta-bg-area {
        padding: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta5-aection-area .cta-bg-area {
        padding: 40px;
    }
}

.cta5-aection-area .cta-bg-area .form-area {
    position: relative;
    z-index: 1;
}

    .cta5-aection-area .cta-bg-area .form-area .cta-input input {
        width: 100%;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.2);
        color: var(--ztc-text-text-1);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s18);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 18px;
        padding: 20px;
        height: 62px;
    }

        .cta5-aection-area .cta-bg-area .form-area .cta-input input::-moz-placeholder {
            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: 18px;
        }

        .cta5-aection-area .cta-bg-area .form-area .cta-input input::placeholder {
            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: 18px;
        }

    .cta5-aection-area .cta-bg-area .form-area .cta-input button {
        width: 100%;
        border: none;
        outline: none;
        background: var(--ztc-bg-bg-1);
        color: var(--ztc-text-text-14) !important;
    }

        .cta5-aection-area .cta-bg-area .form-area .cta-input button:hover {
            color: var(--ztc-text-text-1) !important;
        }

.cta5-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) {
    .cta5-aection-area .cta-bg-area .cta-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.cta5-aection-area .cta-bg-area .cta-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;
}

.cta5-aection-area .cta-bg-area .cta-heading .form-area {
    position: relative;
    z-index: 1;
}

    .cta5-aection-area .cta-bg-area .cta-heading .form-area form {
        position: relative;
        z-index: 1;
    }

        .cta5-aection-area .cta-bg-area .cta-heading .form-area form input {
            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;
            /* 100% */
            background: var(--ztc-bg-bg-1);
            width: 100%;
            padding: 27px 20px;
            border-radius: 8px;
        }

        .cta5-aection-area .cta-bg-area .cta-heading .form-area form button {
            border: none;
            outline: none;
            position: absolute;
            right: 10px;
            top: 11px;
        }

.cta6-aection-area {
    position: relative;
    z-index: 2;
    margin-bottom: -200px;
}

    .cta6-aection-area .cta-bg-area {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-18);
        border-radius: 16px;
        padding: 0 60px;
    }

@media (max-width: 767px) {
    .cta6-aection-area .cta-bg-area {
        padding: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta6-aection-area .cta-bg-area {
        padding: 40px;
    }
}

.cta6-aection-area .cta-bg-area .cta-images-area {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .cta6-aection-area .cta-bg-area .cta-images-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta6-aection-area .cta-bg-area .cta-images-area {
        margin-bottom: 30px;
    }
}

.cta6-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) {
    .cta6-aection-area .cta-bg-area .cta-images-area .elements5 {
        top: 50px;
    }
}

.cta6-aection-area .cta-bg-area .cta-images-area img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.cta6-aection-area .cta-bg-area .cta-heading {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .cta6-aection-area .cta-bg-area .cta-heading {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta6-aection-area .cta-bg-area .cta-heading {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cta6-aection-area .cta-bg-area .cta-heading {
        padding: 0;
    }
}

.cta6-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) {
    .cta6-aection-area .cta-bg-area .cta-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.cta6-aection-area .cta-bg-area .cta-heading .cta-contact-area {
    background: #3A7EC9;
    display: flex;
    align-items: center;
    padding: 24px;
    border-radius: 8px;
    margin-top: 30px;
}

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

    .cta6-aection-area .cta-bg-area .cta-heading .cta-contact-area .text {
        padding-left: 16px;
    }

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

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

.cta7-aection-area {
    position: relative;
    z-index: 2;
    margin-bottom: -140px;
}

    .cta7-aection-area .cta-bg-area {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-16);
        border-radius: 16px;
        padding: 70px 60px;
    }

@media (max-width: 767px) {
    .cta7-aection-area .cta-bg-area {
        padding: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta7-aection-area .cta-bg-area {
        padding: 40px;
    }
}

.cta7-aection-area .cta-bg-area .form-area {
    position: relative;
    z-index: 1;
}

    .cta7-aection-area .cta-bg-area .form-area .cta-input input {
        width: 100%;
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.1);
        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: 18px;
        padding: 20px;
        height: 62px;
    }

        .cta7-aection-area .cta-bg-area .form-area .cta-input input::-moz-placeholder {
            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: 18px;
        }

        .cta7-aection-area .cta-bg-area .form-area .cta-input input::placeholder {
            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: 18px;
        }

    .cta7-aection-area .cta-bg-area .form-area .cta-input button {
        width: 100%;
        border: none;
        outline: none;
        background: none;
    }

.cta7-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) {
    .cta7-aection-area .cta-bg-area .cta-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.cta7-aection-area .cta-bg-area .cta-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;
}

.cta7-aection-area .cta-bg-area .cta-heading .form-area {
    position: relative;
    z-index: 1;
}

    .cta7-aection-area .cta-bg-area .cta-heading .form-area form {
        position: relative;
        z-index: 1;
    }

        .cta7-aection-area .cta-bg-area .cta-heading .form-area form input {
            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;
            /* 100% */
            background: var(--ztc-bg-bg-1);
            width: 100%;
            padding: 27px 20px;
            border-radius: 8px;
        }

        .cta7-aection-area .cta-bg-area .cta-heading .form-area form button {
            border: none;
            outline: none;
            position: absolute;
            right: 10px;
            top: 11px;
        }

.cta8-aection-area {
    position: relative;
    z-index: 2;
    margin-bottom: -200px;
}

    .cta8-aection-area .cta-bg-area {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-20);
        border-radius: 16px;
        padding: 0 60px;
    }

@media (max-width: 767px) {
    .cta8-aection-area .cta-bg-area {
        padding: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta8-aection-area .cta-bg-area {
        padding: 40px;
    }
}

.cta8-aection-area .cta-bg-area .cta-images-area {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .cta8-aection-area .cta-bg-area .cta-images-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta8-aection-area .cta-bg-area .cta-images-area {
        margin-bottom: 30px;
    }
}

.cta8-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) {
    .cta8-aection-area .cta-bg-area .cta-images-area .elements5 {
        top: 50px;
    }
}

.cta8-aection-area .cta-bg-area .cta-images-area img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.cta8-aection-area .cta-bg-area .cta-heading {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .cta8-aection-area .cta-bg-area .cta-heading {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta8-aection-area .cta-bg-area .cta-heading {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cta8-aection-area .cta-bg-area .cta-heading {
        padding: 0;
    }
}

.cta8-aection-area .cta-bg-area .cta-heading 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) {
    .cta8-aection-area .cta-bg-area .cta-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.cta8-aection-area .cta-bg-area .cta-heading .cta-contact-area {
    background: #DFBB61;
    display: flex;
    align-items: center;
    padding: 24px;
    border-radius: 8px;
    margin-top: 30px;
}

    .cta8-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-16);
        transition: all 0.4s;
        border-radius: 50%;
    }

    .cta8-aection-area .cta-bg-area .cta-heading .cta-contact-area .text {
        padding-left: 16px;
    }

        .cta8-aection-area .cta-bg-area .cta-heading .cta-contact-area .text p {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s16);
            font-style: normal;
            font-weight: var(--ztc-weight-semibold);
            line-height: 16px;
            opacity: 80%;
        }

        .cta8-aection-area .cta-bg-area .cta-heading .cta-contact-area .text a {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s20);
            font-style: normal;
            font-weight: var(--ztc-weight-bold);
            line-height: 20px;
            display: inline-block;
            transition: all 0.4s;
        }

.cta9-aection-area {
    position: relative;
    z-index: 2;
    margin-bottom: -140px;
}

    .cta9-aection-area .cta-bg-area {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-17);
        border-radius: 16px;
        padding: 70px 60px;
    }

@media (max-width: 767px) {
    .cta9-aection-area .cta-bg-area {
        padding: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta9-aection-area .cta-bg-area {
        padding: 40px;
    }
}

.cta9-aection-area .cta-bg-area .form-area {
    position: relative;
    z-index: 1;
}

    .cta9-aection-area .cta-bg-area .form-area .cta-input input {
        width: 100%;
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.1);
        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: 18px;
        padding: 20px;
        height: 62px;
    }

        .cta9-aection-area .cta-bg-area .form-area .cta-input input::-moz-placeholder {
            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: 18px;
        }

        .cta9-aection-area .cta-bg-area .form-area .cta-input input::placeholder {
            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: 18px;
        }

    .cta9-aection-area .cta-bg-area .form-area .cta-input button {
        width: 100%;
        border: none;
        outline: none;
        background: var(--ztc-bg-bg-1);
        color: var(--ztc-text-text-14) !important;
    }

        .cta9-aection-area .cta-bg-area .form-area .cta-input button:hover {
            color: var(--ztc-text-text-1) !important;
        }

            .cta9-aection-area .cta-bg-area .form-area .cta-input button:hover span {
                background: var(--ztc-bg-bg-1) !important;
                color: var(--ztc-text-text-14) !important;
            }

        .cta9-aection-area .cta-bg-area .form-area .cta-input button span {
            background: var(--ztc-bg-bg-16);
            color: var(--ztc-text-text-1) !important;
        }

.cta9-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) {
    .cta9-aection-area .cta-bg-area .cta-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.cta9-aection-area .cta-bg-area .cta-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;
}

.cta9-aection-area .cta-bg-area .cta-heading .form-area {
    position: relative;
    z-index: 1;
}

    .cta9-aection-area .cta-bg-area .cta-heading .form-area form {
        position: relative;
        z-index: 1;
    }

        .cta9-aection-area .cta-bg-area .cta-heading .form-area form input {
            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;
            /* 100% */
            background: var(--ztc-bg-bg-1);
            width: 100%;
            padding: 27px 20px;
            border-radius: 8px;
        }

        .cta9-aection-area .cta-bg-area .cta-heading .form-area form button {
            border: none;
            outline: none;
            position: absolute;
            right: 10px;
            top: 11px;
        }

.cta10-aection-area {
    position: relative;
    z-index: 2;
    margin-bottom: -140px;
}

    .cta10-aection-area .cta-bg-area {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-22);
        border-radius: 16px;
        padding: 70px 60px;
    }

@media (max-width: 767px) {
    .cta10-aection-area .cta-bg-area {
        padding: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta10-aection-area .cta-bg-area {
        padding: 40px;
    }
}

.cta10-aection-area .cta-bg-area .form-area {
    position: relative;
    z-index: 1;
}

    .cta10-aection-area .cta-bg-area .form-area .cta-input input {
        width: 100%;
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.1);
        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: 18px;
        padding: 20px;
        height: 62px;
    }

        .cta10-aection-area .cta-bg-area .form-area .cta-input input::-moz-placeholder {
            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: 18px;
        }

        .cta10-aection-area .cta-bg-area .form-area .cta-input input::placeholder {
            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: 18px;
        }

    .cta10-aection-area .cta-bg-area .form-area .cta-input button {
        width: 100%;
        border: none;
        outline: none;
        background: var(--ztc-bg-bg-1);
        color: var(--ztc-text-text-14) !important;
    }

        .cta10-aection-area .cta-bg-area .form-area .cta-input button:hover {
            color: var(--ztc-text-text-1) !important;
        }

            .cta10-aection-area .cta-bg-area .form-area .cta-input button:hover span {
                background: var(--ztc-bg-bg-1) !important;
                color: var(--ztc-text-text-14) !important;
            }

        .cta10-aection-area .cta-bg-area .form-area .cta-input button span {
            background: var(--ztc-bg-bg-16);
            color: var(--ztc-text-text-1) !important;
        }

.cta10-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) {
    .cta10-aection-area .cta-bg-area .cta-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.cta10-aection-area .cta-bg-area .cta-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;
}

.cta10-aection-area .cta-bg-area .cta-heading .form-area {
    position: relative;
    z-index: 1;
}

    .cta10-aection-area .cta-bg-area .cta-heading .form-area form {
        position: relative;
        z-index: 1;
    }

        .cta10-aection-area .cta-bg-area .cta-heading .form-area form input {
            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;
            /* 100% */
            background: var(--ztc-bg-bg-1);
            width: 100%;
            padding: 27px 20px;
            border-radius: 8px;
        }

        .cta10-aection-area .cta-bg-area .cta-heading .form-area form button {
            border: none;
            outline: none;
            position: absolute;
            right: 10px;
            top: 11px;
        }

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testi1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 55px;
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testi1 {
        margin: 0;
        border-radius: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .testi1 {
        margin: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testi1 {
        margin: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .testi1 {
        margin: 0;
        border-radius: 0;
    }
}

.testi1 .testimonial-img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.testi1 .testimonial-slider-title {
    position: relative;
    z-index: 1;
    padding: 0 0 0 60px;
}

@media (max-width: 767px) {
    .testi1 .testimonial-slider-title {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testi1 .testimonial-slider-title {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testi1 .testimonial-slider-title {
        padding: 0 0 0 0;
    }
}

.testi1 .testimonial-slider-title h5 {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    color: var(--ztc-text-text-1);
}

    .testi1 .testimonial-slider-title h5 svg {
        filter: brightness(0) invert(1);
    }

.testi1 .testimonial-slider-title h2 {
    color: var(--ztc-text-text-1);
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea ul li {
    display: inline-block;
    color: var(--ztc-text-text-4);
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 40px;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 30px;
    }
}

.testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images {
        display: flex;
        align-items: center;
    }

        .testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .img1 img {
            height: 70px;
            width: 70px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 50%;
        }

        .testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text {
            padding-left: 16px;
        }

            .testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .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-black);
                line-height: 20px;
                display: inline-block;
            }

            .testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text p {
                color: rgba(255, 255, 255, 0.8);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-medium);
                line-height: 16px;
            }

    .testi1 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area svg {
        height: 40px;
        width: 40px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.testi1 .testimonial-slider-title .testimonial-arrow {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 32px;
}

    .testi1 .testimonial-slider-title .testimonial-arrow button {
        border: none;
        height: 56px;
        width: 56px;
        text-align: center;
        line-height: 56px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        transition: all 0.4s;
        font-size: var(--ztc-font-size-font-s20);
        color: var(--ztc-text-text-1);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

        .testi1 .testimonial-slider-title .testimonial-arrow button:hover {
            background: var(--ztc-bg-bg-3);
            border: 1px solid var(--ztc-bg-bg-3);
            transition: all 0.4s;
            color: var(--ztc-text-text-1);
        }

    .testi1 .testimonial-slider-title .testimonial-arrow .prev-arrow1 {
        margin: 0 16px 0 0;
    }

.testimonial2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-5);
}

    .testimonial2 .heading2 {
        padding: 0 70px 0 0;
    }

@media (max-width: 767px) {
    .testimonial2 .heading2 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2 .heading2 {
        padding: 0;
    }
}

.testimonial2 .heading2 h5 {
    color: var(--ztc-text-text-1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

    .testimonial2 .heading2 h5 svg {
        filter: brightness(0) invert(1);
    }

.testimonial2 .heading2 h2 {
    color: var(--ztc-text-text-1);
}

.testimonial2 .heading2 p {
    color: var(--ztc-text-text-1);
}

.testimonial2 .heading2 .author-boxarea {
    display: flex;
    align-items: center;
    width: 440px;
    justify-content: space-between;
    background: var(--ztc-bg-bg-6);
    padding: 28px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .testimonial2 .heading2 .author-boxarea {
        width: 100%;
    }
}

.testimonial2 .heading2 .author-boxarea .heading h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s48);
    font-style: normal;
    font-weight: var(--ztc-weight-black);
    line-height: 48px;
}

.testimonial2 .images-testimonial {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .testimonial2 .images-testimonial {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2 .images-testimonial {
        margin-top: 30px;
    }
}

.testimonial2 .images-testimonial .play-btn {
    height: 72px;
    width: 72px;
    text-align: center;
    line-height: 72px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s28);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -36px;
    margin-left: -36px;
}

    .testimonial2 .images-testimonial .play-btn::after {
        position: absolute;
        z-index: 1;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

.testimonial2 .images-testimonial .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .testimonial2 .images-testimonial .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: var(--ztc-bg-bg-5);
        opacity: 50%;
    }

    .testimonial2 .images-testimonial .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

.testimonial2 .testimonial-bottom-slider {
    position: relative;
    z-index: 1;
}

    .testimonial2 .testimonial-bottom-slider .testimonial-widget-box {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-1);
        padding: 24px;
        border-radius: 10px;
        margin: 0 10px;
    }

        .testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area .icons {
                height: 50px;
                width: 50px;
                text-align: center;
                line-height: 50px;
                display: inline-block;
                transition: all 0.4s;
                background: var(--ztc-bg-bg-6);
                border-radius: 50%;
            }

            .testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul {
                border-radius: 10px;
                background: rgba(40, 170, 74, 0.1);
                padding: 8px;
            }

                .testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li {
                    display: inline-block;
                    color: var(--ztc-text-text-7);
                }

                    .testimonial2 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li:nth-last-child(1) {
                        color: var(--ztc-text-text-5);
                        font-family: var(--ztc-family-font1);
                        font-size: var(--ztc-font-size-font-s14);
                        font-style: normal;
                        font-weight: var(--ztc-weight-medium);
                        line-height: 14px;
                    }

        .testimonial2 .testimonial-bottom-slider .testimonial-widget-box .pera {
            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: 30px;
        }

        .testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area {
            display: flex;
            align-items: center;
        }

            .testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area .img1 img {
                height: 60px;
                width: 60px;
                text-align: center;
                transition: all 0.4s;
                border-radius: 50%;
            }

            .testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area .text {
                padding-left: 16px;
            }

                .testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area .text a {
                    color: var(--ztc-text-text-5);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s22);
                    font-style: normal;
                    font-weight: var(--ztc-weight-bold);
                    line-height: 22px;
                    display: inline-block;
                    transition: all 0.4s;
                }

                .testimonial2 .testimonial-bottom-slider .testimonial-widget-box .images-area .text p {
                    color: var(--ztc-text-text-6);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s16);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 16px;
                }

.testimonial4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .testimonial4 .side-heading {
        color: rgba(63, 40, 48, 0.05);
        font-family: var(--ztc-family-font1);
        font-size: 110px;
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 110px;
        /* 100% */
        text-transform: uppercase;
        position: absolute;
        z-index: -1;
        left: 0;
        transform: rotate(-90deg);
        width: 0;
        height: 0;
        bottom: 0;
    }

    .testimonial4 .testimonial-arrow {
        display: flex;
        align-items: center;
        justify-content: end;
    }

@media (max-width: 767px) {
    .testimonial4 .testimonial-arrow {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4 .testimonial-arrow {
        margin-bottom: 30px;
    }
}

.testimonial4 .testimonial-arrow button {
    border: none;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-15);
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
    color: var(--ztc-text-text-11);
}

    .testimonial4 .testimonial-arrow button:hover {
        background: var(--ztc-bg-bg-14);
        transition: all 0.4s;
        color: var(--ztc-text-text-1);
    }

.testimonial4 .testimonial-arrow .prev-arrow-testi4 {
    margin: 0 16px 0 0;
}

.testimonial4 .testimonial4-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.testimonial4 .testimonial4-contetnt-area {
    border-radius: 10px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    padding: 32px;
}

    .testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .icons svg {
        height: 64px;
        width: 64px;
    }

    .testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .pera {
        color: var(--ztc-text-text-11);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s24);
        font-style: normal;
        font-weight: var(--ztc-weight-medium);
        line-height: 36px;
    }

@media (max-width: 767px) {
    .testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .pera {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 30px;
    }
}

.testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .images-area {
    display: flex;
    align-items: center;
}

    .testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .images-area .img1 img {
        height: 80px;
        width: 80px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
    }

    .testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .images-area .text {
        padding-left: 16px;
    }

        .testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .images-area .text a {
            color: var(--ztc-text-text-11);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s24);
            font-style: normal;
            font-weight: var(--ztc-weight-bold);
            line-height: 24px;
            display: inline-block;
            transition: all 0.4s;
        }

        .testimonial4 .testimonial4-contetnt-area .testimonial4-boxarea .testimonial4-conetent .images-area .text p {
            color: var(--ztc-text-text-12);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s16);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 16px;
        }

.testi5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 32px;
    border-radius: 10px;
    background: var(--ztc-bg-bg-16);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testi5 {
        margin: 0;
        border-radius: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .testi5 {
        margin: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testi5 {
        margin: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .testi5 {
        margin: 0;
        border-radius: 0;
    }
}

.testi5 .testimonial-img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.testi5 .testimonial-slider-title {
    position: relative;
    z-index: 1;
    padding: 0 0 0 60px;
}

@media (max-width: 767px) {
    .testi5 .testimonial-slider-title {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testi5 .testimonial-slider-title {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testi5 .testimonial-slider-title {
        padding: 0 0 0 0;
    }
}

.testi5 .testimonial-slider-title h5 {
    color: var(--ztc-text-text-1);
}

    .testi5 .testimonial-slider-title h5 svg {
        filter: brightness(0) invert(1);
    }

.testi5 .testimonial-slider-title h2 {
    color: var(--ztc-text-text-1);
}

.testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea ul li {
    display: inline-block;
    color: var(--ztc-text-text-16);
}

.testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 40px;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 30px;
    }
}

.testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images {
        display: flex;
        align-items: center;
    }

        .testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .img1 img {
            height: 70px;
            width: 70px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 50%;
        }

        .testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text {
            padding-left: 16px;
        }

            .testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .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-black);
                line-height: 20px;
                display: inline-block;
            }

            .testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text p {
                color: rgba(255, 255, 255, 0.8);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-medium);
                line-height: 16px;
            }

    .testi5 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area svg {
        height: 40px;
        width: 40px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.testi5 .testimonial-slider-title .testimonial-arrow {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 32px;
}

    .testi5 .testimonial-slider-title .testimonial-arrow button {
        border: none;
        height: 56px;
        width: 56px;
        text-align: center;
        line-height: 56px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        transition: all 0.4s;
        font-size: var(--ztc-font-size-font-s20);
        color: var(--ztc-text-text-1);
        border: 1px solid rgba(253, 253, 253, 0.1);
    }

        .testi5 .testimonial-slider-title .testimonial-arrow button:hover {
            background: var(--ztc-bg-bg-17);
            border: 1px solid var(--ztc-bg-bg-12);
            transition: all 0.4s;
            color: var(--ztc-text-text-1);
        }

    .testi5 .testimonial-slider-title .testimonial-arrow .prev-arrow1 {
        margin: 0 16px 0 0;
    }

.testi6 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 32px;
    border-radius: 10px;
    background: var(--ztc-bg-bg-16);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testi6 {
        margin: 0;
        border-radius: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .testi6 {
        margin: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testi6 {
        margin: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .testi6 {
        margin: 0;
        border-radius: 0;
    }
}

.testi6 .testimonial-img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.testi6 .testimonial-slider-title {
    position: relative;
    z-index: 1;
    padding: 0 0 0 60px;
}

@media (max-width: 767px) {
    .testi6 .testimonial-slider-title {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testi6 .testimonial-slider-title {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testi6 .testimonial-slider-title {
        padding: 0 0 0 0;
    }
}

.testi6 .testimonial-slider-title h5 {
    color: var(--ztc-text-text-1);
}

    .testi6 .testimonial-slider-title h5 svg {
        filter: brightness(0) invert(1);
    }

.testi6 .testimonial-slider-title h2 {
    color: var(--ztc-text-text-1);
}

.testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea ul li {
    display: inline-block;
    color: var(--ztc-text-text-16);
}

.testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 40px;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .pera {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 30px;
    }
}

.testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images {
        display: flex;
        align-items: center;
    }

        .testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .img1 img {
            height: 70px;
            width: 70px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 50%;
        }

        .testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text {
            padding-left: 16px;
        }

            .testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .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-black);
                line-height: 20px;
                display: inline-block;
            }

            .testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area .auhtor-images .text p {
                color: rgba(255, 255, 255, 0.8);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-medium);
                line-height: 16px;
            }

    .testi6 .testimonial-slider-title .testimonial-slider .testimonial-boxarea .author-images-area svg {
        height: 40px;
        width: 40px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.testi6 .testimonial-slider-title .testimonial-arrow {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 32px;
}

    .testi6 .testimonial-slider-title .testimonial-arrow button {
        border: none;
        height: 56px;
        width: 56px;
        text-align: center;
        line-height: 56px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        transition: all 0.4s;
        font-size: var(--ztc-font-size-font-s20);
        color: var(--ztc-text-text-1);
        border: 1px solid rgba(253, 253, 253, 0.1);
    }

        .testi6 .testimonial-slider-title .testimonial-arrow button:hover {
            background: var(--ztc-bg-bg-18);
            border: 1px solid var(--ztc-bg-bg-12);
            transition: all 0.4s;
            color: var(--ztc-text-text-1);
        }

    .testi6 .testimonial-slider-title .testimonial-arrow .prev-arrow1 {
        margin: 0 16px 0 0;
    }

.testimonial7 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-19);
}

    .testimonial7 .testimonial7-images {
        position: relative;
        z-index: 1;
    }

@media (max-width: 767px) {
    .testimonial7 .testimonial7-images {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial7 .testimonial7-images {
        margin-bottom: 50px;
    }
}

.testimonial7 .testimonial7-images ul {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -118px;
}

    .testimonial7 .testimonial7-images ul li {
        display: inline-block;
        margin: 0 12px 0 0;
    }

        .testimonial7 .testimonial7-images ul li:last-child(1) {
            margin: 0;
        }

        .testimonial7 .testimonial7-images ul li a {
            height: 44px;
            width: 44px;
            text-align: center;
            line-height: 44px;
            border-radius: 50%;
            background: var(--ztc-bg-bg-1);
            display: inline-block;
            transition: all 0.4s;
            color: var(--ztc-text-text-14);
        }

            .testimonial7 .testimonial7-images ul li a:hover {
                background: var(--ztc-bg-bg-16);
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

.testimonial7 .testimonial7-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.testimonial7 .testimonial7-contetnt-area {
    border-radius: 10px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    padding: 32px;
}

    .testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .icons svg {
        height: 64px;
        width: 64px;
    }

    .testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .pera {
        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-medium);
        line-height: 36px;
    }

@media (max-width: 767px) {
    .testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .pera {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 30px;
    }
}

.testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area {
    display: flex;
    align-items: center;
}

    .testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .img1 img {
        height: 80px;
        width: 80px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
    }

    .testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .text {
        padding-left: 16px;
    }

        .testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .text a {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s24);
            font-style: normal;
            font-weight: var(--ztc-weight-bold);
            line-height: 24px;
            display: inline-block;
            transition: all 0.4s;
        }

        .testimonial7 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .text 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: 16px;
        }

.testimonial7 .testimonial7-contetnt-area .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    position: absolute;
    right: 50px;
    bottom: 50px;
}

@media (max-width: 767px) {
    .testimonial7 .testimonial7-contetnt-area .slick-dots {
        position: relative;
        right: 0;
        left: 0;
        bottom: 0;
    }
}

.testimonial7 .testimonial7-contetnt-area .slick-dots li {
    margin: 0 8px;
}

.testimonial7 .testimonial7-contetnt-area .slick-dots button {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: #E6E7E8;
    text-indent: -9999px;
    border-radius: 50%;
    position: relative;
}

    .testimonial7 .testimonial7-contetnt-area .slick-dots button::after {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        border-radius: 50%;
        background: #E6E7E8;
        left: -5px;
        top: -5px;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s;
    }

.testimonial7 .testimonial7-contetnt-area .slick-dots li.slick-active button {
    background: var(--ztc-bg-bg-16);
}

    .testimonial7 .testimonial7-contetnt-area .slick-dots li.slick-active button::after {
        visibility: visible;
        opacity: 1;
        transition: all 0.4s;
    }

.testimonial8-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-main-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .testimonial-main-area .percent-box h2 {
        font-size: 120px;
        color: var(--ztc-text-text-1);
        font-weight: var(--ztc-weight-bold);
        line-height: 120px;
    }

    .testimonial-main-area .percent-box p {
        color: var(--ztc-text-text-1);
        opacity: 80%;
    }

    .testimonial-main-area .brand-images-area .brand-img {
        position: relative;
        z-index: 1;
        display: inline-block;
    }

        .testimonial-main-area .brand-images-area .brand-img.slick-slide.slick-current.slick-active::after {
            background: var(--ztc-bg-bg-20);
        }

        .testimonial-main-area .brand-images-area .brand-img::after {
            position: absolute;
            content: "";
            height: 4px;
            top: 0;
            left: 0;
            background: var(--ztc-bg-bg-1);
            width: 80%;
        }

        .testimonial-main-area .brand-images-area .brand-img img {
            cursor: pointer;
            padding-top: 10px;
        }

    .testimonial-main-area .testimonial8-slider .testimonial8-boxarea {
        position: relative;
        z-index: 1;
    }

        .testimonial-main-area .testimonial8-slider .testimonial8-boxarea .pera {
            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-medium);
            line-height: 52px;
            text-transform: capitalize;
        }

@media (max-width: 767px) {
    .testimonial-main-area .testimonial8-slider .testimonial8-boxarea .pera {
        font-size: var(--ztc-font-size-font-s24);
        line-height: 32px;
    }
}

.testimonial-main-area .testimonial8-slider .testimonial8-boxarea .images-area {
    display: flex;
    align-items: center;
}

    .testimonial-main-area .testimonial8-slider .testimonial8-boxarea .images-area .img1 img {
        height: 44px;
        width: 44px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
    }

    .testimonial-main-area .testimonial8-slider .testimonial8-boxarea .images-area .text {
        padding-left: 16px;
    }

        .testimonial-main-area .testimonial8-slider .testimonial8-boxarea .images-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;
        }

        .testimonial-main-area .testimonial8-slider .testimonial8-boxarea .images-area .text p {
            color: var(--ztc-text-text-1);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s14);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 14px;
            opacity: 80%;
        }

.testimonial9 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-16);
}

    .testimonial9 .heading8 {
        padding: 0 70px 0 0;
    }

@media (max-width: 767px) {
    .testimonial9 .heading8 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial9 .heading8 {
        padding: 0;
    }
}

.testimonial9 .heading8 h5 {
    color: var(--ztc-text-text-1);
}

    .testimonial9 .heading8 h5 svg {
        filter: brightness(0) invert(1);
    }

.testimonial9 .heading8 h2 {
    color: var(--ztc-text-text-1);
    font-weight: var(--ztc-weight-black);
}

.testimonial9 .heading8 p {
    color: var(--ztc-text-text-1);
    opacity: 80%;
}

.testimonial9 .heading8 .author-boxarea {
    display: flex;
    align-items: center;
    width: 440px;
    justify-content: space-between;
    background: var(--ztc-bg-bg-17);
    padding: 28px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .testimonial9 .heading8 .author-boxarea {
        width: 100%;
    }
}

.testimonial9 .heading8 .author-boxarea .heading h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s48);
    font-style: normal;
    font-weight: var(--ztc-weight-black);
    line-height: 48px;
}

.testimonial9 .images-testimonial {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .testimonial9 .images-testimonial {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial9 .images-testimonial {
        margin-top: 30px;
    }
}

.testimonial9 .images-testimonial .play-btn {
    height: 72px;
    width: 72px;
    text-align: center;
    line-height: 72px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s28);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -36px;
    margin-left: -36px;
}

    .testimonial9 .images-testimonial .play-btn::after {
        position: absolute;
        z-index: 1;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

.testimonial9 .images-testimonial .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .testimonial9 .images-testimonial .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: var(--ztc-bg-bg-16);
        opacity: 50%;
    }

    .testimonial9 .images-testimonial .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

.testimonial9 .testimonial-bottom-slider {
    position: relative;
    z-index: 1;
}

    .testimonial9 .testimonial-bottom-slider .testimonial-widget-box {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-1);
        padding: 24px;
        border-radius: 10px;
        margin: 0 10px;
    }

        .testimonial9 .testimonial-bottom-slider .testimonial-widget-box .icons-area {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .testimonial9 .testimonial-bottom-slider .testimonial-widget-box .icons-area .icons {
                height: 50px;
                width: 50px;
                text-align: center;
                line-height: 50px;
                display: inline-block;
                transition: all 0.4s;
                background: var(--ztc-bg-bg-17);
                border-radius: 50%;
            }

            .testimonial9 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul {
                border-radius: 10px;
                background: rgba(245, 66, 0, 0.1);
                padding: 8px;
            }

                .testimonial9 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li {
                    display: inline-block;
                    color: var(--ztc-text-text-16);
                }

                    .testimonial9 .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li:nth-last-child(1) {
                        color: var(--ztc-text-text-5);
                        font-family: var(--ztc-family-font1);
                        font-size: var(--ztc-font-size-font-s14);
                        font-style: normal;
                        font-weight: var(--ztc-weight-medium);
                        line-height: 14px;
                    }

        .testimonial9 .testimonial-bottom-slider .testimonial-widget-box .pera {
            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: 30px;
        }

        .testimonial9 .testimonial-bottom-slider .testimonial-widget-box .images-area {
            display: flex;
            align-items: center;
        }

            .testimonial9 .testimonial-bottom-slider .testimonial-widget-box .images-area .img1 img {
                height: 60px;
                width: 60px;
                text-align: center;
                transition: all 0.4s;
                border-radius: 50%;
            }

            .testimonial9 .testimonial-bottom-slider .testimonial-widget-box .images-area .text {
                padding-left: 16px;
            }

                .testimonial9 .testimonial-bottom-slider .testimonial-widget-box .images-area .text a {
                    color: var(--ztc-text-text-5);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s22);
                    font-style: normal;
                    font-weight: var(--ztc-weight-bold);
                    line-height: 22px;
                    display: inline-block;
                    transition: all 0.4s;
                }

                .testimonial9 .testimonial-bottom-slider .testimonial-widget-box .images-area .text p {
                    color: var(--ztc-text-text-6);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s16);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 16px;
                }

.testimonial10 {
    position: relative;
    z-index: 1;
}

    .testimonial10 .testimonial7-images {
        position: relative;
        z-index: 1;
    }

@media (max-width: 767px) {
    .testimonial10 .testimonial7-images {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial10 .testimonial7-images {
        margin-bottom: 50px;
    }
}

.testimonial10 .testimonial7-images ul {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -118px;
    z-index: 1;
}

    .testimonial10 .testimonial7-images ul li {
        display: inline-block;
        margin: 0 12px 0 0;
    }

        .testimonial10 .testimonial7-images ul li:last-child(1) {
            margin: 0;
        }

        .testimonial10 .testimonial7-images ul li a {
            height: 44px;
            width: 44px;
            text-align: center;
            line-height: 44px;
            border-radius: 50%;
            background: var(--ztc-bg-bg-1);
            display: inline-block;
            transition: all 0.4s;
            color: var(--ztc-text-text-14);
        }

            .testimonial10 .testimonial7-images ul li a:hover {
                background: var(--ztc-bg-bg-22);
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

.testimonial10 .testimonial7-images .img1 {
    border-radius: 8px;
}

    .testimonial10 .testimonial7-images .img1 img {
        height: 400px;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 8px;
    }

@media (max-width: 767px) {
    .testimonial10 .testimonial7-images .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial10 .testimonial7-images .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }
}

.testimonial10 .testimonial7-contetnt-area {
    border-radius: 10px;
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    padding: 32px;
}

    .testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .icons svg {
        height: 64px;
        width: 64px;
    }

    .testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .pera {
        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-medium);
        line-height: 36px;
    }

@media (max-width: 767px) {
    .testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .pera {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 30px;
    }
}

.testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area {
    display: flex;
    align-items: center;
}

    .testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .img1 img {
        height: 80px;
        width: 80px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
    }

    .testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .text {
        padding-left: 16px;
    }

        .testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .text a {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s24);
            font-style: normal;
            font-weight: var(--ztc-weight-bold);
            line-height: 24px;
            display: inline-block;
            transition: all 0.4s;
        }

        .testimonial10 .testimonial7-contetnt-area .testimonial7-boxarea .testimonial7-conetent .images-area .text 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: 16px;
        }

.testimonial10 .testimonial7-contetnt-area .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    position: absolute;
    right: 50px;
    bottom: 50px;
}

@media (max-width: 767px) {
    .testimonial10 .testimonial7-contetnt-area .slick-dots {
        position: relative;
        right: 0;
        left: 0;
        bottom: 0;
    }
}

.testimonial10 .testimonial7-contetnt-area .slick-dots li {
    margin: 0 8px;
}

.testimonial10 .testimonial7-contetnt-area .slick-dots button {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: #E7F1D4;
    text-indent: -9999px;
    border-radius: 50%;
    position: relative;
}

    .testimonial10 .testimonial7-contetnt-area .slick-dots button::after {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        border-radius: 50%;
        background: #E7F1D4;
        left: -5px;
        top: -5px;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s;
    }

.testimonial10 .testimonial7-contetnt-area .slick-dots li.slick-active button {
    background: var(--ztc-bg-bg-22);
}

    .testimonial10 .testimonial7-contetnt-area .slick-dots li.slick-active button::after {
        visibility: visible;
        opacity: 1;
        transition: all 0.4s;
    }

.testimonial-inner-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .testimonial-inner-area .heading1 {
        padding: 0 70px 0 0;
    }

@media (max-width: 767px) {
    .testimonial-inner-area .heading1 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-inner-area .heading1 {
        padding: 0;
    }
}

.testimonial-inner-area .heading1 .author-boxarea {
    display: flex;
    align-items: center;
    width: 440px;
    justify-content: space-between;
    background: var(--ztc-bg-bg-3);
    padding: 28px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .testimonial-inner-area .heading1 .author-boxarea {
        width: 100%;
    }
}

.testimonial-inner-area .heading1 .author-boxarea p {
    color: var(--ztc-text-text-1) !important;
}

.testimonial-inner-area .heading1 .author-boxarea .heading h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s48);
    font-style: normal;
    font-weight: var(--ztc-weight-black);
    line-height: 48px;
}

.testimonial-inner-area .images-testimonial {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .testimonial-inner-area .images-testimonial {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-inner-area .images-testimonial {
        margin-top: 30px;
    }
}

.testimonial-inner-area .images-testimonial .play-btn {
    height: 72px;
    width: 72px;
    text-align: center;
    line-height: 72px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s28);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -36px;
    margin-left: -36px;
}

    .testimonial-inner-area .images-testimonial .play-btn::after {
        position: absolute;
        z-index: 1;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

.testimonial-inner-area .images-testimonial .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .testimonial-inner-area .images-testimonial .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: var(--ztc-bg-bg-16);
        opacity: 50%;
    }

    .testimonial-inner-area .images-testimonial .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

.testimonial-inner-area .testimonial-bottom-slider {
    position: relative;
    z-index: 1;
}

    .testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-4);
        padding: 24px;
        border-radius: 10px;
        margin: 0 10px;
    }

        .testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .icons-area {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .icons-area .icons {
                height: 50px;
                width: 50px;
                text-align: center;
                line-height: 50px;
                display: inline-block;
                transition: all 0.4s;
                background: var(--ztc-bg-bg-3);
                border-radius: 50%;
            }

            .testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .icons-area ul {
                border-radius: 10px;
                background: rgba(251, 133, 0, 0.1);
                padding: 8px;
            }

                .testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li {
                    display: inline-block;
                    color: var(--ztc-text-text-4);
                }

                    .testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .icons-area ul li:nth-last-child(1) {
                        color: var(--ztc-text-text-2);
                        font-family: var(--ztc-family-font1);
                        font-size: var(--ztc-font-size-font-s14);
                        font-style: normal;
                        font-weight: var(--ztc-weight-medium);
                        line-height: 14px;
                    }

        .testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .pera {
            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: 30px;
        }

        .testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .images-area {
            display: flex;
            align-items: center;
        }

            .testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .images-area .img1 img {
                height: 60px;
                width: 60px;
                text-align: center;
                transition: all 0.4s;
                border-radius: 50%;
            }

            .testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .images-area .text {
                padding-left: 16px;
            }

                .testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .images-area .text a {
                    color: var(--ztc-text-text-2);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s22);
                    font-style: normal;
                    font-weight: var(--ztc-weight-bold);
                    line-height: 22px;
                    display: inline-block;
                    transition: all 0.4s;
                }

                .testimonial-inner-area .testimonial-bottom-slider .testimonial-widget-box .images-area .text p {
                    color: var(--ztc-text-text-3);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s16);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 16px;
                }

.testimonial-inner-area2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .testimonial-inner-area2 .testimonial-widget-box1 {
        position: relative;
        z-index: 1;
        background: var(--ztc-bg-bg-4);
        padding: 24px;
        border-radius: 10px;
        margin-bottom: 30px;
        transition: all 0.4s;
    }

        .testimonial-inner-area2 .testimonial-widget-box1:hover {
            transition: all 0.4s;
            transform: translateY(-10px);
            border-radius: 10px;
            background: var(--ztc-bg-bg-1);
            box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
        }

        .testimonial-inner-area2 .testimonial-widget-box1 .icons-area {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .testimonial-inner-area2 .testimonial-widget-box1 .icons-area .icons {
                height: 50px;
                width: 50px;
                text-align: center;
                line-height: 50px;
                display: inline-block;
                transition: all 0.4s;
                background: var(--ztc-bg-bg-3);
                border-radius: 50%;
            }

            .testimonial-inner-area2 .testimonial-widget-box1 .icons-area ul {
                border-radius: 10px;
                background: rgba(251, 133, 0, 0.1);
                padding: 8px;
            }

                .testimonial-inner-area2 .testimonial-widget-box1 .icons-area ul li {
                    display: inline-block;
                    color: var(--ztc-text-text-4);
                }

                    .testimonial-inner-area2 .testimonial-widget-box1 .icons-area ul li:nth-last-child(1) {
                        color: var(--ztc-text-text-2);
                        font-family: var(--ztc-family-font1);
                        font-size: var(--ztc-font-size-font-s14);
                        font-style: normal;
                        font-weight: var(--ztc-weight-medium);
                        line-height: 14px;
                    }

        .testimonial-inner-area2 .testimonial-widget-box1 .pera {
            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: 30px;
        }

        .testimonial-inner-area2 .testimonial-widget-box1 .images-area {
            display: flex;
            align-items: center;
        }

            .testimonial-inner-area2 .testimonial-widget-box1 .images-area .img1 img {
                height: 60px;
                width: 60px;
                text-align: center;
                transition: all 0.4s;
                border-radius: 50%;
            }

            .testimonial-inner-area2 .testimonial-widget-box1 .images-area .text {
                padding-left: 16px;
            }

                .testimonial-inner-area2 .testimonial-widget-box1 .images-area .text a {
                    color: var(--ztc-text-text-2);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s22);
                    font-style: normal;
                    font-weight: var(--ztc-weight-bold);
                    line-height: 22px;
                    display: inline-block;
                    transition: all 0.4s;
                }

                .testimonial-inner-area2 .testimonial-widget-box1 .images-area .text p {
                    color: var(--ztc-text-text-3);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s16);
                    font-style: normal;
                    font-weight: var(--ztc-weight-semibold);
                    line-height: 16px;
                }

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE CSS AREA STARTS ===============*/
.case1-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .case1-section .testimonial-arrow {
        display: flex;
        align-items: center;
        justify-content: end;
    }

@media (max-width: 767px) {
    .case1-section .testimonial-arrow {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case1-section .testimonial-arrow {
        margin-bottom: 30px;
    }
}

.case1-section .testimonial-arrow button {
    border: none;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
}

    .case1-section .testimonial-arrow button:hover {
        background: var(--ztc-bg-bg-3);
        transition: all 0.4s;
        color: var(--ztc-text-text-1);
    }

.case1-section .testimonial-arrow .prev-arrow {
    margin: 0 16px 0 0;
}

.case1-section .case-slider-area {
    position: relative;
    z-index: 1;
}

    .case1-section .case-slider-area .case-boxes-area {
        position: relative;
        z-index: 1;
        margin: 0 10px;
        transition: all 0.4s;
    }

        .case1-section .case-slider-area .case-boxes-area.slick-slide.slick-current.slick-active .img1 img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .case1-section .case-slider-area .case-boxes-area.slick-slide.slick-current.slick-active .text-area {
            background: var(--ztc-bg-bg-3);
            transition: all 0.4s;
        }

            .case1-section .case-slider-area .case-boxes-area.slick-slide.slick-current.slick-active .text-area h5 {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
                opacity: 80%;
            }

            .case1-section .case-slider-area .case-boxes-area.slick-slide.slick-current.slick-active .text-area .title {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

            .case1-section .case-slider-area .case-boxes-area.slick-slide.slick-current.slick-active .text-area p {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
                opacity: 80%;
            }

            .case1-section .case-slider-area .case-boxes-area.slick-slide.slick-current.slick-active .text-area .arrow a {
                background: var(--ztc-bg-bg-1);
                color: var(--ztc-text-text-4);
                transition: all 0.4s;
            }

        .case1-section .case-slider-area .case-boxes-area:hover .img1 img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .case1-section .case-slider-area .case-boxes-area:hover .text-area {
            background: var(--ztc-bg-bg-3);
            transition: all 0.4s;
        }

            .case1-section .case-slider-area .case-boxes-area:hover .text-area h5 {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
                opacity: 80%;
            }

            .case1-section .case-slider-area .case-boxes-area:hover .text-area .title {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

            .case1-section .case-slider-area .case-boxes-area:hover .text-area p {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
                opacity: 80%;
            }

            .case1-section .case-slider-area .case-boxes-area:hover .text-area .arrow a {
                background: var(--ztc-bg-bg-1);
                color: var(--ztc-text-text-4);
                transition: all 0.4s;
            }

        .case1-section .case-slider-area .case-boxes-area .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px;
            transition: all 0.4s;
        }

            .case1-section .case-slider-area .case-boxes-area .img1 img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px;
                transition: all 0.4s;
            }

        .case1-section .case-slider-area .case-boxes-area .text-area {
            border-radius: 10px;
            background: var(--ztc-bg-bg-1);
            box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
            padding: 28px;
            transition: all 0.4s;
            position: relative;
            margin: -100px 20px 0 20px;
            z-index: 1;
            min-height: 357px;
        }

            .case1-section .case-slider-area .case-boxes-area .text-area h5 {
                color: var(--ztc-text-text-3);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-medium);
                line-height: 16px;
                text-transform: uppercase;
                transition: all 0.4s;
            }

            .case1-section .case-slider-area .case-boxes-area .text-area .title {
                color: var(--ztc-text-text-2);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s24);
                font-style: normal;
                font-weight: var(--ztc-weight-bold);
                line-height: 24px;
                display: inline-block;
                transition: all 0.4s;
            }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .case1-section .case-slider-area .case-boxes-area .text-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case1-section .case-slider-area .case-boxes-area .text-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .case1-section .case-slider-area .case-boxes-area .text-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

.case1-section .case-slider-area .case-boxes-area .text-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;
    display: inline-block;
    transition: all 0.4s;
}

.case1-section .case-slider-area .case-boxes-area .text-area .arrow {
    position: absolute;
    right: -10px;
    top: -10px;
}

    .case1-section .case-slider-area .case-boxes-area .text-area .arrow a {
        height: 48px;
        width: 48px;
        text-align: center;
        line-height: 48px;
        border-radius: 50%;
        background: var(--ztc-bg-bg-3);
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
        transform: rotate(-45deg);
        display: inline-block;
        font-size: var(--ztc-font-size-font-s18);
    }

.case3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .case3 .testimonial-arrow {
        display: flex;
        align-items: center;
        justify-content: end;
    }

@media (max-width: 767px) {
    .case3 .testimonial-arrow {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case3 .testimonial-arrow {
        margin-bottom: 30px;
    }
}

.case3 .testimonial-arrow button {
    border: none;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
}

    .case3 .testimonial-arrow button:hover {
        background: var(--ztc-bg-bg-9);
        transition: all 0.4s;
        color: var(--ztc-text-text-1);
    }

.case3 .testimonial-arrow .prev-arrow-case3 {
    margin: 0 16px 0 0;
}

.case3 .cas3-widget-slider-area.slick-slide.slick-current.slick-active .content-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    transform: scale(1);
}

.case3 .cas3-widget-slider-area .case3-widget {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 10px;
    transition: all 0.4s;
}

    .case3 .cas3-widget-slider-area .case3-widget.slick-slide.slick-current.slick-active .img1 img {
        transform: scale(1.1) rotate(-4deg);
        transition: all 0.4s;
    }

    .case3 .cas3-widget-slider-area .case3-widget.slick-slide.slick-current.slick-active .content-area {
        visibility: visible;
        opacity: 1;
        transition: all 0.6s;
        transform: scale(1);
    }

    .case3 .cas3-widget-slider-area .case3-widget:hover .img1 img {
        transform: scale(1.1) rotate(-4deg);
        transition: all 0.4s;
    }

    .case3 .cas3-widget-slider-area .case3-widget:hover .content-area {
        visibility: visible;
        opacity: 1;
        transition: all 0.6s;
        transform: scale(1);
    }

    .case3 .cas3-widget-slider-area .case3-widget .img1 {
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 8px;
    }

        .case3 .cas3-widget-slider-area .case3-widget .img1 img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 8px;
            transition: all 0.4s;
            width: 100%;
        }

    .case3 .cas3-widget-slider-area .case3-widget .content-area {
        background: var(--ztc-bg-bg-12);
        text-align: center;
        padding: 28px;
        border-radius: 10px;
        transition: all 0.4s;
        position: absolute;
        bottom: 24px;
        left: 24px;
        right: 24px;
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        transition: all 0.6s;
        transform: scale(0.7);
    }

        .case3 .cas3-widget-slider-area .case3-widget .content-area .arrow {
            height: 70px;
            width: 70px;
            text-align: center;
            line-height: 70px;
            display: block;
            transition: all 0.4s;
            border-radius: 50%;
            background: var(--ztc-bg-bg-10);
            margin: 0 auto;
        }

        .case3 .cas3-widget-slider-area .case3-widget .content-area span {
            color: rgba(255, 255, 255, 0.9);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s18);
            font-style: normal;
            font-weight: var(--ztc-weight-medium);
            line-height: 18px;
            display: inline-block;
            transition: all 0.4s;
        }

        .case3 .cas3-widget-slider-area .case3-widget .content-area .title {
            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;
        }

            .case3 .cas3-widget-slider-area .case3-widget .content-area .title:hover {
                color: var(--ztc-text-text-10);
                transition: all 0.4s;
            }

@media (max-width: 767px) {
    .case3 .cas3-widget-slider-area .case3-widget .content-area .title {
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case3 .cas3-widget-slider-area .case3-widget .content-area .title {
        line-height: 26px;
    }
}

.case3 .cas3-widget-slider-area .case3-widget .content-area p {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

/*============= CASE CSS AREA ENDS ===============*/
/*============= BENEFIT CSS AREA ===============*/
.benefit1 {
    position: relative;
    z-index: 1;
    margin: 0 55px;
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .benefit1 {
        margin: 0;
        border-radius: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .benefit1 {
        margin: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .benefit1 {
        margin: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .benefit1 {
        margin: 0;
        border-radius: 0;
    }
}

.benefit1 .benefit-boxes-area {
    padding: 0 40px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .benefit1 .benefit-boxes-area {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .benefit1 .benefit-boxes-area {
        padding: 0;
    }
}

.benefit1 .benefit-boxes-area ul {
    display: inline-block;
}

    .benefit1 .benefit-boxes-area ul li {
        margin-bottom: 30px;
    }

        .benefit1 .benefit-boxes-area ul li:nth-last-child(1) {
            margin-bottom: 0;
        }

        .benefit1 .benefit-boxes-area ul li button {
            text-align: start;
            background: var(--ztc-bg-bg-1);
            border: 1px solid var(--ztc-bg-bg-1);
            padding: 20px 24px;
            border-radius: 8px;
        }

            .benefit1 .benefit-boxes-area ul li button.active {
                border: 1px solid var(--ztc-bg-bg-3);
                background: var(--ztc-bg-bg-1);
            }

            .benefit1 .benefit-boxes-area ul li button .button-content .icons {
                height: 80px;
                width: 80px;
                text-align: center;
                line-height: 80px;
                display: inline-block;
                transition: all 0.4s;
                background: var(--ztc-bg-bg-4);
                border-radius: 50%;
                position: absolute;
            }

@media (max-width: 767px) {
    .benefit1 .benefit-boxes-area ul li button .button-content .icons {
        position: relative;
    }
}

.benefit1 .benefit-boxes-area ul li button .button-content .text {
    padding-left: 94px;
    display: block;
}

@media (max-width: 767px) {
    .benefit1 .benefit-boxes-area ul li button .button-content .text {
        padding-left: 0;
        padding-top: 24px;
    }
}

.benefit1 .benefit-boxes-area ul li button .button-content .text .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: block;
    transition: all 0.4s;
    padding-bottom: 16px;
}

.benefit1 .benefit-boxes-area ul li button .button-content .text .pera {
    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;
}

.benefit1 .benefit-images-area .tab-content .tab-pane.fade.show.active .images img {
    transform: scale(1);
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .benefit1 .benefit-images-area .tab-content .tab-pane .images {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .benefit1 .benefit-images-area .tab-content .tab-pane .images {
        margin-top: 30px;
    }
}

.benefit1 .benefit-images-area .tab-content .tab-pane .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transform: scale(0.7);
    transition: all 0.4s;
}

.benefit8 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .benefit8 .benfit8-boxarea {
        background: var(--ztc-bg-bg-15);
        border-radius: 30px;
        padding: 32px;
        text-align: center;
        transition: all 0.4s;
        margin-bottom: 30px;
    }

        .benefit8 .benfit8-boxarea:hover {
            background: var(--ztc-bg-bg-20);
            transition: all 0.4s;
            transform: translateY(-10px);
        }

            .benefit8 .benfit8-boxarea:hover h5 {
                background: var(--ztc-bg-bg-16);
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

                .benefit8 .benfit8-boxarea:hover h5::after {
                    background: rgba(2, 17, 26, 0.2);
                    transition: all 0.4s;
                }

        .benefit8 .benfit8-boxarea 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);
            height: 28px;
            width: 28px;
            text-align: center;
            line-height: 28px;
            background: var(--ztc-bg-bg-20);
            border-radius: 50%;
            margin: 0 auto;
            position: relative;
            transition: all 0.4s;
        }

            .benefit8 .benfit8-boxarea h5::after {
                position: absolute;
                content: "";
                height: 42px;
                width: 42px;
                background: rgba(248, 206, 105, 0.2);
                left: -7px;
                top: -7px;
                transition: all 0.4s;
                border-radius: 50%;
            }

        .benefit8 .benfit8-boxarea a {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s24);
            font-style: normal;
            font-weight: var(--ztc-weight-bold);
            line-height: 24px;
            display: inline-block;
            transition: all 0.4s;
        }

/*============= BENEFIT CSS AREA ENDS===============*/
/*============= ABOUT CSS AREA ===============*/
.about1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .about1 .about-images {
        position: relative;
        z-index: 1;
    }

        .about1 .about-images .elements1 {
            position: absolute;
            left: 0;
            top: 30px;
        }

        .about1 .about-images .img1 img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 8px;
        }

    .about1 .about-heading {
        position: relative;
        z-index: 1;
        padding: 0 0 0 40px;
    }

@media (max-width: 767px) {
    .about1 .about-heading {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1 .about-heading {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about1 .about-heading {
        padding: 0;
    }
}

.about1 .about-heading .about-boxarea {
    background: var(--ztc-bg-bg-4);
    padding: 32px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    margin-top: 30px;
    min-height: 315px;
}

    .about1 .about-heading .about-boxarea:hover {
        transform: translateY(-10px);
        transition: all 0.4s;
    }

        .about1 .about-heading .about-boxarea:hover .icons {
            transform: rotateY(-180deg);
            transition: all 0.4s;
        }

    .about1 .about-heading .about-boxarea .icons {
        height: 70px;
        width: 70px;
        text-align: center;
        line-height: 70px;
        border-radius: 10px;
        display: inline-block;
        background: var(--ztc-bg-bg-1);
        transition: all 0.4s;
    }

    .about1 .about-heading .about-boxarea .texrarea .title {
        color: var(--ztc-text-text-2);
        font-family: var(--ztc-family-font1);
        font-size: 24px;
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        line-height: 28px;
        display: inline-block;
        transition: all 0.4s;
    }

        .about1 .about-heading .about-boxarea .texrarea .title:hover {
            color: var(--ztc-text-text-4);
            transition: all 0.4s;
        }

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

.about3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .about3 .about3-images-area {
        position: relative;
        z-index: 1;
    }

        .about3 .about3-images-area .img1 img {
            border-radius: 8px;
        }

        .about3 .about3-images-area .img2 {
            position: relative;
            margin-top: -130px;
        }

@media (max-width: 767px) {
    .about3 .about3-images-area .img2 {
        margin-top: 30px;
        border-radius: 8px;
    }
}

.about3 .about3-images-area .img2 img {
    border-radius: 8px;
    padding: 8px;
    background: var(--ztc-bg-bg-1);
}

@media (max-width: 767px) {
    .about3 .about3-images-area .img2 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 0;
    }
}

.about3 .about3-heading {
    padding: 0 0 0 40px;
}

@media (max-width: 767px) {
    .about3 .about3-heading {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3 .about3-heading {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about3 .about3-heading {
        padding: 0;
    }
}

.about3 .about3-heading .about3-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-11);
    border-radius: 10px;
    padding: 20px 24px;
}

    .about3 .about3-heading .about3-boxarea:hover .icons {
        transform: rotateY(-180deg);
        transition: all 0.4s;
    }

    .about3 .about3-heading .about3-boxarea .icons {
        border-radius: 60px;
        background: var(--ztc-bg-bg-1);
        height: 80px;
        width: 80px;
        text-align: center;
        line-height: 80px;
        border-radius: 50%;
        transition: all 0.4s;
        display: inline-block;
        position: absolute;
    }

    .about3 .about3-heading .about3-boxarea .text-area {
        padding-left: 100px;
    }

        .about3 .about3-heading .about3-boxarea .text-area a {
            color: var(--ztc-text-text-8);
            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) {
    .about3 .about3-heading .about3-boxarea .text-area a {
        line-height: 26px;
    }
}

.about3 .about3-heading .about3-boxarea .text-area a:hover {
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
}

.about5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .about5 .img1 img {
        height: 600px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

    .about5 .accordian-about-area {
        position: relative;
        z-index: 1;
    }

@media (max-width: 767px) {
    .about5 .accordian-about-area {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5 .accordian-about-area {
        margin-top: 30px;
    }
}

.about5 .accordian-about-area .accordion .accordion-item {
    border: none;
    background: var(--ztc-bg-bg-17);
    transition: all 0.4s;
    box-shadow: none;
    border-radius: 8px;
    padding: 0;
}

    .about5 .accordian-about-area .accordion .accordion-item button {
        background: var(--ztc-bg-bg-15);
        border: none;
        box-shadow: none;
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s52);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 52px;
        border-radius: 6px;
        padding: 24px;
    }

        .about5 .accordian-about-area .accordion .accordion-item button span {
            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-bold);
            line-height: 28px;
            display: inline-block;
            padding-left: 8px;
        }

    .about5 .accordian-about-area .accordion .accordion-item .accordion-button:not(.collapsed) {
        background: none;
        transition: all 0.4s;
        color: var(--ztc-text-text-1);
    }

        .about5 .accordian-about-area .accordion .accordion-item .accordion-button:not(.collapsed) span {
            color: var(--ztc-text-text-1);
        }

        .about5 .accordian-about-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
            filter: brightness(0) invert(1);
        }

    .about5 .accordian-about-area .accordion .accordion-item .accordion-body {
        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;
        opacity: 80%;
        padding: 0 24px 24px 24px;
    }

.about6 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .about6 .about6-images-area {
        position: relative;
        z-index: 1;
    }

        .about6 .about6-images-area .img1 img {
            border-radius: 8px;
        }

        .about6 .about6-images-area .img2 {
            position: relative;
            margin-top: -130px;
        }

@media (max-width: 767px) {
    .about6 .about6-images-area .img2 {
        margin-top: 30px;
        border-radius: 8px;
    }
}

.about6 .about6-images-area .img2 img {
    border-radius: 8px;
    padding: 8px;
    background: var(--ztc-bg-bg-1);
}

@media (max-width: 767px) {
    .about6 .about6-images-area .img2 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 0;
    }
}

.about6 .about6-heading {
    padding: 0 0 0 40px;
}

@media (max-width: 767px) {
    .about6 .about6-heading {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about6 .about6-heading {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about6 .about6-heading {
        padding: 0;
    }
}

.about6 .about6-heading .about3-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-15);
    border-radius: 10px;
    padding: 20px 24px;
}

    .about6 .about6-heading .about3-boxarea:hover .icons {
        transform: rotateY(-180deg);
        transition: all 0.4s;
    }

    .about6 .about6-heading .about3-boxarea .icons {
        border-radius: 60px;
        background: var(--ztc-bg-bg-1);
        height: 80px;
        width: 80px;
        text-align: center;
        line-height: 80px;
        border-radius: 50%;
        transition: all 0.4s;
        display: inline-block;
        position: absolute;
    }

    .about6 .about6-heading .about3-boxarea .text-area {
        padding-left: 100px;
    }

        .about6 .about6-heading .about3-boxarea .text-area a {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s20);
            font-style: normal;
            font-weight: var(--ztc-weight-bold);
            line-height: 20px;
            display: inline-block;
            transition: all 0.4s;
        }

@media (max-width: 767px) {
    .about6 .about6-heading .about3-boxarea .text-area a {
        line-height: 26px;
    }
}

.about6 .about6-heading .about3-boxarea .text-area a:hover {
    color: var(--ztc-text-text-17);
    transition: all 0.4s;
}

.about7 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .about7 .about-images-area {
        position: relative;
        z-index: 1;
    }

        .about7 .about-images-area .img1 img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 8px;
        }

        .about7 .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) {
    .about7 .about-images-area .ot-widget-area {
        left: 0;
    }
}

.about7 .about-images-area .ot-widget-area 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-semibold);
    line-height: 24px;
    padding-left: 10px;
}

.about7 .about-images-area .ot-widget-area img {
    height: 40px;
    width: 40px;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.about7 .about7-heading {
    padding: 0 0 0 60px;
}

@media (max-width: 767px) {
    .about7 .about7-heading {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about7 .about7-heading {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about7 .about7-heading {
        padding: 0;
    }
}

.about7 .about7-heading .btn-area1 .vl-btn7 .text {
    background: var(--ztc-bg-bg-16);
    color: var(--ztc-text-text-1);
}

.about7 .about7-heading .btn-area1 .vl-btn7 .arrow {
    background: var(--ztc-bg-bg-16);
    color: var(--ztc-text-text-1);
}

.about8 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .about8 .img1 img {
        height: 600px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

    .about8 .accordian-about-area {
        position: relative;
        z-index: 1;
    }

@media (max-width: 767px) {
    .about8 .accordian-about-area {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about8 .accordian-about-area {
        margin-top: 30px;
    }
}

.about8 .accordian-about-area .accordion .accordion-item {
    border: none;
    background: var(--ztc-bg-bg-20);
    transition: all 0.4s;
    box-shadow: none;
    border-radius: 30px;
    padding: 0;
}

    .about8 .accordian-about-area .accordion .accordion-item button {
        background: var(--ztc-bg-bg-15);
        border: none;
        box-shadow: none;
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s52);
        font-style: normal;
        font-weight: var(--ztc-weight-semibold);
        line-height: 52px;
        border-radius: 30px;
        padding: 24px;
    }

        .about8 .accordian-about-area .accordion .accordion-item button span {
            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-bold);
            line-height: 28px;
            display: inline-block;
            padding-left: 8px;
        }

    .about8 .accordian-about-area .accordion .accordion-item .accordion-button:not(.collapsed) {
        background: none;
        transition: all 0.4s;
        color: var(--ztc-text-text-14);
    }

        .about8 .accordian-about-area .accordion .accordion-item .accordion-button:not(.collapsed) span {
            color: var(--ztc-text-text-14);
        }

        .about8 .accordian-about-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
            filter: brightness(0);
        }

    .about8 .accordian-about-area .accordion .accordion-item .accordion-body {
        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;
        opacity: 80%;
        padding: 0 24px 24px 24px;
    }

.about9 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .about9 .img2 img {
        height: 745px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

    .about9 .about9-heading .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

    .about9 .about-pera-area .arrow-btnarea {
        position: relative;
        top: 0;
        left: 0;
    }

        .about9 .about-pera-area .arrow-btnarea a {
            border-width: 1px;
            border: 1px solid var(--ztc-bg-bg-17);
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s;
            border-radius: 50%;
            padding: 8px;
            height: 150px;
            width: 150px;
        }

            .about9 .about-pera-area .arrow-btnarea a .arrow1 {
                position: absolute;
                left: 50%;
                top: 50%;
                height: 40px;
                width: 40px;
                margin-top: -20px;
                margin-left: -20px;
            }

            .about9 .about-pera-area .arrow-btnarea a .circle {
                position: absolute;
                margin-bottom: 0;
                font-size: var(--ztc-font-size-font-s14);
                text-transform: uppercase;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                color: var(--tg-color-white-default);
                font-weight: var(--ztc-weight-medium);
            }

                .about9 .about-pera-area .arrow-btnarea a .circle span {
                    position: absolute;
                    top: -65px;
                    display: inline-block;
                    transform-origin: 0 65px;
                    color: var(--ztc-text-text-16);
                }

@media (max-width: 767px) {
    .about9 .about-pera-area .arrow-btnarea a {
        margin-top: 15px;
    }
}

.about10 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .about10 .img2 img {
        height: 745px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 30px;
    }

    .about10 .about10-heading .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 30px;
    }

    .about10 .about-pera-area .arrow-btnarea {
        position: relative;
        top: 0;
        left: 0;
    }

        .about10 .about-pera-area .arrow-btnarea a {
            border-width: 1px;
            border: 1px solid var(--ztc-bg-bg-16);
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s;
            border-radius: 50%;
            padding: 8px;
            height: 150px;
            width: 150px;
        }

            .about10 .about-pera-area .arrow-btnarea a .arrow1 {
                position: absolute;
                left: 50%;
                top: 50%;
                height: 40px;
                width: 40px;
                margin-top: -20px;
                margin-left: -20px;
                filter: brightness(0);
            }

            .about10 .about-pera-area .arrow-btnarea a .circle {
                position: absolute;
                margin-bottom: 0;
                font-size: var(--ztc-font-size-font-s14);
                text-transform: uppercase;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                color: var(--tg-color-white-default);
                font-weight: var(--ztc-weight-medium);
            }

                .about10 .about-pera-area .arrow-btnarea a .circle span {
                    position: absolute;
                    top: -65px;
                    display: inline-block;
                    transform-origin: 0 65px;
                    color: var(--ztc-text-text-14);
                }

@media (max-width: 767px) {
    .about10 .about-pera-area .arrow-btnarea a {
        margin-top: 15px;
    }
}

.about-inner1-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .about-inner1-area .heading1 {
        padding: 0 0 0 40px;
    }

@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: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.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(251, 133, 0, 0.08);
    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-skill-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
}

    .about-skill-area .images img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

    .about-skill-area .heading1 {
        padding: 0 0 0 50px;
    }

@media (max-width: 767px) {
    .about-skill-area .heading1 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-skill-area .heading1 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-skill-area .heading1 {
        padding: 0;
    }
}

.about-skill-area .heading1 .progress-container {
    width: 100%;
    max-width: 100%;
    margin: 24px 0 0;
}

    .about-skill-area .heading1 .progress-container .label {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        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;
    }

    .about-skill-area .heading1 .progress-container .progress-bar {
        height: 8px;
        border-radius: 10px;
        background: rgba(11, 24, 42, 0.1);
        border-radius: 4px;
        overflow: hidden;
    }

    .about-skill-area .heading1 .progress-container .progress-fill {
        height: 100%;
        background-color: var(--ztc-bg-bg-2);
        border-radius: 4px;
    }

/*============= ABOUT CSS AREA ===============*/
/*============= PROJECT CSS AREA ===============*/
.project1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .project1 .project-widget-boxarea {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .project1 .project-widget-boxarea.box2 {
            position: relative;
            margin-top: -150px;
        }

@media (max-width: 767px) {
    .project1 .project-widget-boxarea.box2 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project1 .project-widget-boxarea.box2 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project1 .project-widget-boxarea.box2 {
        margin-top: -130px;
    }
}

.project1 .project-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.project1 .project-widget-boxarea:hover .content-area .arrow a {
    background: var(--ztc-bg-bg-6);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-7);
}

.project1 .project-widget-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

    .project1 .project-widget-boxarea .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
        transition: all 0.4s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project1 .project-widget-boxarea .img1 img {
        height: 250px;
    }
}

.project1 .project-widget-boxarea .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}

    .project1 .project-widget-boxarea .content-area 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: 30px;
        display: inline-block;
        transition: all 0.4s;
    }

        .project1 .project-widget-boxarea .content-area a:hover {
            color: var(--ztc-text-text-7);
            transition: all 0.4s;
        }

    .project1 .project-widget-boxarea .content-area .arrow a {
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        transition: all 0.4s;
        display: inline-block;
        border: 1px solid var(--ztc-text-text-5);
        color: var(--ztc-text-text-5);
        transform: rotate(-45deg);
    }

        .project1 .project-widget-boxarea .content-area .arrow a:hover {
            background: var(--ztc-bg-bg-6);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
            border: 1px solid var(--ztc-text-text-7);
        }

.project4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .project4 .project4-boxarea {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .project4 .project4-boxarea:hover .content-area4 {
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
            transform: rotate(0);
        }

        .project4 .project4-boxarea:hover .img1 img {
            transform: scale(1.1) rotate(4deg);
            transition: all 0.4s;
        }

        .project4 .project4-boxarea .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px;
        }

            .project4 .project4-boxarea .img1 img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px;
                transition: all 0.4s;
            }

        .project4 .project4-boxarea .content-area4 {
            background: var(--ztc-bg-bg-14);
            transition: all 0.4s;
            border-radius: 8px;
            padding: 28px 24px;
            position: absolute;
            bottom: 0;
            z-index: 2;
            bottom: 24px;
            left: 24px;
            right: 24px;
            visibility: hidden;
            opacity: 0;
            transition: all 0.6s;
            transform: rotateY(-90deg);
        }

            .project4 .project4-boxarea .content-area4 span {
                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: 18px;
                display: inline-block;
                transition: all 0.4s;
            }

            .project4 .project4-boxarea .content-area4 a.title {
                color: var(--ztc-text-text-1);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s22);
                font-style: normal;
                font-weight: var(--ztc-weight-bold);
                line-height: 30px;
                display: inline-block;
            }

            .project4 .project4-boxarea .content-area4 .readmore {
                color: var(--ztc-text-text-1);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s18);
                font-style: normal;
                font-weight: var(--ztc-weight-black);
                line-height: 18px;
                display: inline-block;
                transition: all 0.4s;
                text-transform: uppercase;
            }

                .project4 .project4-boxarea .content-area4 .readmore 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);
                }

                .project4 .project4-boxarea .content-area4 .readmore:hover {
                    color: var(--ztc-text-text-11);
                    transition: all 0.4s;
                }

                    .project4 .project4-boxarea .content-area4 .readmore:hover span {
                        transform: rotate(0);
                        transition: all 0.4s;
                        background: var(--ztc-bg-bg-13);
                    }

.project5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .project5 .project5-boxarea {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .project5 .project5-boxarea:hover .content-area5 {
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
            transform: rotate(0);
        }

        .project5 .project5-boxarea:hover .img1 img {
            transform: scale(1.1) rotate(4deg);
            transition: all 0.4s;
        }

        .project5 .project5-boxarea .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px;
        }

            .project5 .project5-boxarea .img1 img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px;
                transition: all 0.4s;
            }

        .project5 .project5-boxarea .content-area5 {
            background: var(--ztc-bg-bg-17);
            transition: all 0.4s;
            border-radius: 8px;
            padding: 28px 24px;
            position: absolute;
            bottom: 0;
            z-index: 2;
            bottom: 24px;
            left: 24px;
            right: 24px;
            visibility: hidden;
            opacity: 0;
            transition: all 0.6s;
            transform: rotateY(-90deg);
        }

            .project5 .project5-boxarea .content-area5 span {
                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: 18px;
                display: inline-block;
                transition: all 0.4s;
            }

            .project5 .project5-boxarea .content-area5 a.title {
                color: var(--ztc-text-text-1);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s22);
                font-style: normal;
                font-weight: var(--ztc-weight-bold);
                line-height: 30px;
                display: inline-block;
            }

            .project5 .project5-boxarea .content-area5 .readmore {
                color: var(--ztc-text-text-1);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s18);
                font-style: normal;
                font-weight: var(--ztc-weight-black);
                line-height: 18px;
                display: inline-block;
                transition: all 0.4s;
            }

                .project5 .project5-boxarea .content-area5 .readmore i {
                    transform: rotate(-45deg);
                    transition: all 0.4s;
                }

                .project5 .project5-boxarea .content-area5 .readmore:hover {
                    color: var(--ztc-text-text-11);
                    transition: all 0.4s;
                }

                    .project5 .project5-boxarea .content-area5 .readmore:hover i {
                        transform: rotate(0);
                        transition: all 0.4s;
                    }

.project6 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .project6 .project6-boxarea {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-top: 30px;
    }

        .project6 .project6-boxarea:hover .content-area6 {
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
            transform: rotate(0);
        }

        .project6 .project6-boxarea:hover .img1 img {
            transform: scale(1.1) rotate(4deg);
            transition: all 0.4s;
        }

        .project6 .project6-boxarea .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px;
        }

            .project6 .project6-boxarea .img1 img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px;
                transition: all 0.4s;
            }

        .project6 .project6-boxarea .content-area6 {
            background: var(--ztc-bg-bg-18);
            transition: all 0.4s;
            border-radius: 8px;
            padding: 28px 24px;
            position: absolute;
            bottom: 0;
            z-index: 2;
            bottom: 24px;
            left: 24px;
            right: 24px;
            visibility: hidden;
            opacity: 0;
            transition: all 0.6s;
            transform: rotateY(-90deg);
        }

            .project6 .project6-boxarea .content-area6 span {
                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: 18px;
                display: inline-block;
                transition: all 0.4s;
            }

            .project6 .project6-boxarea .content-area6 a.title {
                color: var(--ztc-text-text-1);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s22);
                font-style: normal;
                font-weight: var(--ztc-weight-bold);
                line-height: 30px;
                display: inline-block;
            }

            .project6 .project6-boxarea .content-area6 .readmore {
                color: var(--ztc-text-text-1);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s18);
                font-style: normal;
                font-weight: var(--ztc-weight-black);
                line-height: 18px;
                display: inline-block;
                transition: all 0.4s;
            }

                .project6 .project6-boxarea .content-area6 .readmore i {
                    transform: rotate(-45deg);
                    transition: all 0.4s;
                }

                .project6 .project6-boxarea .content-area6 .readmore:hover {
                    color: var(--ztc-text-text-14);
                    transition: all 0.4s;
                }

                    .project6 .project6-boxarea .content-area6 .readmore:hover i {
                        transform: rotate(0);
                        transition: all 0.4s;
                    }

.project7 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--ztc-bg-bg-19);
}

    .project7 .project-widget-boxarea {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .project7 .project-widget-boxarea.box2 {
            position: relative;
            margin-top: -150px;
        }

@media (max-width: 767px) {
    .project7 .project-widget-boxarea.box2 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project7 .project-widget-boxarea.box2 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project7 .project-widget-boxarea.box2 {
        margin-top: -130px;
    }
}

.project7 .project-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.project7 .project-widget-boxarea:hover .content-area .arrow a {
    background: var(--ztc-bg-bg-16);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-14);
}

.project7 .project-widget-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

    .project7 .project-widget-boxarea .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
        transition: all 0.4s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project7 .project-widget-boxarea .img1 img {
        height: 250px;
    }
}

.project7 .project-widget-boxarea .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}

    .project7 .project-widget-boxarea .content-area a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s22);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        line-height: 30px;
        display: inline-block;
        transition: all 0.4s;
    }

        .project7 .project-widget-boxarea .content-area a:hover {
            color: var(--ztc-text-text-14);
            transition: all 0.4s;
            text-decoration: underline;
        }

    .project7 .project-widget-boxarea .content-area .arrow a {
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        transition: all 0.4s;
        display: inline-block;
        border: 1px solid var(--ztc-text-text-14);
        color: var(--ztc-text-text-5);
        transform: rotate(-45deg);
    }

        .project7 .project-widget-boxarea .content-area .arrow a:hover {
            background: var(--ztc-bg-bg-16);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
            border: 1px solid var(--ztc-text-text-14);
        }

.project9 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .project9 .project-widget-boxarea {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .project9 .project-widget-boxarea.box2 {
            position: relative;
            margin-top: -150px;
        }

@media (max-width: 767px) {
    .project9 .project-widget-boxarea.box2 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project9 .project-widget-boxarea.box2 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project9 .project-widget-boxarea.box2 {
        margin-top: -130px;
    }
}

.project9 .project-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.project9 .project-widget-boxarea:hover .content-area .arrow a {
    background: var(--ztc-bg-bg-17);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-16);
}

.project9 .project-widget-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

    .project9 .project-widget-boxarea .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
        transition: all 0.4s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project9 .project-widget-boxarea .img1 img {
        height: 250px;
    }
}

.project9 .project-widget-boxarea .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}

    .project9 .project-widget-boxarea .content-area a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s22);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        line-height: 30px;
        display: inline-block;
        transition: all 0.4s;
    }

        .project9 .project-widget-boxarea .content-area a:hover {
            color: var(--ztc-text-text-16);
            transition: all 0.4s;
        }

    .project9 .project-widget-boxarea .content-area .arrow a {
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        transition: all 0.4s;
        display: inline-block;
        border: 1px solid var(--ztc-text-text-14);
        color: var(--ztc-text-text-5);
        transform: rotate(-45deg);
    }

        .project9 .project-widget-boxarea .content-area .arrow a:hover {
            background: var(--ztc-bg-bg-16);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
            border: 1px solid var(--ztc-text-text-14);
        }

.project10 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .project10 .project-widget-boxarea {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .project10 .project-widget-boxarea.box2 {
            position: relative;
            margin-top: -150px;
        }

@media (max-width: 767px) {
    .project10 .project-widget-boxarea.box2 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project10 .project-widget-boxarea.box2 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project10 .project-widget-boxarea.box2 {
        margin-top: -130px;
    }
}

.project10 .project-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.project10 .project-widget-boxarea:hover .content-area .arrow a {
    background: var(--ztc-bg-bg-22);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-19);
}

.project10 .project-widget-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

    .project10 .project-widget-boxarea .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
        transition: all 0.4s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project10 .project-widget-boxarea .img1 img {
        height: 250px;
    }
}

.project10 .project-widget-boxarea .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    position: relative;
    z-index: 2;
}

    .project10 .project-widget-boxarea .content-area a {
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        font-size: var(--ztc-font-size-font-s22);
        font-style: normal;
        font-weight: var(--ztc-weight-bold);
        line-height: 30px;
        display: inline-block;
        transition: all 0.4s;
    }

        .project10 .project-widget-boxarea .content-area a:hover {
            color: var(--ztc-text-text-19);
            transition: all 0.4s;
        }

    .project10 .project-widget-boxarea .content-area .arrow a {
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        transition: all 0.4s;
        display: inline-block;
        border: 1px solid var(--ztc-text-text-14);
        color: var(--ztc-text-text-5);
        transform: rotate(-45deg);
    }

        .project10 .project-widget-boxarea .content-area .arrow a:hover {
            background: var(--ztc-bg-bg-22);
            color: var(--ztc-text-text-1);
            transition: all 0.4s;
            border: 1px solid var(--ztc-text-text-19);
        }

.projects-inner-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .projects-inner-area .case-boxes-area {
        position: relative;
        z-index: 1;
        transition: all 0.4s;
        margin-bottom: 30px;
    }

        .projects-inner-area .case-boxes-area:hover .img1 img {
            transform: scale(1.1) rotate(-4deg);
            transition: all 0.4s;
        }

        .projects-inner-area .case-boxes-area:hover .text-area {
            background: var(--ztc-bg-bg-3);
            transition: all 0.4s;
        }

            .projects-inner-area .case-boxes-area:hover .text-area h5 {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
                opacity: 80%;
            }

            .projects-inner-area .case-boxes-area:hover .text-area .title {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
            }

            .projects-inner-area .case-boxes-area:hover .text-area p {
                color: var(--ztc-text-text-1);
                transition: all 0.4s;
                opacity: 80%;
            }

            .projects-inner-area .case-boxes-area:hover .text-area .arrow a {
                background: var(--ztc-bg-bg-1);
                color: var(--ztc-text-text-4);
                transition: all 0.4s;
            }

        .projects-inner-area .case-boxes-area .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 8px;
            transition: all 0.4s;
        }

            .projects-inner-area .case-boxes-area .img1 img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px;
                transition: all 0.4s;
            }

        .projects-inner-area .case-boxes-area .text-area {
            border-radius: 10px;
            background: var(--ztc-bg-bg-1);
            box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
            padding: 28px;
            transition: all 0.4s;
            position: relative;
            margin: -100px 20px 0 20px;
            z-index: 1;
        }

            .projects-inner-area .case-boxes-area .text-area h5 {
                color: var(--ztc-text-text-3);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-medium);
                line-height: 16px;
                text-transform: uppercase;
                transition: all 0.4s;
            }

            .projects-inner-area .case-boxes-area .text-area .title {
                color: var(--ztc-text-text-2);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s24);
                font-style: normal;
                font-weight: var(--ztc-weight-bold);
                line-height: 24px;
                display: inline-block;
                transition: all 0.4s;
            }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .projects-inner-area .case-boxes-area .text-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .projects-inner-area .case-boxes-area .text-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .projects-inner-area .case-boxes-area .text-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

.projects-inner-area .case-boxes-area .text-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;
    display: inline-block;
    transition: all 0.4s;
}

.projects-inner-area .case-boxes-area .text-area .arrow {
    position: absolute;
    right: -10px;
    top: -10px;
}

    .projects-inner-area .case-boxes-area .text-area .arrow a {
        height: 48px;
        width: 48px;
        text-align: center;
        line-height: 48px;
        border-radius: 50%;
        background: var(--ztc-bg-bg-3);
        color: var(--ztc-text-text-1);
        transition: all 0.4s;
        transform: rotate(-45deg);
        display: inline-block;
        font-size: var(--ztc-font-size-font-s18);
    }

.project-details-section {
    position: relative;
    z-index: 1;
}

    .project-details-section .project-side-details {
        position: sticky;
        top: 120px;
        background: var(--ztc-bg-bg-4);
        border-radius: 8px;
        padding: 32px 20px;
    }

        .project-details-section .project-side-details 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;
        }

        .project-details-section .project-side-details .project-widget-area1 .search-area {
            border-radius: 8px;
            background: var(--ztc-bg-bg-1);
            padding: 32px 24px;
        }

            .project-details-section .project-side-details .project-widget-area1 .search-area form {
                position: relative;
                z-index: 1;
            }

                .project-details-section .project-side-details .project-widget-area1 .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;
                }

                    .project-details-section .project-side-details .project-widget-area1 .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%;
                    }

                    .project-details-section .project-side-details .project-widget-area1 .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%;
                    }

                .project-details-section .project-side-details .project-widget-area1 .search-area form button {
                    border: none;
                    outline: none;
                    background: none;
                    text-align: center;
                    transition: all 0.4s;
                    position: absolute;
                    right: 7px;
                    top: 13px;
                }

        .project-details-section .project-side-details .project-widget-area1 .categories-area {
            border-radius: 8px;
            background: var(--ztc-bg-bg-4);
        }

            .project-details-section .project-side-details .project-widget-area1 .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;
            }

                .project-details-section .project-side-details .project-widget-area1 .categories-area ul li a:hover {
                    background: var(--ztc-bg-bg-3);
                    transition: all 0.4s;
                    color: var(--ztc-text-text-1);
                }

                    .project-details-section .project-side-details .project-widget-area1 .categories-area ul li a:hover span {
                        transform: rotate(90deg);
                        transition: all 0.4s;
                        background: #FB941F;
                        color: var(--ztc-text-text-1);
                    }

                .project-details-section .project-side-details .project-widget-area1 .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;
                }

        .project-details-section .project-side-details .project-widget-area1 .our-tags-area {
            border-radius: 8px;
            background: var(--ztc-bg-bg-1);
            padding: 32px 24px;
        }

            .project-details-section .project-side-details .project-widget-area1 .our-tags-area ul li {
                display: inline-block;
                margin: 12px 8px 0 0;
            }

                .project-details-section .project-side-details .project-widget-area1 .our-tags-area ul li:nth-last-child(1) {
                    margin: 12px 0 0 0;
                }

                .project-details-section .project-side-details .project-widget-area1 .our-tags-area ul li a {
                    color: var(--ztc-text-text-2);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s18);
                    font-style: normal;
                    font-weight: var(--ztc-weight-medium);
                    line-height: 18px;
                    display: inline-block;
                    transition: all 0.4s;
                    background: var(--ztc-bg-bg-4);
                    padding: 8px 12px;
                    border-radius: 4px;
                }

                    .project-details-section .project-side-details .project-widget-area1 .our-tags-area ul li a:hover {
                        background: var(--ztc-bg-bg-3);
                        color: var(--ztc-text-text-1);
                        transition: all 0.4s;
                    }

        .project-details-section .project-side-details .project-widget-area1 .help-area {
            border-radius: 8px;
            background: var(--ztc-bg-bg-2);
            padding: 32px 24px;
        }

            .project-details-section .project-side-details .project-widget-area1 .help-area h3 {
                line-height: 28px;
                color: var(--ztc-text-text-1);
            }

            .project-details-section .project-side-details .project-widget-area1 .help-area .btn-area1 a {
                color: var(--ztc-text-text-1);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s16);
                font-style: normal;
                font-weight: var(--ztc-weight-bold);
                line-height: 16px;
                border-radius: 8px;
                background: var(--ztc-bg-bg-3);
                padding: 16px 16px;
                display: inline-block;
                transition: all 0.4s;
            }

                .project-details-section .project-side-details .project-widget-area1 .help-area .btn-area1 a:hover {
                    background: var(--ztc-bg-bg-1);
                    transition: all 0.4s;
                    color: var(--ztc-text-text-2);
                }

                    .project-details-section .project-side-details .project-widget-area1 .help-area .btn-area1 a:hover svg {
                        filter: brightness(0);
                    }

                .project-details-section .project-side-details .project-widget-area1 .help-area .btn-area1 a span {
                    display: inline-block;
                    transition: all 0.4s;
                    margin: 0 4px 0 0;
                }

                    .project-details-section .project-side-details .project-widget-area1 .help-area .btn-area1 a span svg {
                        transition: all 0.4s;
                    }

        .project-details-section .project-side-details .project-widget-area1 .contact-boxarea {
            border-radius: 8px;
            background: var(--ztc-bg-bg-1);
            padding: 24px 28px;
        }

            .project-details-section .project-side-details .project-widget-area1 .contact-boxarea .input-area {
                margin-top: 16px;
            }

                .project-details-section .project-side-details .project-widget-area1 .contact-boxarea .input-area input {
                    width: 100%;
                    color: var(--ztc-text-text-2);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s16);
                    font-style: normal;
                    font-weight: var(--ztc-weight-medium);
                    line-height: 16px;
                    padding: 20px;
                    border-radius: 10px;
                    background: var(--ztc-bg-bg-4);
                }

                    .project-details-section .project-side-details .project-widget-area1 .contact-boxarea .input-area input::-moz-placeholder {
                        color: var(--ztc-text-text-3);
                        font-family: var(--ztc-family-font1);
                        font-size: var(--ztc-font-size-font-s16);
                        font-style: normal;
                        font-weight: var(--ztc-weight-medium);
                        line-height: 16px;
                    }

                    .project-details-section .project-side-details .project-widget-area1 .contact-boxarea .input-area input::placeholder {
                        color: var(--ztc-text-text-3);
                        font-family: var(--ztc-family-font1);
                        font-size: var(--ztc-font-size-font-s16);
                        font-style: normal;
                        font-weight: var(--ztc-weight-medium);
                        line-height: 16px;
                    }

                .project-details-section .project-side-details .project-widget-area1 .contact-boxarea .input-area textarea {
                    width: 100%;
                    color: var(--ztc-text-text-2);
                    font-family: var(--ztc-family-font1);
                    font-size: var(--ztc-font-size-font-s16);
                    font-style: normal;
                    font-weight: var(--ztc-weight-medium);
                    line-height: 16px;
                    padding: 20px;
                    border-radius: 10px;
                    background: var(--ztc-bg-bg-4);
                    height: 120px;
                }

                    .project-details-section .project-side-details .project-widget-area1 .contact-boxarea .input-area textarea::-moz-placeholder {
                        color: var(--ztc-text-text-3);
                        font-family: var(--ztc-family-font1);
                        font-size: var(--ztc-font-size-font-s16);
                        font-style: normal;
                        font-weight: var(--ztc-weight-medium);
                        line-height: 16px;
                    }

                    .project-details-section .project-side-details .project-widget-area1 .contact-boxarea .input-area textarea::placeholder {
                        color: var(--ztc-text-text-3);
                        font-family: var(--ztc-family-font1);
                        font-size: var(--ztc-font-size-font-s16);
                        font-style: normal;
                        font-weight: var(--ztc-weight-medium);
                        line-height: 16px;
                    }

                .project-details-section .project-side-details .project-widget-area1 .contact-boxarea .input-area button {
                    border: none;
                    outline: none;
                }

    .project-details-section .project-main-content {
        position: relative;
        z-index: 1;
    }

        .project-details-section .project-main-content.padding1 {
            padding: 0 0 0 40px;
        }

@media (max-width: 767px) {
    .project-details-section .project-main-content.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-section .project-main-content.padding1 {
        padding: 0;
        margin-top: 30px;
    }
}

.project-details-section .project-main-content.padding2 {
    padding: 0 40px 0 0;
}

@media (max-width: 767px) {
    .project-details-section .project-main-content.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-section .project-main-content.padding2 {
        padding: 0;
        margin-bottom: 30px;
    }
}

.project-details-section .project-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) {
    .project-details-section .project-main-content h3 {
        line-height: 40px;
    }
}

.project-details-section .project-main-content .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.project-details-section .project-main-content .client-area {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(11, 24, 42, 0.2);
}

@media (max-width: 767px) {
    .project-details-section .project-main-content .client-area {
        padding-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .project-details-section .project-main-content .client-area .client-info {
        margin-bottom: 20px;
    }
}

.project-details-section .project-main-content .client-area .client-info span {
    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.4ss;
}

.project-details-section .project-main-content .client-area .client-info a {
    color: var(--HOME-03RD-TEXT-COLORS, #0D0701);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.project-details-section .project-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;
}

    .project-details-section .project-main-content .side-head ul li img {
        margin: 0 4px 0 0;
    }

    .project-details-section .project-main-content .side-head ul li:nth-child(1) {
        margin-top: 0;
    }

.project-details-section .project-main-content .progress-container {
    width: 100%;
    max-width: 100%;
    margin: 24px 0 0;
}

    .project-details-section .project-main-content .progress-container .label {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        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;
    }

    .project-details-section .project-main-content .progress-container .progress-bar {
        height: 8px;
        border-radius: 10px;
        background: rgba(11, 24, 42, 0.1);
        border-radius: 4px;
        overflow: hidden;
    }

    .project-details-section .project-main-content .progress-container .progress-fill {
        height: 100%;
        background-color: var(--ztc-bg-bg-2);
        border-radius: 4px;
    }

/*============= PROJECT CSS AREA ===============*/
/*============= PRICING CSS AREA ===============*/
.pricing1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .pricing1 .toggle-inner input {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 25px;
        right: 0;
        z-index: 1;
        opacity: 0;
        cursor: pointer;
    }

    .pricing1 .custom-toggle {
        position: absolute;
        height: 20px;
        width: 20px;
        background-color: var(--ztc-text-text-1);
        top: 5px;
        left: 35px;
        border-radius: 50%;
        transition: 300ms all;
    }

    .pricing1 .toggle-inner .t-month,
    .pricing1 .toggle-inner .t-year {
        position: absolute;
        left: -90px;
        top: 2px;
        transition: 300ms all;
    }

    .pricing1 .toggle-inner .t-year {
        left: unset;
        left: 73px;
        opacity: 0.5;
    }

    .pricing1 .active > .toggle-inner .t-month {
        opacity: 0.5;
    }

    .pricing1 .active > .toggle-inner .t-year {
        opacity: 1;
    }

    .pricing1 .toggle-inner input:checked + span {
        left: 5px;
    }

    .pricing1 .toggle-inner {
        width: 60px;
        margin: 0 auto;
        height: 30px;
        border-radius: 25px;
        position: relative;
        background: var(--ztc-text-text-10);
        left: -20px;
    }

    .pricing1 .t-year h4 {
        min-width: 200px;
    }

    .pricing1 .t-year {
        text-align: left;
    }

    .pricing1 .plan-toggle-wrap h4 {
        font-size: var(--ztc-font-size-font-s20);
        font-weight: var(--ztc-weight-bold);
        color: var(--ztc-text-text-8);
        font-family: var(--ztc-family-font1);
        margin-bottom: 0;
    }

    .pricing1 .tab-content .single-pricing-area .pricing-box {
        border-radius: 8px;
        background: var(--ztc-bg-bg-11);
        position: relative;
        z-index: 1;
        padding: 32px;
        margin-top: 32px;
    }

        .pricing1 .tab-content .single-pricing-area .pricing-box.active {
            background: var(--ztc-bg-bg-12);
        }

            .pricing1 .tab-content .single-pricing-area .pricing-box.active h3 {
                color: var(--ztc-text-text-1);
            }

            .pricing1 .tab-content .single-pricing-area .pricing-box.active h2 {
                color: var(--ztc-text-text-1);
            }

                .pricing1 .tab-content .single-pricing-area .pricing-box.active h2 span {
                    color: var(--ztc-text-text-1);
                }

            .pricing1 .tab-content .single-pricing-area .pricing-box.active p {
                color: var(--ztc-text-text-1);
                opacity: 80%;
            }

            .pricing1 .tab-content .single-pricing-area .pricing-box.active .list-heading {
                background: var(--ztc-bg-bg-10);
            }

                .pricing1 .tab-content .single-pricing-area .pricing-box.active .list-heading .vl-btn3 {
                    background: var(--ztc-bg-bg-1);
                    color: var(--ztc-text-text-8);
                }

                    .pricing1 .tab-content .single-pricing-area .pricing-box.active .list-heading .vl-btn3:hover {
                        color: var(--ztc-text-text-1) !important;
                    }

        .pricing1 .tab-content .single-pricing-area .pricing-box h3 {
            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;
            padding-bottom: 16px;
            display: inline-block;
        }

        .pricing1 .tab-content .single-pricing-area .pricing-box 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;
            padding-bottom: 32px;
            display: inline-block;
        }

        .pricing1 .tab-content .single-pricing-area .pricing-box 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-bold);
            line-height: 44px;
            display: block;
            padding-bottom: 24px;
            border-bottom: 1px solid #DBDDE0;
            margin-bottom: 56px;
        }

            .pricing1 .tab-content .single-pricing-area .pricing-box h2 span {
                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-bold);
                line-height: 18px;
                display: inline-block;
            }

        .pricing1 .tab-content .single-pricing-area .pricing-box .list-heading {
            background: var(--ztc-bg-bg-1);
            padding: 52px 24px 24px;
            position: relative;
            z-index: 1;
            border-radius: 8px;
        }

            .pricing1 .tab-content .single-pricing-area .pricing-box .list-heading h4 {
                color: var(--ztc-text-text-8);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s20);
                font-style: normal;
                font-weight: var(--ztc-weight-bold);
                line-height: 20px;
                display: inline-block;
                padding-bottom: 8px;
            }

            .pricing1 .tab-content .single-pricing-area .pricing-box .list-heading ul li {
                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: 16px;
                padding-top: 16px;
            }

                .pricing1 .tab-content .single-pricing-area .pricing-box .list-heading ul li svg {
                    margin: -4px 4px 0 0;
                }

            .pricing1 .tab-content .single-pricing-area .pricing-box .list-heading .vl-btn3 {
                position: absolute;
                top: -30px;
                left: 50%;
                margin-left: -95px;
            }

.pricing6 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .pricing6 .toggle-inner input {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 25px;
        right: 0;
        z-index: 1;
        opacity: 0;
        cursor: pointer;
    }

    .pricing6 .custom-toggle {
        position: absolute;
        height: 20px;
        width: 20px;
        background-color: var(--ztc-text-text-1);
        top: 5px;
        left: 35px;
        border-radius: 50%;
        transition: 300ms all;
    }

    .pricing6 .toggle-inner .t-month,
    .pricing6 .toggle-inner .t-year {
        position: absolute;
        left: -90px;
        top: 2px;
        transition: 300ms all;
    }

    .pricing6 .toggle-inner .t-year {
        left: unset;
        left: 73px;
        opacity: 0.5;
    }

    .pricing6 .active > .toggle-inner .t-month {
        opacity: 0.5;
    }

    .pricing6 .active > .toggle-inner .t-year {
        opacity: 1;
    }

    .pricing6 .toggle-inner input:checked + span {
        left: 5px;
    }

    .pricing6 .toggle-inner {
        width: 60px;
        margin: 0 auto;
        height: 30px;
        border-radius: 25px;
        position: relative;
        background: var(--ztc-text-text-17);
        left: -20px;
    }

    .pricing6 .t-year h4 {
        min-width: 200px;
    }

    .pricing6 .t-year {
        text-align: left;
    }

    .pricing6 .plan-toggle-wrap h4 {
        font-size: var(--ztc-font-size-font-s20);
        font-weight: var(--ztc-weight-bold);
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        margin-bottom: 0;
    }

    .pricing6 .tab-content .single-pricing-area .pricing-box {
        border-radius: 8px;
        background: var(--ztc-bg-bg-15);
        position: relative;
        z-index: 1;
        padding: 32px;
        margin-top: 32px;
    }

        .pricing6 .tab-content .single-pricing-area .pricing-box.active {
            background: var(--ztc-bg-bg-18);
        }

            .pricing6 .tab-content .single-pricing-area .pricing-box.active h3 {
                color: var(--ztc-text-text-1);
            }

            .pricing6 .tab-content .single-pricing-area .pricing-box.active h2 {
                color: var(--ztc-text-text-1);
            }

                .pricing6 .tab-content .single-pricing-area .pricing-box.active h2 span {
                    color: var(--ztc-text-text-1);
                }

            .pricing6 .tab-content .single-pricing-area .pricing-box.active p {
                color: var(--ztc-text-text-1);
                opacity: 80%;
            }

            .pricing6 .tab-content .single-pricing-area .pricing-box.active .list-heading {
                background: var(--ztc-bg-bg-1);
            }

                .pricing6 .tab-content .single-pricing-area .pricing-box.active .list-heading .vl-btn6 .text {
                    background: var(--ztc-bg-bg-1);
                    color: var(--ztc-text-text-14);
                    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
                }

                .pricing6 .tab-content .single-pricing-area .pricing-box.active .list-heading .vl-btn6 .arrow {
                    background: var(--ztc-bg-bg-1);
                    color: var(--ztc-text-text-14);
                    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
                }

        .pricing6 .tab-content .single-pricing-area .pricing-box h3 {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s24);
            font-style: normal;
            font-weight: var(--ztc-weight-bold);
            line-height: 24px;
            padding-bottom: 16px;
            display: inline-block;
        }

        .pricing6 .tab-content .single-pricing-area .pricing-box 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;
            padding-bottom: 32px;
            display: inline-block;
        }

        .pricing6 .tab-content .single-pricing-area .pricing-box 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-bold);
            line-height: 44px;
            display: block;
            padding-bottom: 24px;
            border-bottom: 1px solid #DBDDE0;
            margin-bottom: 56px;
        }

            .pricing6 .tab-content .single-pricing-area .pricing-box h2 span {
                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-bold);
                line-height: 18px;
                display: inline-block;
            }

        .pricing6 .tab-content .single-pricing-area .pricing-box .list-heading {
            background: var(--ztc-bg-bg-1);
            padding: 52px 24px 24px;
            position: relative;
            z-index: 1;
            border-radius: 8px;
        }

            .pricing6 .tab-content .single-pricing-area .pricing-box .list-heading h4 {
                color: var(--ztc-text-text-14);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s20);
                font-style: normal;
                font-weight: var(--ztc-weight-bold);
                line-height: 20px;
                display: inline-block;
                padding-bottom: 8px;
            }

            .pricing6 .tab-content .single-pricing-area .pricing-box .list-heading ul li {
                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: 16px;
                padding-top: 16px;
            }

                .pricing6 .tab-content .single-pricing-area .pricing-box .list-heading ul li svg {
                    margin: -4px 4px 0 0;
                }

            .pricing6 .tab-content .single-pricing-area .pricing-box .list-heading .vl-btn6 {
                position: absolute;
                top: -30px;
                left: 50%;
                margin-left: -118px;
            }

.pricing10 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .pricing10 .toggle-inner input {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 25px;
        right: 0;
        z-index: 1;
        opacity: 0;
        cursor: pointer;
    }

    .pricing10 .custom-toggle {
        position: absolute;
        height: 20px;
        width: 20px;
        background-color: var(--ztc-text-text-1);
        top: 5px;
        left: 35px;
        border-radius: 50%;
        transition: 300ms all;
    }

    .pricing10 .toggle-inner .t-month,
    .pricing10 .toggle-inner .t-year {
        position: absolute;
        left: -90px;
        top: 2px;
        transition: 300ms all;
    }

    .pricing10 .toggle-inner .t-year {
        left: unset;
        left: 73px;
        opacity: 0.5;
    }

    .pricing10 .active > .toggle-inner .t-month {
        opacity: 0.5;
    }

    .pricing10 .active > .toggle-inner .t-year {
        opacity: 1;
    }

    .pricing10 .toggle-inner input:checked + span {
        left: 5px;
    }

    .pricing10 .toggle-inner {
        width: 60px;
        margin: 0 auto;
        height: 30px;
        border-radius: 25px;
        position: relative;
        background: var(--ztc-text-text-19);
        left: -20px;
    }

    .pricing10 .t-year h4 {
        min-width: 200px;
    }

    .pricing10 .t-year {
        text-align: left;
    }

    .pricing10 .plan-toggle-wrap h4 {
        font-size: var(--ztc-font-size-font-s20);
        font-weight: var(--ztc-weight-bold);
        color: var(--ztc-text-text-14);
        font-family: var(--ztc-family-font1);
        margin-bottom: 0;
    }

    .pricing10 .tab-content .single-pricing-area .pricing-box {
        border-radius: 30px;
        background: var(--ztc-bg-bg-1);
        position: relative;
        z-index: 1;
        padding: 32px;
        margin-top: 32px;
    }

        .pricing10 .tab-content .single-pricing-area .pricing-box.active {
            background: var(--ztc-bg-bg-22);
        }

            .pricing10 .tab-content .single-pricing-area .pricing-box.active h3 {
                color: var(--ztc-text-text-1);
            }

            .pricing10 .tab-content .single-pricing-area .pricing-box.active h2 {
                color: var(--ztc-text-text-1);
            }

                .pricing10 .tab-content .single-pricing-area .pricing-box.active h2 span {
                    color: var(--ztc-text-text-1);
                }

            .pricing10 .tab-content .single-pricing-area .pricing-box.active p {
                color: var(--ztc-text-text-1);
                opacity: 80%;
            }

            .pricing10 .tab-content .single-pricing-area .pricing-box.active .list-heading {
                background: var(--ztc-bg-bg-23);
            }

                .pricing10 .tab-content .single-pricing-area .pricing-box.active .list-heading .vl-btn10 {
                    background: var(--ztc-bg-bg-1);
                    color: var(--ztc-text-text-14) !important;
                    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
                }

                    .pricing10 .tab-content .single-pricing-area .pricing-box.active .list-heading .vl-btn10 span {
                        background: var(--ztc-bg-bg-16) !important;
                        color: var(--ztc-text-text-1);
                        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
                    }

                    .pricing10 .tab-content .single-pricing-area .pricing-box.active .list-heading .vl-btn10:hover {
                        color: var(--ztc-text-text-1) !important;
                    }

                        .pricing10 .tab-content .single-pricing-area .pricing-box.active .list-heading .vl-btn10:hover span {
                            background: var(--ztc-bg-bg-1) !important;
                            color: var(--ztc-text-text-14) !important;
                        }

        .pricing10 .tab-content .single-pricing-area .pricing-box h3 {
            color: var(--ztc-text-text-14);
            font-family: var(--ztc-family-font1);
            font-size: var(--ztc-font-size-font-s24);
            font-style: normal;
            font-weight: var(--ztc-weight-bold);
            line-height: 24px;
            padding-bottom: 16px;
            display: inline-block;
        }

        .pricing10 .tab-content .single-pricing-area .pricing-box 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;
            padding-bottom: 32px;
            display: inline-block;
        }

        .pricing10 .tab-content .single-pricing-area .pricing-box 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-bold);
            line-height: 44px;
            display: block;
            padding-bottom: 24px;
            border-bottom: 1px solid #DBDDE0;
            margin-bottom: 56px;
        }

            .pricing10 .tab-content .single-pricing-area .pricing-box h2 span {
                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-bold);
                line-height: 18px;
                display: inline-block;
            }

        .pricing10 .tab-content .single-pricing-area .pricing-box .list-heading {
            background: var(--ztc-bg-bg-23);
            padding: 52px 24px 24px;
            position: relative;
            z-index: 1;
            border-radius: 30px;
        }

            .pricing10 .tab-content .single-pricing-area .pricing-box .list-heading h4 {
                color: var(--ztc-text-text-14);
                font-family: var(--ztc-family-font1);
                font-size: var(--ztc-font-size-font-s20);
                font-style: normal;
                font-weight: var(--ztc-weight-bold);
                line-height: 20px;
                display: inline-block;
                padding-bottom: 8px;
            }

            .pricing10 .tab-content .single-pricing-area .pricing-box .list-heading ul li {
                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: 16px;
                padding-top: 16px;
            }

                .pricing10 .tab-content .single-pricing-area .pricing-box .list-heading ul li svg {
                    margin: -4px 4px 0 0;
                }

            .pricing10 .tab-content .single-pricing-area .pricing-box .list-heading .vl-btn10 {
                position: absolute;
                top: -30px;
                left: 50%;
                margin-left: -118px;
            }

/*============= PRICING 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-about-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 35px;
}

    .choose-about-area .choose-button-area ul {
        display: block;
        text-align: center;
    }

        .choose-about-area .choose-button-area ul li {
            display: inline-block;
            margin: 0 20px 0 0;
        }

            .choose-about-area .choose-button-area ul li:nth-last-child(1) {
                margin: 0;
            }

@media (max-width: 767px) {
    .choose-about-area .choose-button-area ul li {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-about-area .choose-button-area ul li {
        margin-bottom: 10px;
    }
}

.choose-about-area .choose-button-area ul li button {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: 25px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
    border-radius: 10px;
    padding: 22px 120px;
}

    .choose-about-area .choose-button-area ul li button.active {
        background: var(--ztc-bg-bg-3);
        transition: all 0.4s;
    }

.choose-about-area .tab-content .tab-pane .choose-heading h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

@media (max-width: 767px) {
    .choose-about-area .tab-content .tab-pane .choose-heading h4 {
        line-height: 30px;
    }
}

.choose-about-area .tab-content .tab-pane .choose-heading 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;
    /* 144.444% */
}

.choose-about-area .tab-content .tab-pane .choose-heading .choose2-boxarea:hover .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
}

.choose-about-area .tab-content .tab-pane .choose-heading .choose2-boxarea .icons {
    border-radius: 60px;
    background: rgba(251, 133, 0, 0.08);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    position: absolute;
}

.choose-about-area .tab-content .tab-pane .choose-heading .choose2-boxarea .text-area {
    padding-left: 76px;
}

    .choose-about-area .tab-content .tab-pane .choose-heading .choose2-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) {
    .choose-about-area .tab-content .tab-pane .choose-heading .choose2-boxarea .text-area a {
        line-height: 28px;
    }
}

.choose-about-area .tab-content .tab-pane .choose-heading .choose2-boxarea .text-area a:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .choose-about-area .tab-content .tab-pane .img1 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-about-area .tab-content .tab-pane .img1 {
        margin-top: 30px;
    }
}

.choose-about-area .tab-content .tab-pane .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

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


/* new-added */

#our-values .card {
    transition: box-shadow .2s;
}

    #our-values .card:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .10);
    }

.card .card-body h5.card-title.fw-semibold {
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    color: var(--ztc-text-text-2);
}

.card .card-body .card-text.text-muted {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: 22px;
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    padding-top: 10px;
    text-align: justify;
}

.head-top {
    background-color: #bf2127;
    border-radius: 20px;
    padding: 0px 10px;
}

.top {
    display: flex;
    justify-content: center;
}

.social.social-links {
    display: flex;
}

    .social.social-links li {
        padding: 0px 10px;
    }

.paara {
    text-align: justify;
}
@media only screen and (max-width: 1399px) {
    .main-section-area .hero1 .hero-header-area {
        top: 4px;
    }
        .main-section-area .hero1 .hero-header-area h1 {
            font-size: 44px;
            line-height: 60px;
            text-align: justify;
        }
}

@media only screen and (max-width: 1099px) {
    .main-section-area .hero1 .hero-header-area h1 {
        font-size: 39px;
        line-height: 50px;
    }
    .main-section-area .hero1 .hero-header-area {
        top: 2px;
    }
}

@media only screen and (max-width: 991px) {
    .main-section-area .hero1 .hero-header-area {
        top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .main-section-area .hero1 .hero-header-area h1 {
        font-size: 35px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .main-section-area .hero1 .hero-header-area h1 {
        font-size: 28px;
        line-height: 50px;
    }
    .main-section-area .hero1 .hero-header-area {
        top: 55px;
    }
}
@media only screen and (max-width: 459px) {
    .main-section-area .hero1 .hero-header-area h1 {
        font-size: 23px;
    }
}
.vl-section-title.font-in {
    font-size: 50px;
}
.paara.para-f {
    font-size: 22px;
    margin-top: 14px;
}
.in-font {
    font-size: 25px;
}
.content-area {
    text-align: center;
}

h5.card-title {
    font-size: 25px;
}



.contact-inner-area.sp1 {
    margin-top: 50px;
}

.card-body.p-4 h4 {
    font-size: 35px;
}

label.form-label {
    font-size: 24px;
}