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 circle-1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1000deg);
    }
}
.keyframe6 {
    position: relative;
    animation-name: circle-1;
    animation-duration: 150s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(30px);
    }
}
.aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50px);
    }
}
.aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(60px);
    }
}
.aniamtion-key-3 {
    position: relative;
    animation-name: animation-3;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-4 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(40px);
    }
}
.aniamtion-key-4 {
    position: relative;
    animation-name: animation-4;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-6 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}
.aniamtion-key-6 {
    position: relative;
    animation-name: animation-6;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-8 {
    0% {
        padding-left: 0px;
    }
    100% {
        padding-left: 50px;
    }
}
.aniamtion-key-7 {
    position: relative;
    animation-name: animation-8;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes fade-in-down {
    0% {
        transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.pulse-border {
    position: relative;
    animation-name: pulse-border;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-100%);
    }
}
@keyframes marquee-2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translatex(0);
    }
}
p {
    color: var(--ztc-text-text-1);
}

:root {
    --ztc-text-text-1: #fff;
    --ztc-text-text-2: #9fbd17;
    --ztc-text-text-3: rgba(255, 255, 255, 0.8);
    --ztc-text-text-4: #03060a;
    --ztc-text-text-5: rgba(17, 17, 17, 0.9);
    --ztc-text-text-6: #fefe1f;
    --ztc-text-text-7: #03060a;
    --ztc-text-text-8: #cef12b;
    --ztc-text-text-9: #fefe1f;
    --ztc-text-text-10: #03060a;
    --ztc-text-text-12: #03060a;
    /* --ztc-text-text-11: #F13A00; */
    --ztc-text-text-11: #dda50b;
    --ztc-bg-bg-1: #fff;
    --ztc-bg-bg-2: #9fbd17;
    --ztc-bg-bg-3: rgba(255, 255, 255, 0.06);
    --ztc-bg-bg-4: #fefe1f;
    --ztc-bg-bg-5: #111111;
    --ztc-bg-bg-6: #2d3034;
    --ztc-bg-bg-7: #cef12b;
    --ztc-bg-bg-8: #fefe1f;
    --ztc-bg-bg-9: #111111;
    --ztc-bg-bg-10: var(
        --Color,
        linear-gradient(90deg, #ff4308 0%, #fb8500 100%)
    );
    --ztc-bg-bg-11: var(
        --Color,
        linear-gradient(90deg, #f3c64c 0%, #dda50b 100%)
    );
    --ztc-bg-bg-12: #ffbd39;
    --ztc-bg-bg-13: #e61c5d;
    --ztc-bg-bg-14: #2e2b2ba3;
    --ztc-bg-bg-15: #ffffff14;
    --ztc-bg-bg-16: #ffffff0a;
    --ztc-border-border-1: #e5e7eb;
    --ztc-border-border-2: #dfdcdc;
    /* --ztc-border-border-3: #F13A00; */
    --ztc-border-border-3: #dda50b;
    --ztc-font-size-font-s10: 10px;
    --ztc-font-size-font-s12: 12px;
    --ztc-font-size-font-s14: 14px;
    --ztc-font-size-font-s16: 16px;
    --ztc-font-size-font-s18: 18px;
    --ztc-font-size-font-s20: 20px;
    --ztc-font-size-font-s22: 22px;
    --ztc-font-size-font-s24: 24px;
    --ztc-font-size-font-s26: 26px;
    --ztc-font-size-font-s28: 28px;
    --ztc-font-size-font-s30: 30px;
    --ztc-font-size-font-s32: 32px;
    --ztc-font-size-font-s34: 34px;
    --ztc-font-size-font-s36: 36px;
    --ztc-font-size-font-s38: 38px;
    --ztc-font-size-font-s40: 40px;
    --ztc-font-size-font-s42: 42px;
    --ztc-font-size-font-s44: 44px;
    --ztc-font-size-font-s46: 46px;
    --ztc-font-size-font-s48: 48px;
    --ztc-font-size-font-s50: 50px;
    --ztc-font-size-font-s52: 52px;
    --ztc-font-size-font-s54: 54px;
    --ztc-font-size-font-s56: 56px;
    --ztc-font-size-font-s58: 58px;
    --ztc-font-size-font-s60: 60px;
    --ztc-font-size-font-s62: 62px;
    --ztc-font-size-font-s64: 64px;
    --ztc-font-size-font-s66: 66px;
    --ztc-font-size-font-s68: 68px;
    --ztc-font-size-font-s70: 70px;
    --ztc-font-size-font-s80: 80px;
    --ztc-font-size-font-s100: 100px;
    --ztc-font-size-font-s10: 10px;
    --ztc-font-size-font-s12: 12px;
    --ztc-font-size-font-s14: 14px;
    --ztc-font-size-font-s16: 16px;
    --ztc-font-size-font-s18: 18px;
    --ztc-font-size-font-s20: 20px;
    --ztc-font-size-font-s22: 22px;
    --ztc-font-size-font-s24: 24px;
    --ztc-font-size-font-s26: 26px;
    --ztc-font-size-font-s28: 28px;
    --ztc-font-size-font-s30: 30px;
    --ztc-font-size-font-s32: 32px;
    --ztc-font-size-font-s34: 34px;
    --ztc-font-size-font-s36: 36px;
    --ztc-font-size-font-s38: 38px;
    --ztc-font-size-font-s40: 40px;
    --ztc-font-size-font-s42: 42px;
    --ztc-font-size-font-s44: 44px;
    --ztc-font-size-font-s46: 46px;
    --ztc-font-size-font-s48: 48px;
    --ztc-font-size-font-s50: 50px;
    --ztc-font-size-font-s52: 52px;
    --ztc-font-size-font-s54: 54px;
    --ztc-font-size-font-s56: 56px;
    --ztc-font-size-font-s58: 58px;
    --ztc-font-size-font-s60: 60px;
    --ztc-font-size-font-s62: 62px;
    --ztc-font-size-font-s64: 64px;
    --ztc-font-size-font-s66: 66px;
    --ztc-font-size-font-s68: 68px;
    --ztc-font-size-font-s70: 70px;
    --ztc-font-size-font-s80: 80px;
    --ztc-font-size-font-s100: 100px;
    --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", serif;
    --ztc-family-font2: "Space Grotesk", serif;
}
html.light-mode {
    --ztc-bg-bg-5: #fff; /* Light background */
    --ztc-text-text-7: #f4f4f5;
    --ztc-text-text-1: #1c1414;
    --ztc-text-text-9: #d91f34;
    --ztc-text-text-11: #1b5ebc;
    --ztc-text-text-12: #fff;
    --ztc-bg-bg-6: #f4f4f4;
    --ztc-bg-bg-3: #f1f1f1;
    --ztc-bg-bg-14: #efefef;
    --ztc-bg-bg-15: #fbfbfb;
    --ztc-bg-bg-16: #efefef;
    --ztc-border-border-3: #1b5fbc;
    --ztc-bg-bg-11: var(
        --Color,
        linear-gradient(90deg, #1b5fbc 0%, #4687e0 100%)
    );
    /* --ztc-bg-bg-1: #FEFE1F; */
    /* --ztc-text-text-11: #FEFE1F; */
}

/*============= Custom Font Css ===============*/

.font-figtree {
    font-family: var(--ztc-family-font1) !important;
}
.font-space {
    font-family: var(--ztc-family-font2) !important;
}
/*============= HEDAER CSS AREA ===============*/
.change-language{
    font-family: var(--ztc-family-font1);
}
.change-language h3{
    font-weight: 700;
    color: var(--ztc-text-text-1);
}
.change-language .form-change{
    background-color: var(--ztc-bg-bg-14);
    color: var(--ztc-text-text-11);
    border: none;
    margin-top: .5rem;
    font-weight: 500;
}
.change-language .form-change .option.selected.focus{
    background-color: var(--ztc-text-text-11);
    color: white;
}
.change-language .form-change .list{
    background-color: var(--ztc-bg-bg-15);
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--ztc-text-text-11);
    color: white;
}
.menuli.active {
    color: var(--ztc-text-text-11);
}
.hamburger_menu i {
    color: var(--ztc-text-text-1);
}
.theme-icon {
    color: var(--ztc-text-text-1);
    cursor: pointer;
}
.mobile-darkmode {
    width: 55px;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.2rem;
    background-color: var(--ztc-bg-bg-14);
    border: 2px solid var(--ztc-bg-bg-14);
}
/*============= HERO CSS AREA ===============*/
.float-img {
    width: 200px;
}
@media screen and (min-width: 1200px) {
    .float-img {
        width: 400px;
    }
}
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
.paragraph-service {
    width: fit-content;
    font-family: var(--ztc-family-font2);
    margin-block: 0.5rem;
}
.service-paragraph {
    width: 30ch;
}
@media screen and (min-width: 1200px) {
    .paragraph-service {
        width: 50%;
    }
    .service-paragraph {
        width: 55ch;
    }
}
.circle-relative {
    position: relative !important;
    overflow: hidden;
}
.default-circle {
    position: absolute !important;
    border-radius: 50%;
    background-color: var(--ztc-text-text-11);
}
.circle {
    top: -10rem;
    right: -6rem;
    width: 300px;
    height: 350px;
    z-index: 9;
    filter: blur(200px);
}
.circle-2 {
    bottom: -2rem;
    left: -3rem;
    width: 300px;
    height: 300px;
    filter: blur(150px);
}
.circle-3 {
    top: -8rem;
    left: -5rem;
    width: 300px;
    height: 300px;
    filter: blur(200px);
}
.circle-4 {
    top: -8rem;
    right: -5rem;
    width: 300px;
    height: 300px;
    filter: blur(200px);
}
.circle-5 {
    top: -5rem;
    left: -3rem;
    width: 200px;
    height: 400px;
    filter: blur(200px);
}
.circle-6 {
    bottom: -5rem;
    right: -3rem;
    width: 200px;
    height: 300px;
    z-index: -99;
    filter: blur(150px);
}
.circle-7 {
    bottom: -5rem;
    left: -3rem;
    width: 200px;
    height: 300px;
    filter: blur(150px);
}
.circle-8 {
    top: -15rem;
    left: 35%;
    width: 500px;
    height: 300px;
    filter: blur(150px);
}
/*============= WORK CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.icon-quote i {
    color: var(--ztc-text-text-1);
}
/*============= BLOG CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= CASE CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
    color: var(--ztc-text-text-9);
    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;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.heading1 h5 img {
    margin: -5px 4px 0 0;
}
.heading1 h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s48);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 62px;
    letter-spacing: -0.96px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .heading1 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.heading1 p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.heading2 h5 {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
}
.heading2 h5 img {
    margin: -5px 4px 0 0;
}
.heading2 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) {
    .heading2 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.heading2 p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    opacity: 80%;
}

.heading3 h5 {
    /* background: var(--Color, linear-gradient(90deg, #1B5FBC 0%, #4687e0 100%)); */
    color: var(--ztc-text-text-9);
    /* background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    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;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.heading3 h5 img {
    margin: -5px 4px 0 0;
}
.heading3 h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s48);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 62px;
    letter-spacing: -0.96px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .heading3 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.heading3 p {
    /* color: rgba(255, 255, 255, 0.8); */
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.vl-btn1 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    padding: 18px 22px;
    border-radius: var(--rounded-lg, 8px);
    position: relative;
    z-index: 1;
}
.vl-btn1:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
    transform: translateY(-5px);
}
.vl-btn1:hover::before {
    border-bottom: 4px solid var(--ztc-bg-bg-1);
    transition: all 0.4s;
}
.vl-btn1:hover::after {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s;
}
.vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    bottom: 0;
    left: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 8px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.vl-btn1::before {
    position: absolute;
    content: "";
    height: 4px;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid var(--ztc-bg-bg-2);
    transition: all 0.4s;
    width: 100%;
    z-index: 1;
    border-radius: 8px;
}

.vl-btn2 {
    color: white;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-11);
    padding: 17px 20px;
    border-radius: var(--rounded-lg, 4px);
    position: relative;
    z-index: 1;
}
.vl-btn2:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
    transform: translateY(-5px);
}
.vl-btn2:hover::before {
    border-bottom: 4px solid var(--ztc-bg-bg-1);
    transition: all 0.4s;
}
.vl-btn2:hover::after {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s;
}
.vl-btn2::after {
    position: absolute;
    content: "";
    height: 100%;
    bottom: 0;
    left: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 4px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.vl-btn3 {
    color: white;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-11);
    padding: 18px 22px;
    border-radius: var(--rounded-lg, 8px);
    position: relative;
    z-index: 1;
}
.vl-btn3:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
    transform: translateY(-5px);
}
.vl-btn3:hover::before {
    border-bottom: 4px solid var(--ztc-bg-bg-1);
    transition: all 0.4s;
}
.vl-btn3:hover::after {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s;
}
.vl-btn3::after {
    position: absolute;
    content: "";
    height: 100%;
    bottom: 0;
    left: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 8px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.vl-btn3::before {
    position: absolute;
    content: "";
    height: 4px;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid var(--ztc-border-border-3);
    transition: all 0.4s;
    width: 100%;
    z-index: 1;
    border-radius: 8px;
}

/*============= COMMON CSS AREA ENDS===============*/
.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.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;
}

.pagination-area ul {
    justify-content: center;
}
.pagination-area ul li a {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    border: none;
    outline: none;
    margin: 0 12px 0 0;
}
.pagination-area ul li a.active {
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-4);
}
.pagination-area ul li a:hover {
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}

.sp1 {
    padding: 100px 0 100px;
}
@media (max-width: 767px) {
    .sp1 {
        padding: 50px 0 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp1 {
        padding: 50px 0 50px;
    }
}

.sp2 {
    padding: 100px 0 70px;
}
@media (max-width: 767px) {
    .sp2 {
        padding: 50px 0 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp2 {
        padding: 50px 0 20px;
    }
}

.sp3 {
    padding: 100px 0 50px;
}

.sp4 {
    padding: 80px 0 80px;
}
@media (max-width: 767px) {
    .sp4 {
        padding: 40px 0 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp4 {
        padding: 40px 0 40px;
    }
}

.sp5 {
    padding: 60px 0 60px;
}
@media (max-width: 767px) {
    .sp5 {
        padding: 30px 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp5 {
        padding: 30px 0 30px;
    }
}

.sp6 {
    padding: 120px 0 120px;
}
@media (max-width: 767px) {
    .sp6 {
        padding: 60px 0 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp6 {
        padding: 60px 0 60px;
    }
}

.sp7 {
    padding: 120px 0 90px;
}
@media (max-width: 767px) {
    .sp7 {
        padding: 60px 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp7 {
        padding: 60px 0 30px;
    }
}

.sp8 {
    padding: 100px 0 0;
}
@media (max-width: 767px) {
    .sp8 {
        padding: 50px 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp8 {
        padding: 50px 0 0;
    }
}

.sp9 {
    padding: 120px 0 0;
}
@media (max-width: 767px) {
    .sp9 {
        padding: 60px 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp9 {
        padding: 60px 0 0;
    }
}

.sp10 {
    padding: 0 0 100px;
}
@media (max-width: 767px) {
    .sp10 {
        padding: 0 0 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp10 {
        padding: 0 0 50px;
    }
}

.space-margin60 {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .space-margin60 {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .space-margin60 {
        margin-bottom: 30px;
    }
}

/*============= SERVICE CSS AREA ===============*/
.service1-section-area {
    position: relative;
    z-index: 1;
}
.service1-section-area .service-branding-boxesarea {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
}
@media (max-width: 767px) {
    .service1-section-area .service-branding-boxesarea {
        padding: 30px;
        display: inline-block;
    }
}
.service1-section-area .service-branding-boxesarea:hover .arrow a {
    background: var(--ztc-text-text-8);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.service1-section-area .service-branding-boxesarea:hover .hidden-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.6s;
}
.service1-section-area .service-branding-boxesarea .hidden-img {
    position: absolute;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
}
@media (max-width: 767px) {
    .service1-section-area .service-branding-boxesarea .hidden-img {
        display: none;
    }
}
.service1-section-area .service-branding-boxesarea .hidden-img img {
    width: 300px;
    height: 300px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
}
.service1-section-area .service-branding-boxesarea .service-brand-head h2 a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-weight: var(--ztc-weight-bold);
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.88px;
    text-transform: uppercase;
    display: inline-block;
}
.service1-section-area
    .service-branding-boxesarea
    .service-brand-head
    h2
    a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .service1-section-area
        .service-branding-boxesarea
        .service-brand-head
        h2
        a {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 32px;
    }
}
.service1-section-area .service-branding-boxesarea .service-brand-head ul li {
    display: inline-block;
}
.service1-section-area .service-branding-boxesarea .service-brand-head ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    letter-spacing: -0.36px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    padding: 10px 12px;
    margin: 12px 6px 0 0;
}
.service1-section-area
    .service-branding-boxesarea
    .service-brand-head
    ul
    li
    a.active {
    background: var(--ztc-text-text-8);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .service1-section-area .service-branding-boxesarea .arrow {
        margin-top: 30px;
    }
}
.service1-section-area .service-branding-boxesarea .arrow a {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s30);
    transform: rotate(-45deg);
}
.service1-section-area .service-branding-boxesarea .arrow a:hover {
    background: var(--ztc-text-text-8);
    transition: all 0.4s;
    color: var(--ztc-text-text-4);
}
.service1-section-area .started-btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    margin-left: -50px;
}
.service1-section-area .started-btn svg {
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -40px;
}
.service1-section-area .started-btn a {
    color: var(--ztc-text-text-4);
    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: 20.462px;
    display: block;
}
.service1-section-area .started-btn a span {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
    color: var(--ztc-text-text-8);
    display: inline-block;
    transform: rotate(-45deg);
    background: var(--ztc-text-text-4);
}

.service2-section-area .service-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service2-section-area .service-header {
        display: block;
    }
    .service2-section-area .service-header .btn-area1 {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .service2-section-area .service-header {
        display: block;
    }
    .service2-section-area .service-header .btn-area1 {
        margin-top: 20px;
    }
}
.service2-section-area .image-container {
    flex: 1;
    text-align: center;
    /* position: relative; */
    height: 550px;
}
.service2-section-area .image-container:nth-child(2) {
    margin-bottom: 0;
}
.service2-section-area .image-container .image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s;
    opacity: 0;
    transform: rotateY(54deg);
    /* display: flex; */
}
.service2-section-area .image-container .image .service-img5 {
    /* width: 100%; */
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.service2-section-area .image-container .image .shape {
    position: absolute;
    top: 50px;
    left: -30px;
    z-index: -1;
}
.service2-section-area .image-container .image.active {
    opacity: 1;
    transition: all 0.5s;
    transform: rotateY(0deg);
}
.service2-section-area .list-container {
    flex: 1;
    padding-left: 20px;
}
.service2-section-area .list-container ul {
    list-style: none;
}
.service2-section-area .list-container li {
    padding: 32px 0;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--ztc-bg-bg-16);
}
.service2-section-area .list-container li .side-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .service2-section-area .list-container li .side-heading {
        display: block;
    }
}
.service2-section-area .list-container li .side-heading .heading-area a {
    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: 44px;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .service2-section-area .list-container li .side-heading .heading-area a {
        font-size: var(--ztc-font-size-font-s26);
        line-height: 32px;
    }
}
.service2-section-area .list-container li .side-heading .heading-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    opacity: 80%;
}
.service2-section-area .list-container li .side-heading .arrow a {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    display: inline-block;
    border: 1px solid var(--ztc-text-text-11);
    font-size: var(--ztc-font-size-font-s32);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.service2-section-area .list-container li .side-heading .arrow a i {
    transition: all 0.4s;
    rotate: -45deg;
}
@media (max-width: 767px) {
    .service2-section-area .list-container li .side-heading .arrow a {
        margin-top: 20px;
    }
}
.service2-section-area .list-container li:nth-last-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.service2-section-area .list-container li:hover .side-heading .heading-area a {
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}
.service2-section-area .list-container li:hover .side-heading .arrow a {
    background: var(--ztc-text-text-11);
    color: var(--ztc-text-text-4);
}
.service2-section-area .list-container li:hover .side-heading .arrow a i {
    color: white;
    rotate: 0deg;
}

.service3-section-area {
    position: relative;
    z-index: 1;
}
.service3-section-area .elements15 {
    position: absolute;
    right: 0;
    top: -750px;
    z-index: 1;
}
.service3-section-area .service-branding-boxesarea {
    position: relative;
    z-index: 1;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
}
.service3-section-area .service-branding-boxesarea::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    background: #282a2d;
    z-index: -1;
}
@media (max-width: 767px) {
    .service3-section-area .service-branding-boxesarea {
        padding: 30px;
        display: inline-block;
    }
}
.service3-section-area .service-branding-boxesarea:hover .arrow a {
    background: var(--ztc-text-text-11);
    color: white;
    transition: all 0.4s;
}
.service3-section-area .service-branding-boxesarea:hover .hidden-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform: rotate(12deg);
    transition: all 0.6s;
}
.service3-section-area .service-branding-boxesarea .hidden-img {
    position: absolute;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
    z-index: 2;
}
@media (max-width: 767px) {
    .service3-section-area .service-branding-boxesarea .hidden-img {
        display: none;
    }
}
.service3-section-area .service-branding-boxesarea .hidden-img img {
    width: 300px;
    height: 300px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
}
.service3-section-area .service-branding-boxesarea .service-brand-head h2 a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-weight: var(--ztc-weight-bold);
    font-style: normal;
    line-height: 44px;
    letter-spacing: -0.88px;
    text-transform: uppercase;
    display: inline-block;
}
.service3-section-area
    .service-branding-boxesarea
    .service-brand-head
    h2
    a:hover {
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .service3-section-area
        .service-branding-boxesarea
        .service-brand-head
        h2
        a {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 32px;
    }
}
.service3-section-area .service-branding-boxesarea .service-brand-head ul li {
    display: inline-block;
}
.service3-section-area .service-branding-boxesarea .service-brand-head ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    letter-spacing: -0.36px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 6px;
    background-color: var(--ztc-bg-bg-3);
    padding: 10px 12px;
    margin: 12px 6px 0 0;
}
.service3-section-area
    .service-branding-boxesarea
    .service-brand-head
    ul
    li
    a.active {
    background: var(--ztc-text-text-8);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .service3-section-area .service-branding-boxesarea .arrow {
        margin-top: 30px;
    }
}
.service3-section-area .service-branding-boxesarea .arrow a {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    transition: all 0.4s;
    background-color: var(--ztc-bg-bg-14);
    display: inline-block;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s30);
    transform: rotate(-45deg);
}
.service3-section-area .service-branding-boxesarea .arrow a:hover {
    background: var(--ztc-text-text-11);
    transition: all 0.4s;
    color: white;
    transform: rotate(0);
}
.service3-section-area .started-btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    margin-left: -50px;
}
.service3-section-area .started-btn svg {
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -40px;
}
.service3-section-area .started-btn a {
    color: var(--ztc-text-text-4);
    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: 20.462px;
    display: block;
}
.service3-section-area .started-btn a span {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
    color: var(--ztc-text-text-8);
    display: inline-block;
    transform: rotate(-45deg);
    background: var(--ztc-text-text-4);
}

.service4-section-area {
    position: relative;
    z-index: 1;
}
.service4-section-area .service-tabs-area .nav {
    justify-content: center;
}
.service4-section-area .service-tabs-area .nav li button {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    margin: 0 30px 0 0;
}
@media (max-width: 767px) {
    .service4-section-area .service-tabs-area .nav li button {
        margin: 50px 0 0 0 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service4-section-area .service-tabs-area .nav li button {
        margin: 50px 30px 0 0 !important;
    }
}
.service4-section-area .service-tabs-area .nav li button.active {
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
}
.service4-section-area .service-tabs-area .nav li button .icons {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-11);
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
}
.service4-section-area .service-tabs-area .nav li button .text {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    display: block;
    padding: 54px 20px 24px 20px;
}
.service4-section-area .service-tabs-area .tab-content .tab-pane {
    transform: translateY(100px);
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane.fade.show.active {
    transform: translateY(0px);
    transition: all 0.4s;
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-heading {
    padding: 0 50px 0 0;
}
@media (max-width: 767px) {
    .service4-section-area
        .service-tabs-area
        .tab-content
        .tab-pane
        .service-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service4-section-area
        .service-tabs-area
        .tab-content
        .tab-pane
        .service-heading {
        padding: 0;
        margin-bottom: 30px;
    }
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-heading
    h5 {
    font-size: var(--ztc-font-size-font-s18);
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-heading
    h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-heading
    p {
    font-size: var(--ztc-font-size-font-s16);
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-heading
    ul
    li {
    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-medium);
    line-height: 16px;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    padding-top: 16px;
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-heading
    ul
    li
    img {
    margin: 0 4px 0 0;
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-images {
    position: relative;
    z-index: 1;
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-images
    .img1 {
    text-align: center;
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-images
    .img1
    img {
    height: 350px;
    width: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-images
    .elements33 {
    position: absolute;
    bottom: -50px;
    left: 50px;
}
@media (max-width: 767px) {
    .service4-section-area
        .service-tabs-area
        .tab-content
        .tab-pane
        .service-images
        .elements33 {
        display: none;
    }
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-images
    .elements34 {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 767px) {
    .service4-section-area
        .service-tabs-area
        .tab-content
        .tab-pane
        .service-images
        .elements34 {
        display: none;
    }
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-images
    .elements35 {
    position: absolute;
    top: -45px;
    z-index: -1;
    max-width: 800px;
    max-height: 800px;
    left: 60px;
}
@media (max-width: 767px) {
    .service4-section-area
        .service-tabs-area
        .tab-content
        .tab-pane
        .service-images
        .elements35 {
        left: 0;
    }
}
.service4-section-area
    .service-tabs-area
    .tab-content
    .tab-pane
    .service-images
    .elements36 {
    position: absolute;
    bottom: -84px;
    right: 40px;
    z-index: -1;
}

.service-details-section {
    position: relative;
    z-index: 1;
}
.service-details-section .service-details-side {
    position: sticky;
    top: 120px;
}
.service-details-section .service-details-side 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;
    text-transform: uppercase;
}
.service-details-section .service-details-side .search-area {
    border-radius: 16px;
    background: var(--ztc-bg-bg-16);
    padding: 24px;
}
.service-details-section .service-details-side .search-area form {
    position: relative;
    z-index: 1;
}
.service-details-section .service-details-side .search-area form input {
    border-radius: 8px;
    background: var(--ztc-bg-bg-15);
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding: 19px 16px;
    width: 100%;
}
.service-details-section
    .service-details-side
    .search-area
    form
    input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.service-details-section
    .service-details-side
    .search-area
    form
    input::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.service-details-section .service-details-side .search-area form button {
    border: none;
    outline: none;
    color: var(--ztc-text-text-1);
    background: none;
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: var(--ztc-font-size-font-s20);
}
.service-details-section .service-details-side .category-area {
    border-radius: 16px;
    background: var(--ztc-bg-bg-16);
    padding: 24px;
}
.service-details-section .service-details-side .category-area ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    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;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    border-radius: 8px;
    background: var(--ztc-bg-bg-15);
    padding: 20px;
    margin-top: 18px;
    transition: all 0.4s;
}
.service-details-section .service-details-side .category-area ul li a:hover {
    background: var(--ztc-text-text-11);
    transition: all 0.4s;
    color: var(--ztc-text-text-12);
}
.service-details-section .service-details-side .contact-boxarea {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    padding: 24px;
}
.service-details-section
    .service-details-side
    .contact-boxarea
    .input-area
    input {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 20px 18px;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-family-font2);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    margin-top: 16px;
}
.service-details-section
    .service-details-side
    .contact-boxarea
    .input-area
    input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-family-font2);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.service-details-section
    .service-details-side
    .contact-boxarea
    .input-area
    input::placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-family-font2);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.service-details-section
    .service-details-side
    .contact-boxarea
    .input-area
    textarea {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 20px 18px;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-family-font2);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    height: 120px;
    margin-top: 16px;
}
.service-details-section
    .service-details-side
    .contact-boxarea
    .input-area
    textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-family-font2);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.service-details-section
    .service-details-side
    .contact-boxarea
    .input-area
    textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-family-font2);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.service-details-section
    .service-details-side
    .contact-boxarea
    .input-area
    button {
    border: none;
    outline: none;
    margin-top: 24px;
}
.service-details-section .service-details-area {
    padding: 0 0 0 30px;
}
@media (max-width: 767px) {
    .service-details-section .service-details-area {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details-section .service-details-area {
        padding: 0;
    }
}
.service-details-section .service-details-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.service-details-section .service-details-area h2 {
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
}
@media (max-width: 767px) {
    .service-details-section .service-details-area h2 {
        font-size: var(--ztc-font-size-font-s26) !important;
        line-height: 34px;
    }
}
.service-details-section .service-details-area 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;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}
.service-details-section .service-details-area .list-area ul li {
    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-medium);
    line-height: 16px;
    letter-spacing: -0.16px;
    margin-top: 18px;
}
.service-details-section .service-details-area .list-area ul li img {
    margin: 0 4px 0 0;
}
.service-details-section .service-details-area .images-area {
    padding-top: 48px;
    border-top: 1px solid #1c1f22;
}
.service-details-section .service-details-area .progresbar {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.service-details-section .service-details-area .progresbar .progressbar {
    position: relative;
}
.service-details-section
    .service-details-area
    .progresbar
    .progressbar
    .circle {
    height: 80px;
    width: 80px;
}
.service-details-section
    .service-details-area
    .progresbar
    .progressbar
    .circle
    canvas {
    width: 80px;
    height: 80px;
    transform: rotate(90deg);
}
.service-details-section .service-details-area .progresbar .progressbar .count {
    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; /* 100% */
    position: absolute;
    top: 37%;
    left: 28%;
}
.service-details-section .service-details-area .progresbar .content-area {
    padding-left: 10px;
}
.service-details-section .service-details-area .progresbar .content-area h4 {
    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; /* 100% */
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 170px 0 0;
}
@media (max-width: 767px) {
    .hero1-section-area .hero-header-area {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area .hero-header-area {
        margin-bottom: 50px;
    }
}
.hero1-section-area .hero-header-area h5 {
    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;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .hero1-section-area .hero-header-area h5 {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 16px;
    }
}
.hero1-section-area .hero-header-area h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s80);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 80px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area .hero-header-area h1 {
        font-size: var(--ztc-font-size-font-s70);
        line-height: 70px;
    }
}
@media (max-width: 767px) {
    .hero1-section-area .hero-header-area h1 {
        font-size: var(--ztc-font-size-font-s40);
        line-height: 40px;
    }
}
.hero1-section-area .hero-header-area h1 .elements1 {
    height: 70px;
    width: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: -5px;
}
@media (max-width: 767px) {
    .hero1-section-area .hero-header-area h1 .elements1 {
        display: none;
    }
}
.hero1-section-area .hero-header-area h1 .others-img1 {
    border-radius: 110px;
    border: 2px solid var(--Main-Color, #cef12b);
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    width: 150px;
    margin-top: -16px;
}
@media (max-width: 767px) {
    .hero1-section-area .hero-header-area h1 .others-img1 {
        display: none;
    }
}
.hero1-section-area .imges-header {
    position: relative;
    z-index: 1;
}
.hero1-section-area .imges-header .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero1-section-area .imges-header .arrow {
    position: absolute;
    top: 0;
    right: -30px;
}
@media (max-width: 767px) {
    .hero1-section-area .imges-header .arrow {
        right: 0;
    }
}
.hero1-section-area .imges-header .arrow a {
    background: rgba(255, 255, 255, 0.1);
    border-width: 5px;
    border: 5px solid #03060a;
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    display: inline-block;
    border-radius: 50%;
    padding: 10px;
}
.hero1-section-area .imges-header .arrow a .arrow1 {
    position: absolute;
    left: 38%;
    top: 38%;
}
.hero1-section-area .hero-bottom-images {
    position: relative;
    z-index: 1;
}
.hero1-section-area .hero-bottom-images .elements3 {
    position: absolute;
    z-index: 1;
    left: -25px;
    top: -40px;
}
@media (max-width: 767px) {
    .hero1-section-area .hero-bottom-images .elements3 {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area .hero-bottom-images .elements3 {
        display: none;
    }
}
.hero1-section-area .hero-bottom-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
@media (max-width: 767px) {
    .hero1-section-area .hero-bottom-images .img1 img {
        height: 300px;
    }
}
.hero1-section-area .hero-bottom-images .started-btn {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    cursor: pointer;
}
@media (max-width: 767px) {
    .hero1-section-area .hero-bottom-images .started-btn {
        bottom: 50px;
        right: 35px;
        top: inherit;
    }
}
.hero1-section-area .hero-bottom-images .started-btn svg {
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -40px;
}
.hero1-section-area .hero-bottom-images .started-btn a {
    color: var(--ztc-text-text-4);
    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: 20.462px;
    display: block;
}
.hero1-section-area .hero-bottom-images .started-btn a span {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
    color: var(--ztc-text-text-8);
    display: inline-block;
    transform: rotate(-45deg);
    background: var(--ztc-text-text-4);
}

.hero2-section-area {
    position: relative;
    z-index: 1;
    padding: 160px 0 0;
    overflow: hidden;
}
.hero2-section-area .main-images-area {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero2-section-area .main-images-area {
        top: -30px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero2-section-area .main-images-area {
        top: -30px;
    }
}
.hero2-section-area .hero-bg3 {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.hero2-section-area .top-heading h3 {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 54px;
    display: inline-block;
}
.hero2-section-area .top-heading h3 span {
    color: var(--ztc-text-text-9);
    font-style: italic;
}
.hero2-section-area .top-heading .arrow {
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .hero2-section-area .top-heading .arrow {
        right: 0;
    }
}
.hero2-section-area .top-heading .arrow a {
    border-width: 5px;
    border: 5px solid var(--ztc-text-text-4);
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    display: inline-block;
    border-radius: 50%;
}
.hero2-section-area .top-heading .arrow a .arrow1 {
    position: absolute;
    left: 38%;
    top: 38%;
}
.hero2-section-area .peragraph-area {
    width: 350px;
    position: relative;
    top: 430px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero2-section-area .peragraph-area {
        width: 250px;
        top: 360px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero2-section-area .peragraph-area {
        top: 360px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero2-section-area .peragraph-area {
        top: 0;
        left: 300px;
    }
}
@media (max-width: 767px) {
    .hero2-section-area .peragraph-area {
        top: 0;
        left: 0;
        margin-top: 30px;
    }
}
.hero2-section-area .peragraph-area p {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}
.hero2-section-area .marquee-wrap {
    width: 100%;
    position: relative;
}
.hero2-section-area .marquee-wrap .marquee-text {
    animation: marquee-2 30s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero2-section-area .marquee-wrap .marquee-text {
        animation: marquee-2 30s linear infinite;
    }
}
@media (max-width: 767px) {
    .hero2-section-area .marquee-wrap .marquee-text {
        animation: marquee-2 30s linear infinite;
    }
}
.hero2-section-area .marquee-wrap .marquee-text .main-heading {
    display: flex;
    align-items: center;
}
.hero2-section-area .marquee-wrap .marquee-text .main-heading h1 {
    font-family: var(--ztc-family-font1);
    font-size: 318px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 318px;
    letter-spacing: -31.8px;
    background: linear-gradient(
        180deg,
        #fff 31.92%,
        rgba(10, 13, 18, 0.3) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 30px;
    width: 100%;
    color: var(--ztc-text-text-1);
    position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero2-section-area .marquee-wrap .marquee-text .main-heading h1 {
        font-size: 300px;
        line-height: 300px;
    }
}
@media (max-width: 767px) {
    .hero2-section-area .marquee-wrap .marquee-text .main-heading h1 {
        font-size: 200px;
        line-height: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero2-section-area .marquee-wrap .marquee-text .main-heading h1 {
        font-size: 200px;
        line-height: 200px;
    }
}

.hero3-section-area {
    position: relative;
    z-index: 1;
    padding: 150px 0 80px;
}
.hero3-section-area .elements11 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.hero3-section-area .hero3-boxarea {
    background: var(--ztc-bg-bg-7);
    border-radius: 32px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .hero3-section-area .hero3-boxarea {
        display: block;
        padding: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-section-area .hero3-boxarea {
        display: block;
        padding: 20px;
    }
}
.hero3-section-area .hero3-boxarea .header-heading h5 {
    color: var(--ztc-text-text-4);
    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;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .hero3-section-area .hero3-boxarea .header-heading h5 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 14px;
    }
}
.hero3-section-area .hero3-boxarea .header-heading h5 img {
    filter: brightness(0);
    margin: -5px 4px 0 0;
}
.hero3-section-area .hero3-boxarea .header-heading h2 {
    color: var(--ztc-text-text-4);
    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: 70px;
    letter-spacing: -1.12px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .hero3-section-area .hero3-boxarea .header-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .hero3-section-area .hero3-boxarea .arrow {
        right: 0;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-section-area .hero3-boxarea .arrow {
        right: 0;
        margin-top: 20px;
    }
}
.hero3-section-area .hero3-boxarea .arrow a {
    background: rgba(3, 6, 10, 0.1);
    border-width: 5px;
    border: 3px solid #03060a;
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    display: inline-block;
    padding: 10px;
    height: 160px;
    width: 160px;
    border-radius: 50%;
}
.hero3-section-area .hero3-boxarea .arrow a img {
    filter: brightness(0);
}
.hero3-section-area .hero3-boxarea .arrow a .arrow1 {
    position: absolute;
    left: 38%;
    top: 38%;
    filter: brightness(0);
}
.hero3-section-area .images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 32px;
}
@media (max-width: 767px) {
    .hero3-section-area .images .img1 img {
        height: 300px;
    }
}
.hero3-section-area .images-contact-area {
    position: relative;
    z-index: 1;
    width: 370px;
}
@media (max-width: 767px) {
    .hero3-section-area .images-contact-area {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-section-area .images-contact-area {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}
.hero3-section-area .images-contact-area .img1 {
    position: relative;
    z-index: 1;
}
.hero3-section-area .images-contact-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(206, 241, 43, 0) 15.45%,
        rgba(206, 241, 43, 0.7) 77.05%
    );
    transition: all 0.4s;
    border-radius: 16px;
}
.hero3-section-area .images-contact-area .img1 img {
    height: 700px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
.hero3-section-area .images-contact-area .contact-boxarea {
    background: #18191e;
    padding: 24px 20px;
    border-radius: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
}
.hero3-section-area .images-contact-area .contact-boxarea h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 22px;
}
.hero3-section-area .images-contact-area .contact-boxarea .input-area input {
    width: 100%;
    height: 100%;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
}
.hero3-section-area
    .images-contact-area
    .contact-boxarea
    .input-area
    input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}
.hero3-section-area
    .images-contact-area
    .contact-boxarea
    .input-area
    input::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}
.hero3-section-area .images-contact-area .contact-boxarea .input-area textarea {
    width: 100%;
    height: 100px;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
}
.hero3-section-area
    .images-contact-area
    .contact-boxarea
    .input-area
    textarea::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}
.hero3-section-area
    .images-contact-area
    .contact-boxarea
    .input-area
    textarea::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}
.hero3-section-area
    .images-contact-area
    .contact-boxarea
    .input-area
    .nice-select {
    width: 100%;
    height: 100%;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
    border: none;
    box-shadow: none;
    margin-bottom: 16px;
}
.hero3-section-area
    .images-contact-area
    .contact-boxarea
    .input-area
    .nice-select::after {
    height: 7px;
    width: 7px;
}
.hero3-section-area
    .images-contact-area
    .contact-boxarea
    .input-area
    .nice-select
    ul.list {
    width: 100%;
    background: red!important;
}
.hero3-section-area
    .images-contact-area
    .contact-boxarea
    .input-area
    .nice-select
    ul.list
    li {
    color: var(--ztc-text-text-4)!important;
}
.hero3-section-area
    .images-contact-area
    .contact-boxarea
    .input-area
    .nice-select
    ul.list
    li.focus {
    background: var(--ztc-bg-bg-7)!important;
    color: var(--ztc-text-text-4)!important;
}
.hero3-section-area
    .images-contact-area
    .contact-boxarea
    .input-area
    .nice-select
    ul.list
    li:hover {
    background: var(--ztc-bg-bg-7)!important;
    color: var(--ztc-text-text-4)!important;
}
.hero3-section-area
    .images-contact-area
    .contact-boxarea
    .input-area
    .nice-select::-moz-placeholder {
    color: var(--ztc-text-text-1)!important;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}
.hero3-section-area
    .images-contact-area
    .contact-boxarea
    .input-area
    .nice-select::placeholder {
    color: var(--ztc-text-text-1)!important;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
}
.hero3-section-area .images-contact-area .contact-boxarea .input-area button {
    border: none;
    outline: none;
    overflow: hidden;
    text-align: end;
}

.hero4-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 220px 0 160px;
}
.hero4-section-area .elements27 {
    position: absolute;
    left: 0;
    top: 150px;
    top: 0;
}
.hero4-section-area .elements28 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.hero4-section-area .hero-header-area {
    position: relative;
}
@media (max-width: 767px) {
    .hero4-section-area .hero-header-area {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero4-section-area .hero-header-area {
        margin-bottom: 50px;
    }
}
.hero4-section-area .hero-header-area .elements30 {
    position: absolute;
    bottom: 0;
    left: -100px;
}
.hero4-section-area .hero-header-area h5 {
    color: var(--ztc-text-text-9);
    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;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .hero4-section-area .hero-header-area h5 {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 16px;
    }
}
.hero4-section-area .hero-header-area h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s80);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 80px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}
.hero4-section-area .hero-header-area h5 {
    color: var(--ztc-text-text-9);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero4-section-area .hero-header-area h1 {
        font-size: var(--ztc-font-size-font-s70);
        line-height: 70px;
    }
}
@media (max-width: 767px) {
    .hero4-section-area .hero-header-area h1 {
        font-size: var(--ztc-font-size-font-s40);
        line-height: 40px;
    }
}
.hero4-section-area .hero-header-area h1 .elements1 {
    height: 90px;
    width: 90px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: -5px;
}
@media (max-width: 767px) {
    .hero4-section-area .hero-header-area h1 .elements1 {
        display: none;
    }
}
.hero4-section-area .hero-header-area h1 .others-img1 {
    border-radius: 110px;
    border: 2px solid var(--ztc-text-text-11);
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    width: 150px;
    margin-top: -16px;
}
@media (max-width: 767px) {
    .hero4-section-area .hero-header-area h1 .others-img1 {
        display: none;
    }
}
.hero4-section-area .hero-header-area .btn-area1 a {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
}

.slider1-section-area {
    overflow: hidden !important;
}
.slider1-section-area .brand-single-box {
    display: inline-block;
}
.slider1-section-area .marquee-wrap {
    background-color: var(--ztc-text-text-8);
    width: 100%;
    position: relative;
}
.slider1-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding: 28px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider1-section-area .marquee-wrap .marquee-text {
        animation: marquee 30s linear infinite;
    }
}
@media (max-width: 767px) {
    .slider1-section-area .marquee-wrap .marquee-text {
        animation: marquee 30s linear infinite;
    }
}
.slider1-section-area .marquee-wrap .marquee-text .brand-single-box {
    display: inline-block;
}
.slider1-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    text-transform: uppercase;
}
.slider1-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
    margin: -10px 20px 0;
}

.slider2-section-area {
    overflow: hidden !important;
}
.slider2-section-area .brand-single-box {
    display: inline-block;
}
.slider2-section-area .marquee-wrap {
    width: 100%;
    position: relative;
}
.slider2-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider2-section-area .marquee-wrap .marquee-text {
        animation: marquee 30s linear infinite;
    }
}
@media (max-width: 767px) {
    .slider2-section-area .marquee-wrap .marquee-text {
        animation: marquee 30s linear infinite;
    }
}
.slider2-section-area .marquee-wrap .marquee-text .brand-single-box {
    display: inline-block;
    margin: 0 20px 0 0;
}
.slider2-section-area .marquee-wrap .marquee-text .brand-single-box h3 a {
    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;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-radius: 120px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 24px 10px 10px;
    transition: all 0.4s;
}
.slider2-section-area .marquee-wrap .marquee-text .brand-single-box h3 a:hover {
    background: var(--ztc-text-text-8);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.slider2-section-area
    .marquee-wrap
    .marquee-text
    .brand-single-box
    h3
    a:hover
    img {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.slider2-section-area
    .marquee-wrap
    .marquee-text
    .brand-single-box
    h3
    a:hover
    span {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.slider2-section-area .marquee-wrap .marquee-text .brand-single-box h3 a img {
    margin: 0 8px 0 0;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.slider2-section-area .marquee-wrap .marquee-text .brand-single-box h3 a span {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-text-text-4);
    color: var(--ztc-text-text-8);
    transform: rotate(-45deg);
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.slider3-section-area {
    overflow: hidden !important;
}
.slider3-section-area .brand-single-box {
    display: inline-block;
}
.slider3-section-area .marquee-wrap {
    background-color: var(--ztc-text-text-9);
    width: 100%;
    position: relative;
}
.slider3-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding: 28px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider3-section-area .marquee-wrap .marquee-text {
        animation: marquee 30s linear infinite;
    }
}
@media (max-width: 767px) {
    .slider3-section-area .marquee-wrap .marquee-text {
        animation: marquee 30s linear infinite;
    }
}
.slider3-section-area .marquee-wrap .marquee-text .brand-single-box {
    display: inline-block;
}
.slider3-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    text-transform: uppercase;
}
.slider3-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
    margin: -10px 20px 0;
}

.slider4-section-area {
    overflow: hidden;
    transform: rotate(4deg);
}
.slider4-section-area .brand-single-box {
    display: inline-block;
}
.slider4-section-area .marquee-wrap {
    background: var(--ztc-bg-bg-11);
    width: 100%;
    position: relative;
}
.slider4-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding: 28px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider4-section-area .marquee-wrap .marquee-text {
        animation: marquee 30s linear infinite;
    }
}
@media (max-width: 767px) {
    .slider4-section-area .marquee-wrap .marquee-text {
        animation: marquee 30s linear infinite;
    }
}
.slider4-section-area .marquee-wrap .marquee-text .brand-single-box {
    display: inline-block;
}
.slider4-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    text-transform: uppercase;
}
.slider4-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
    margin: -10px 20px 0;
    filter: brightness(0) invert(1);
}

.slider5-section-area {
    overflow: hidden !important;
}
.slider5-section-area .brand-single-box {
    display: inline-block;
}
.slider5-section-area .marquee-wrap {
    width: 100%;
    position: relative;
}
.slider5-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider5-section-area .marquee-wrap .marquee-text {
        animation: marquee 30s linear infinite;
    }
}
@media (max-width: 767px) {
    .slider5-section-area .marquee-wrap .marquee-text {
        animation: marquee 30s linear infinite;
    }
}
.slider5-section-area .marquee-wrap .marquee-text .brand-single-box {
    display: inline-block;
    margin: 0 20px 0 0;
}
.slider5-section-area .marquee-wrap .marquee-text .brand-single-box h3 a {
    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;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-radius: 120px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 24px 10px 10px;
    transition: all 0.4s;
}
.slider5-section-area .marquee-wrap .marquee-text .brand-single-box h3 a:hover {
    background: var(--ztc-text-text-11);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.slider5-section-area
    .marquee-wrap
    .marquee-text
    .brand-single-box
    h3
    a:hover
    img {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.slider5-section-area
    .marquee-wrap
    .marquee-text
    .brand-single-box
    h3
    a:hover
    span {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.slider5-section-area .marquee-wrap .marquee-text .brand-single-box h3 a img {
    margin: 0 8px 0 0;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.slider5-section-area .marquee-wrap .marquee-text .brand-single-box h3 a span {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-11);
    transform: rotate(-45deg);
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.slider6-section-area {
    overflow: hidden !important;
}
.slider6-section-area .brand-single-box {
    display: inline-block;
}
.slider6-section-area .marquee-wrap {
    background: var(--ztc-bg-bg-11);
    width: 100%;
    position: relative;
}
.slider6-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding: 28px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider6-section-area .marquee-wrap .marquee-text {
        animation: marquee 30s linear infinite;
    }
}
@media (max-width: 767px) {
    .slider6-section-area .marquee-wrap .marquee-text {
        animation: marquee 30s linear infinite;
    }
}
.slider6-section-area .marquee-wrap .marquee-text .brand-single-box {
    display: inline-block;
}
.slider6-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    text-transform: uppercase;
}
.slider6-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
    margin: -10px 20px 0;
    filter: brightness(0) invert(1);
}

.inner-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 130px 0 0;
}
@media (max-width: 767px) {
    .inner-section-area .hero-header-area {
        margin-bottom: 50px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-section-area .hero-header-area {
        margin-bottom: 50px;
        text-align: center;
    }
}
.inner-section-area .hero-header-area h4 a {
    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;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .inner-section-area .hero-header-area h4 a {
        line-height: 32px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
.inner-section-area .hero-header-area h4 i {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 32px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin: 0 6px;
}
@media (max-width: 767px) {
    .inner-section-area .hero-header-area h4 i {
        line-height: 32px;
        font-size: var(--ztc-font-size-font-s20);
    }
}
.inner-section-area .hero-header-area h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s80);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 80px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-section-area .hero-header-area h1 {
        font-size: var(--ztc-font-size-font-s70);
        line-height: 70px;
    }
}
@media (max-width: 767px) {
    .inner-section-area .hero-header-area h1 {
        font-size: var(--ztc-font-size-font-s50);
        line-height: 40px;
    }
}
.inner-section-area .hero-header-area h1 .elements1 {
    height: 70px;
    width: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: -5px;
}
@media (max-width: 767px) {
    .inner-section-area .hero-header-area h1 .elements1 {
        display: none;
    }
}
.inner-section-area .hero-header-area h1 .others-img1 {
    border-radius: 110px;
    border: 2px solid var(--Main-Color, #cef12b);
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    width: 150px;
    margin-top: -16px;
}
@media (max-width: 767px) {
    .inner-section-area .hero-header-area h1 .others-img1 {
        display: none;
    }
}
.inner-section-area .imges-header {
    position: relative;
    z-index: 1;
}
.inner-section-area .imges-header .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.inner-section-area .imges-header .arrow {
    position: absolute;
    top: 0;
    right: -30px;
}
@media (max-width: 767px) {
    .inner-section-area .imges-header .arrow {
        right: 0;
    }
}
.inner-section-area .imges-header .arrow a {
    background: rgba(255, 255, 255, 0.1);
    border-width: 5px;
    border: 5px solid #03060a;
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    display: inline-block;
    border-radius: 50%;
    padding: 10px;
}
.inner-section-area .imges-header .arrow a .arrow1 {
    position: absolute;
    left: 38%;
    top: 38%;
}

/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-1);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-1);
}
.vl-header-action-item button {
    border: none;
    outline: none;
    background: none;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
}

.vl-offcanvas {
    position: fixed;
    background: var(--ztc-text-text-5);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
    .vl-offcanvas {
        width: 100%;
    }
}
.vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}
.vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}
.vl-offcanvas-info span a i {
    margin: 0 4px 0 0;
}
.vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}
.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}
.vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}
.vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 122px;
    -o-object-fit: contain;
    object-fit: contain;
}
.vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul {
    list-style: none;
}
.vl-offcanvas-menu ul li {
    position: relative;
}
.vl-offcanvas-menu ul li a {
    padding: 8px 0;
    display: block;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-offcanvas-menu ul li a span {
    display: block;
}
.vl-offcanvas-menu ul li > a {
    border-bottom: none;
}
.vl-offcanvas-menu ul li.active > a {
    color: var(--ztc-text-text-1);
}
.vl-offcanvas-menu ul li.active > .vl-menu-close i {
    transform: rotate(90deg);
}
.vl-offcanvas-menu ul li .sub-menu {
    display: none;
    padding-left: 20px;
}

.vl-menu-close {
    position: absolute;
    right: 0;
    top: 7px;
    border: 1px solid var(--ztc-text-text-1);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    background: transparent;
    color: var(--ztc-text-text-1);
    border-radius: 4px;
}
.vl-menu-close i {
    transition: 0.3s;
}

.homepage2-menu .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-1);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-1);
}
.homepage2-menu .vl-header-action-item button {
    border: none;
    outline: none;
    background: none;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
}
.homepage2-menu .vl-offcanvas {
    position: fixed;
    background: var(--ztc-text-text-5);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
    .homepage2-menu .vl-offcanvas {
        width: 100%;
    }
}
.homepage2-menu .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.homepage2-menu .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage2-menu .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}
.homepage2-menu .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}
.homepage2-menu .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}
.homepage2-menu .vl-offcanvas-info span a i {
    margin: 0 4px 0 0;
}
.homepage2-menu .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}
.homepage2-menu .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}
.homepage2-menu .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.homepage2-menu .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}
.homepage2-menu .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 122px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage2-menu .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}
.homepage2-menu .vl-offcanvas-menu ul {
    list-style: none;
}
.homepage2-menu .vl-offcanvas-menu ul li {
    position: relative;
}
.homepage2-menu .vl-offcanvas-menu ul li a {
    padding: 8px 0;
    display: block;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.homepage2-menu .vl-offcanvas-menu ul li a span {
    display: block;
}
.homepage2-menu .vl-offcanvas-menu ul li > a {
    border-bottom: none;
}
.homepage2-menu .vl-offcanvas-menu ul li.active > a {
    color: var(--ztc-text-text-1);
}
.homepage2-menu .vl-offcanvas-menu ul li.active > .vl-menu-close i {
    transform: rotate(90deg);
}
.homepage2-menu .vl-offcanvas-menu ul li .sub-menu {
    display: none;
    padding-left: 20px;
}
.homepage2-menu .vl-menu-close {
    position: absolute;
    right: 0;
    top: 7px;
    border: 1px solid var(--ztc-text-text-1);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    background: transparent;
    color: var(--ztc-text-text-1);
    border-radius: 4px;
}
.homepage2-menu .vl-menu-close i {
    transition: 0.3s;
}

.homepage3-menu .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-1);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-1);
}
.homepage3-menu .vl-header-action-item button {
    border: none;
    outline: none;
    background: none;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
}
.homepage3-menu .vl-offcanvas {
    position: fixed;
    background: var(--ztc-text-text-5);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
    .homepage3-menu .vl-offcanvas {
        width: 100%;
    }
}
.homepage3-menu .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.homepage3-menu .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage3-menu .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}
.homepage3-menu .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}
.homepage3-menu .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}
.homepage3-menu .vl-offcanvas-info span a i {
    margin: 0 4px 0 0;
}
.homepage3-menu .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}
.homepage3-menu .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}
.homepage3-menu .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.homepage3-menu .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}
.homepage3-menu .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 122px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage3-menu .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}
.homepage3-menu .vl-offcanvas-menu ul {
    list-style: none;
}
.homepage3-menu .vl-offcanvas-menu ul li {
    position: relative;
}
.homepage3-menu .vl-offcanvas-menu ul li a {
    padding: 8px 0;
    display: block;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.homepage3-menu .vl-offcanvas-menu ul li a span {
    display: block;
}
.homepage3-menu .vl-offcanvas-menu ul li > a {
    border-bottom: none;
}
.homepage3-menu .vl-offcanvas-menu ul li.active > a {
    color: var(--ztc-text-text-1);
}
.homepage3-menu .vl-offcanvas-menu ul li.active > .vl-menu-close i {
    transform: rotate(90deg);
}
.homepage3-menu .vl-offcanvas-menu ul li .sub-menu {
    display: none;
    padding-left: 20px;
}
.homepage3-menu .vl-menu-close {
    position: absolute;
    right: 0;
    top: 7px;
    border: 1px solid var(--ztc-text-text-1);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    background: transparent;
    color: var(--ztc-text-text-1);
    border-radius: 4px;
}
.homepage3-menu .vl-menu-close i {
    transition: 0.3s;
}

.homepage4-menu .vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-1);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-1);
}
.homepage4-menu .vl-header-action-item button {
    border: none;
    outline: none;
    background: none;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
}
.homepage4-menu .vl-offcanvas {
    position: fixed;
    background: var(--ztc-text-text-5);
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
    .homepage4-menu .vl-offcanvas {
        width: 100%;
    }
}
.homepage4-menu .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    background-color: var(--ztc-bg-bg-5);
}
.homepage4-menu .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage4-menu .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}
.homepage4-menu .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}
.homepage4-menu .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}
.homepage4-menu .vl-offcanvas-info span a i {
    margin: 0 4px 0 0;
}
.homepage4-menu .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}
.homepage4-menu .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}
.homepage4-menu .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.homepage4-menu .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}
.homepage4-menu .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 122px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage4-menu .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}
.homepage4-menu .vl-offcanvas-menu ul {
    list-style: none;
}
.homepage4-menu .vl-offcanvas-menu ul li {
    position: relative;
}
.homepage4-menu .vl-offcanvas-menu ul li a {
    padding: 8px 0;
    display: block;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.homepage4-menu .vl-offcanvas-menu ul li a span {
    display: block;
}
.homepage4-menu .vl-offcanvas-menu ul li > a {
    border-bottom: none;
}
.homepage4-menu .vl-offcanvas-menu ul li.active > a {
    color: var(--ztc-text-text-1);
}
.homepage4-menu .vl-offcanvas-menu ul li.active > .vl-menu-close i {
    transform: rotate(90deg);
}
.homepage4-menu .vl-offcanvas-menu ul li .sub-menu {
    display: none;
    padding-left: 20px;
}
.homepage4-menu .vl-menu-close {
    position: absolute;
    right: 0;
    top: 7px;
    border: 1px solid var(--ztc-text-text-1);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    background: transparent;
    color: var(--ztc-text-text-1);
    border-radius: 4px;
}
.homepage4-menu .vl-menu-close i {
    transition: 0.3s;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.vl-blog-1-area {
    position: relative;
    z-index: 1;
}
.vl-blog-1-area .elements15 {
    position: absolute;
    right: 0;
    top: -200px;
}
.vl-blog-1-area .vl-blog-1-item {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    border-radius: 0px 0px 16px 16px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb {
    transition: all 0.4s;
    border-radius: 16px 16px 0 0;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
    border-radius: 16px 16px 0 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
    overflow: hidden;
    transition: all 0.4s;
    position: relative;
    border-radius: 16px 16px 0 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
    padding: 28px;
    position: relative;
    z-index: 1;
}
.vl-blog-1-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-child(1)
    a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
}
.vl-blog-1-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-child(1)
    a
    img {
    margin: -5px 4px 0 0;
}
.vl-blog-1-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-child(2)
    a {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 4px;
    background: var(--ztc-text-text-11);
    position: absolute;
    top: -22%;
    left: 20px;
}
.vl-blog-1-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-child(2)
    a
    img {
    margin: -5px 0 0 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title 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: 28px;
    letter-spacing: -0.4px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover {
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.vl-blog-2-area {
    position: relative;
    z-index: 1;
}
.vl-blog-2-area .vl-blog-1-section-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .vl-blog-2-area .vl-blog-1-section-box {
        display: block;
        align-items: center;
        justify-content: space-between;
    }
    .vl-blog-2-area .vl-blog-1-section-box .btn-area1 {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-blog-2-area .vl-blog-1-section-box {
        display: block;
        align-items: center;
        justify-content: space-between;
    }
    .vl-blog-2-area .vl-blog-1-section-box .btn-area1 {
        margin-top: 20px;
    }
}
.vl-blog-2-area .vl-blog-1-item {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    border-radius: 4px;
    background: #2d3034;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    padding: 32px;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-thumb {
    transition: all 0.4s;
    border-radius: 4px;
}
.vl-blog-2-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
    border-radius: 16px 16px 0 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb {
    overflow: hidden;
    transition: all 0.4s;
    position: relative;
    border-radius: 4px;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content {
    padding: 24px 0 0 0;
    position: relative;
    z-index: 1;
}
.vl-blog-2-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-child(1)
    a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
}
.vl-blog-2-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-child(1)
    a
    img {
    margin: -5px 4px 0 0;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content 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-medium);
    line-height: 26px;
    opacity: 80%;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    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: 28px;
    letter-spacing: -0.4px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
    color: var(--ztc-text-text-9);
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover {
    color: var(--ztc-text-text-9);
    transition: all 0.4s;
}
.vl-blog-2-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.blog-details-section-area {
    position: relative;
    z-index: 1;
}
.blog-details-section-area .blog-details-side {
    position: sticky;
    top: 120px;
}
.blog-details-section-area .blog-details-side 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;
    text-transform: uppercase;
}
.blog-details-section-area .blog-details-side .search-area {
    border-radius: 16px;
    /* background: rgba(255, 255, 255, 0.08); */
    background-color: var(--ztc-bg-bg-14);
    padding: 24px;
}
.blog-details-section-area .blog-details-side .search-area form {
    position: relative;
    z-index: 1;
}
.blog-details-section-area .blog-details-side .search-area form input {
    border-radius: 8px;
    background: var(--ztc-bg-bg-15);
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding: 19px 16px;
    width: 100%;
}
.blog-details-section-area
    .blog-details-side
    .search-area
    form
    input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.blog-details-section-area
    .blog-details-side
    .search-area
    form
    input::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.blog-details-section-area .blog-details-side .search-area form button {
    border: none;
    outline: none;
    color: var(--ztc-text-text-1);
    background: none;
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: var(--ztc-font-size-font-s20);
}
.blog-details-section-area .blog-details-side .category-area {
    border-radius: 16px;
    background: var(--ztc-bg-bg-14);
    padding: 24px;
}
.blog-details-section-area .blog-details-side .category-area ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    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;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    border-radius: 8px;
    background: var(--ztc-bg-bg-15);
    padding: 20px;
    margin-top: 18px;
    transition: all 0.4s;
}
.blog-details-section-area .blog-details-side .category-area ul li a:hover {
    background: var(--ztc-text-text-11);
    transition: all 0.4s;
    color: var(--ztc-text-text-12);
}
.blog-details-section-area .blog-details-side .recent-posts {
    border-radius: 16px;
    background: var(--ztc-bg-bg-14);
    padding: 24px;
}
.blog-details-section-area .blog-details-side .recent-posts .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.blog-details-section-area
    .blog-details-side
    .recent-posts
    .content-area
    ul
    li
    a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
}
.blog-details-section-area
    .blog-details-side
    .recent-posts
    .content-area
    ul
    li
    a
    img {
    margin: -5px 6px 0 0;
}
.blog-details-section-area .blog-details-side .recent-posts .content-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: 28px;
    letter-spacing: -0.4px;
    display: inline-block;
    transition: all 0.4s;
}
.blog-details-section-area
    .blog-details-side
    .recent-posts
    .content-area
    a:hover {
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}
.blog-details-section-area
    .blog-details-side
    .recent-posts
    .content-area
    a.readmore {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.4s;
}
.blog-details-section-area
    .blog-details-side
    .recent-posts
    .content-area
    a.readmore
    i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.blog-details-section-area
    .blog-details-side
    .recent-posts
    .content-area
    a.readmore:hover {
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}
.blog-details-section-area
    .blog-details-side
    .recent-posts
    .content-area
    a.readmore:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}
.blog-details-section-area .blog-details-side .blog-category2 {
    border-radius: 16px;
    background: var(--ztc-bg-bg-14);
    padding: 24px;
}
.blog-details-section-area .blog-details-side .blog-category2 ul li {
    display: inline-block;
}
.blog-details-section-area .blog-details-side .blog-category2 ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 4px;
    background: var(--ztc-bg-bg-15);
    padding: 10px;
    transition: all 0.4s;
    margin: 16px 12px 0 0;
}
.blog-details-section-area .blog-details-side .blog-category2 ul li a:hover {
    background: var(--ztc-text-text-9);
    color: var(--ztc-text-text-12);
    transition: all 0.4s;
}
.blog-details-section-area .blog-others-sidebar {
    position: relative;
    z-index: 1;
    padding: 0 0 0 30px;
}
@media (max-width: 767px) {
    .blog-details-section-area .blog-others-sidebar {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-section-area .blog-others-sidebar {
        padding: 0;
        margin-top: 30px;
    }
}
.blog-details-section-area .blog-others-sidebar h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s40);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .blog-details-section-area .blog-others-sidebar h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.blog-details-section-area .blog-others-sidebar 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-semibold);
    line-height: 40px;
    text-transform: uppercase;
}
.blog-details-section-area .blog-others-sidebar p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    letter-spacing: -0.18px;
    opacity: 90%;
}
.blog-details-section-area .blog-others-sidebar .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
.blog-details-section-area .blog-others-sidebar .list-author li {
    display: inline-block;
}
@media (max-width: 767px) {
    .blog-details-section-area
        .blog-others-sidebar
        .list-author
        li:nth-child(3) {
        margin-top: 10px;
    }
}
.blog-details-section-area .blog-others-sidebar .list-author li:nth-child(1) a {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block;
    background: var(--ztc-text-text-9);
    padding: 10px;
    border-radius: 4px;
    margin: 0 16px 0 0;
}
.blog-details-section-area .blog-others-sidebar .list-author li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
}
.blog-details-section-area .blog-others-sidebar .list-author li a img {
    height: 18px;
    width: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: -5px 4px 0 0;
    filter: brightness(0) invert(1);
}
.blog-details-section-area .blog-others-sidebar .list-author li a span {
    color: #7c7c7c;
    display: inline-block;
    margin: 0 8px;
}
.blog-details-section-area .blog-others-sidebar .images {
    position: relative;
    z-index: 1;
}
.blog-details-section-area .blog-others-sidebar .images .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
    opacity: 30%;
    top: 0;
    left: 0;
    transform: rotate(0);
    border-radius: 8px;
}
.blog-details-section-area .blog-others-sidebar .images .play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 2;
}
.blog-details-section-area .blog-others-sidebar .images .play a {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-11);
    color: white;
    font-size: var(--ztc-font-size-font-s32);
    position: relative;
}
.blog-details-section-area .blog-others-sidebar .images .play a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 40px;
    top: 40px;
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
    z-index: -1;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 40%;
    display: inline-block;
}
.blog-details-section-area .blog-others-sidebar .tags-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    border-top: 1px solid #1c1f22;
}
@media (max-width: 767px) {
    .blog-details-section-area .blog-others-sidebar .tags-social {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .blog-details-section-area .blog-others-sidebar .tags-social .tags {
        margin-bottom: 16px;
    }
}
.blog-details-section-area .blog-others-sidebar .tags-social .tags ul li {
    display: inline-block;
}
.blog-details-section-area
    .blog-others-sidebar
    .tags-social
    .tags
    ul
    li:nth-child(1) {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    margin: 0 16px 0 0;
}
.blog-details-section-area .blog-others-sidebar .tags-social .tags ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    background: var(--ztc-bg-bg-14);
    padding: 10px;
    margin: 0 8px 0 0;
}
.blog-details-section-area
    .blog-others-sidebar
    .tags-social
    .tags
    ul
    li
    a:hover {
    background: var(--ztc-text-text-9);
    color: var(--ztc-text-text-12);
    transition: all 0.4s;
}
.blog-details-section-area .blog-others-sidebar .tags-social .social ul li {
    display: inline-block;
}
.blog-details-section-area
    .blog-others-sidebar
    .tags-social
    .social
    ul
    li:nth-child(1) {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    margin: 0 16px 0 0;
}
.blog-details-section-area .blog-others-sidebar .tags-social .social ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-bg-bg-14);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    margin: 0 8px 0 0;
}
.blog-details-section-area
    .blog-others-sidebar
    .tags-social
    .social
    ul
    li
    a:hover {
    background: var(--ztc-text-text-11);
    transition: all 0.4s;
    color: var(--ztc-text-text-12);
}
.blog-details-section-area .blog-others-sidebar .comments-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: rgba(243, 245, 245, 0.04);
    padding: 24px;
}
.blog-details-section-area .blog-others-sidebar .comments-boxarea.box2 {
    margin: 0 0 0 30px;
}
@media (max-width: 767px) {
    .blog-details-section-area .blog-others-sidebar .comments-boxarea.box2 {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-section-area .blog-others-sidebar .comments-boxarea.box2 {
        margin: 0;
    }
}
.blog-details-section-area
    .blog-others-sidebar
    .comments-boxarea
    .comments-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .blog-details-section-area
        .blog-others-sidebar
        .comments-boxarea
        .comments-boxes {
        display: inline-block;
    }
}
.blog-details-section-area
    .blog-others-sidebar
    .comments-boxarea
    .comments-boxes
    .comments-auhtor-box {
    display: flex;
    align-items: center;
}
.blog-details-section-area
    .blog-others-sidebar
    .comments-boxarea
    .comments-boxes
    .comments-auhtor-box
    .img3
    img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-details-section-area
    .blog-others-sidebar
    .comments-boxarea
    .comments-boxes
    .comments-auhtor-box
    .content {
    padding-left: 18px;
}
.blog-details-section-area
    .blog-others-sidebar
    .comments-boxarea
    .comments-boxes
    .comments-auhtor-box
    .content
    .date {
    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-medium);
    line-height: 16px; /* 100% */
    display: inline-block;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.blog-details-section-area
    .blog-others-sidebar
    .comments-boxarea
    .comments-boxes
    .comments-auhtor-box
    .content
    .date
    img {
    height: 18px;
    width: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: -5px 4px 0 0;
    filter: brightness(0) invert(1);
}
.blog-details-section-area
    .blog-others-sidebar
    .comments-boxarea
    .comments-boxes
    .comments-auhtor-box
    .content
    .name {
    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;
    display: block;
    transition: all 0.4s;
}
.blog-details-section-area
    .blog-others-sidebar
    .comments-boxarea
    .comments-boxes
    .reply {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .blog-details-section-area
        .blog-others-sidebar
        .comments-boxarea
        .comments-boxes
        .reply {
        margin-top: 12px;
    }
}
.blog-details-section-area
    .blog-others-sidebar
    .comments-boxarea
    .comments-boxes
    .reply
    i {
    margin: 0 2px 0 0;
}
.blog-details-section-area .blog-others-sidebar .contact-boxarea {
    border-radius: 8px;
    background: var(--ztc-bg-bg-16);
    padding: 24px 28px;
}
.blog-details-section-area .blog-others-sidebar .contact-boxarea h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
}
.blog-details-section-area .blog-others-sidebar .contact-boxarea .input-area {
    margin-top: 16px;
}
.blog-details-section-area
    .blog-others-sidebar
    .contact-boxarea
    .input-area
    input {
    width: 100%;
    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-medium);
    line-height: 16px;
    padding: 20px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-15);
}
.blog-details-section-area
    .blog-others-sidebar
    .contact-boxarea
    .input-area
    input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 0.7;
}
.blog-details-section-area
    .blog-others-sidebar
    .contact-boxarea
    .input-area
    input::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 0.7;
}
.blog-details-section-area
    .blog-others-sidebar
    .contact-boxarea
    .input-area
    textarea {
    width: 100%;
    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-medium);
    line-height: 16px;
    padding: 20px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-15);
    height: 120px;
}
.blog-details-section-area
    .blog-others-sidebar
    .contact-boxarea
    .input-area
    textarea::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 70%;
}
.blog-details-section-area
    .blog-others-sidebar
    .contact-boxarea
    .input-area
    textarea::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 70%;
}
.blog-details-section-area
    .blog-others-sidebar
    .contact-boxarea
    .input-area
    button {
    border: none;
    outline: none;
    width: 100%;
    text-align: center;
}

.vl-blog-4-area {
    position: relative;
    z-index: 1;
}
.vl-blog-4-area .elements15 {
    position: absolute;
    right: 0;
    top: -200px;
}
.vl-blog-4-area .vl-blog-1-item {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    border-radius: 0px 0px 16px 16px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb {
    transition: all 0.4s;
    border-radius: 16px 16px 0 0;
}
.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
    border-radius: 16px 16px 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
    overflow: hidden;
    transition: all 0.4s;
    position: relative;
    border-radius: 16px 16px 0 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
    padding: 28px;
    position: relative;
    z-index: 1;
}
.vl-blog-4-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-child(1)
    a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
}
.vl-blog-4-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-child(1)
    a
    img {
    margin: -5px 4px 0 0;
}
.vl-blog-4-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-child(2)
    a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 4px;
    background: var(--ztc-bg-bg-11);
    position: absolute;
    top: -22%;
    left: 20px;
}
.vl-blog-4-area
    .vl-blog-1-item
    .vl-blog-1-content
    .vl-blog-meta
    ul
    li:nth-child(2)
    a
    img {
    margin: -5px 0 0 0;
    filter: brightness(0) invert(1);
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title 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: 28px;
    letter-spacing: -0.4px;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover {
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.vl-footer1-section-area {
    position: relative;
    z-index: 1;
}
.vl-footer1-section-area .elements6 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.vl-footer1-section-area .footer-logo1 img {
    height: 52px;
    width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: start;
}
.vl-footer1-section-area .footer-logo1 p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    font-style: normal;
    line-height: 28px;
    opacity: 80%;
}
.vl-footer1-section-area .footer-logo1 ul li {
    display: inline-block;
}
.vl-footer1-section-area .footer-logo1 ul li a {
    border-radius: 165px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    transition: all 0.4s;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    color: var(--ztc-text-text-1);
    border-radius: 50%;
    margin: 0 8px 0 0;
}
.vl-footer1-section-area .footer-logo1 ul li a:hover {
    background: var(--ztc-text-text-8);
    transition: all 0.4s;
    color: var(--ztc-text-text-4);
}
.vl-footer1-section-area .vl-footer-widget.first-padding {
    padding-left: 70px;
}
@media (max-width: 767px) {
    .vl-footer1-section-area .vl-footer-widget.first-padding {
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer1-section-area .vl-footer-widget.first-padding {
        padding-left: 0;
    }
}
.vl-footer1-section-area .vl-footer-widget h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    letter-spacing: -0.48px;
}
.vl-footer1-section-area .vl-footer-widget ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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;
    padding-top: 24px;
    opacity: 80%;
}
.vl-footer1-section-area .vl-footer-widget ul li a img {
    margin: 0 8px 0 0;
}
.vl-footer1-section-area .vl-footer-widget ul li a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}
.vl-footer1-section-area .vl-footer-widget form {
    position: relative;
    z-index: 1;
}
.vl-footer1-section-area .vl-footer-widget form input {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    width: 100%;
    border-radius: var(--rounded-lg, 8px);
    background: rgba(255, 255, 255, 0.1);
    padding: 24px 16px;
}
.vl-footer1-section-area .vl-footer-widget form input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}
.vl-footer1-section-area .vl-footer-widget form input::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}
.vl-footer1-section-area .vl-footer-widget form button {
    overflow: hidden;
    position: absolute;
    top: 9px;
    right: 9px;
    border: none;
    outline: none;
}
.vl-footer1-section-area .vl-copyright-area p {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    padding: 24px 0 32px;
    border-top: 1px solid #292b2f;
    opacity: 80%;
}

.vl-footer2-section-area {
    position: relative;
    z-index: 1;
    background: #2d3034;
}
.vl-footer2-section-area .elements6 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.vl-footer2-section-area .footer-logo1 img {
    height: 52px;
    width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: start;
}
.vl-footer2-section-area .footer-logo1 p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    font-style: normal;
    line-height: 28px;
    opacity: 80%;
}
.vl-footer2-section-area .footer-logo1 ul li {
    display: inline-block;
}
.vl-footer2-section-area .footer-logo1 ul li a {
    border-radius: 165px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    transition: all 0.4s;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    color: var(--ztc-text-text-1);
    border-radius: 50%;
    margin: 0 8px 0 0;
}
.vl-footer2-section-area .footer-logo1 ul li a:hover {
    background: var(--ztc-text-text-9);
    transition: all 0.4s;
    color: var(--ztc-text-text-4);
}
.vl-footer2-section-area .vl-footer-widget.first-padding {
    padding-left: 70px;
}
@media (max-width: 767px) {
    .vl-footer2-section-area .vl-footer-widget.first-padding {
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer2-section-area .vl-footer-widget.first-padding {
        padding-left: 0;
    }
}
.vl-footer2-section-area .vl-footer-widget h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    letter-spacing: -0.48px;
}
.vl-footer2-section-area .vl-footer-widget ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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;
    padding-top: 24px;
}
.vl-footer2-section-area .vl-footer-widget ul li a img {
    margin: 0 8px 0 0;
}
.vl-footer2-section-area .vl-footer-widget ul li a:hover {
    color: var(--ztc-text-text-9);
    transition: all 0.4s;
}
.vl-footer2-section-area .vl-copyright-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #6c6e71;
    padding: 24px 0 32px;
}
@media (max-width: 767px) {
    .vl-footer2-section-area .vl-copyright-area {
        display: inline-block;
    }
}
.vl-footer2-section-area .vl-copyright-area p {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    opacity: 80%;
}
.vl-footer2-section-area .vl-copyright-area ul li {
    display: inline-block;
}
.vl-footer2-section-area .vl-copyright-area ul li:nth-child(2) {
    margin: 0 10px;
}
.vl-footer2-section-area .vl-copyright-area ul li a {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    opacity: 80%;
    display: inline-block;
    transition: all 0.4s;
}
.vl-footer2-section-area .vl-copyright-area ul li a:hover {
    color: var(--ztc-text-text-9);
    transition: all 0.4s;
}

.vl-footer4-section-area {
    position: relative;
    z-index: 1;
}
.vl-footer4-section-area .elements6 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.vl-footer4-section-area .footer-logo1 img {
    height: 80px;
    width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: start;
}
.vl-footer4-section-area .footer-logo1 p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    font-style: normal;
    line-height: 28px;
    opacity: 80%;
}
.vl-footer4-section-area .footer-logo1 ul li {
    display: inline-block;
}
.vl-footer4-section-area .footer-logo1 ul li a {
    border-radius: 165px;
    background: var(--ztc-bg-bg-14);
    display: inline-block;
    transition: all 0.4s;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    color: var(--ztc-text-text-1);
    border-radius: 50%;
    margin: 0 8px 0 0;
}
.vl-footer4-section-area .footer-logo1 ul li a:hover {
    background: var(--ztc-text-text-11);
    transition: all 0.4s;
    color: white;
}
.vl-footer4-section-area .vl-footer-widget.first-padding {
    padding-left: 70px;
}
@media (max-width: 767px) {
    .vl-footer4-section-area .vl-footer-widget.first-padding {
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer4-section-area .vl-footer-widget.first-padding {
        padding-left: 0;
    }
}
.vl-footer4-section-area .vl-footer-widget h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    letter-spacing: -0.48px;
}
.vl-footer4-section-area .vl-footer-widget ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    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;
    padding-top: 24px;
    opacity: 80%;
}
.vl-footer4-section-area .vl-footer-widget ul li a img {
    margin: 0 8px 0 0;
}
.vl-footer4-section-area .vl-footer-widget ul li a:hover {
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}
.vl-footer4-section-area .vl-footer-widget form {
    position: relative;
    z-index: 1;
}
.vl-footer4-section-area .vl-footer-widget form input {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    width: 100%;
    border-radius: var(--rounded-lg, 8px);
    background: rgba(255, 255, 255, 0.1);
    padding: 24px 16px;
}
.vl-footer4-section-area .vl-footer-widget form input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}
.vl-footer4-section-area .vl-footer-widget form input::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}
.vl-footer4-section-area .vl-footer-widget form button {
    overflow: hidden;
    position: absolute;
    top: 9px;
    right: 9px;
    border: none;
    outline: none;
}
.vl-footer4-section-area .vl-copyright-area p {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    padding: 24px 0 32px;
    border-top: 1px solid #292b2f;
    opacity: 80%;
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA STARTS ===============*/
.body-bg1 {
    background: var(--ztc-bg-bg-5);
}

.homepage1-menu .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 16px 0;
}
@media (max-width: 767px) {
    .homepage1-menu .vl-transparent-header {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-menu .vl-transparent-header {
        padding: 0;
    }
}
.homepage1-menu .vl-transparent-header .container.headerfix {
    max-width: 1300px;
}
.homepage1-menu .vl-transparent-header .vl-logo img {
    width: 122px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage1-menu .row-bg1 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    padding: 12px 0;
    border-radius: 16px;
}
@media (max-width: 767px) {
    .homepage1-menu .row-bg1 {
        border-radius: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-menu .row-bg1 {
        border-radius: 0;
    }
}
.homepage1-menu .vl-main-menu ul {
    text-align: center;
}
.homepage1-menu .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage1-menu .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage1-menu .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-8);
    background: none;
}
.homepage1-menu .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
}
.homepage1-menu .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-8);
}
.homepage1-menu .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 208%;
    width: 220px;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px 24px;
    background: var(--ztc-bg-bg-5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage1-menu .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: var(--ztc-bg-bg-7);
}
.homepage1-menu .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage1-menu .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage1-menu .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage1-menu .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: var(--ztc-bg-bg-7);
    z-index: 1;
}
.homepage1-menu .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage1-menu .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage1-menu .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 208%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage1-menu .vl-main-menu ul > li .sub-menu li:hover > a {
    color: var(--ztc-text-text-8);
}
.homepage1-menu .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 208%;
    transform: scale(1);
}
.homepage1-menu .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-8);
}
.homepage1-menu .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 208%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage1-menu .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 208%;
    transform: scale(1);
}
.homepage1-menu .vl-mega-menu {
    position: absolute;
    left: -260px;
    top: 100px;
    width: 1290px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    background: var(--ztc-bg-bg-5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 208%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage1-menu .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage1-menu .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
.homepage1-menu .vl-home-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.homepage1-menu .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-menu .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage1-menu .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.homepage1-menu .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-4);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage1-menu .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80px;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -47px;
}
.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1 {
    color: var(--ztc-text-text-4) !important;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    padding: 18px 22px;
    border-radius: var(--rounded-lg, 8px);
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 160px;
}
.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1:hover::before {
    border-bottom: 4px solid var(--ztc-bg-bg-1);
    transition: all 0.4s;
}
.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s;
}
.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    bottom: 0;
    left: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 8px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage1-menu .vl-home-thumb .btn-area1 .vl-btn1::before {
    position: absolute;
    content: "";
    height: 4px;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid var(--ztc-bg-bg-2);
    transition: all 0.4s;
    width: 100%;
    z-index: 1;
    border-radius: 8px;
}
.homepage1-menu .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
}
.homepage1-menu .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage1-menu .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage1-menu .vl-hero-btn {
    display: flex !important;
    align-items: center;
    justify-content: end;
}
@media (max-width: 767px) {
    .homepage1-menu .vl-hero-btn {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-menu .vl-hero-btn {
        display: none !important;
    }
}
.homepage1-menu .vl-hero-btn button {
    background: none;
    border: none;
    outline: none;
    margin: 0 0 0 16px;
}
.homepage1-menu .vl-hero-btn .search-icon {
    margin-right: 20px;
    padding-right: 24px;
    border-right: 1px solid #3e423b;
}
.homepage1-menu .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    padding: 16px 0;
    background: var(--ztc-bg-bg-5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
    .homepage1-menu .header-sticky {
        padding: 16px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-menu .header-sticky {
        padding: 16px 10px;
    }
}
.homepage1-menu .header-sticky .container.headerfix {
    padding: 0;
}
.homepage1-menu .header-sticky .row-bg1 {
    background: none;
    transition: all 0.4s;
    padding: 0;
    border: none;
}
@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.homepage1-menu .vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

.homepage2-menu .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 16px 0;
}
@media (max-width: 767px) {
    .homepage2-menu .vl-transparent-header {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage2-menu .vl-transparent-header {
        padding: 0;
    }
}
.homepage2-menu .vl-transparent-header .container.headerfix {
    max-width: 1300px;
}
.homepage2-menu .vl-transparent-header .vl-logo img {
    width: 122px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage2-menu .row-bg1 {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 12px 0;
    border-radius: 16px;
}
@media (max-width: 767px) {
    .homepage2-menu .row-bg1 {
        border-radius: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage2-menu .row-bg1 {
        border-radius: 0;
    }
}
.homepage2-menu .vl-main-menu ul {
    text-align: center;
}
.homepage2-menu .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage2-menu .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage2-menu .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-9);
    background: none;
}
.homepage2-menu .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
}
.homepage2-menu .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-9);
}
.homepage2-menu .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 196%;
    width: 220px;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px 24px;
    background: var(--ztc-bg-bg-5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage2-menu .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: var(--ztc-bg-bg-8);
}
.homepage2-menu .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage2-menu .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage2-menu .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage2-menu .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: var(--ztc-bg-bg-8);
    z-index: 1;
}
.homepage2-menu .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage2-menu .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage2-menu .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 196%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage2-menu .vl-main-menu ul > li .sub-menu li:hover > a {
    color: var(--ztc-text-text-9);
}
.homepage2-menu .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 196%;
    transform: scale(1);
}
.homepage2-menu .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-9);
}
.homepage2-menu .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 196%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage2-menu .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 196%;
    transform: scale(1);
}
.homepage2-menu .vl-mega-menu {
    position: absolute;
    left: -310px;
    top: 100px;
    width: 1290px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    background: var(--ztc-bg-bg-5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 196%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage2-menu .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage2-menu .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
.homepage2-menu .vl-home-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.homepage2-menu .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage2-menu .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage2-menu .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.homepage2-menu .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-4);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage2-menu .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 0;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -47px;
    margin-left: -70px;
}
.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2 {
    color: var(--ztc-text-text-4) !important;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-8);
    padding: 17px 20px;
    border-radius: var(--rounded-lg, 4px);
    position: relative;
    z-index: 1;
    width: 140px;
}
.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
    transform: translateY(-5px);
}
.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2:hover::before {
    border-bottom: 4px solid var(--ztc-bg-bg-1);
    transition: all 0.4s;
}
.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2:hover::after {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s;
}
.homepage2-menu .vl-home-thumb .btn-area1 .vl-btn2::after {
    position: absolute;
    content: "";
    height: 100%;
    bottom: 0;
    left: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 8px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage2-menu .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
}
.homepage2-menu .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage2-menu .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage2-menu .vl-hero-btn {
    display: flex !important;
    align-items: center;
    justify-content: end;
}
@media (max-width: 767px) {
    .homepage2-menu .vl-hero-btn {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage2-menu .vl-hero-btn {
        display: none !important;
    }
}
.homepage2-menu .vl-hero-btn .search-icon {
    margin-right: 20px;
    padding-right: 24px;
    border-right: 1px solid #3e423b;
}
.homepage2-menu .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    padding: 16px 0;
    background: var(--ztc-bg-bg-5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
    .homepage2-menu .header-sticky {
        padding: 16px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage2-menu .header-sticky {
        padding: 16px 10px;
    }
}
.homepage2-menu .header-sticky .container.headerfix {
    padding: 0;
}
.homepage2-menu .header-sticky .row-bg1 {
    background: none;
    transition: all 0.4s;
    padding: 0;
    border: none;
}

.homepage3-menu .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 16px 0;
}
@media (max-width: 767px) {
    .homepage3-menu .vl-transparent-header {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-menu .vl-transparent-header {
        padding: 0;
    }
}
.homepage3-menu .vl-transparent-header .container.headerfix {
    max-width: 1300px;
}
.homepage3-menu .vl-transparent-header .vl-logo {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 12px 16px;
    display: inline-block;
}
.homepage3-menu .vl-transparent-header .vl-logo img {
    width: 122px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage3-menu .row-bg1 {
    border-radius: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 4px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 12px 0;
    border-radius: 16px;
}
@media (max-width: 767px) {
    .homepage3-menu .row-bg1 {
        border-radius: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-menu .row-bg1 {
        border-radius: 0;
    }
}
.homepage3-menu .vl-main-menu {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 16px 0;
}
.homepage3-menu .vl-main-menu ul {
    text-align: center;
}
.homepage3-menu .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage3-menu .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage3-menu .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-8);
    background: none;
}
.homepage3-menu .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
}
.homepage3-menu .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-8);
}
.homepage3-menu .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 208%;
    width: 220px;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px 24px;
    background: var(--ztc-bg-bg-5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage3-menu .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: var(--ztc-bg-bg-7);
}
.homepage3-menu .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage3-menu .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage3-menu .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage3-menu .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: var(--ztc-bg-bg-7);
    z-index: 1;
}
.homepage3-menu .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage3-menu .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage3-menu .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 208%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage3-menu .vl-main-menu ul > li .sub-menu li:hover > a {
    color: var(--ztc-text-text-8);
}
.homepage3-menu .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 208%;
    transform: scale(1);
}
.homepage3-menu .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-8);
}
.homepage3-menu .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 208%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage3-menu .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 208%;
    transform: scale(1);
}
.homepage3-menu .vl-mega-menu {
    position: absolute;
    left: -260px;
    top: 100px;
    width: 1290px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    background: var(--ztc-bg-bg-5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 208%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage3-menu .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage3-menu .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
.homepage3-menu .vl-home-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.homepage3-menu .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-menu .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage3-menu .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.homepage3-menu .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-4);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage3-menu .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80px;
    margin-top: -47px;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn1 {
    color: var(--ztc-text-text-4) !important;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    padding: 18px 22px;
    border-radius: var(--rounded-lg, 8px);
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 160px;
}
.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn1:hover {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn1:hover::before {
    border-bottom: 4px solid var(--ztc-bg-bg-1);
    transition: all 0.4s;
}
.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s;
}
.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    bottom: 0;
    left: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 8px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage3-menu .vl-home-thumb .btn-area1 .vl-btn1::before {
    position: absolute;
    content: "";
    height: 4px;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid var(--ztc-bg-bg-2);
    transition: all 0.4s;
    width: 100%;
    z-index: 1;
    border-radius: 8px;
}
.homepage3-menu .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
}
.homepage3-menu .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage3-menu .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage3-menu .vl-hero-btn {
    display: flex !important;
    align-items: center;
    justify-content: end;
}
@media (max-width: 767px) {
    .homepage3-menu .vl-hero-btn {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-menu .vl-hero-btn {
        display: none !important;
    }
}
.homepage3-menu .vl-hero-btn button {
    background: none;
    border: none;
    outline: none;
    margin: 0 0 0 16px;
}
.homepage3-menu .vl-hero-btn .search-icon {
    margin-right: 20px;
    padding-right: 24px;
    border-right: 1px solid #3e423b;
}
.homepage3-menu .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    padding: 16px 0;
    background: var(--ztc-bg-bg-5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
    .homepage3-menu .header-sticky {
        padding: 16px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-menu .header-sticky {
        padding: 16px 10px;
    }
}
.homepage3-menu .header-sticky .container.headerfix {
    padding: 0;
}
.homepage3-menu .header-sticky .row-bg1 {
    background: none;
    transition: all 0.4s;
    padding: 0;
    border: none;
}

.body-bg1.home4 {
    overflow-x: hidden;
}

.homepage4-menu .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 16px 0;
}
@media (max-width: 767px) {
    .homepage4-menu .vl-transparent-header {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-menu .vl-transparent-header {
        padding: 0;
    }
}
.homepage4-menu .vl-transparent-header .container.headerfix {
    max-width: 1300px;
}
.homepage4-menu .vl-transparent-header .vl-logo img {
    width: 60%;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage4-menu .row-bg1 {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 12px 0;
}
@media (max-width: 767px) {
    .homepage4-menu .row-bg1 {
        border-radius: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-menu .row-bg1 {
        border-radius: 0;
    }
}
.homepage4-menu .vl-main-menu ul {
    text-align: end;
}
.homepage4-menu .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage4-menu .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage4-menu .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-11);
    background: none;
}
.homepage4-menu .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
}
.active-link{
  color: var(--ztc-text-text-11)!important;
  font-weight: 600;
}
.homepage4-menu .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-11);
}
.homepage4-menu .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 208%;
    width: 220px;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px 24px;
    background: var(--ztc-bg-bg-5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage4-menu .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: var(--ztc-bg-bg-11);
}
.homepage4-menu .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage4-menu .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage4-menu .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage4-menu .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: var(--ztc-bg-bg-11);
    z-index: 1;
}
.homepage4-menu .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage4-menu .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage4-menu .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 208%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage4-menu .vl-main-menu ul > li .sub-menu li:hover > a {
    color: var(--ztc-text-text-11);
}
.homepage4-menu .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 208%;
    transform: scale(1);
}
.homepage4-menu .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-11);
}
.homepage4-menu .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 208%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage4-menu .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 208%;
    transform: scale(1);
}
.homepage4-menu .vl-mega-menu {
    position: absolute;
    left: -260px;
    top: 100px;
    width: 1290px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    background: var(--ztc-bg-bg-5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 208%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage4-menu .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .homepage4-menu .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
.homepage4-menu .vl-home-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.homepage4-menu .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-menu .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage4-menu .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.homepage4-menu .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-4);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage4-menu .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -63px;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -47px;
}
.homepage4-menu .vl-home-thumb .btn-area1 .vl-btn3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-11);
    padding: 18px 22px;
    border-radius: var(--rounded-lg, 8px);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.homepage4-menu .vl-home-thumb .btn-area1 .vl-btn3:hover {
    color: var(--ztc-text-text-4) !important;
    transition: all 0.4s;
    transform: translateY(-5px);
}
.homepage4-menu .vl-home-thumb .btn-area1 .vl-btn3:hover::before {
    border-bottom: 4px solid var(--ztc-bg-bg-1);
    transition: all 0.4s;
}
.homepage4-menu .vl-home-thumb .btn-area1 .vl-btn3:hover::after {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s;
}
.homepage4-menu .vl-home-thumb .btn-area1 .vl-btn3::after {
    position: absolute;
    content: "";
    height: 100%;
    bottom: 0;
    left: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 8px;
    width: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage4-menu .vl-home-thumb .btn-area1 .vl-btn3::before {
    position: absolute;
    content: "";
    height: 4px;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid var(--ztc-border-border-3);
    transition: all 0.4s;
    width: 100%;
    z-index: 1;
    border-radius: 8px;
}
.homepage4-menu .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
}
.homepage4-menu .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage4-menu .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage4-menu .vl-hero-btn {
    display: flex !important;
    align-items: center;
    justify-content: end;
}
@media (max-width: 767px) {
    .homepage4-menu .vl-hero-btn {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-menu .vl-hero-btn {
        display: none !important;
    }
}
.homepage4-menu .vl-hero-btn button {
    background: none;
    border: none;
    outline: none;
    margin: 0 0 0 16px;
}
.homepage4-menu .vl-hero-btn .search-icon {
    margin-right: 20px;
    padding-right: 24px;
    border-right: 1px solid #3e423b;
}
.homepage4-menu .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    padding: 16px 0;
    background: var(--ztc-bg-bg-5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
    .homepage4-menu .header-sticky {
        padding: 16px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-menu .header-sticky {
        padding: 16px 10px;
    }
}
.homepage4-menu .header-sticky .container.headerfix {
    padding: 0;
}
.homepage4-menu .header-sticky .row-bg1 {
    background: none;
    transition: all 0.4s;
    padding: 0;
    border: none;
}
@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.homepage4-menu .vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
.project-inner-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.project-inner-section-area .tabs-area ul {
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    padding: 18px 18px 18px 18px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.project-inner-section-area .tabs-area ul li {
    display: inline-block;
}
.project-inner-section-area .tabs-area ul li button {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px; /* 100% */
    letter-spacing: -0.18px;
    text-transform: uppercase;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px 20px;
    margin: 0 16px 0 0;
}
@media (max-width: 767px) {
    .project-inner-section-area .tabs-area ul li button {
        margin: 0 16px 10px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-inner-section-area .tabs-area ul li button {
        margin: 0 16px 10px 0;
    }
}
.project-inner-section-area .tabs-area ul li button.active {
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.project-inner-section-area .tab-content .tab-pane {
    transform: translateY(100px);
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}
.project-inner-section-area .tab-content .tab-pane.fade.show.active {
    transform: translateY(0px);
    transition: all 0.4s;
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea:hover
    .img1
    img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea:hover
    .img1::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea:hover
    .arrow-content {
    bottom: 24px;
    transition: all 0.6s;
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea
    .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.4s;
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    border-radius: 16px;
    background: rgba(3, 6, 10, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea
    .img1
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.4s;
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea
    .arrow-content {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 44px 32px 24px 32px;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: -240px;
    left: 100px;
    right: 100px;
    transition: all 0.6s;
}
@media (max-width: 767px) {
    .project-inner-section-area
        .tab-content
        .tab-pane
        .all-project-area
        .portfolio-boxarea
        .arrow-content {
        left: 20px;
        right: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-inner-section-area
        .tab-content
        .tab-pane
        .all-project-area
        .portfolio-boxarea
        .arrow-content {
        left: 20px;
        right: 20px;
    }
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea
    .arrow-content
    .arrow {
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -60px;
    z-index: -1;
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea
    .arrow-content
    .arrow
    a {
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea
    .arrow-content
    .arrow
    a
    span {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    border-radius: 50%;
    color: var(--ztc-text-text-4);
    transform: rotate(-45deg);
    font-size: var(--ztc-font-size-font-s20);
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea
    .arrow-content
    .content-area
    p {
    color: var(--Paragraph-Color, #443e3e);
    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-semibold);
    line-height: 16px;
    text-transform: uppercase;
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea
    .arrow-content
    .content-area
    a {
    color: var(--ztc-text-text-4);
    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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}
.project-inner-section-area
    .tab-content
    .tab-pane
    .all-project-area
    .portfolio-boxarea
    .arrow-content
    .content-area
    a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}

.project-details-section-area {
    position: relative;
    z-index: 1;
}
.project-details-section-area .project-details-side {
    position: sticky;
    top: 120px;
}
.project-details-section-area .project-details-side 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;
    text-transform: uppercase;
}
.project-details-section-area .project-details-side .search-area {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    padding: 24px;
}
.project-details-section-area .project-details-side .search-area form {
    position: relative;
    z-index: 1;
}
.project-details-section-area .project-details-side .search-area form input {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding: 19px 16px;
    width: 100%;
}
.project-details-section-area
    .project-details-side
    .search-area
    form
    input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.project-details-section-area
    .project-details-side
    .search-area
    form
    input::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.project-details-section-area .project-details-side .search-area form button {
    border: none;
    outline: none;
    color: var(--ztc-text-text-1);
    background: none;
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: var(--ztc-font-size-font-s20);
}
.project-details-section-area .project-details-side .project-details-box {
    position: relative;
    z-index: 1;
    padding: 24px;
    background: var(--ztc-bg-bg-7);
    border-radius: 16px;
}
.project-details-section-area .project-details-side .project-details-box h3 {
    color: var(--ztc-text-text-4);
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #bada39;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details
    h4 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details
    h5 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: capitalize;
    padding-left: 16px;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details1 {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #bada39;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details1
    h4 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details1
    h5 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: capitalize;
    padding-left: 45px;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details2 {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #bada39;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details2
    h4 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details2
    h5 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: capitalize;
    padding-left: 22px;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details3 {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #bada39;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details3
    h4 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details3
    h5 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: capitalize;
    padding-left: 48px;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details4 {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #bada39;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details4
    h4 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details4
    h5 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: capitalize;
    padding-left: 26px;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details5 {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #bada39;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details5
    h4 {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details5
    ul {
    padding-left: 46px;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details5
    ul
    li {
    display: inline-block;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details5
    ul
    li
    a {
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-4);
    font-size: var(--ztc-font-size-font-s16);
    border-radius: 50%;
}
.project-details-section-area
    .project-details-side
    .project-details-box
    .list-details5
    ul
    li
    a:hover {
    background: var(--ztc-text-text-4);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.project-details-section-area .project-details-area {
    padding: 0 0 0 30px;
}
@media (max-width: 767px) {
    .project-details-section-area .project-details-area {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-section-area .project-details-area {
        padding: 0;
    }
}
.project-details-section-area .project-details-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.project-details-section-area .project-details-area h2 {
    font-size: var(--ztc-font-size-font-s40);
    line-height: 46px;
}
@media (max-width: 767px) {
    .project-details-section-area .project-details-area h2 {
        font-size: var(--ztc-font-size-font-s26) !important;
        line-height: 34px;
    }
}
.project-details-section-area .project-details-area 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;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}
.project-details-section-area .project-details-area .progresbar {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.project-details-section-area .project-details-area .progresbar .progressbar {
    position: relative;
}
.project-details-section-area
    .project-details-area
    .progresbar
    .progressbar
    .circle {
    height: 80px;
    width: 80px;
}
.project-details-section-area
    .project-details-area
    .progresbar
    .progressbar
    .circle
    canvas {
    width: 80px;
    height: 80px;
    transform: rotate(90deg);
}
.project-details-section-area
    .project-details-area
    .progresbar
    .progressbar
    .count {
    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; /* 100% */
    position: absolute;
    top: 37%;
    left: 28%;
}
.project-details-section-area .project-details-area .progresbar .content-area {
    padding-left: 10px;
}
.project-details-section-area
    .project-details-area
    .progresbar
    .content-area
    h4 {
    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; /* 100% */
}
.project-details-section-area .project-details-area .btn-area1 {
    padding-bottom: 60px;
    border-bottom: 1px solid #1c1f22;
}
.project-details-section-area .project-details-area .list-area li {
    display: inline-block;
    margin: 20px 20px 0 0;
}
.project-details-section-area .project-details-area .list-area li a {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 14px;
    display: inline-block;
    transition: all 0.4s;
    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;
    letter-spacing: -0.32px;
}
.project-details-section-area .project-details-area .list-area li a:hover {
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.project-details-section-area .project-details-area .list-area li a:hover span {
    background: var(--ztc-bg-bg-5);
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}
.project-details-section-area .project-details-area .list-area li a span {
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-4);
    margin: 0 6px 0 0;
}

.project-bottom-scetion {
    position: relative;
    z-index: 1;
    padding: 120px 0 90px 0;
}
@media (max-width: 767px) {
    .project-bottom-scetion {
        padding: 60px 0 30px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-bottom-scetion {
        padding: 60px 0 30px 0;
    }
}
.project-bottom-scetion .portfolio-boxarea {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.project-bottom-scetion .portfolio-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}
.project-bottom-scetion .portfolio-boxarea:hover .img1::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
}
.project-bottom-scetion .portfolio-boxarea:hover .arrow-content {
    bottom: 24px;
    transition: all 0.6s;
}
.project-bottom-scetion .portfolio-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.4s;
}
.project-bottom-scetion .portfolio-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    border-radius: 16px;
    background: rgba(3, 6, 10, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
}
.project-bottom-scetion .portfolio-boxarea .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.4s;
}
.project-bottom-scetion .portfolio-boxarea .arrow-content {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 44px 32px 24px 32px;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: -240px;
    left: 100px;
    right: 100px;
    transition: all 0.6s;
}
@media (max-width: 767px) {
    .project-bottom-scetion .portfolio-boxarea .arrow-content {
        left: 20px;
        right: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-bottom-scetion .portfolio-boxarea .arrow-content {
        left: 20px;
        right: 20px;
    }
}
.project-bottom-scetion .portfolio-boxarea .arrow-content .arrow {
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -60px;
    z-index: -1;
}
.project-bottom-scetion .portfolio-boxarea .arrow-content .arrow a {
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
}
.project-bottom-scetion .portfolio-boxarea .arrow-content .arrow a span {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    border-radius: 50%;
    color: var(--ztc-text-text-4);
    transform: rotate(-45deg);
    font-size: var(--ztc-font-size-font-s20);
}
.project-bottom-scetion .portfolio-boxarea .arrow-content .content-area p {
    color: var(--Paragraph-Color, #443e3e);
    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-semibold);
    line-height: 16px;
    text-transform: uppercase;
}
.project-bottom-scetion .portfolio-boxarea .arrow-content .content-area a {
    color: var(--ztc-text-text-4);
    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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}
.project-bottom-scetion
    .portfolio-boxarea
    .arrow-content
    .content-area
    a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--ztc-text-text-4);
    z-index: 999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--ztc-bg-bg-7);
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--ztc-bg-bg-7);
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--ztc-bg-bg-7);
    animation: spin 1.5s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    color: var(--ztc-text-text-1);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: var(--ztc-text-text-11);
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
    color: var(--ztc-text-text-2);
}

.progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    opacity: 0;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
    color: var(--ztc-text-text-1);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--ztc-text-text-11);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.procus-cursor {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #ffff00;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 9998;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .procus-cursor {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .procus-cursor {
        display: none;
    }
}
.procus-cursor2 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ffff00;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 9998;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .procus-cursor2 {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .procus-cursor2 {
        display: none;
    }
}
.procus-cursor.cursor3 {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid var(--ztc-text-text-11);
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 9998;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .procus-cursor.cursor3 {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .procus-cursor.cursor3 {
        display: none;
    }
}
.procus-cursor2.cursor3 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--ztc-text-text-11);
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 9998;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .procus-cursor2.cursor3 {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .procus-cursor2.cursor3 {
        display: none;
    }
}
/*============= OTHERS CSS AREA ENDS ===============*/
/*============= SIDEBAR CSS AREA STARTS ===============*/
.header-site-icon .slide-bar.slide-bar1 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--ztc-bg-bg-5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    width: 450px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-site-icon .slide-bar.slide-bar1 {
        overflow-y: scroll;
        height: 800px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .header-site-icon .slide-bar.slide-bar1 {
        overflow-y: scroll;
        height: 800px;
    }
}
.header-site-icon .slide-bar.slide-bar1 .sidebar-info .sidebar-logo a img {
    height: 52px;
    width: 130px;
    -o-object-fit: contain;
    object-fit: contain;
}
.header-site-icon
    .slide-bar.slide-bar1
    .sidebar-info
    .sidebar-logo
    .close-mobile-menu
    a {
    font-size: var(--ztc-font-size-font-s32);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    background: var(--ztc-bg-bg-7);
    cursor: pointer;
}
.header-site-icon .slide-bar.slide-bar1 .sidebar-content ul li a {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    text-transform: capitalize !important;
    margin-top: 32px;
    transition: all 0.4s ease-in-out;
}
.header-site-icon .slide-bar.slide-bar1 .sidebar-content ul li a:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s ease-in-out;
}
.header-site-icon .slide-bar.slide-bar1 .social-link-area h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-1);
    margin-bottom: 24px;
    line-height: var(--ztc-font-size-font-s34);
}
.header-site-icon .slide-bar.slide-bar1 .social-link-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    margin: 0 6px 0 0;
    transition: all 0.4s ease-in-out;
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-4);
}
.header-site-icon .slide-bar.slide-bar1 .social-link-area ul li a:hover {
    transition: all 0.4s ease-in-out;
    transform: translateY(-5px);
}
.header-site-icon .slide-bar.slide-bar1 .form-area h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-1);
    margin-bottom: 24px;
    line-height: var(--ztc-font-size-font-s34);
}
.header-site-icon .slide-bar.slide-bar1 .form-area form {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    display: block;
    position: relative;
    border-radius: 4px;
}
.header-site-icon .slide-bar.slide-bar1 .form-area form input {
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    background-color: var(--ztc-bg-bg-14);
}
.header-site-icon
    .slide-bar.slide-bar1
    .form-area
    form
    input::-moz-placeholder {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    line-height: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}
.header-site-icon .slide-bar.slide-bar1 .form-area form input::placeholder {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    line-height: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}
.header-site-icon .slide-bar.slide-bar1 .form-area form button {
    border: none;
    outline: none;
    position: absolute;
    top: 6px;
    right: 5px;
}

.homepage4 .header-site-icon .slide-bar.slide-bar1 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--ztc-bg-bg-5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    width: 450px;
    height: 100vh;
}
.homepage4
    .header-site-icon
    .slide-bar.slide-bar1
    .sidebar-info
    .sidebar-logo
    a
    img {
    height: 52px;
    width: 130px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage4
    .header-site-icon
    .slide-bar.slide-bar1
    .sidebar-info
    .sidebar-logo
    .close-mobile-menu
    a {
    font-size: var(--ztc-font-size-font-s32);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    background: var(--ztc-bg-bg-11);
    cursor: pointer;
    color: var(--ztc-text-text-1);
}
.homepage4 .header-site-icon .slide-bar.slide-bar1 .sidebar-content ul li a {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    text-transform: uppercase;
    margin-top: 32px;
    transition: all 0.4s ease-in-out;
}
.homepage4
    .header-site-icon
    .slide-bar.slide-bar1
    .sidebar-content
    ul
    li
    a:hover {
    color: var(--ztc-text-text-11);
    transition: all 0.4s ease-in-out;
}
.homepage4 .header-site-icon .slide-bar.slide-bar1 .social-link-area h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-1);
    margin-bottom: 24px;
    line-height: var(--ztc-font-size-font-s34);
}
.homepage4 .header-site-icon .slide-bar.slide-bar1 .social-link-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    margin: 0 6px 0 0;
    transition: all 0.4s ease-in-out;
    background: var(--ztc-bg-bg-11);
    color: var(--ztc-text-text-1);
}
.homepage4
    .header-site-icon
    .slide-bar.slide-bar1
    .social-link-area
    ul
    li
    a:hover {
    transition: all 0.4s ease-in-out;
    transform: translateY(-5px);
}
.homepage4 .header-site-icon .slide-bar.slide-bar1 .form-area h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-1);
    margin-bottom: 24px;
    line-height: var(--ztc-font-size-font-s34);
}
.homepage4 .header-site-icon .slide-bar.slide-bar1 .form-area form {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    display: block;
    position: relative;
    border-radius: 4px;
}
.homepage4 .header-site-icon .slide-bar.slide-bar1 .form-area form input {
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
}
.homepage4
    .header-site-icon
    .slide-bar.slide-bar1
    .form-area
    form
    input::-moz-placeholder {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    line-height: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}
.homepage4
    .header-site-icon
    .slide-bar.slide-bar1
    .form-area
    form
    input::placeholder {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    line-height: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-1);
    opacity: 0.8;
}
.homepage4 .header-site-icon .slide-bar.slide-bar1 .form-area form button {
    border: none;
    outline: none;
    position: absolute;
    top: 6px;
    right: 5px;
}

/*============= SIDECAR CSS AREA ENDS ===============*/
/*============= HEADER SEARCH CSS AREA STARTS ===============*/
.header-search-container form input {
    outline: none;
    border: none;
    background: none;
    font-family: var(--ztc-family-font1);
    font-weight: 500;
}

.header-search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    z-index: 9999;
    background-color: var(--ztc-bg-bg-1);
    transform: translate3d(0, -100%, 0);
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),
        visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),
        visibility 0.8s step-start;
    transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type="search"] {
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid #dddbdb;
    padding-left: 0;
    border-radius: 0;
    width: 100%;
    color: var(--ztc-text-text-4);
}

.header-search-form-wrapper
    .search-form
    input[type="search"]::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.header-search-form-wrapper .search-form input[type="search"]::placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.header-search-form-wrapper
    .search-form
    input[type="search"]:-ms-input-placeholder {
    color: #a4a4a4;
}

.header-search-form-wrapper
    .search-form
    input[type="search"]::-ms-input-placeholder {
    color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    right: 0;
    background-color: transparent;
    color: #9f9f9f;
    font-size: 24px;
    border: none;
    color: #2b495a;
}

.header-search-form-wrapper .tx-search-close {
    background: rgba(204, 204, 204, 0.2705882353);
    width: 54px;
    height: 54px;
    border-width: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
}

.header-search-form-wrapper .tx-search-close::before,
.header-search-form-wrapper .tx-search-close::after {
    background-color: var(--color-black);
}

.header-search-container {
    width: 100%;
    height: 100%;
    max-width: 1170px;
    border: 0;
    padding: 0;
    background: 0 0;
    transform: translate3d(0, calc(100% - 100px), 0);
    transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

/*============= HEADER SEARCH CSS AREA ENDS ===============*/
/*============= COUNTER CSS AREA STARTS ===============*/
.counter-section-area {
    position: relative;
    z-index: 1;
}
.counter-section-area .counter-box {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .counter-section-area .counter-box {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-section-area .counter-box {
        margin-top: 30px;
    }
}
.counter-section-area .counter-box:hover {
    background: var(--ztc-bg-bg-7);
    transition: all 0.4s;
}
.counter-section-area .counter-box:hover h2 {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.counter-section-area .counter-box:hover p {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
}
.counter-section-area .counter-box h2 {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s48);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 48px;
    text-transform: uppercase;
    transition: all 0.4s;
}
.counter-section-area .counter-box p {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.4s;
}

/*============= COUNTER CSS AREA ENDS ===============*/
/*============= ERROR CSS AREA STARTS ===============*/
.error-section-area {
    position: relative;
    z-index: 1;
}
.error-section-area .elements15 {
    position: absolute;
    right: 0;
    top: -200px;
}
.error-section-area .images-content .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

/*============= ERROR CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.team1-section-area {
    position: relative;
    z-index: 1;
}
.team1-section-area .progresbar {
    display: flex;
    align-items: center;
}
.team1-section-area .progresbar .progressbar {
    position: relative;
}
.team1-section-area .progresbar .progressbar .circle {
    height: 80px;
    width: 80px;
}
.team1-section-area .progresbar .progressbar .circle canvas {
    width: 80px;
    height: 80px;
    transform: rotate(90deg);
}
.team1-section-area .progresbar .progressbar .count {
    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; /* 100% */
    position: absolute;
    top: 37%;
    left: 28%;
}
.team1-section-area .progresbar .content-area {
    padding-left: 10px;
}
.team1-section-area .progresbar .content-area h4 {
    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; /* 100% */
}
.team1-section-area .team-author-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s;
    margin-bottom: 30px;
}
.team1-section-area .team-author-boxarea::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
    background: linear-gradient(
        180deg,
        rgba(206, 241, 43, 0) 42.14%,
        rgba(206, 241, 43, 0.9) 77.05%
    );
    z-index: 1;
}
.team1-section-area .team-author-boxarea:hover::after {
    height: 100%;
    transition: all 0.4s;
}
.team1-section-area .team-author-boxarea:hover .list {
    right: 35px;
    transition: all 0.6s;
}
.team1-section-area .team-author-boxarea:hover .content-area {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
}
.team1-section-area .team-author-boxarea .elements7 {
    position: absolute;
    left: 50%;
    z-index: -1;
    margin-left: -155px;
    top: 50%;
    margin-top: -155px;
}
.team1-section-area .team-author-boxarea .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
.team1-section-area .team-author-boxarea .list {
    position: absolute;
    right: -100px;
    top: 28%;
    z-index: 2;
    transition: all 0.6s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team1-section-area .team-author-boxarea .list {
        top: 13%;
    }
}
@media (max-width: 767px) {
    .team1-section-area .team-author-boxarea .list {
        top: 13%;
    }
}
.team1-section-area .team-author-boxarea .list ul li a {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    transition: all 0.4s;
    border-radius: 50%;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-4);
    font-size: var(--ztc-font-size-font-s20);
    margin-bottom: 10px;
}
.team1-section-area .team-author-boxarea .list ul li a:hover {
    background: var(--ztc-bg-bg-7);
    transition: all 0.4s;
}
.team1-section-area .team-author-boxarea .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 24px;
    position: absolute;
    bottom: 24px;
    left: 20px;
    right: 20px;
    z-index: 2;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}
.team1-section-area .team-author-boxarea .content-area .content a {
    color: var(--ztc-text-text-4);
    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;
    letter-spacing: -0.48px;
    display: inline-block;
    transition: all 0.4s;
}
.team1-section-area .team-author-boxarea .content-area .content a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}
.team1-section-area .team-author-boxarea .content-area .content p {
    color: rgba(17, 17, 17, 0.9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
}
.team1-section-area .team-author-boxarea .content-area .share a {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    border-radius: 50%;
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
}

.team2-section-area {
    position: relative;
    z-index: 1;
}
.team2-section-area .team-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .team2-section-area .team-header {
        display: block;
    }
    .team2-section-area .team-header .btn-area1 {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team2-section-area .team-header {
        display: block;
    }
    .team2-section-area .team-header .btn-area1 {
        margin-top: 20px;
    }
}
.team2-section-area .team-author-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s;
    margin-bottom: 30px;
}
.team2-section-area .team-author-boxarea::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
    background: linear-gradient(
        180deg,
        rgba(206, 241, 43, 0) 42.14%,
        rgba(254, 254, 31, 0.9) 77.05%
    );
    z-index: 1;
}
.team2-section-area .team-author-boxarea:hover::after {
    height: 100%;
    transition: all 0.4s;
}
.team2-section-area .team-author-boxarea:hover .list {
    right: 35px;
    transition: all 0.6s;
}
.team2-section-area .team-author-boxarea:hover .content-area {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
}
.team2-section-area .team-author-boxarea .elements7 {
    position: absolute;
    left: 50%;
    z-index: -1;
    margin-left: -155px;
    top: 50%;
    margin-top: -155px;
}
.team2-section-area .team-author-boxarea .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
.team2-section-area .team-author-boxarea .list {
    position: absolute;
    right: -100px;
    top: 28%;
    z-index: 2;
    transition: all 0.6s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team2-section-area .team-author-boxarea .list {
        top: 13%;
    }
}
@media (max-width: 767px) {
    .team2-section-area .team-author-boxarea .list {
        top: 13%;
    }
}
.team2-section-area .team-author-boxarea .list ul li a {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    transition: all 0.4s;
    border-radius: 50%;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-4);
    font-size: var(--ztc-font-size-font-s20);
    margin-bottom: 10px;
}
.team2-section-area .team-author-boxarea .list ul li a:hover {
    background: var(--ztc-bg-bg-8);
    transition: all 0.4s;
}
.team2-section-area .team-author-boxarea .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 24px;
    position: absolute;
    bottom: 24px;
    left: 20px;
    right: 20px;
    z-index: 2;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}
.team2-section-area .team-author-boxarea .content-area .content a {
    color: var(--ztc-text-text-4);
    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;
    letter-spacing: -0.48px;
    display: inline-block;
    transition: all 0.4s;
}
.team2-section-area .team-author-boxarea .content-area .content p {
    color: rgba(17, 17, 17, 0.9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
}
.team2-section-area .team-author-boxarea .content-area .share a {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    border-radius: 50%;
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
}

.team3-section-area {
    position: relative;
    z-index: 1;
}
.team3-section-area .elements15 {
    position: absolute;
    top: -335px;
    right: 0;
}
.team3-section-area .progresbar {
    display: flex;
    align-items: center;
}
.team3-section-area .progresbar .progressbar {
    position: relative;
}
.team3-section-area .progresbar .progressbar .circle {
    height: 80px;
    width: 80px;
}
.team3-section-area .progresbar .progressbar .circle canvas {
    width: 80px;
    height: 80px;
    transform: rotate(90deg);
}
.team3-section-area .progresbar .progressbar .count {
    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; /* 100% */
    position: absolute;
    top: 37%;
    left: 28%;
}
.team3-section-area .progresbar .content-area {
    padding-left: 10px;
}
.team3-section-area .progresbar .content-area h4 {
    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; /* 100% */
}
.team3-section-area .team2-boxarea {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.team3-section-area .team2-boxarea:hover ul {
    bottom: 100px;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}
.team3-section-area .team2-boxarea:hover .img1 .elements16 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.team3-section-area .team2-boxarea:hover .img1::after {
    height: 100%;
    transition: all 0.4s;
}
.team3-section-area .team2-boxarea ul {
    position: absolute;
    bottom: 200px;
    z-index: 2;
    left: 21%;
    right: 21%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}
@media (max-width: 767px) {
    .team3-section-area .team2-boxarea ul {
        left: 25%;
        right: 25%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team3-section-area .team2-boxarea ul {
        left: 24%;
        right: 24%;
    }
}
.team3-section-area .team2-boxarea ul li {
    display: inline-block;
}
.team3-section-area .team2-boxarea ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-4);
}
.team3-section-area .team2-boxarea ul li a:hover {
    background: var(--ztc-bg-bg-7);
    transition: all 0.4s;
}
.team3-section-area .team2-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team3-section-area .team2-boxarea .img1 .elements16 {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    z-index: -1;
}
.team3-section-area .team2-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
    background: linear-gradient(
        180deg,
        rgba(206, 241, 43, 0) 42.14%,
        rgba(206, 241, 43, 0.63) 77.05%
    );
    border-radius: 16px;
}
.team3-section-area .team2-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
.team3-section-area .team2-boxarea .content-area {
    text-align: center;
}
.team3-section-area .team2-boxarea .content-area a {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px; /* 100% */
    letter-spacing: -0.4px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}
.team3-section-area .team2-boxarea .content-area a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}
.team3-section-area .team2-boxarea .content-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-medium);
    line-height: 16px;
}

.team4-section-area {
    position: relative;
    z-index: 1;
}
.team4-section-area .progresbar {
    display: flex;
    align-items: center;
}
.team4-section-area .progresbar .progressbar {
    position: relative;
}
.team4-section-area .progresbar .progressbar .circle {
    height: 80px;
    width: 80px;
}
.team4-section-area .progresbar .progressbar .circle canvas {
    width: 80px;
    height: 80px;
    transform: rotate(90deg);
}
.team4-section-area .progresbar .progressbar .count {
    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; /* 100% */
    position: absolute;
    top: 37%;
    left: 28%;
}
.team4-section-area .progresbar .content-area {
    padding-left: 10px;
}
.team4-section-area .progresbar .content-area h4 {
    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; /* 100% */
}
.team4-section-area .team-author-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s;
    margin-bottom: 30px;
}
.team4-section-area .team-author-boxarea::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
    background: linear-gradient(
        180deg,
        rgba(251, 133, 0, 0) 42.14%,
        rgba(251, 133, 0, 0.9) 77.05%
    );
    z-index: 1;
}
.team4-section-area .team-author-boxarea:hover::after {
    height: 100%;
    transition: all 0.4s;
}
.team4-section-area .team-author-boxarea:hover .list {
    right: 35px;
    transition: all 0.6s;
}
.team4-section-area .team-author-boxarea:hover .content-area {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
}
.team4-section-area .team-author-boxarea .elements7 {
    position: absolute;
    left: 50%;
    z-index: -1;
    margin-left: -155px;
    top: 50%;
    margin-top: -155px;
}
.team4-section-area .team-author-boxarea .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
.team4-section-area .team-author-boxarea .list {
    position: absolute;
    right: -100px;
    top: 28%;
    z-index: 2;
    transition: all 0.6s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team4-section-area .team-author-boxarea .list {
        top: 13%;
    }
}
@media (max-width: 767px) {
    .team4-section-area .team-author-boxarea .list {
        top: 13%;
    }
}
.team4-section-area .team-author-boxarea .list ul li a {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    transition: all 0.4s;
    border-radius: 50%;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-4);
    font-size: var(--ztc-font-size-font-s20);
    margin-bottom: 10px;
}
.team4-section-area .team-author-boxarea .list ul li a:hover {
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}
.team4-section-area .team-author-boxarea .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 24px;
    position: absolute;
    bottom: 24px;
    left: 20px;
    right: 20px;
    z-index: 2;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}
.team4-section-area .team-author-boxarea .content-area .content a {
    color: var(--ztc-text-text-4);
    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;
    letter-spacing: -0.48px;
    display: inline-block;
    transition: all 0.4s;
}
.team4-section-area .team-author-boxarea .content-area .content a:hover {
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}
.team4-section-area .team-author-boxarea .content-area .content p {
    color: rgba(17, 17, 17, 0.9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
}
.team4-section-area .team-author-boxarea .content-area .share a {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    border-radius: 50%;
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq-inner-section-area {
    position: relative;
    z-index: 1;
}
.faq-inner-section-area .elements15 {
    position: absolute;
    right: 0;
    top: -200px;
}
.faq-inner-section-area .faq-widget-area ul {
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    padding: 18px 18px 18px 18px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.faq-inner-section-area .faq-widget-area ul li {
    display: inline-block;
}
.faq-inner-section-area .faq-widget-area ul li button {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px; /* 100% */
    letter-spacing: -0.18px;
    text-transform: uppercase;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px 20px;
    margin: 0 16px 0 0;
}
@media (max-width: 767px) {
    .faq-inner-section-area .faq-widget-area ul li button {
        margin: 0 16px 10px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-inner-section-area .faq-widget-area ul li button {
        margin: 0 16px 10px 0;
    }
}
.faq-inner-section-area .faq-widget-area ul li button.active {
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.faq-inner-section-area .faq-widget-area .accordion .accordion-item {
    border-radius: 16px;
    background: var(--ztc-bg-bg-7);
    border: none;
    padding: 0;
    text-align: start;
}
.faq-inner-section-area .faq-widget-area .accordion .accordion-item button {
    padding: 40px 48px;
    box-shadow: none;
    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: 600;
    line-height: 32px;
    text-transform: capitalize;
    border-radius: 14px;
    background: #1c1f22;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-inner-section-area .faq-widget-area .accordion .accordion-item button {
        font-size: var(--ztc-font-size-font-s24);
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .faq-inner-section-area .faq-widget-area .accordion .accordion-item button {
        padding: 20px 24px;
        font-size: var(--ztc-font-size-font-s20);
        line-height: 28px;
    }
}
.faq-inner-section-area
    .faq-widget-area
    .accordion
    .accordion-item
    button::before {
    height: 48px;
    width: 48px;
    position: absolute;
    content: "";
    background: var(--ztc-bg-bg-7);
    right: 34px;
    top: 32px;
    transition: all 0.4s;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .faq-inner-section-area
        .faq-widget-area
        .accordion
        .accordion-item
        button::before {
        right: 10px;
        top: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-inner-section-area
        .faq-widget-area
        .accordion
        .accordion-item
        button::before {
        top: 27px;
    }
}
.faq-inner-section-area
    .faq-widget-area
    .accordion
    .accordion-item
    button::after {
    z-index: 1;
    filter: brightness(0);
}
.faq-inner-section-area
    .faq-widget-area
    .accordion
    .accordion-item
    button.accordion-button:not(.collapsed) {
    box-shadow: none;
    padding: 40px 48px 20px 48px;
    background: none;
    color: var(--ztc-text-text-4);
}
.faq-inner-section-area
    .faq-widget-area
    .accordion
    .accordion-item
    button.accordion-button:not(.collapsed)::before {
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
}
.faq-inner-section-area
    .faq-widget-area
    .accordion
    .accordion-item
    button.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
    .faq-inner-section-area
        .faq-widget-area
        .accordion
        .accordion-item
        button.accordion-button:not(.collapsed) {
        padding: 20px 24px 20px 24px;
    }
}
.faq-inner-section-area
    .faq-widget-area
    .accordion
    .accordion-item
    .accordion-body {
    padding: 0;
}
.faq-inner-section-area
    .faq-widget-area
    .accordion
    .accordion-item
    .accordion-body
    p {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 90%;
    padding: 0 40px 40px 40px;
}
@media (max-width: 767px) {
    .faq-inner-section-area
        .faq-widget-area
        .accordion
        .accordion-item
        .accordion-body
        p {
        padding: 0 24px 20px 24px;
    }
}
.faq-inner-section-area .tab-pane {
    transform: translateY(100px);
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}
.faq-inner-section-area .tab-pane.fade.show.active {
    transform: translateY(0px);
    transition: all 0.4s;
}

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact-inner-area {
    position: relative;
    z-index: 1;
}
.contact-inner-area .elements15 {
    position: absolute;
    top: -300px;
    right: 0;
    z-index: -1;
}
.contact-inner-area .widget-contactbox {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    padding: 24px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.contact-inner-area .widget-contactbox:hover .icons {
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
}
.contact-inner-area .widget-contactbox:hover .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}
.contact-inner-area .widget-contactbox:hover::after {
    width: 100%;
    left: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.contact-inner-area .widget-contactbox:hover .content h4 {
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.contact-inner-area .widget-contactbox:hover .content a {
    color: var(--ztc-text-text-4);
    opacity: 80%;
    transition: all 0.4s;
}
.contact-inner-area .widget-contactbox::after {
    background: var(--ztc-bg-bg-7);
    position: absolute;
    content: "";
    height: 100%;
    left: 50%;
    width: 10px;
    border-radius: 10px;
    top: 0;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.contact-inner-area .widget-contactbox .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    border-radius: 50%;
}
.contact-inner-area .widget-contactbox .icons img {
    transition: all 0.4s;
}
.contact-inner-area .widget-contactbox .content {
    padding-left: 16px;
}
.contact-inner-area .widget-contactbox .content h4 {
    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;
    transition: all 0.4s;
    text-transform: uppercase;
}
.contact-inner-area .widget-contactbox .content a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    margin-top: 10px;
}
.contact-inner-area .contact-author-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    padding: 32px;
}
@media (max-width: 767px) {
    .contact-inner-area .contact-author-boxarea {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-inner-area .contact-author-boxarea {
        margin-top: 30px;
    }
}
.contact-inner-area .contact-author-boxarea h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
}
.contact-inner-area .contact-author-boxarea .input-area input {
    width: 100%;
    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-medium);
    line-height: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    padding: 18px;
    margin-top: 16px;
}
.contact-inner-area
    .contact-author-boxarea
    .input-area
    input::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 0.7;
}
.contact-inner-area .contact-author-boxarea .input-area input::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 0.7;
}
.contact-inner-area .contact-author-boxarea .input-area textarea {
    width: 100%;
    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-medium);
    line-height: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    padding: 18px;
    margin-top: 16px;
    height: 140px;
}
.contact-inner-area
    .contact-author-boxarea
    .input-area
    textarea::-moz-placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 0.7;
}
.contact-inner-area .contact-author-boxarea .input-area textarea::placeholder {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    opacity: 0.7;
}
.contact-inner-area .contact-author-boxarea .input-area button {
    text-align: end;
    border: none;
    outline: none;
}
.contact-inner-area .contact-images {
    position: relative;
    z-index: 1;
    padding: 0 50px 0 0;
}
@media (max-width: 767px) {
    .contact-inner-area .contact-images {
        padding: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-inner-area .contact-images {
        padding: 0;
        margin-bottom: 30px;
    }
}
.contact-inner-area .contact-images .elements21 {
    position: absolute;
}
.contact-inner-area .contact-images .img1 {
    text-align: end;
}
.contact-inner-area .contact-images .img1 img {
    height: 540px;
    width: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
.contact-inner-area .contact-images .img2 {
    position: relative;
    z-index: 1;
    margin-top: -353px;
}
@media (max-width: 767px) {
    .contact-inner-area .contact-images .img2 {
        margin-top: 30px;
    }
}
.contact-inner-area .contact-images .img2 img {
    height: 390px;
    width: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
.contact-inner-area .maps-area iframe {
    width: 100%;
    height: 440px;
    border-radius: 16px;
}
@media (max-width: 767px) {
    .contact-inner-area .maps-area iframe {
        height: 150px;
    }
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta-btn-area {
    position: relative;
    z-index: 1;
}
.cta-btn-area .btn-area a {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 180px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 180px; /* 100% */
    letter-spacing: -3.6px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    display: block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .cta-btn-area .btn-area a {
        font-size: var(--ztc-font-size-font-s60);
        line-height: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-btn-area .btn-area a {
        font-size: var(--ztc-font-size-font-s100);
        line-height: 100px;
    }
}
.cta-btn-area .btn-area a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}

.cta2-section-area {
    background: #2d3034;
    position: relative;
    z-index: 1;
}
.cta2-section-area .cta-bg-area {
    position: relative;
    z-index: 1;
    padding: 24px;
    border-radius: 4px;
    background: var(--ztc-text-text-1);
}
.cta2-section-area .cta-bg-area .cta-header p {
    color: var(--gray-500, #6b7280);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
@media (max-width: 767px) {
    .cta2-section-area .cta-bg-area .cta-header p {
        line-height: 24px;
    }
}
.cta2-section-area .cta-bg-area .cta-header h2 {
    color: var(--ztc-text-text-4);
    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;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .cta2-section-area .cta-bg-area .cta-header h2 {
        line-height: 40px;
    }
}
.cta2-section-area .cta-bg-area form {
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .cta2-section-area .cta-bg-area form {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta2-section-area .cta-bg-area form {
        margin-top: 30px;
    }
}
.cta2-section-area .cta-bg-area form input {
    width: 100%;
    border-radius: 8px;
    background: rgba(45, 48, 52, 0.05);
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-transform: capitalize;
    padding: 28px 16px;
}
.cta2-section-area .cta-bg-area form input::-moz-placeholder {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-transform: capitalize;
}
.cta2-section-area .cta-bg-area form input::placeholder {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-transform: capitalize;
}
.cta2-section-area .cta-bg-area form button {
    border: none;
    outline: none;
    position: absolute;
    right: 12px;
    top: 12px;
}

.cta-btn-area6 {
    position: relative;
    z-index: 1;
}
.cta-btn-area6 .btn-area a {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 180px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 180px; /* 100% */
    letter-spacing: -3.6px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    display: block;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .cta-btn-area6 .btn-area a {
        font-size: var(--ztc-font-size-font-s60);
        line-height: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-btn-area6 .btn-area a {
        font-size: var(--ztc-font-size-font-s100);
        line-height: 100px;
    }
}
.cta-btn-area6 .btn-area a:hover {
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testimonials-2 .left {
    position: relative;
}

.testimonials-2 .left .swiper-button-next,
.testimonials-2 .left .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    left: 0;
    right: 0;
}

.testimonials-2 .left .swiper-button-next::after,
.testimonials-2 .left .swiper-button-prev::after {
    display: none;
}

.testimonials-2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.testimonials-2 .pagination-buttons {
    text-align: center;
}
.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 6px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: #2d3034;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
    padding: 36px;
}
.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea {
    position: absolute;
    right: 36px;
    top: 30px;
}
.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea ul li {
    display: inline-block;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 2.203px;
    background: rgba(17, 17, 17, 0.06);
    color: #fb8500;
}
.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 30px;
    letter-spacing: -0.4px;
}
.testimonials-2 .swiper-testimonial-2 .testimonial-boxarea .names-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .testimonials-2 .swiper-testimonial-2 .testimonial-boxarea .names-area {
        display: block;
    }
}
.testimonials-2
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .man-textarea {
    display: flex;
    align-items: center;
}
.testimonials-2
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .man-textarea
    .man
    img {
    height: 66px;
    width: 66px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonials-2
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text {
    padding-left: 16px;
}
.testimonials-2
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text
    a {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 22px;
    transition: all 0.4s;
    display: inline-block;
}
.testimonials-2
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text
    a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}
.testimonials-2
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text
    p {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}
.testimonials-2
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .elements20 {
    width: 160px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 767px) {
    .testimonials-2
        .swiper-testimonial-2
        .testimonial-boxarea
        .names-area
        .elements20 {
        margin-top: 16px;
    }
}
.testimonials-2 .map-testimonial {
    position: absolute;
    width: 100%;
    height: 400px;
}
.testimonials-2 .map-testimonial .swiper.swiper-thumb2 {
    overflow: inherit !important;
}

.testimonials-2 .map-testimonial .swiper-slide div {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    position: relative;
}
@media (max-width: 767px) {
    .testimonials-2 .map-testimonial .swiper-slide div {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials-2 .map-testimonial .swiper-slide div {
        display: none;
    }
}

.testimonials-2 .map-testimonial .swiper-slide div::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--ztc-text-text-8);
    opacity: 0;
    z-index: -1;
}

.testimonials-2 .map-testimonial .swiper-slide div img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.testimonials-2
    .map-testimonial
    .swiper-slide.swiper-slide-thumb-active
    div::before {
    opacity: 1;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(1) {
    bottom: 5%;
    left: 100px;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(2) {
    top: 120px;
    left: 50px;
    position: absolute;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(3) {
    top: 240px;
    left: 100px;
    position: absolute;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(4) {
    bottom: 5%;
    left: 1120px;
    position: absolute;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(5) {
    top: 120px;
    left: 1160px;
    position: absolute;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(6) {
    top: 240px;
    left: 1120px;
    position: absolute;
}

.pagination-buttons button {
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: none;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    font-size: 20px;
    transition: all 0.4s;
}
.pagination-buttons button:hover {
    transition: all 0.4s;
    background-color: var(--ztc-text-text-8);
    color: var(--ztc-text-text-4);
}

.testimonial2-section-area {
    position: relative;
    z-index: 1;
}
.testimonial2-section-area .testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .testimonial2-section-area .testimonial-header {
        display: block;
    }
    .testimonial2-section-area .testimonial-header .btn-area1 {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-section-area .testimonial-header {
        display: block;
    }
    .testimonial2-section-area .testimonial-header .btn-area1 {
        margin-top: 20px;
    }
}
.testimonial2-section-area .testimonial-review-area,
.testimonial2-section-area .testimonial-review-area-2 {
    position: relative;
    z-index: 1;
}
/* .testimonial2-section-area .testimonial-review-area-2 .owl-item {
  animation: slide-left-to-right 14s linear infinite forwards;
}

@keyframes slide-left-to-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
} */

@media (max-width: 767px) {
    .testimonial2-section-area .testimonial-review-area .owl-nav {
        margin-top: 30px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-section-area .testimonial-review-area .owl-nav {
        margin-top: 30px;
        text-align: center;
    }
}
.testimonial2-section-area .testimonial-review-area .owl-nav button {
    background: var(--ztc-bg-bg-14);
    border-width: 1px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
    color: var(--ztc-text-text-1);
}
.testimonial2-section-area .testimonial-review-area .owl-nav button:hover {
    background: var(--ztc-text-text-11);
    color: white;
    transition: all 0.4s;
}
.testimonial2-section-area .testimonial-review-area .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: -80px;
}
@media (max-width: 767px) {
    .testimonial2-section-area
        .testimonial-review-area
        .owl-nav
        button.owl-prev {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 16px 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-section-area
        .testimonial-review-area
        .owl-nav
        button.owl-prev {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 16px 0 0;
    }
}
.testimonial2-section-area .testimonial-review-area .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: -80px;
}
@media (max-width: 767px) {
    .testimonial2-section-area
        .testimonial-review-area
        .owl-nav
        button.owl-next {
        position: relative;
        top: 0;
        right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-section-area
        .testimonial-review-area
        .owl-nav
        button.owl-next {
        position: relative;
        top: 0;
        right: 0;
    }
}
.testimonial2-section-area .testimonial-review-area .testimonial-boxarea,
.testimonial2-section-area .testimonial-review-area-2 .testimonial-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 14px;
    background: var(--ztc-bg-bg-6);
    padding: 0.875rem;
    border: 3px solid var(--ztc-bg-bg-14);
    /* height: 400px; */
}
.testimonial2-section-area .testimonial-review-area .testimonial-boxarea svg,
.testimonial2-section-area .testimonial-review-area-2 .testimonial-boxarea svg {
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonial2-section-area .testimonial-review-area .testimonial-boxarea ul li,
.testimonial2-section-area
    .testimonial-review-area-2
    .testimonial-boxarea
    ul
    li {
    display: inline-block;
    color: #ff9c00;
}
.testimonial2-section-area
    .testimonial-review-area
    .testimonial-boxarea
    .gallery-popup,
.testimonial2-section-area
    .testimonial-review-area-2
    .testimonial-boxarea
    .gallery-popup {
    position: relative;
    display: block;
    overflow: hidden;
}
.testimonial2-section-area
    .testimonial-review-area
    .testimonial-boxarea
    .gallery-popup::after,
.testimonial2-section-area
    .testimonial-review-area-2
    .testimonial-boxarea
    .gallery-popup::after {
    content: "";
    position: absolute;
    bottom: -25rem;
    left: 0;
    background-color: rgba(18, 18, 18, 0.807);
    width: 100%;
    height: 100%;
    transition: bottom 0.4s ease-in-out;
    text-wrap: initial;
    border-radius: 0.5rem;
}
.testimonial2-section-area
    .testimonial-review-area
    .testimonial-boxarea:hover
    .gallery-popup::after,
.testimonial2-section-area
    .testimonial-review-area-2
    .testimonial-boxarea:hover
    .gallery-popup::after {
    bottom: 0;
}
.testimonial2-section-area
    .testimonial-review-area
    .testimonial-boxarea:hover
    p,
.testimonial2-section-area
    .testimonial-review-area-2
    .testimonial-boxarea:hover
    p {
    bottom: 8rem;
    opacity: 1;
    visibility: visible;
}
.testimonial2-section-area .testimonial-review-area .testimonial-boxarea p,
.testimonial2-section-area .testimonial-review-area-2 .testimonial-boxarea p {
    color: white;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    position: absolute;
    bottom: -25rem;
    left: 1.5rem;
    right: 1.5rem;
    text-align: center;
    font-size: 2ch;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in;
}
.testimonial2-section-area
    .testimonial-review-area
    .testimonial-boxarea
    .man-img-area,
.testimonial2-section-area
    .testimonial-review-area-2
    .testimonial-boxarea
    .man-img-area {
    display: flex;
    align-items: center;
}
.testimonial2-section-area
    .testimonial-review-area
    .testimonial-boxarea
    .man-img-area
    .img1
    img,
.testimonial2-section-area
    .testimonial-review-area-2
    .testimonial-boxarea
    .man-img-area
    .img1
    img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonial2-section-area
    .testimonial-review-area
    .testimonial-boxarea
    .man-img-area
    .content-area,
.testimonial2-section-area
    .testimonial-review-area-2
    .testimonial-boxarea
    .man-img-area
    .content-area {
    padding-left: 16px;
}
.testimonial2-section-area
    .testimonial-review-area
    .testimonial-boxarea
    .man-img-area
    .content-area
    a,
.testimonial2-section-area
    .testimonial-review-area-2
    .testimonial-boxarea
    .man-img-area
    .content-area
    a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}
.testimonial2-section-area
    .testimonial-review-area
    .testimonial-boxarea
    .man-img-area
    .content-area
    a:hover,
.testimonial2-section-area
    .testimonial-review-area-2
    .testimonial-boxarea
    .man-img-area
    .content-area
    a:hover {
    color: var(--ztc-text-text-9);
    transition: all 0.4s;
}
.testimonial2-section-area
    .testimonial-review-area
    .testimonial-boxarea
    .man-img-area
    .content-area
    p,
.testimonial2-section-area
    .testimonial-review-area-2
    .testimonial-boxarea
    .man-img-area
    .content-area
    p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 12px;
    opacity: 80%;
}

.testimonial3-section-area {
    position: relative;
    z-index: 1;
}
.testimonial3-section-area .images-area {
    position: relative;
    z-index: 1;
}
.testimonial3-section-area .images-area .elements17 {
    position: absolute;
    left: -100px;
    top: -30px;
    z-index: -1;
}
.testimonial3-section-area .images-area .elements18 {
    position: absolute;
    bottom: 0;
    left: 40%;
    z-index: -1;
}
.testimonial3-section-area .images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 200px 200px 0 0;
}
.testimonial3-section-area .testimonial-slider-box {
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .testimonial3-section-area .testimonial-slider-box {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial3-section-area .testimonial-slider-box {
        margin-top: 30px;
    }
}
.testimonial3-section-area .testimonial-slider-box .owl-nav {
    display: grid;
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -80px;
}
@media (max-width: 767px) {
    .testimonial3-section-area .testimonial-slider-box .owl-nav {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial3-section-area .testimonial-slider-box .owl-nav {
        display: none;
    }
}
.testimonial3-section-area .testimonial-slider-box .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
}
.testimonial3-section-area .testimonial-slider-box .owl-nav button:hover {
    background: var(--ztc-text-text-8);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.testimonial3-section-area .testimonial-slider-box .owl-nav button.owl-prev {
    margin: 0 0 16px 0;
}
.testimonial3-section-area .testimonial-slider-box .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.testimonial3-section-area .testimonial-slider-box .owl-dots button {
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    margin: 0 10px 0 0;
}
.testimonial3-section-area .testimonial-slider-box .owl-dots button.active {
    background: var(--ztc-text-text-8);
    transition: all 0.4s;
}
.testimonial3-section-area
    .testimonial-slider-box
    .owl-dots
    button.active::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.testimonial3-section-area .testimonial-slider-box .owl-dots button::after {
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    border: 1px solid var(--ztc-text-text-8);
    top: -3px;
    left: -3px;
    position: absolute;
    content: "";
    visibility: hidden;
    opacity: 0;
}
.testimonial3-section-area .testimonial-slider-box .testimonial-boxarea {
    border-radius: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 6px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 32px;
}
.testimonial3-section-area .testimonial-slider-box .testimonial-boxarea ul li {
    display: inline-block;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 2.203px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--ztc-text-text-8);
}
.testimonial3-section-area .testimonial-slider-box .testimonial-boxarea p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 30px;
    letter-spacing: -0.4px;
}
.testimonial3-section-area
    .testimonial-slider-box
    .testimonial-boxarea
    .names-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .testimonial3-section-area
        .testimonial-slider-box
        .testimonial-boxarea
        .names-area {
        display: block;
    }
}
.testimonial3-section-area
    .testimonial-slider-box
    .testimonial-boxarea
    .names-area
    .man-textarea {
    display: flex;
    align-items: center;
}
.testimonial3-section-area
    .testimonial-slider-box
    .testimonial-boxarea
    .names-area
    .man-textarea
    .man
    img {
    height: 66px;
    width: 66px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonial3-section-area
    .testimonial-slider-box
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text {
    padding-left: 16px;
}
.testimonial3-section-area
    .testimonial-slider-box
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text
    a {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 22px;
    transition: all 0.4s;
    display: inline-block;
}
.testimonial3-section-area
    .testimonial-slider-box
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text
    a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}
.testimonial3-section-area
    .testimonial-slider-box
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text
    p {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}
.testimonial3-section-area
    .testimonial-slider-box
    .testimonial-boxarea
    .names-area
    .elements20 {
    width: 160px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 767px) {
    .testimonial3-section-area
        .testimonial-slider-box
        .testimonial-boxarea
        .names-area
        .elements20 {
        margin-top: 16px;
    }
}

.testimonials-4 .left {
    position: relative;
}

.testimonials-4 .left .swiper-button-next,
.testimonials-4 .left .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    left: 0;
    right: 0;
}

.testimonials-4 .left .swiper-button-next::after,
.testimonials-4 .left .swiper-button-prev::after {
    display: none;
}

.testimonials-4 {
    overflow: hidden;
    position: relative;
}
.testimonials-4 .pagination-buttons {
    text-align: center;
}
.testimonials-4 .swiper-testimonial-2 .testimonial-boxarea {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 6px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: var(--ztc-bg-bg-6);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
    padding: 36px;
}
.testimonials-4 .swiper-testimonial-2 .testimonial-boxarea svg {
    position: absolute;
    right: 36px;
    top: 30px;
}
.testimonials-4 .swiper-testimonial-2 .testimonial-boxarea ul li {
    display: inline-block;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 2.203px;
    color: #fb8500;
}
.testimonials-4 .swiper-testimonial-2 .testimonial-boxarea p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 30px;
    letter-spacing: -0.4px;
}
.testimonials-4 .swiper-testimonial-2 .testimonial-boxarea .names-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .testimonials-4 .swiper-testimonial-2 .testimonial-boxarea .names-area {
        display: block;
    }
}
.testimonials-4
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .man-textarea {
    display: flex;
    align-items: center;
}
.testimonials-4
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .man-textarea
    .man
    img {
    height: 66px;
    width: 66px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonials-4
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text {
    padding-left: 16px;
}
.testimonials-4
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text
    a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 22px;
    transition: all 0.4s;
    display: inline-block;
}
.testimonials-4
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text
    a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}
.testimonials-4
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text
    p {
    color: var(--ztc-text-text-1);
    opacity: 0.8;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}
.testimonials-4
    .swiper-testimonial-2
    .testimonial-boxarea
    .names-area
    .elements20 {
    width: 160px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 767px) {
    .testimonials-4
        .swiper-testimonial-2
        .testimonial-boxarea
        .names-area
        .elements20 {
        margin-top: 16px;
    }
}
.testimonials-4 .map-testimonial {
    position: absolute;
    width: 100%;
    height: 400px;
}
.testimonials-4 .map-testimonial .swiper.swiper-thumb2 {
    overflow: inherit !important;
}

.testimonials-4 .map-testimonial .swiper-slide div {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    position: relative;
}
@media (max-width: 767px) {
    .testimonials-4 .map-testimonial .swiper-slide div {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials-4 .map-testimonial .swiper-slide div {
        display: none;
    }
}

.testimonials-4 .map-testimonial .swiper-slide div::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-11);
    opacity: 0;
    z-index: -1;
}

.testimonials-4 .map-testimonial .swiper-slide div img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.testimonials-4
    .map-testimonial
    .swiper-slide.swiper-slide-thumb-active
    div::before {
    opacity: 1;
}

.testimonials-4 .map-testimonial .swiper-slide:nth-child(1) {
    bottom: 5%;
    left: 100px;
}

.testimonials-4 .map-testimonial .swiper-slide:nth-child(2) {
    top: 120px;
    left: 50px;
    position: absolute;
}

.testimonials-4 .map-testimonial .swiper-slide:nth-child(3) {
    top: 240px;
    left: 100px;
    position: absolute;
}

.testimonials-4 .map-testimonial .swiper-slide:nth-child(4) {
    bottom: 5%;
    left: 1120px;
    position: absolute;
}

.testimonials-4 .map-testimonial .swiper-slide:nth-child(5) {
    top: 120px;
    left: 1160px;
    position: absolute;
}

.testimonials-4 .map-testimonial .swiper-slide:nth-child(6) {
    top: 240px;
    left: 1120px;
    position: absolute;
}

.testimonials-4 .pagination-buttons button {
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: none;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    font-size: 20px;
    transition: all 0.4s;
    background-color: var(--ztc-bg-bg-14);
}
.testimonials-4 .pagination-buttons button:hover {
    transition: all 0.4s;
    background: var(--ztc-bg-bg-11);
    color: white;
}

.testimonial-inner-section-area {
    position: relative;
    z-index: 1;
}
.testimonial-inner-section-area .testimonial-boxarea {
    border-radius: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 6px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 32px;
    margin-bottom: 30px;
}
.testimonial-inner-section-area .testimonial-boxarea ul li {
    display: inline-block;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 2.203px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--ztc-text-text-8);
}
.testimonial-inner-section-area .testimonial-boxarea p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 30px;
    letter-spacing: -0.4px;
}
.testimonial-inner-section-area .testimonial-boxarea .names-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .testimonial-inner-section-area .testimonial-boxarea .names-area {
        display: block;
    }
}
.testimonial-inner-section-area .testimonial-boxarea .names-area .man-textarea {
    display: flex;
    align-items: center;
}
.testimonial-inner-section-area
    .testimonial-boxarea
    .names-area
    .man-textarea
    .man
    img {
    height: 66px;
    width: 66px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonial-inner-section-area
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text {
    padding-left: 16px;
}
.testimonial-inner-section-area
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text
    a {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 22px;
    transition: all 0.4s;
    display: inline-block;
}
.testimonial-inner-section-area
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text
    a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}
.testimonial-inner-section-area
    .testimonial-boxarea
    .names-area
    .man-textarea
    .text
    p {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}
.testimonial-inner-section-area .testimonial-boxarea .names-area .elements20 {
    width: 160px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 767px) {
    .testimonial-inner-section-area
        .testimonial-boxarea
        .names-area
        .elements20 {
        margin-top: 16px;
    }
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
.portfolio1-section-area {
    position: relative;
    z-index: 1;
    height: 920px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .portfolio1-section-area {
        height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio1-section-area {
        height: auto;
    }
}
.portfolio1-section-area .portfolio-slider-area {
    position: relative;
    z-index: 1;
}
.portfolio1-section-area .portfolio-slider-area.owl-carousel .owl-stage-outer {
    position: absolute !important;
}
@media (max-width: 767px) {
    .portfolio1-section-area
        .portfolio-slider-area.owl-carousel
        .owl-stage-outer {
        position: relative !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio1-section-area
        .portfolio-slider-area.owl-carousel
        .owl-stage-outer {
        position: relative !important;
    }
}
.portfolio1-section-area .portfolio-slider-area .owl-nav {
    position: absolute;
    right: 0;
    top: -110px;
}
@media (max-width: 767px) {
    .portfolio1-section-area .portfolio-slider-area .owl-nav {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 30px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio1-section-area .portfolio-slider-area .owl-nav {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 30px;
        text-align: center;
    }
}
.portfolio1-section-area .portfolio-slider-area .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.portfolio1-section-area .portfolio-slider-area .owl-nav button.owl-prev {
    margin: 0 16px 0 0;
}
.portfolio1-section-area .portfolio-slider-area .owl-nav button:hover {
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.portfolio1-section-area .portfolio-slider-area .portfolio-boxarea {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}
.portfolio1-section-area
    .portfolio-slider-area
    .portfolio-boxarea:hover
    .img1
    img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}
.portfolio1-section-area
    .portfolio-slider-area
    .portfolio-boxarea:hover
    .img1::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
}
.portfolio1-section-area
    .portfolio-slider-area
    .portfolio-boxarea:hover
    .arrow-content {
    bottom: 24px;
    transition: all 0.6s;
}
.portfolio1-section-area .portfolio-slider-area .portfolio-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.4s;
}
.portfolio1-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    border-radius: 16px;
    background: rgba(3, 6, 10, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
}
.portfolio1-section-area .portfolio-slider-area .portfolio-boxarea .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.4s;
}
.portfolio1-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 44px 32px 24px 32px;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: -240px;
    left: 140px;
    right: 140px;
    transition: all 0.6s;
}
@media (max-width: 767px) {
    .portfolio1-section-area
        .portfolio-slider-area
        .portfolio-boxarea
        .arrow-content {
        left: 20px;
        right: 20px;
    }
}
.portfolio1-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .arrow {
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -60px;
    z-index: -1;
}
.portfolio1-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .arrow
    a {
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
}
.portfolio1-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .arrow
    a
    span {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    border-radius: 50%;
    color: var(--ztc-text-text-4);
    transform: rotate(-45deg);
    font-size: var(--ztc-font-size-font-s20);
}
.portfolio1-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .content-area
    p {
    color: var(--Paragraph-Color, #443e3e);
    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-semibold);
    line-height: 16px;
    text-transform: uppercase;
}
.portfolio1-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .content-area
    a {
    color: var(--ztc-text-text-4);
    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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}
.portfolio1-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .content-area
    a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}

.portfoli2-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.portfoli2-section-area
    .portfolio-slider2-boxarea.owl-carousel
    .owl-stage-outer {
    overflow: inherit;
}
.portfoli2-section-area
    .portfolio-slider2-boxarea
    .portfolio-boxarea:hover
    .img1
    img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.portfoli2-section-area
    .portfolio-slider2-boxarea
    .portfolio-boxarea:hover
    .content-area
    .arrow
    a {
    background: var(--ztc-bg-bg-8);
}
.portfoli2-section-area
    .portfolio-slider2-boxarea
    .portfolio-boxarea:hover
    .content-area
    .arrow
    a
    svg {
    filter: brightness(0);
}
.portfoli2-section-area .portfolio-slider2-boxarea .portfolio-boxarea .img1 {
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.4s;
    position: relative;
}
.portfoli2-section-area
    .portfolio-slider2-boxarea
    .portfolio-boxarea
    .img1
    img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    transition: all 0.4s;
}
.portfoli2-section-area
    .portfolio-slider2-boxarea
    .portfolio-boxarea
    .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 0 0;
}
.portfoli2-section-area
    .portfolio-slider2-boxarea
    .portfolio-boxarea
    .content-area
    .content
    a {
    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;
    display: inline-block;
    transition: all 0.4s;
}
.portfoli2-section-area
    .portfolio-slider2-boxarea
    .portfolio-boxarea
    .content-area
    .content
    a:hover {
    color: var(--ztc-text-text-9);
    transition: all 0.4s;
}
.portfoli2-section-area
    .portfolio-slider2-boxarea
    .portfolio-boxarea
    .content-area
    .content
    p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    text-transform: capitalize;
    opacity: 80%;
}
.portfoli2-section-area
    .portfolio-slider2-boxarea
    .portfolio-boxarea
    .content-area
    .arrow
    a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    border: 1px solid var(--ztc-text-text-9);
    color: var(--ztc-text-text-9);
    font-size: var(--ztc-font-size-font-s32);
}
.portfoli2-section-area
    .portfolio-slider2-boxarea
    .portfolio-boxarea
    .content-area
    .arrow
    a
    svg {
    transition: all 0.4s;
}
.portfoli2-section-area
    .portfolio-slider2-boxarea
    .portfolio-boxarea
    .content-area
    .arrow
    a:hover {
    background: var(--ztc-bg-bg-8);
    transition: all 0.4s;
}
.portfoli2-section-area
    .portfolio-slider2-boxarea
    .portfolio-boxarea
    .content-area
    .arrow
    a:hover
    svg {
    filter: brightness(0);
    transition: all 0.4s;
}

.portfolio2-section-area {
    position: relative;
    z-index: 1;
}
.portfolio2-section-area .portfolio-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    padding: 10px;
    margin-bottom: 30px;
}
.portfolio2-section-area .portfolio-boxarea:hover .img1::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    transform: scale(1);
}
.portfolio2-section-area .portfolio-boxarea:hover .img1 img {
    transform: scale(1.1);
    transition: all 0.4s;
}
.portfolio2-section-area .portfolio-boxarea:hover .btn-area a {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}
.portfolio2-section-area .portfolio-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
}
.portfolio2-section-area .portfolio-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 16px;
    background: linear-gradient(
        107deg,
        rgba(23, 33, 45, 0.01) -47.8%,
        rgba(75, 108, 147, 0.01) 105.8%
    );
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.4s;
}
.portfolio2-section-area .portfolio-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.4s;
}
.portfolio2-section-area .portfolio-boxarea .btn-area a {
    color: var(--Home-Page-1-Color-Style-Text-Color, #161616);
    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-semibold);
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 80px;
    background: var(--ztc-bg-bg-7);
    position: absolute;
    top: 0;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}
.portfolio2-section-area .portfolio-boxarea .btn-area a span {
    position: absolute;
    top: 25px;
    left: 40px;
    text-decoration: underline;
}

.portfolio4-section-area {
    position: relative;
    z-index: 1;
    height: 920px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .portfolio4-section-area {
        height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio4-section-area {
        height: auto;
    }
}
.portfolio4-section-area .portfolio-slider-area {
    position: relative;
    z-index: 1;
}
.portfolio4-section-area .portfolio-slider-area.owl-carousel .owl-stage-outer {
    position: absolute !important;
}
@media (max-width: 767px) {
    .portfolio4-section-area
        .portfolio-slider-area.owl-carousel
        .owl-stage-outer {
        position: relative !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio4-section-area
        .portfolio-slider-area.owl-carousel
        .owl-stage-outer {
        position: relative !important;
    }
}
.portfolio4-section-area .portfolio-slider-area .owl-nav {
    position: absolute;
    right: 0;
    top: -110px;
}
@media (max-width: 767px) {
    .portfolio4-section-area .portfolio-slider-area .owl-nav {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 30px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio4-section-area .portfolio-slider-area .owl-nav {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 30px;
        text-align: center;
    }
}
.portfolio4-section-area .portfolio-slider-area .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.portfolio4-section-area .portfolio-slider-area .owl-nav button.owl-prev,
.portfolio4-section-area .portfolio-slider-area .owl-nav button.owl-next {
    margin: 0 16px 0 0;
    background: var(--ztc-bg-bg-14);
    transition: all 0.4s linear;
}
.portfolio4-section-area .portfolio-slider-area .owl-nav button:hover {
    background: var(--ztc-bg-bg-11);
    color: white;
    transition: all 0.4s;
}
.portfolio4-section-area .portfolio-slider-area .portfolio-boxarea {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}
.portfolio4-section-area
    .portfolio-slider-area
    .portfolio-boxarea:hover
    .img1
    img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}
.portfolio4-section-area
    .portfolio-slider-area
    .portfolio-boxarea:hover
    .img1::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
}
.portfolio4-section-area
    .portfolio-slider-area
    .portfolio-boxarea:hover
    .arrow-content {
    bottom: 24px;
    transition: all 0.6s;
}
.portfolio4-section-area .portfolio-slider-area .portfolio-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.4s;
}
.portfolio4-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    border-radius: 16px;
    background: rgba(3, 6, 10, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
}
.portfolio4-section-area .portfolio-slider-area .portfolio-boxarea .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.4s;
}
.portfolio4-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 44px 32px 24px 32px;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: -240px;
    left: 140px;
    right: 140px;
    transition: all 0.6s;
}
@media (max-width: 767px) {
    .portfolio4-section-area
        .portfolio-slider-area
        .portfolio-boxarea
        .arrow-content {
        left: 20px;
        right: 20px;
    }
}
.portfolio4-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .arrow {
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -60px;
    z-index: -1;
}
.portfolio4-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .arrow
    a {
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
}
.portfolio4-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .arrow
    a
    span {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-11);
    border-radius: 50%;
    color: white;
    transform: rotate(-45deg);
    font-size: var(--ztc-font-size-font-s20);
}
.portfolio4-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .content-area
    p {
    color: var(--Paragraph-Color, #443e3e);
    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-semibold);
    line-height: 16px;
    text-transform: uppercase;
}
.portfolio4-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .content-area
    a {
    color: var(--ztc-text-text-4);
    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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}
.portfolio4-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .content-area
    a:hover {
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}

.portfolio1-inner-section-area {
    position: relative;
    z-index: 1;
    height: 920px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .portfolio1-inner-section-area {
        height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio1-inner-section-area {
        height: auto;
    }
}
.portfolio1-inner-section-area .portfolio-slider-area {
    position: relative;
    z-index: 1;
}
.portfolio1-inner-section-area
    .portfolio-slider-area.owl-carousel
    .owl-stage-outer {
    position: absolute !important;
}
@media (max-width: 767px) {
    .portfolio1-inner-section-area
        .portfolio-slider-area.owl-carousel
        .owl-stage-outer {
        position: relative !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio1-inner-section-area
        .portfolio-slider-area.owl-carousel
        .owl-stage-outer {
        position: relative !important;
    }
}
.portfolio1-inner-section-area .portfolio-slider-area .owl-nav {
    position: absolute;
    right: 0;
    top: -110px;
}
@media (max-width: 767px) {
    .portfolio1-inner-section-area .portfolio-slider-area .owl-nav {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 30px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio1-inner-section-area .portfolio-slider-area .owl-nav {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 30px;
        text-align: center;
    }
}
.portfolio1-inner-section-area .portfolio-slider-area .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.portfolio1-inner-section-area .portfolio-slider-area .owl-nav button.owl-prev {
    margin: 0 16px 0 0;
}
.portfolio1-inner-section-area .portfolio-slider-area .owl-nav button:hover {
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.portfolio1-inner-section-area .portfolio-slider-area .portfolio-boxarea {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}
.portfolio1-inner-section-area
    .portfolio-slider-area
    .portfolio-boxarea:hover
    .img1
    img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}
.portfolio1-inner-section-area
    .portfolio-slider-area
    .portfolio-boxarea:hover
    .img1::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
}
.portfolio1-inner-section-area
    .portfolio-slider-area
    .portfolio-boxarea:hover
    .arrow-content {
    bottom: 24px;
    transition: all 0.6s;
}
.portfolio1-inner-section-area .portfolio-slider-area .portfolio-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.4s;
}
.portfolio1-inner-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    border-radius: 16px;
    background: rgba(3, 6, 10, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
}
.portfolio1-inner-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .img1
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.4s;
}
.portfolio1-inner-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 44px 32px 24px 32px;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: -240px;
    left: 140px;
    right: 140px;
    transition: all 0.6s;
}
@media (max-width: 767px) {
    .portfolio1-inner-section-area
        .portfolio-slider-area
        .portfolio-boxarea
        .arrow-content {
        left: 20px;
        right: 20px;
    }
}
.portfolio1-inner-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .arrow {
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -60px;
    z-index: -1;
}
.portfolio1-inner-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .arrow
    a {
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
}
.portfolio1-inner-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .arrow
    a
    span {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-7);
    border-radius: 50%;
    color: var(--ztc-text-text-4);
    transform: rotate(-45deg);
    font-size: var(--ztc-font-size-font-s20);
}
.portfolio1-inner-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .content-area
    p {
    color: var(--Paragraph-Color, #443e3e);
    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-semibold);
    line-height: 16px;
    text-transform: uppercase;
}
.portfolio1-inner-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .content-area
    a {
    color: var(--ztc-text-text-4);
    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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}
.portfolio1-inner-section-area
    .portfolio-slider-area
    .portfolio-boxarea
    .arrow-content
    .content-area
    a:hover {
    color: var(--ztc-text-text-8);
    transition: all 0.4s;
}

/*============= CASE STUDY CSS AREA ENDS ===============*/
/*============= ABOUT CSS AREA STARTS ===============*/
.about1-section-area {
    position: relative;
    z-index: 1;
}
.about1-section-area .elements9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 2;
}
@media (max-width: 767px) {
    .about1-section-area .elements9 {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1-section-area .elements9 {
        display: none;
    }
}
.about1-section-area .images {
    position: relative;
    z-index: 1;
}
.about1-section-area .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.about1-section-area .images .elements8 {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 30px;
    z-index: -1;
    top: 30px;
}
@media (max-width: 767px) {
    .about1-section-area .images .elements8 {
        left: 0;
    }
}
.about1-section-area .about-header {
    padding: 0 0 0 70px;
}
@media (max-width: 767px) {
    .about1-section-area .about-header {
        padding: 0;
        margin-top: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1-section-area .about-header {
        padding: 0;
        margin-top: 60px;
    }
}
.about1-section-area .about-header .bg-progress {
    border-radius: var(--rounded-lg, 8px);
    background: rgba(255, 255, 255, 0.06);
    padding: 20px;
}
.about1-section-area .about-header .bg-progress .progress-bar {
    margin-bottom: 28px;
}
.about1-section-area .about-header .bg-progress label {
    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: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.about1-section-area .about-header .bg-progress .progress {
    background-color: #2a2c30;
    border-radius: 20px;
    height: 10px;
    position: relative;
}
.about1-section-area .about-header .bg-progress .progress-inner {
    border-radius: 40px;
    background: var(--ztc-text-text-8);
    height: 100%;
    transition: width 0.4s ease;
}

.about2-section-area {
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .about2-section-area .about-images {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about2-section-area .about-images {
        margin-top: 30px;
    }
}
.about2-section-area .about-images p {
    padding: 0 30px 0 0;
}
@media (max-width: 767px) {
    .about2-section-area .about-images p {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about2-section-area .about-images p {
        padding: 0;
    }
}
.about2-section-area .heading2 {
    position: sticky;
    top: 120px;
}

.abotu3-section-area {
    position: relative;
    z-index: 3;
}
.abotu3-section-area .about-images-area {
    position: relative;
    z-index: 1;
}
.abotu3-section-area .about-images-area .elements12 {
    position: absolute;
    top: -40px;
    left: -40px;
}
.abotu3-section-area .about-images-area .elements13 {
    position: absolute;
    bottom: -30px;
    left: 35%;
}
.abotu3-section-area .about-images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.abotu3-section-area .about-heading {
    padding: 0 0 0 50px;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .abotu3-section-area .about-heading {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abotu3-section-area .about-heading {
        padding: 0;
        margin-top: 30px;
    }
}
.abotu3-section-area .about-heading .counter-boxarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.abotu3-section-area .about-heading .counter-boxarea span.border {
    height: 70px;
    width: 1px;
    display: inline-block;
    opacity: 10%;
}
.abotu3-section-area .about-heading .counter-boxarea .counter-box {
    text-align: center;
}
.abotu3-section-area .about-heading .counter-boxarea .counter-box h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 32px;
}

.about4-section-area {
    position: relative;
    z-index: 1;
}
.about4-section-area .images {
    position: relative;
    z-index: 1;
}
.about4-section-area .images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.about4-section-area .images .elements8 {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 30px;
    z-index: -1;
    top: 30px;
}
@media (max-width: 767px) {
    .about4-section-area .images .elements8 {
        left: 0;
    }
}
.about4-section-area .about-header {
    padding: 0 0 0 70px;
}
@media (max-width: 767px) {
    .about4-section-area .about-header {
        padding: 0;
        margin-top: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about4-section-area .about-header {
        padding: 0;
        margin-top: 60px;
    }
}
.about4-section-area .about-header .bg-progress {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    padding: 20px;
}
.about4-section-area .about-header .bg-progress .progress-bar {
    margin-bottom: 28px;
}
.about4-section-area .about-header .bg-progress label {
    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: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.about4-section-area .about-header .bg-progress .progress {
    background-color: #2a2c30;
    border-radius: 20px;
    height: 10px;
    position: relative;
}
.about4-section-area .about-header .bg-progress .progress-inner {
    border-radius: 40px;
    background: var(--ztc-bg-bg-11);
    height: 100%;
    transition: width 0.4s ease;
}

.about-others-area {
    position: relative;
    z-index: 1;
}
.about-others-area .img1 {
    position: relative;
    z-index: 1;
}
.about-others-area .img1 .play-btn {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 20px;
}
.about-others-area .img1 .play-btn a {
    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;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 120px;
    background: var(--ztc-bg-bg-5);
    padding: 8px 10px;
}
.about-others-area .img1 .play-btn a span {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-4);
    border-radius: 50%;
    background: var(--ztc-bg-bg-7);
    margin: 0 4px 0 0;
}
.about-others-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.about-brand-sliderarea 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;
    letter-spacing: -0.64px;
    text-transform: capitalize;
}
.about-brand-sliderarea .about-brand-slider .brand-img1 {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    padding: 32px;
    text-align: center;
}
.about-brand-sliderarea .about-brand-slider .brand-img1 img {
    width: 168px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
}

/*============= ABOUT CSS AREA ENDS ===============*/ /*# sourceMappingURL=main.css.map */
