@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

a, a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

h2, p {
    margin-bottom: 0;
}

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

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

img {
    max-width: 100%;
    max-height: 100%;
}

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

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

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

.bg-w {
    background: #fff !important;
}

.bg1 {
    background: #F6F8FA !important;
}

:root {
    --ztc-text-text-1: #fff;
    --ztc-text-text-2: #03071E;
    --ztc-text-text-3: #6C757D;
    --ztc-text-text-4: #FFAF01;
    --ztc-text-text-5: #FC501D;
    --ztc-text-text-6: #FF6610;
    --ztc-text-text-7: #FFD61E;
    --ztc-text-text-8: #1063FF;
    --ztc-bg-bg-1: #fff;
    --ztc-bg-bg-2: #03071E;
    --ztc-bg-bg-3: #FFAF01;
    --ztc-bg-bg-4: #F4F9E6;
    --ztc-bg-bg-5: #FC501D;
    --ztc-bg-bg-6: #FF6610;
    --ztc-bg-bg-7: #FFD61E;
    --ztc-bg-bg-8: #1063FF;
    --ztc-border-border-1: #E5E7EB;
    --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-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-specing-height6: 6px;
    --ztc-specing-height8: 8px;
    --ztc-specing-height10: 10px;
    --ztc-specing-height12: 12px;
    --ztc-specing-height14: 114px;
    --ztc-specing-height16: 16px;
    --ztc-specing-height18: 18px;
    --ztc-specing-height20: 20px;
    --ztc-specing-height22: 22px;
    --ztc-specing-height24: 24px;
    --ztc-specing-height26: 26px;
    --ztc-specing-height28: 28px;
    --ztc-specing-height30: 30px;
    --ztc-specing-height32: 32px;
    --ztc-specing-height34: 34px;
    --ztc-specing-height36: 36px;
    --ztc-specing-height38: 38px;
    --ztc-specing-height40: 40px;
    --ztc-specing-height42: 42px;
    --ztc-specing-height44: 44px;
    --ztc-specing-height46: 46px;
    --ztc-specing-height48: 48px;
    --ztc-specing-height50: 50px;
    --ztc-specing-height52: 52px;
    --ztc-specing-height54: 54px;
    --ztc-specing-height56: 56px;
    --ztc-specing-height58: 58px;
    --ztc-specing-height60: 60px;
    --ztc-specing-height70: 70px;
    --ztc-specing-height80: 80px;
    --ztc-specing-height90: 90px;
    --ztc-specing-height100: 100px;
    --ztc-specing-height110: 110px;
    --ztc-specing-height120: 120px;
    --ztc-specing-height130: 130px;
    --ztc-weight-regular: 400;
    --ztc-weight-medium: 500;
    --ztc-weight-semibold: 600;
    --ztc-weight-bold: 700;
    --ztc-weight-black: 800;
    --ztc-family-font1: 'Figtree', sans-serif;
    --ztc-family-font2: 'Figtree', sans-serif;
}

/*
============================
Name:  REBUILDERS - Construction Company HTML Template
Version: 1.0.0
Description: REBUILDERS - Construction Company HTML Template
Author: Vikiglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*============= HEDAER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= WORK CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CHOOSE CSS AREA ===============*/
/*============= COST CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= RTL CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.header-btn1 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    padding: 16px 20px;
    position: relative;
    z-index: 1;
    min-width: 150px;
}

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

.header-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    right: 50%;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    top: 0;
}

.header-btn1:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.header-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-btn1:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-btn2-h2 {
    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;
    background: var(--ztc-bg-bg-5);
    padding: 16px 20px;
    position: relative;
    z-index: 1;
}

.header-btn2-h2 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.header-btn2-h2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    right: 50%;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    top: 0;
}

.header-btn2-h2:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.header-btn2-h2:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-btn2-h2:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-btn2-h3 {
    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;
    background: var(--ztc-bg-bg-6);
    padding: 8px 8px 8px 16px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}

.header-btn2-h3 i {
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.header-btn2-h3 span {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    display: inline-block;
    background: #fff;
    margin-left: 12px;
}

.header-btn2-h3::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    right: 50%;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    top: 0;
    border-radius: 25px;
}

.header-btn2-h3:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.header-btn2-h3:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-btn2-h3:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-btn2-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;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    padding: 8px 8px 8px 16px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}

.header-btn2-h4 i {
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.header-btn2-h4 span {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    display: inline-block;
    background: #fff;
    margin-left: 12px;
}

.header-btn2-h4::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    right: 50%;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    top: 0;
    border-radius: 25px;
}

.header-btn2-h4:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.header-btn2-h4:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-btn2-h4:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-btn2-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-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-8);
    padding: 16px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}

.header-btn2-h5 i {
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.header-btn2-h5::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    right: 50%;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    top: 0;
    border-radius: 25px;
}

.header-btn2-h5:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.header-btn2-h5:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-btn2-h5:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

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

.heading1 h5 img {
    margin: -5px 4px 0 0;
    height: 20px;
    width: 20px;
    display: inline-block !important;
}

.heading1 h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s64);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 85px;
}

@media (max-width: 767px) {
    .heading1 h2 {
        font-size: var(--ztc-font-size-font-s36);
        line-height: 44px;
    }
}

.heading1 h3 {
    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-bold);
    line-height: 52px;
}

@media (max-width: 767px) {
    .heading1 h3 {
        font-size: var(--ztc-font-size-font-s36);
        line-height: 44px;
    }
}

.heading1 p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    opacity: 80%;
}

.heading2 h5 {
    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;
}

.heading2 h5 img {
    margin: -5px 4px 0 0;
    height: 20px;
    width: 20px;
    display: inline-block !important;
}

.heading2 h2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
}

@media (max-width: 767px) {
    .heading2 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.heading2 p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
}

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

.heading3 h5 img {
    margin: -5px 4px 0 0;
    height: 20px;
    width: 20px !important;
    display: inline-block !important;
}

.heading3 h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s64);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 85px;
}

@media (max-width: 767px) {
    .heading3 h2 {
        font-size: var(--ztc-font-size-font-s36);
        line-height: 44px;
    }
}

.heading3 h3 {
    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-bold);
    line-height: 52px;
}

@media (max-width: 767px) {
    .heading3 h3 {
        font-size: var(--ztc-font-size-font-s36);
        line-height: 44px;
    }
}

.heading3 p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    opacity: 80%;
}

.heading4 h5 {
    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;
}

.heading4 h5 img {
    margin: -5px 4px 0 0;
    height: 20px;
    width: 20px;
    display: inline-block !important;
}

.heading4 h2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
}

@media (max-width: 767px) {
    .heading4 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.heading4 p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
}

.heading5 h5 {
    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;
    display: inline-block;
}

.heading5 h5 img {
    margin: -5px 4px 0 0;
    height: 20px;
    width: 20px;
    display: inline-block !important;
}

.heading5 h1 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s64);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 85px;
}

@media (max-width: 767px) {
    .heading5 h1 {
        font-size: var(--ztc-font-size-font-s36);
        line-height: 44px;
    }
}

.heading5 h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
}

@media (max-width: 767px) {
    .heading5 h3 {
        font-size: var(--ztc-font-size-font-s36);
        line-height: 44px;
    }
}

.heading5 p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    opacity: 80%;
}

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

.heading6 h5 img {
    margin: -5px 4px 0 0;
    height: 20px;
    width: 20px;
    display: inline-block !important;
}

.heading6 h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s56);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 64px;
}

@media (max-width: 767px) {
    .heading6 h1 {
        font-size: var(--ztc-font-size-font-s36);
        line-height: 44px;
    }
}

.heading6 h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
}

@media (max-width: 767px) {
    .heading6 h3 {
        font-size: var(--ztc-font-size-font-s36);
        line-height: 44px;
    }
}

.heading6 p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    opacity: 80%;
}

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

@media (max-width: 767px) {
    .sp1 {
        padding: 50px 0 50px;
    }
}

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

.sp2 {
    padding: 100px 0 70px;
}

@media (max-width: 767px) {
    .sp2 {
        padding: 50px 0 20px;
    }
}

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

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

.sp4 {
    padding: 80px 0 80px;
}

@media (max-width: 767px) {
    .sp4 {
        padding: 40px 0 40px;
    }
}

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

.sp5 {
    padding: 60px 0 60px;
}

@media (max-width: 767px) {
    .sp5 {
        padding: 30px 0 30px;
    }
}

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

.sp6 {
    padding: 120px 0 120px;
}

@media (max-width: 767px) {
    .sp6 {
        padding: 60px 0 60px;
    }
}

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

.sp7 {
    padding: 120px 0 90px;
}

@media (max-width: 767px) {
    .sp7 {
        padding: 60px 0 30px;
    }
}

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

.sp8 {
    padding: 100px 0 0;
}

@media (max-width: 767px) {
    .sp8 {
        padding: 50px 0 0;
    }
}

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

.sp9 {
    padding: 120px 0 0;
}

@media (max-width: 767px) {
    .sp9 {
        padding: 60px 0 0;
    }
}

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

.sp10 {
    padding: 0 0 100px;
}

@media (max-width: 767px) {
    .sp10 {
        padding: 0 0 50px;
    }
}

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

.space-margin60 {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .space-margin60 {
        margin-bottom: 30px;
    }
}

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

/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1-section-area {
        padding-top: 50px;
    }
}

.about1-section-area .about-header .images-area {
    width: 420px;
}

@media (max-width: 767px) {
    .about1-section-area .about-header .images-area {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1-section-area .about-header .images-area {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.about1-section-area .about-header .images-area .text p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    padding-top: 16px;
    text-align: center;
}

.about1-section-area .sucess-text {
    position: relative;
    z-index: 1;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1-section-area .sucess-text {
        display: block;
    }
}

.about1-section-area .sucess-text .counter-text {
    background: var(--4th-Color, #FFAF01);
    padding: 30px;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: -200px;
}

@media (max-width: 767px) {
    .about1-section-area .sucess-text .counter-text {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1-section-area .sucess-text .counter-text {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

.about1-section-area .sucess-text .counter-text h2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s50);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 50px;
}

.about1-section-area .sucess-text .counter-text p {
    color: var(--Text-Color, #03071E);
    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;
}

.about1-section-area .sucess-text .images-area2 {
    position: relative;
    left: -40px;
}

@media (max-width: 767px) {
    .about1-section-area .sucess-text .images-area2 {
        left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1-section-area .sucess-text .images-area2 {
        left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1-section-area .sucess-text .images-area2 .img2 img {
        width: 100%;
    }
}

.about1-section-area .sucess-text .images-area2 p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    padding-top: 16px;
    text-align: center;
}

.about1-section-area .peragraph .images-area .img1 img {
    width: 300px;
    height: 320px;
}

@media (max-width: 767px) {
    .about1-section-area .peragraph .images-area .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1-section-area .peragraph .images-area .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.about1-section-area .peragraph .images-area .text p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    padding-top: 16px;
    text-align: center;
}

.about2-sectio-area {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .about2-sectio-area {
        margin-top: -50px;
    }
}

.about2-sectio-area .about-images-area {
    position: relative;
    z-index: 1;
}

.about2-sectio-area .about-images-area .img1 img {
    width: 100px;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
}

.about2-sectio-area .about-images-area .img2 img {
    height: 582px !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}

.about2-sectio-area .about-images-area .customer-area {
    background: var(--ztc-text-text-5);
    padding: 16px;
    display: inline-block;
    transition: all 0.4s;
    text-align: center;
    position: absolute;
    bottom: 32px;
    z-index: 1;
}

.about2-sectio-area .about-images-area .customer-area img {
    filter: brightness(0) invert(1);
}

.about2-sectio-area .about-images-area .customer-area h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.about2-sectio-area .about-images-area .customer-area p {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
}

.about2-sectio-area .about-header {
    padding: 0 0 0 50px;
    position: relative;
}

@media (max-width: 767px) {
    .about2-sectio-area .about-header {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about2-sectio-area .about-header {
        padding: 0;
        margin-top: 30px;
    }
}

.about2-sectio-area .about-header ul li {
    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;
    margin-top: 16px;
}

.about2-sectio-area .about-header ul li img {
    height: 18px;
    width: 18px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 8px 0 0;
}

.about2-sectio-area .about-header .succes-rate-area {
    position: absolute;
    z-index: 1;
    background: #FFF6F4;
    padding: 24px;
    display: inline-block;
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
    .about2-sectio-area .about-header .succes-rate-area {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
}

.about2-sectio-area .about-header .succes-rate-area .successful {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #A7A9AD;
}

.about2-sectio-area .about-header .succes-rate-area .successful h3 {
    color: var(--1st-Main, #FC501D);
    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;
}

.about2-sectio-area .about-header .succes-rate-area .client {
    text-align: center;
}

.about2-sectio-area .about-header .succes-rate-area .client h3 {
    color: var(--1st-Main, #FC501D);
    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;
}

.about3-section-area {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3-section-area {
        padding-top: 50px;
    }
}

.about3-section-area .about-header .images-area {
    width: 420px;
}

.about3-section-area .about-header .images-area img {
    border-radius: 8px;
}

@media (max-width: 767px) {
    .about3-section-area .about-header .images-area {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3-section-area .about-header .images-area {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.about3-section-area .about-header .images-area .text p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    padding-top: 16px;
    text-align: center;
    text-transform: uppercase;
}

.about3-section-area .sucess-text {
    position: relative;
    z-index: 1;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3-section-area .sucess-text {
        display: block;
    }
}

.about3-section-area .sucess-text .counter-text {
    background: var(--ztc-text-text-6);
    padding: 30px;
    display: inline-block;
    text-align: center;
    position: absolute;
    border-radius: 8px;
    bottom: 35px;
    left: -200px;
}

@media (max-width: 767px) {
    .about3-section-area .sucess-text .counter-text {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3-section-area .sucess-text .counter-text {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

.about3-section-area .sucess-text .counter-text h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s50);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 50px;
}

.about3-section-area .sucess-text .counter-text p {
    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;
    text-transform: uppercase;
}

.about3-section-area .sucess-text .images-area2 {
    position: relative;
    left: -40px;
}

.about3-section-area .sucess-text .images-area2 img {
    border-radius: 8px;
}

@media (max-width: 767px) {
    .about3-section-area .sucess-text .images-area2 {
        left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3-section-area .sucess-text .images-area2 {
        left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3-section-area .sucess-text .images-area2 .img2 img {
        width: 100%;
    }
}

.about3-section-area .sucess-text .images-area2 p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    padding-top: 16px;
    text-align: center;
    text-transform: uppercase;
}

.about3-section-area .peragraph .images-area .img1 img {
    width: 300px;
    height: 320px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .about3-section-area .peragraph .images-area .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3-section-area .peragraph .images-area .img1 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.about3-section-area .peragraph .images-area .text p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    padding-top: 16px;
    text-align: center;
    text-transform: uppercase;
}

.about4-section-area {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .about4-section-area {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about4-section-area {
        margin-top: 50px;
    }
}

.about4-section-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about4-section-area .about-header {
    padding: 0 0 0 50px;
    position: relative;
}

@media (max-width: 767px) {
    .about4-section-area .about-header {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about4-section-area .about-header {
        padding: 0;
        margin-top: 30px;
    }
}

.about4-section-area .about-header ul li {
    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;
    margin-top: 16px;
}

.about4-section-area .about-header ul li img {
    height: 18px;
    width: 18px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 8px 0 0;
}

.about4-section-area .about-header .succes-rate-area {
    position: absolute;
    z-index: 1;
    background: #FFFCED;
    padding: 24px;
    display: inline-block;
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
    .about4-section-area .about-header .succes-rate-area {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
}

.about4-section-area .about-header .succes-rate-area .successful {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #A7A9AD;
}

.about4-section-area .about-header .succes-rate-area .successful 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;
}

.about4-section-area .about-header .succes-rate-area .client {
    text-align: center;
}

.about4-section-area .about-header .succes-rate-area .client 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;
}

.about5-section-area {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .about5-section-area {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5-section-area {
        margin-top: 50px;
    }
}

.about5-section-area .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about5-section-area .about-header {
    padding: 0 0 0 50px;
    position: relative;
}

@media (max-width: 767px) {
    .about5-section-area .about-header {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5-section-area .about-header {
        padding: 0;
        margin-top: 30px;
    }
}

.about5-section-area .about-header ul li {
    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;
    margin-top: 16px;
}

.about5-section-area .about-header ul li img {
    height: 18px;
    width: 18px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 8px 0 0;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1-section-area {
    position: relative;
    z-index: 1;
    background: #F6F8FA;
}

.service1-section-area .service-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.service1-section-area .service-boxarea:hover .img1::after {
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}

.service1-section-area .service-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.service1-section-area .service-boxarea:hover .content-area {
    height: 104px;
    transition: all 0.6s;
}

.service1-section-area .service-boxarea:hover .content-area .readmore {
    bottom: 0;
    height: 30px;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.service1-section-area .service-boxarea:hover .arrow {
    transition: all 0.8s;
    top: 95px;
}

.service1-section-area .service-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
}

.service1-section-area .service-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-text-text-2);
    opacity: 0.5;
}

.service1-section-area .service-boxarea .img1 img {
    height: 350px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.service1-section-area .service-boxarea .content-area {
    background: var(--ztc-bg-bg-1);
    text-align: center;
    padding: 22px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 64px;
    transition: all 0.6s;
}

.service1-section-area .service-boxarea .content-area .head {
    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);
    line-height: 20px; /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.service1-section-area .service-boxarea .content-area .head:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.service1-section-area .service-boxarea .content-area .readmore {
    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;
    display: inline-block;
    transition: all 0.6s;
    padding-top: 20px;
    visibility: hidden;
    opacity: 0;
    position: relative;
    bottom: -100px;
    height: 0;
}

.service1-section-area .service-boxarea .content-area .readmore i {
    transform: rotate(-45deg);
    margin-left: 4px;
}

.service1-section-area .service-boxarea .content-area .readmore:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.service1-section-area .service-boxarea .arrow {
    position: absolute;
    z-index: 2;
    top: -100px;
    left: 50%;
    margin-left: -28px;
    transition: all 0.8s;
}

.service1-section-area .service-boxarea .arrow a {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
}

.service2-section-area {
    position: relative;
    z-index: 1;
    background: #F6F6F6;
}

.service2-section-area .service-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.service2-section-area .service-boxarea:hover .img1::after {
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}

.service2-section-area .service-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.service2-section-area .service-boxarea:hover .content-area {
    height: 104px;
    transition: all 0.6s;
}

.service2-section-area .service-boxarea:hover .content-area .readmore {
    bottom: 0;
    height: 30px;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.service2-section-area .service-boxarea:hover .arrow {
    transition: all 0.8s;
    top: 95px;
}

.service2-section-area .service-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
}

.service2-section-area .service-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-text-text-2);
    opacity: 0.5;
}

.service2-section-area .service-boxarea .img1 img {
    height: 350px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.service2-section-area .service-boxarea .content-area {
    background: var(--ztc-bg-bg-1);
    text-align: center;
    padding: 22px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 64px;
    transition: all 0.6s;
}

.service2-section-area .service-boxarea .content-area .head {
    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);
    line-height: 20px; /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.service2-section-area .service-boxarea .content-area .head:hover {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
}

.service2-section-area .service-boxarea .content-area .readmore {
    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;
    display: inline-block;
    transition: all 0.6s;
    padding-top: 20px;
    visibility: hidden;
    opacity: 0;
    position: relative;
    bottom: -100px;
    height: 0;
}

.service2-section-area .service-boxarea .content-area .readmore i {
    transform: rotate(-45deg);
    margin-left: 4px;
}

.service2-section-area .service-boxarea .content-area .readmore:hover {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
}

.service2-section-area .service-boxarea .arrow {
    position: absolute;
    z-index: 2;
    top: -100px;
    left: 50%;
    margin-left: -28px;
    transition: all 0.8s;
}

.service2-section-area .service-boxarea .arrow a {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
}

.service3-section-area {
    position: relative;
    z-index: 1;
    background: #F6F6F6;
}

.service3-section-area .service3-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 30px;
}

.service3-section-area .service3-boxarea:hover .img1 .service-img7 {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.service3-section-area .service3-boxarea:hover .img1 .elements2 {
    bottom: 0;
    transition: all 0.6s;
}

.service3-section-area .service3-boxarea .img1 {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.service3-section-area .service3-boxarea .img1 .service-img7 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.service3-section-area .service3-boxarea .img1 .elements2 {
    position: absolute;
    bottom: -250px;
    z-index: 2;
    right: 0;
    transition: all 0.6s;
}

.service3-section-area .service3-boxarea .content-area {
    padding: 24px;
    transition: all 0.4s;
}

.service3-section-area .service3-boxarea .content-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;
    transition: all 0.4s;
    display: inline-block;
}

.service3-section-area .service3-boxarea .content-area a:hover {
    color: var(--ztc-text-text-6);
    transition: all 0.4s;
}

.service3-section-area .service3-boxarea .content-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.service3-section-area .service3-boxarea .content-area a.readmore {
    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;
    transition: all 0.4s;
}

.service3-section-area .service3-boxarea .content-area a.readmore:hover {
    color: var(--ztc-text-text-6);
    transition: all 0.4s;
}

.service3-section-area .service3-boxarea .content-area a.readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.service4-section-area {
    position: relative;
    z-index: 1;
    background: #F6F6F6;
}

.service4-section-area .service4-slider-area {
    position: relative;
}

.service4-section-area .service4-slider-area .owl-stage-outer {
    overflow: inherit !important;
}

.service4-section-area .service4-slider-area .service4-slider-box {
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.4s;
}

.service4-section-area .service4-slider-area .service4-slider-box:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.service4-section-area .service4-slider-area .service4-slider-box:hover .img1::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.service4-section-area .service4-slider-area .service4-slider-box:hover .arrow {
    bottom: 8px;
    transition: all 0.6s;
}

.service4-section-area .service4-slider-area .service4-slider-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 4px;
}

.service4-section-area .service4-slider-area .service4-slider-box .img1::after {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 5px 0 0 0;
    transition: all 0.4s;
    background: #fff;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}

.service4-section-area .service4-slider-area .service4-slider-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    transition: all 0.4s;
}

.service4-section-area .service4-slider-area .service4-slider-box .heading {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.service4-section-area .service4-slider-area .service4-slider-box .heading a {
    color: #FFF;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.service4-section-area .service4-slider-area .service4-slider-box .arrow {
    position: absolute;
    bottom: -100px;
    transition: all 0.6s;
    right: 8px;
    z-index: 1;
}

.service4-section-area .service4-slider-area .service4-slider-box .arrow a {
    color: #FFF;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.service4-section-area .service4-slider-area .service4-slider-box .arrow a span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-2);
    margin-left: 16px;
    transform: rotate(-45deg);
}

.service5-section-area {
    position: relative;
    z-index: 1;
    background: #F6F8FA;
}

.service5-section-area .service5-slider-area {
    position: relative;
}

.service5-section-area .service5-slider-area .owl-stage-outer {
    overflow: inherit !important;
}

.service5-section-area .service5-slider-area .service5-slider-box {
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.4s;
}

.service5-section-area .service5-slider-area .service5-slider-box:hover .heading {
    visibility: hidden;
    opacity: 0;
}

.service5-section-area .service5-slider-area .service5-slider-box:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.service5-section-area .service5-slider-area .service5-slider-box:hover .img1::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    transform: scale(1);
}

.service5-section-area .service5-slider-area .service5-slider-box:hover .arrow {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    transform: scale(1);
}

.service5-section-area .service5-slider-area .service5-slider-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 4px;
}

.service5-section-area .service5-slider-area .service5-slider-box .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 5px 0 0 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
}

.service5-section-area .service5-slider-area .service5-slider-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    transition: all 0.4s;
}

.service5-section-area .service5-slider-area .service5-slider-box .heading {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.service5-section-area .service5-slider-area .service5-slider-box .heading a {
    color: #FFF;
    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;
}

.service5-section-area .service5-slider-area .service5-slider-box .arrow {
    position: absolute;
    top: 50%;
    transition: all 0.6s;
    left: 50%;
    z-index: 1;
    margin-top: -23px;
    margin-left: -23px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.6);
}

.service5-section-area .service5-slider-area .service5-slider-box .arrow a {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-8);
    color: var(--ztc-text-text-1);
    transform: rotate(-45deg);
    font-size: var(--ztc-font-size-font-s20);
}

.service-inner-area {
    position: relative;
    z-index: 1;
}

.service-inner-area .service-widget-area {
    position: sticky;
    top: 100px;
}

.service-inner-area .service-widget-area h3 {
    color: var(--Text-Color, #03071E);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.service-inner-area .service-widget-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.service-inner-area .service-widget-area .search {
    background: #F6F8FA;
    padding: 24px 20px;
    transition: all 0.4s;
}

.service-inner-area .service-widget-area .search form {
    position: relative;
    z-index: 1;
}

.service-inner-area .service-widget-area .search form input {
    width: 100%;
    background: #FFF;
    color: var(--colors-dark-normal-active, #3D4C5E);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 16px;
}

.service-inner-area .service-widget-area .search form button {
    border: none;
    outline: none;
    position: absolute;
    right: 16px;
    top: 16px;
    background: none;
}

.service-inner-area .service-widget-area .categories {
    background: #F6F8FA;
    padding: 24px 20px;
    transition: all 0.4s;
}

.service-inner-area .service-widget-area .categories 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: 500;
    line-height: 16px;
    display: block;
    transition: all 0.4s;
    padding: 19px 16px;
    background: var(--ztc-bg-bg-1);
    margin-top: 16px;
}

.service-inner-area .service-widget-area .categories ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.service-inner-area .service-widget-area .download-area {
    background: #F6F8FA;
    padding: 24px 20px;
    transition: all 0.4s;
}

.service-inner-area .service-widget-area .download-area .btn-area1 a {
    width: 100%;
    text-align: center;
}

.service-inner-area .service-widget-area .download-area .btn-area1 a i {
    transform: rotate(0);
    margin: 0 4px 0 0;
}

.service-inner-area .service-widget-area .download-area .btn-area1 .header-btn1.btn2 {
    background: transparent;
    border: 1px solid var(--ztc-text-text-2);
}

.service-inner-area .service-widget-area .contact-widget-area {
    background: #F6F8FA;
    padding: 24px 20px;
    transition: all 0.4s;
}

.service-inner-area .service-widget-area .contact-widget-area .input-area {
    margin-top: 24px;
}

.service-inner-area .service-widget-area .contact-widget-area .input-area input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #FFF;
    width: 100%;
    color: var(--Paragraph-Color, #6C757D);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 22px 16px;
    height: 60px;
}

.service-inner-area .service-widget-area .contact-widget-area .input-area input::-moz-placeholder {
    color: var(--Paragraph-Color, #6C757D);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.service-inner-area .service-widget-area .contact-widget-area .input-area input::placeholder {
    color: var(--Paragraph-Color, #6C757D);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.service-inner-area .service-widget-area .contact-widget-area .input-area textarea {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #FFF;
    width: 100%;
    color: var(--Paragraph-Color, #6C757D);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 22px 16px;
    height: 180px;
}

.service-inner-area .service-widget-area .contact-widget-area .input-area textarea::-moz-placeholder {
    color: var(--Paragraph-Color, #6C757D);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.service-inner-area .service-widget-area .contact-widget-area .input-area textarea::placeholder {
    color: var(--Paragraph-Color, #6C757D);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.service-inner-area .service-widget-area .contact-widget-area .input-area button {
    border: none;
    outline: none;
}

.service-inner-area .service-widget-others {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .service-inner-area .service-widget-others {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-inner-area .service-widget-others {
        padding: 0;
    }
}

.service-inner-area .service-widget-others h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 32px;
}

.service-inner-area .service-widget-others p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.service-inner-area .service-widget-others .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-inner-area .service-widget-others .list-area ul li {
    color: var(--Text-Color, #03071E);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 20px;
}

.service-inner-area .service-widget-others .list-area ul li img {
    margin: 0 6px 0 0;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.hero-section-area {
    padding: 270px 0;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hero-section-area {
        padding: 150px 0 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .hero-section-area {
        padding: 270px 0 350px 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero-section-area {
        top: -20px !important;
    }
}

.hero-section-area .hero-tabs-area img.hero-img1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: transform 8000ms ease, opacity 1800ms ease-in;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section-area .hero-tabs-area img.hero-img1 {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .hero-section-area .hero-tabs-area img.hero-img1 {
        height: 100%;
    }
}

.hero-section-area .hero-tabs-area .fade:not(.show) {
    opacity: 1 !important;
}

.hero-section-area .hero-tabs-area .tab-pane.fade.active.show .hero-img1 {
    transform: scale(1.2);
    transition: transform 8000ms ease, opacity 1800ms ease-in;
}

.hero-section-area .hero-tabs-area .tab-pane.fade.active.show .hero-header h5 {
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(0px);
    opacity: 1;
}

.hero-section-area .hero-tabs-area .tab-pane.fade.active.show .hero-header h2 {
    transition: transform 1600ms ease, opacity 1600ms ease;
    transform: translateX(0px);
    opacity: 1;
}

.hero-section-area .hero-tabs-area .tab-pane.fade.active.show .hero-header p {
    transition: transform 1700ms ease, opacity 1700ms ease;
    transform: translateX(0px);
    opacity: 0.9 !important;
}

.hero-section-area .hero-tabs-area .tab-pane.fade.active.show .hero-header .btn-area {
    transition: transform 1800ms ease, opacity 1800ms ease;
    transform: translateX(0px);
    opacity: 1;
}

.hero-section-area .hero-tabs-area .tab-pane.fade.active.show .hero-counter-area {
    transition: transform 1800ms ease, opacity 1800ms ease;
    transform: translateY(0px);
    opacity: 1;
}

.hero-section-area .hero-tabs-area .hero-header {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hero-section-area .hero-tabs-area .hero-header {
        text-align: center;
    }
}

.hero-section-area .hero-tabs-area .hero-header h5 {
    transition: transform 1200ms ease, opacity 1500ms ease;
    transform: translateX(-600px);
    opacity: 0;
    position: relative;
    overflow: hidden;
}

.hero-section-area .hero-tabs-area .hero-header h2 {
    overflow: hidden;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-800px);
    position: relative;
    opacity: 0;
}

.hero-section-area .hero-tabs-area .hero-header p {
    overflow: hidden;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-900px);
    position: relative;
    opacity: 0 !important;
}

.hero-section-area .hero-tabs-area .hero-header .btn-area {
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-1000px);
    position: relative;
    opacity: 0;
}

.hero-section-area .hero-tabs-area .hero-header .btn-area .header-btn2 {
    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;
    border: 1px solid #fff;
    padding: 15px 20px;
    position: relative;
    z-index: 1;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .hero-section-area .hero-tabs-area .hero-header .btn-area .header-btn2 {
        margin-left: 0;
        margin-top: 20px;
    }
}

.hero-section-area .hero-tabs-area .hero-header .btn-area .header-btn2 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.hero-section-area .hero-tabs-area .hero-header .btn-area .header-btn2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    right: 50%;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    top: 0;
}

.hero-section-area .hero-tabs-area .hero-header .btn-area .header-btn2:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    border: 1px solid var(--ztc-text-text-2);
}

.hero-section-area .hero-tabs-area .hero-header .btn-area .header-btn2:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.hero-section-area .hero-tabs-area .hero-header .btn-area .header-btn2:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.hero-section-area .hero-tabs-area .hero-counter-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateY(300px);
    position: relative;
    opacity: 0;
}

@media (max-width: 767px) {
    .hero-section-area .hero-tabs-area .hero-counter-area {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .hero-section-area .hero-tabs-area .hero-counter-area .counter-box {
        margin-bottom: 20px;
    }
}

.hero-section-area .hero-tabs-area .hero-counter-area .counter-box h3 {
    color: var(--ztc-text-text-1);
    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;
}

.hero-section-area .hero-tabs-area .hero-counter-area .counter-box p {
    color: #FFF;
    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;
    -o-object-position: 80%;
    object-position: 80%;
}

.hero-section-area .slider-btn-area {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

@media (max-width: 767px) {
    /*.hero-section-area .slider-btn-area {*/
    /*  display: none;*/
    /*}*/
}

.hero-section-area .slider-btn-area button {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 0;
    color: #FFF;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    padding: 38px;
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
    .hero-section-area .slider-btn-area button {
        padding: 16px;
    }
}

.hero-section-area .slider-btn-area button.active {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-2);
}

@media screen and (min-width: 2000px) {
    .hero-section-area .slider-btn-area button {
        width: 34.3% !important;
    }
}

.hero-section-area .slider-btn-area .btn1 button {
    position: absolute;
    width: 635px;
    left: 0;
    top: -85px;
    z-index: 99999 !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero-section-area .slider-btn-area .btn1 button {
        width: 470px;
        top: -85px;
        left: 0;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero-section-area .slider-btn-area .btn1 button {
        width: 530px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .hero-section-area .slider-btn-area .btn1 button {
        top: -65px;
    }
}

@media (max-width: 767px) {
    .hero-section-area .slider-btn-area .btn1 button {
        width: 100%;
        top: -41px;
    }
}

.hero-section-area .slider-btn-area .btn2 button {
    position: absolute;
    width: 635px;
    left: 33.4%;
    top: -186px;
    z-index: 99999;
}


@media (max-width: 767px) {
    .hero-section-area .slider-btn-area .btn2 button {
        width: 100%;
        left: 0;
        top: -98px;
    }
}

.hero-section-area .slider-btn-area .btn2 button::after {
    position: absolute;
    content: "";
    height: 101px;
    width: 101%;
    left: -1px;
    bottom: -101px;
    transition: all 0.4s;
    background: #fff;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero-section-area .slider-btn-area .btn2 button::after {
        left: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero-section-area .slider-btn-area .btn2 button::after {
        left: 0;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .hero-section-area .slider-btn-area .btn2 button {
        top: -140px;
    }
}

.hero-section-area .slider-btn-area .btn2 button::before {
    position: absolute;
    content: "";
    height: 900px;
    width: 1px;
    background: rgba(255, 255, 255, 0.35);
    left: 0;
    z-index: 1;
    top: -800px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero-section-area .slider-btn-area .btn2 button {
        width: 500px;
        left: 32.6%;
        top: -186px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero-section-area .slider-btn-area .btn2 button {
        width: 530px;
        top: -185px;
    }
}

.hero-section-area .slider-btn-area .btn3 button {
    position: absolute;
    width: 635px;
    right: -4px;
    top: -287px;
}

.hero-section-area .slider-btn-area .btn3 button::after {
    position: absolute;
    content: "";
    height: 206px;
    width: 100%;
    left: 0;
    bottom: -206px;
    transition: all 0.4s;
    background: #fff;
}

.hero-section-area .slider-btn-area .btn3 button::before {
    position: absolute;
    content: "";
    height: 900px;
    width: 1px;
    background: rgba(255, 255, 255, 0.35);
    left: 0;
    z-index: 1;
    top: -800px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero-section-area .slider-btn-area .btn3 button {
        width: 500px;
        right: -30px;
        top: -288px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero-section-area .slider-btn-area .btn3 button {
        width: 530px;
        top: -285px;
    }
}

@media screen and (min-width: 2000px) {
    .hero-section-area .slider-btn-area .btn3 button {
        width: 792px;
        right: -4px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .hero-section-area .slider-btn-area .btn3 button {
        top: -286px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .hero-section-area .slider-btn-area .btn3 button {
        top: -220px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1400px) {
    .hero-section-area .slider-btn-area .btn3 button::after {
        background: transparent;
    }

    .hero-section-area .slider-btn-area .btn2 button::after {
        background: transparent;
    }

    .hero-section-area .slider-btn-area .btn3 button::before {
        background: 0;
    }

    .hero-section-area .slider-btn-area .btn2 button::before {
        background: 0;
    }

}

@media (max-width: 767px) {
    .hero-section-area .slider-btn-area .btn3 button::after {
        background: transparent;
    }

    .hero-section-area .slider-btn-area .btn2 button::after {
        background: transparent;
        display: none;
    }

    .hero-section-area .slider-btn-area .btn3 button {
        width: 100%;
        right: 0;
        top: -154px;
    }

    .hero-section-area .slider-btn-area .btn3 button::before {
        background: 0;
    }

    .hero-section-area .slider-btn-area .btn2 button::before {
        background: 0;
    }
}


.header-carousel-slider-area .active .hero-area .header-area .div h5 {
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(0);
    opacity: 1;
}

.header-carousel-slider-area .active .hero-area .header-area .div h2 {
    transition: transform 1500ms ease, opacity 1500ms ease;
    transform: translateY(0);
    opacity: 1;
}

.header-carousel-slider-area .active .hero-area .header-area .div p {
    transition: transform 1800ms ease, opacity 1800ms ease;
    transform: translateY(0);
    opacity: 0.8 !important;
}

.header-carousel-slider-area .active .hero-area .header-area .div .btn-area {
    transition: transform 2000ms ease, opacity 2000ms ease;
    transform: translateY(0);
    opacity: 1;
    max-width: 200px;
}

.header-carousel-slider-area .active .hero-area .header-area .authors-area {
    transition: transform 1800ms ease, opacity 1800ms ease;
    transform: translateY(0);
    opacity: 1;
}

.header-carousel-slider-area .active .hero-area .img1 {
    transform: scale(1.2);
}

.header-carousel-slider-area .active .hero-area .img2 {
    transform: translateX(0);
}

.header-carousel-slider-area {
    position: relative;
    z-index: 1;
}

.header-carousel-slider-area .hero-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 330px 0 180px;
}

@media (max-width: 767px) {
    .header-carousel-slider-area .hero-area {
        padding: 150px 0 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-carousel-slider-area .hero-area {
        padding: 150px 0 80px;
    }
}

.header-carousel-slider-area .hero-area .img1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(1);
    transition: transform 8000ms ease, opacity 2400ms ease-in;
    z-index: -1;
}

.header-carousel-slider-area .hero-area .img1 img {
    position: absolute;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    height: 100%;
}

.header-carousel-slider-area .hero-area .img2 {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    transform: translateX(-100px);
    transition: transform 8000ms ease, opacity 2400ms ease-in;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .header-carousel-slider-area .hero-area .img2 {
        left: -150px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-carousel-slider-area .hero-area .img2 {
        left: -270px;
    }
}

@media (max-width: 767px) {
    .header-carousel-slider-area .hero-area .img2 {
        width: 100%;
        transform: translateX(0);
    }
}

@media screen and (min-width: 2000px) {
    .header-carousel-slider-area .hero-area .img2 {
        width: 60%;
    }
}

.header-carousel-slider-area .hero-area .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-carousel-slider-area .hero-area .line1 {
    position: absolute;
    top: 45%;
    left: 137px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .header-carousel-slider-area .hero-area .line1 {
        left: 87px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-carousel-slider-area .hero-area .line1 {
        left: 37px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-carousel-slider-area .hero-area .line1 {
        right: 33px;
        left: inherit;
        top: 43%;
    }
}

@media (max-width: 767px) {
    .header-carousel-slider-area .hero-area .line1 {
        display: none;
    }
}

.header-carousel-slider-area .hero-area .line1 img {
    height: 60px !important;
    width: 2px !important;
}

.header-carousel-slider-area .hero-area .line2 {
    position: absolute;
    top: 60%;
    left: 137px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .header-carousel-slider-area .hero-area .line2 {
        left: 87px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-carousel-slider-area .hero-area .line2 {
        left: 37px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-carousel-slider-area .hero-area .line2 {
        right: 33px;
        left: inherit;
        top: 64%;
    }
}

@media (max-width: 767px) {
    .header-carousel-slider-area .hero-area .line2 {
        display: none;
    }
}

.header-carousel-slider-area .hero-area .line2 img {
    height: 60px !important;
    width: 2px !important;
}

.header-carousel-slider-area .hero-area .header-area {
    overflow: hidden;
}

.header-carousel-slider-area .hero-area .header-area .div {
    overflow: hidden;
}

.header-carousel-slider-area .hero-area .header-area .div h5 {
    transition: transform 1200ms ease, opacity 1200ms ease;
    opacity: 0;
    position: relative;
    overflow: hidden;
    transform: translateY(100px);
}

.header-carousel-slider-area .hero-area .header-area .div {
    overflow: hidden;
}

.header-carousel-slider-area .hero-area .header-area .div h2 {
    overflow: hidden;
    transition: transform 1500ms ease, opacity 1500ms ease;
    position: relative;
    opacity: 0;
    transform: translateY(100px);
}

.header-carousel-slider-area .hero-area .header-area .div {
    overflow: hidden;
}

.header-carousel-slider-area .hero-area .header-area .div p {
    overflow: hidden;
    transition: transform 1800ms ease, opacity 1800ms ease;
    position: relative;
    opacity: 0 !important;
    transform: translateY(100px);
}

.header-carousel-slider-area .hero-area .header-area .div {
    overflow: hidden;
}

.header-carousel-slider-area .hero-area .header-area .div .btn-area {
    transition: transform 2000ms ease, opacity 2000ms ease;
    position: relative;
    opacity: 0;
    transform: translateY(100px);
}

@media (max-width: 767px) {
    .header-carousel-slider-area .hero-area .header-area .div .header-btn2-h2 {
        margin: 0 8px 0 0;
    }
}

.header-carousel-slider-area .hero-area .header-area .div .header-btn2-h2:hover {
    color: var(--ztc-text-text-2);
}

.header-carousel-slider-area .hero-area .header-area .div .header-btn2-h2::after {
    background: var(--ztc-bg-bg-1);
    transition: all 0.5s;
    color: var(--ztc-text-text-2);
}

.header-carousel-slider-area .hero-area .header-area .div .header-btn2-h2.btn2 {
    background: none;
    border: 1px solid var(--ztc-text-text-1);
    margin-left: 16px;
    padding: 15px 20px;
}

@media (max-width: 767px) {
    .header-carousel-slider-area .hero-area .header-area .div .header-btn2-h2.btn2 {
        margin-left: 0;
        margin-top: 20px;
    }
}

.header-carousel-slider-area .hero-area .header-area .authors-area {
    display: flex;
    align-items: center;
    transition: transform 1400ms ease, opacity 1400ms ease;
    position: relative;
    opacity: 0;
    transform: translateY(100px);
    position: relative;
    overflow: hidden;
}

.header-carousel-slider-area .hero-area .header-area .authors-area .content {
    margin-left: 16px;
}

.header-carousel-slider-area .hero-area .header-area .authors-area .content ul li {
    display: inline-block;
    color: var(--ztc-bg-bg-3);
}

.header-carousel-slider-area .owl-dots {
    transform: rotate(90deg);
    position: absolute;
    left: 100px;
    z-index: 2;
    top: 50%;
    margin-top: 50px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .header-carousel-slider-area .owl-dots {
        left: 50px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-carousel-slider-area .owl-dots {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-carousel-slider-area .owl-dots {
        right: 0;
        left: inherit;
    }
}

@media (max-width: 767px) {
    .header-carousel-slider-area .owl-dots {
        position: relative;
        z-index: 1;
        text-align: center;
        transform: rotate(0deg);
        left: 0;
        bottom: 100px;
    }
}

.header-carousel-slider-area .owl-dots button {
    height: 12px;
    width: 12px;
    text-align: center;
    line-height: 12px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-5);
    border-radius: 50%;
    margin: 0 12px 0 0;
    position: relative;
    z-index: 1;
}

.header-carousel-slider-area .owl-dots button.active::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.header-carousel-slider-area .owl-dots button::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    transition: all 0.4s;
    border: 1px solid var(--ztc-bg-bg-5);
    border-radius: 50%;
    top: -4px;
    left: -4px;
    visibility: hidden;
    opacity: 0;
}

/*============= MOBILE MENU CSS AREA ===============*/
.mobile-header.mobile-haeder1 {
    background: var(--ztc-text-text-2);
    position: fixed;
}

.mobile-header.mobile-haeder1 .mobile-logo img {
    height: 80px;
    width: 110px;
}

.mobile-header.mobile-haeder1 .mobile-nav-icon {
    color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar1 {
    background: var(--ztc-text-text-1);
    overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar1 .logos {
    height: 70px;
    width: 180px;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
    font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium) !important;
    line-height: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-2);
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 .header-btn1 {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single {
    display: flex;
    margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-2);
    line-height: var(--ztc-font-size-font-s24);
    margin-left: 6px;
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu {
    margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
    line-height: 30px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-4);
    border-radius: 50%;
    padding: 0;
    line-height: 42px;
    transition: all 0.4s ease-in-out;
    color: var(--ztc-text-text-4);
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    background: var(--ztc-text-text-4);
    transition: all 0.4s ease-in-out;
    transform: translateY(-3px);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-4);
}

.mobile-header.mobile-haeder2 {
    background: var(--ztc-text-text-1);
    position: fixed;
}

.mobile-header.mobile-haeder2 .mobile-logo {
    height: 32px;
    width: 180px;
}

.mobile-header.mobile-haeder2 .mobile-nav-icon {
    color: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar2 {
    background: var(--ztc-text-text-1);
    overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar2 .logos {
    height: 32px;
    width: 180px;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
    font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium) !important;
    line-height: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-2);
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 .header-btn2-h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single {
    display: flex;
    margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-2);
    line-height: var(--ztc-font-size-font-s24);
    margin-left: 6px;
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu {
    margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
    line-height: 30px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-5);
    border-radius: 50%;
    padding: 0;
    line-height: 42px;
    transition: all 0.4s ease-in-out;
    color: var(--ztc-text-text-5);
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    background: var(--ztc-text-text-5);
    transition: all 0.4s ease-in-out;
    transform: translateY(-3px);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-5);
}

.mobile-header.mobile-haeder3 {
    background: var(--ztc-text-text-2);
    position: fixed;
}

.mobile-header.mobile-haeder3 .mobile-logo {
    height: 32px;
    width: 180px;
}

.mobile-header.mobile-haeder3 .mobile-nav-icon {
    color: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar3 {
    background: var(--ztc-text-text-1);
    overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar3 .logos {
    height: 32px;
    width: 180px;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
    font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium) !important;
    line-height: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-2);
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 .header-btn2-h3 {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single {
    display: flex;
    margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-2);
    line-height: var(--ztc-font-size-font-s24);
    margin-left: 6px;
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu {
    margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
    line-height: 30px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-6);
    border-radius: 50%;
    padding: 0;
    line-height: 42px;
    transition: all 0.4s ease-in-out;
    color: var(--ztc-text-text-6);
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    background: var(--ztc-text-text-6);
    transition: all 0.4s ease-in-out;
    transform: translateY(-3px);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-6);
}

.mobile-header.mobile-haeder4 {
    background: var(--ztc-text-text-1);
    position: fixed;
}

.mobile-header.mobile-haeder4 .mobile-logo {
    height: 32px;
    width: 180px;
}

.mobile-header.mobile-haeder4 .mobile-nav-icon {
    color: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar4 {
    background: var(--ztc-text-text-1);
    overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar4 .logos {
    height: 32px;
    width: 180px;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
    font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium) !important;
    line-height: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-2);
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 .header-btn2-h4 {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single {
    display: flex;
    margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-2);
    line-height: var(--ztc-font-size-font-s24);
    margin-left: 6px;
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu {
    margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
    line-height: 30px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-7);
    border-radius: 50%;
    padding: 0;
    line-height: 42px;
    transition: all 0.4s ease-in-out;
    color: var(--ztc-text-text-7);
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    background: var(--ztc-text-text-7);
    transition: all 0.4s ease-in-out;
    transform: translateY(-3px);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-7);
}

.mobile-header.mobile-haeder5 {
    background: var(--ztc-text-text-1);
    position: fixed;
}

.mobile-header.mobile-haeder5 .mobile-logo {
    height: 32px;
    width: 180px;
}

.mobile-header.mobile-haeder5 .mobile-nav-icon {
    color: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar5 {
    background: var(--ztc-text-text-1);
    overflow-y: scroll;
}

.mobile-sidebar.mobile-sidebar5 .logos {
    height: 32px;
    width: 180px;
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li a {
    font-weight: var(--ztc-weight-medium);
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 .mobile-nav-list.nav-list1 li ul li a li a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium) !important;
    line-height: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-2);
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 .header-btn2-h5 {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    margin-bottom: 20px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single {
    display: flex;
    margin-bottom: 16px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-2);
    line-height: var(--ztc-font-size-font-s24);
    margin-left: 6px;
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu {
    margin-bottom: 50px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
    line-height: 30px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-8);
    border-radius: 50%;
    padding: 0;
    line-height: 42px;
    transition: all 0.4s ease-in-out;
    color: var(--ztc-text-text-8);
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    background: var(--ztc-text-text-8);
    transition: all 0.4s ease-in-out;
    transform: translateY(-3px);
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-8);
}

/*============= MOBILE MENU CSS AREA ===============*/

/*============= FOOTER CSS AREA ===============*/
.footer1-section-area {
    position: relative;
    z-index: 1;
    padding: 100px 0 32px;
}

@media (max-width: 767px) {
    .footer1-section-area {
        padding: 60px 0 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer1-section-area {
        padding: 60px 0 32px;
    }
}

@media (max-width: 767px) {
    .footer1-section-area .footer-logo {
        margin-bottom: 30px;
        text-align: center;
    }
}

.footer1-section-area .footer-logo img {
    width: 120px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: contain;
}

.footer1-section-area .footer-logo p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 26px;
}

.footer1-section-area .footer-logo ul li {
    display: inline-block;
}

.footer1-section-area .footer-logo ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: #FCEBC8;
    color: var(--ztc-text-text-4);
    margin: 0 4px 0 0;
}

.footer1-section-area .footer-logo ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-bg-bg-2);
}

.footer1-section-area .footer-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer1-section-area .footer-content {
        padding: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer1-section-area .footer-content {
        padding: 0;
        padding-bottom: 20px;
    }
}

.footer1-section-area .footer-content 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;
}

.footer1-section-area .footer-content ul li {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer1-section-area .footer-content .custom-ul{
    display: flex;
    flex-direction: column;
}

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

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

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

@media (max-width: 767px) {
    .footer1-section-area .footer-content2 {
        text-align: center;
    }
}

.footer1-section-area .footer-content2 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;
}

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

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

.footer1-section-area .footer-content2 .author-box {
    margin-top: 32px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.footer1-section-area .footer-content2 .author-box:hover .icons {
    background: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.footer1-section-area .footer-content2 .author-box .icons {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(252, 235, 200, 0.5);
    transition: all 0.4s;
    text-align: center;
    line-height: 50px;
    position: absolute;
}

.footer1-section-area .footer-content2 .author-box .text {
    padding-left: 66px;
}

.footer1-section-area .footer-content2 .author-box .text h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
}

.footer1-section-area .footer-content2 .author-box .text p a {
    color: var(--ztc-text-text-2);
    padding-top: 0;
    line-height: 22px;
}

.contact1-section-area .contact-header .contact-author-area .author-box .text a {
    color: var(--Paragraph-Color, #6C757D);
    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;
    padding-top: 12px;
}

@media (max-width: 767px) {
    .footer1-section-area .footer-form {
        margin-top: 30px;
        text-align: center;
    }
}

.footer1-section-area .footer-form 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;
}

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

.footer1-section-area .footer-form form input {
    background: #F7F8FA;
    width: 100%;
    padding: 16px 16px;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: var(--ztc-weight-semibold);
}

.footer1-section-area .footer-form form input::-moz-placeholder {
    color: #575E63;
    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;
}

.footer1-section-area .footer-form form input::placeholder {
    color: #575E63;
    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;
}

.footer1-section-area .footer-form form button {
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
}

.footer1-section-area .copyright-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0 0;
    border-top: 1px solid #E5E7EB;
    margin-top: 30px;
}

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

.footer1-section-area .copyright-area p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    opacity: 0.7;
}

.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-regular);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    opacity: 0.7;
}

.footer1-section-area .copyright-area ul li a span {
    margin: 0 4px;
}

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

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

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
.homepage1-body, html {
    overflow-x: hidden !important;
}

.commingsoon {
    height: 280px !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: blur(5px);
    border-radius: 4px;
}

.homepage1-body {
    overflow-x: hidden;
}

.homepage1-body .header-area.homepage1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 16px 0;
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu {
    position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
    display: inline-block;
    position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .custom-a{
    color: #03071E;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.7;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
    top: 42%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-text-text-2);
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #E5E7EB;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
    position: absolute;
    top: 30%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 25%;
    right: 25%;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    padding: 6px 15px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    margin-top: 20px;
    text-align: center;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 50px;
    position: absolute;
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 50px;
    position: absolute;
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-2);
    display: inline-block;
    transition: all 0.4s;
    padding: 0 20px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a {
    transition: all 0.4s;
    color: var(--ztc-text-text-4) !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 100px;
    z-index: 1;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 15px;
    left: -160px;
    width: 1100px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 100px;
    width: 225px;
    z-index: 1;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 15px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
    position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
    background: var(--ztc-text-text-4);
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
    display: block;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
    font-family: var(--ztc-family-font1);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
    padding: 8px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    color: var(--ztc-text-text-2);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    transition: all 0.4s;
    z-index: -1;
    left: -10px;
    top: 20%;
    border-radius: 4px;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    background: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 25px;
    color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
    border-radius: 4px;
    visibility: visible;
    transition: all 0.4s;
    opacity: 1;
    left: 0;
}

.header-area.homepage1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all 0.4s;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage1-body, html {
    overflow-x: hidden !important;
}

.homepage1-body {
    overflow-x: hidden;
}

.homepage1-body .header-area.homepage1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 16px 0;
    transition: all 0.4s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.homepage1-body .header-area.homepage1 nav#navbar-example2 {
    display: block;
    padding: 0;
}

.homepage1-body .header-area.homepage1 nav#navbar-example2 ul li a.nav-link.active {
    color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .site-logo {
    height: 60px;
    width: 220px;
    -o-object-fit: contain;
    object-fit: contain;

    a {
        color: #FFFFFF;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .homepage1-body .header-area.homepage1 .header-elements .site-logo{
        width: 80px;
    }
    .homepage1-body .header-area.homepage1 .header-elements .site-logo a span{
        display: none;
    }
}

.homepage1-body .header-area.homepage1 .header-elements .all-images-menu {
    display: flex;
    align-items: center;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu {
    position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li.menu-small a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    top: 10px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul ul.small-menu {
    position: absolute;
    background: #fff;
    width: 225px;
    left: 200px;
    border-radius: 4px;
    padding: 15px;
    top: 0;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul ul.small-menu.service-small {
    width: 280px !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a.plus i::before {
    content: "+";
    font-size: var(--ztc-font-size-font-s12);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
    display: inline-block;
    position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 20px 0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
    top: 37%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    opacity: 0;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    border: 1px solid #E5E7EB;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
    position: absolute;
    top: 20%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 14%;
    right: 14%;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    padding: 16px 20px;
    position: relative;
    z-index: 1;
    width: 155px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    right: 50%;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    top: 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    top: 10px;
    left: 0px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -71px;
    top: -66px;
    transition: all 0.4s;
    background: #FF6610;
    transform: rotate(-45deg);
    z-index: -1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
    font-size: var(--ztc-font-size-font-s12);
    font-weight: var(--ztc-weight-bold);
    font-family: var(--ztc-family-font1);
    transition: all 0.4s;
    line-height: var(--ztc-font-size-font-s12);
    color: var(--ztc-text-text-1);
    transform: rotate(-45deg);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    margin-top: 20px;
    text-align: center;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
    top: 201.3%;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 50px;
    position: absolute;
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-2);
    display: inline-block;
    transition: all 0.4s;
    padding: 0 20px;
    color: var(--ztc-text-text-1);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a {
    transition: all 0.4s;
    color: var(--ztc-text-text-4) !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 100px;
    z-index: 1;
    transition: all 0.4s;
    padding: 20px 0 0 20px;
    left: 50%;
    width: 1300px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    display: block;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    margin-left: -350px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 100px;
    width: 225px;
    z-index: 1;
    transition: all 0.4s;
    padding: 15px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
    position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
    background: var(--ztc-text-text-4);
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
    display: block;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
    font-family: var(--ztc-family-font1);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
    padding: 8px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--ztc-text-text-2);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    transition: all 0.4s;
    z-index: -1;
    left: -10px;
    top: 20%;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    background: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 25px;
    color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
    visibility: visible;
    transition: all 0.4s;
    opacity: 1;
    left: 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    padding: 36px 0;
    left: -740px;
    width: 1300px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: flex;
    padding: 32px;
    justify-content: space-between;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all ul li {
    display: block;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all ul li a {
    display: block !important;
    padding: 12px 0 0 0 !important;
    font-size: var(--ztc-font-size-font-s18);
    color: var(--ztc-text-text-2);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all ul li a::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    transition: all 0.4s;
    z-index: -1;
    left: -10px;
    top: 25%;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    background: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all ul li a:hover {
    padding-left: 15px !important;
    color: var(--ztc-text-text-4);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all ul li a:hover::after {
    visibility: visible;
    transition: all 0.4s;
    opacity: 1;
    left: 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .mega-menu-single {
    position: relative;
    width: 300px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .mega-menu-single h3 {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
    font-weight: 600;
    color: var(--ztc-text-text-2);
    position: relative;
    margin-bottom: 10px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .images {
    position: relative;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .images .img1 {
    position: relative;
    z-index: 1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .images .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    opacity: 0.6;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .images .img1 img {
    height: 342px;
    width: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .images .content {
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 40px;
    margin-top: -120px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .images .content h3 {
    font-size: var(--ztc-font-size-font-s24);
    font-family: var(--ztc-family-font1);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    line-height: 34px;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .images .content .header-btn1 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    padding: 16px 20px !important;
    position: relative;
    z-index: 1;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .images .content .header-btn1 i {
    margin-left: 4px;
    transform: rotate(-45deg);
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .images .content .header-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    right: 50%;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    top: 0;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .images .content .header-btn1:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .mega-menu-all .images .content .header-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-area.homepage1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    background: var(--ztc-bg-bg-2);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    transition: all 0.4s;
    background-image: url(../img/all-images/bg/cta-bg1.png);
}

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

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

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

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

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

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

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* END: Preloader */
.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(255, 255, 255, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}

.progress-wrap:hover {
    background: var(--ztc-text-text-2);
    transform: translateY(-5px);
    box-shadow: 0 0 15px 0 var(--ztc-text-text-16);
    transition: all 0.4s ease-in-out;
    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;
}

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

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

.star2 {
    position: absolute;
    right: 0;
    z-index: -1;
}

.star3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

/*============= PRICING CSS AREA STARTS ===============*/

/*============= ERROR CSS AREA ENDS ===============*/

/*============= TEAM CSS AREA ===============*/

/*============= FAQ CSS AREA ===============*/
.faq-inner-area {
    position: relative;
    z-index: auto;
}

.faq-inner-area h2 {
    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: 700;
    line-height: 32px;
}

.faq-inner-area .service-widget-area {
    position: sticky;
    top: 100px;
}

.faq-inner-area .service-widget-area h3 {
    color: var(--Text-Color, #03071E);
    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;
}

.faq-inner-area .service-widget-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.faq-inner-area .service-widget-area .categories {
    background: #F6F8FA;
    padding: 24px 20px;
    transition: all 0.4s;
}

.faq-inner-area .service-widget-area .categories 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: 500;
    line-height: 16px;
    display: block;
    transition: all 0.4s;
    padding: 19px 16px;
    background: var(--ztc-bg-bg-1);
    margin-top: 16px;
}

.faq-inner-area .service-widget-area .categories ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.faq-inner-area .service-widget-area .download-area {
    background: #F6F8FA;
    padding: 24px 20px;
    transition: all 0.4s;
}

.faq-inner-area .service-widget-area .download-area .btn-area1 a {
    width: 100%;
    text-align: center;
}

.faq-inner-area .service-widget-area .download-area .btn-area1 a i {
    transform: rotate(0);
    margin: 0 4px 0 0;
}

.faq-inner-area .service-widget-area .download-area .btn-area1 .header-btn1.btn2 {
    background: transparent;
    border: 1px solid var(--ztc-text-text-2);
}

.faq-inner-area .faq-widget-area {
    padding: 0 0 0 30px;
}

@media (max-width: 767px) {
    .faq-inner-area .faq-widget-area {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-inner-area .faq-widget-area {
        padding: 0;
        margin-top: 30px;
    }
}

.faq-inner-area .faq-widget-area .accordion .accordion-item {
    margin-top: 20px;
    border-radius: none;
    background: #F6F8FA;
    border: none;
    padding: 24px;
}

.faq-inner-area .faq-widget-area .accordion .accordion-item button {
    color: var(--Text-Color, #03071E);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    transition: all 0.4s;
    border: none;
    box-shadow: none;
    outline: none;
    background: #F6F8FA;
    padding: 0;
}

@media (max-width: 767px) {
    .faq-inner-area .faq-widget-area .accordion .accordion-item button {
        line-height: 26px;
    }
}

.faq-inner-area .faq-widget-area .accordion .accordion-item button::after {
    height: 13px;
    width: 2px;
    background: var(--ztc-text-text-2);
    display: inline-block;
    content: "";
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.faq-inner-area .faq-widget-area .accordion .accordion-item button::before {
    height: 13px;
    width: 2px;
    background: var(--ztc-text-text-2);
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    transition: all 0.4s;
    top: 50% !important;
    transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 767px) {
    .faq-inner-area .faq-widget-area .accordion .accordion-item button::before {
        top: 20px;
    }
}

.faq-inner-area .faq-widget-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.faq-inner-area .faq-widget-area .accordion .accordion-item .accordion-body {
    padding: 0;
}

.faq-inner-area .faq-widget-area .accordion .accordion-item .accordion-body p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 18px 50px 0 0;
}

@media (max-width: 767px) {
    .faq-inner-area .faq-widget-area .accordion .accordion-item .accordion-body p {
        padding: 18px 0 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-inner-area .faq-widget-area .accordion .accordion-item .accordion-body p {
        padding: 18px 0 0 0;
    }
}

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1-section-area {
    position: relative;
    z-index: 1;
    background: #F6F8FA;
}

.contact1-section-area .contact-header {
    padding: 0 50px 0 0;
}

@media (max-width: 767px) {
    .contact1-section-area .contact-header {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact1-section-area .contact-header {
        padding: 0;
    }
}

.contact1-section-area .contact-header h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
}

.contact1-section-area .contact-header ul {
    border-bottom: 1px solid #CED4DA;
    padding-bottom: 16px;
}

.contact1-section-area .contact-header ul li {
    display: inline-block;
    margin: 0 72px 0 0;
}

.contact1-section-area .contact-header ul li a {
    color: var(--ztc-text-text-3);
    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: 16px;
    display: inline-block;
    transition: all 0.4s;
}

.contact1-section-area .contact-header ul li a i {
    color: var(--ztc-text-text-2);
    margin: 0 8px 0 0;
    font-size: var(--ztc-font-size-font-s20);
}

.contact1-section-area .contact-header .contact-author-area .author-box {
    margin-top: 32px;
    position: relative;
    z-index: 1;
}

.contact1-section-area .contact-header .contact-author-area .author-box:hover .icons {
    background: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.contact1-section-area .contact-header .contact-author-area .author-box .icons {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(252, 235, 200, 0.5);
    transition: all 0.4s;
    text-align: center;
    line-height: 50px;
    position: absolute;
}

.contact1-section-area .contact-header .contact-author-area .author-box .text {
    padding-left: 66px;
}

.contact1-section-area .contact-header .contact-author-area .author-box .text h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
}

.contact1-section-area .contact-header .contact-author-area .author-box .text a {
    color: var(--Paragraph-Color, #6C757D);
    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;
    padding-top: 12px;
}

.contact1-section-area .contact-boxarea {
    position: relative;
    z-index: 1;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

@media (max-width: 767px) {
    .contact1-section-area .contact-boxarea {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact1-section-area .contact-boxarea {
        margin-top: 30px;
    }
}

.contact1-section-area .contact-boxarea .input-area p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
}

.contact1-section-area .contact-boxarea .input-area input {
    width: 100%;
    border: 1px solid #EAEBEB;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    padding: 16px 16px;
}

.contact1-section-area .contact-boxarea .input-area input::-moz-placeholder {
    color: var(--Paragraph-Color, #6C757D);
    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;
}

.contact1-section-area .contact-boxarea .input-area input::placeholder {
    color: var(--Paragraph-Color, #6C757D);
    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;
}

.contact1-section-area .contact-boxarea .input-area textarea {
    width: 100%;
    border: 1px solid #EAEBEB;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    padding: 16px 16px;
    height: 230px;
}

.contact1-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
    color: var(--Paragraph-Color, #6C757D);
    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;
}

.contact1-section-area .contact-boxarea .input-area textarea::placeholder {
    color: var(--Paragraph-Color, #6C757D);
    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;
}

.contact1-section-area .contact-boxarea .input-area button {
    border: none;
    outline: none;
}

.mapouter .gmap_canvas iframe {
    width: 100%;
    height: 750px;
}

@media (max-width: 767px) {
    .mapouter .gmap_canvas iframe {
        height: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mapouter .gmap_canvas iframe {
        height: 200px;
    }
}

.error-section-area .error-header .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta1-section-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/panomaric.avif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta1-section-area::before{
    content: "";
    position: absolute;
    inset: 0;
    /* lighter at top, darker at bottom (tweak values) */
    background: linear-gradient(
            to bottom,
            rgba(0,0,0,0.25) 0%,
            rgba(0,0,0,0.55) 60%,
            rgba(0,0,0,0.75) 100%
    );
    z-index: 0;
}

.cta1-section-area > .container{
    position: relative;
    z-index: 1;
}

.cta1-section-area .cta-header 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-bold);
    line-height: 52px;
}

@media (max-width: 767px) {
    .cta1-section-area .cta-header h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.cta1-section-area .btn-area {
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-section-area .btn-area {
        text-align: start;
        padding-top: 30px;
    }
}

.cta1-section-area .btn-area .header-btn2 {
    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;
    border: 1px solid #fff;
    padding: 15px 20px;
    position: relative;
    z-index: 1;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .cta1-section-area .btn-area .header-btn2 {
        margin-left: 0;
        margin-top: 20px;
    }

    .cta1-section-area .btn-area .header-btn2 {
        color: var(--ztc-text-text-2);
        background: var(--ztc-text-text-4);
        border: 0;
    }
}


.cta1-section-area .btn-area .header-btn2 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.cta1-section-area .btn-area .header-btn2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    right: 50%;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    top: 0;
}

.cta1-section-area .btn-area .header-btn2:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    border: 1px solid var(--ztc-text-text-2);
}

.cta1-section-area .btn-area .header-btn2:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.cta1-section-area .btn-area .header-btn2:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

/*============= WORKS CSS AREA ===============*/
.works-section-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-2);
}

.works-section-area .step-by-step {
    position: relative;
    z-index: 1;
}

.works-section-area .step-by-step::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    top: 10px;
    background: var(--ztc-bg-bg-1);
    z-index: -1;
}

.works-section-area .step-by-step .step-area {
    margin-bottom: 30px;
}

.works-section-area .step-by-step .step-area h4 {
    height: 20px;
    width: 20px;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
}

.works-section-area .step-by-step .step-area 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;
}

.works-section-area .step-by-step .step-area a:hover {
    color: var(--ztc-text-text-4);
}

.works-section-area .step-by-step .step-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 28px;
    opacity: 0.8;
}

/* =========================================
   LEGAL PAGES (Impressum + Datenschutz)
   Using your palette:
   #03071E (dark), #F4F9E6 (soft bg),
   #FFAF01 / #FF6610 accents, borders #E5E7EB
   ========================================= */

.legal-page {
    background: #ffffff;
    color: #03071E;
    padding: 90px 0 70px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .legal-page {
        padding: 70px 0 50px;
    }
}

/* Centered container that matches your layout */
.legal-wrap {
    max-width: 980px;
    margin: 0 auto;
}

/* Top header area */
.legal-head {
    text-align: center;
    margin-bottom: 26px;
}

.legal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #FFAF01; /* accent */
}

.legal-kicker img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.legal-title {
    margin: 14px 0 0;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 900;
    color: #03071E;
}

@media (max-width: 768px) {
    .legal-title {
        font-size: 30px;
    }
}

/* Main card */
.legal-card {
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 12px 35px rgba(3, 7, 30, 0.08);
}

@media (max-width: 768px) {
    .legal-card {
        padding: 18px;
    }
}

/* Typography inside */
.legal-card h3 {
    font-size: 20px;
    font-weight: 900;
    color: #03071E;
    margin: 22px 0 10px;
    position: relative;
    padding-left: 12px;
}

.legal-card h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 18px;
    border-radius: 6px;
    background: #FF6610; /* orange accent */
}

.legal-text {
    font-size: 16px;
    line-height: 1.85;
    color: #03071E;
    margin: 0 0 12px;
}

.legal-muted {
    font-size: 14px;
    line-height: 1.8;
    color: #6C757D;
    margin: 0;
}

/* Divider */
.legal-divider {
    height: 1px;
    background: #dfdcdc;
    margin: 18px 0;
}

/* Lists */
.legal-list {
    margin: 10px 0 14px;
    padding-left: 18px;
}

.legal-list li {
    margin: 6px 0;
    line-height: 1.75;
    color: #03071E;
}

.legal-list li::marker {
    color: #FF6610;
}

/* Links */
.legal-card a {
    color: #1063FF;
    font-weight: 800;
    text-decoration: none;
}

.legal-card a:hover {
    text-decoration: underline;
}

/* Highlight info box */
.legal-note {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-left: 4px solid #FFAF01;
    border-radius: 14px;
    padding: 14px 16px;
    margin-top: 16px;
}

/* Bottom helper text */
.legal-bottom {
    margin-top: 18px;
    opacity: 0.9;
}

/* Optional active link style in header menu */
.main-menu ul li a.active {
    color: #FFAF01 !important;
}
